aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lua-rs232: don't rely on detected luadirEneas U de Queiroz2021-08-11
| | | | | | | | | | | | | If TOPDIR starts with /usr, then the configure script will use the staging tree hierarchy instead of using plain /usr/lib. For example, if TOPDIR=/usr/src/openwrt, then the files will not be available under $(PKG_INSTALL_DIR)/usr/lib/lua/5.1/, as expected, but under $(PKG_INSTALL_DIR)/usr/src/openwrt/staging_dir/hostpkg/lib/lua/5.1/. Set the correct path when calling 'make'. As a bonus, the hardcoded version number in the Makefile can be dropped. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* syncthing: update to version 1.18.1Michal Vasilek2021-08-11
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* Merge pull request #16197 from Ansuel/nginx-upRosen Penev2021-08-10
|\ | | | | nginx: bump to 1.21.1 and improve makefile
| * nginx: bump to 1.21.1 and improve makefileAnsuel Smith2021-07-22
| | | | | | | | | | | | | | | | - Bump to 1.21.1 - Rework makefile to fix bad make refresh - Refresh patch Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | Merge pull request #16310 from commodo/stress-ng-bumpRosen Penev2021-08-09
|\ \ | | | | | | stress-ng: bump to version 0.13.00
| * | stress-ng: bump to version 0.13.00Alexandru Ardelean2021-08-09
| | | | | | | | | | | | | | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #16308 from jefferyto/golang-1.16.7Rosen Penev2021-08-09
|\ \ \ | | | | | | | | golang: Update to 1.16.7
| * | | golang: Update to 1.16.7Jeffery To2021-08-09
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #16306 from jefferyto/python-twisted-21.7.0Rosen Penev2021-08-09
|\ \ \ | | | | | | | | python-twisted: Update to 21.7.0, refresh patches
| * | | python-twisted: Update to 21.7.0, refresh patchesJeffery To2021-08-09
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #16305 from commodo/sudo-bumpRosen Penev2021-08-09
|\ \ \ | | | | | | | | sudo: bump to version 1.9.7p2
| * | | sudo: bump to version 1.9.7p2Alexandru Ardelean2021-08-09
| |/ / | | | | | | | | | | | | | | | | | | Also switch to AUTORELEASE for PKG_RELEASE. Refreshed patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #16295 from paper42/knot-resolver-5.4Rosen Penev2021-08-09
|\ \ \ | |/ / |/| | knot: update to version 3.1.0, knot-resolver: update to version 5.4.0
| * | knot-resolver: update to version 5.4.0Michal Vasilek2021-08-09
| | | | | | | | | | | | | | | | | | | | | * refresh patches * disable kres_gen_test to fix cross Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
| * | knot: update to version 3.1.0Michal Vasilek2021-08-09
|/ / | | | | | | | | | | * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | Revert "ksmbd: update to 3.4.0"Rosen Penev2021-08-08
| | | | | | | | | | | | | | | | | | | | This reverts commit 6a0ae4b19d00640fbd8fcb11a259c2d136933c96. ksmbd 3.4.0 reworks its dependencies as a result of upstream feedback. Unfortunately, this means that it now relies on CONFIG_FS_POSIX_ACL, which is not easy to direcly enable in OpenWrt. Revert in order to fix multiple build failures that people experience.
* | nghttp2: update to 1.44Hans Dedecker2021-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 368014b8 Bump version number to v1.44.0, LT revision to 34:2:20 fa16e66a nghttpx: Fix max distance in weight group/address cycle comparison 40af31da nghttpx: Set connect_blocker and live_check after shuffling addresses 9e6c0685 Fix build failure ebad3d47 Port new ngtcp2 map implementation d4fd0681 Bump llhttp to 6.0.2 43a47aa0 Do not return HPE_USER from where it is prohibited 20079b4c Update bash_completions 2aeec770 Update manual pages cef458c3 Replace black-list with block-list 617a5766 Replace master with main f1d67335 Initialize Config rps field 5f3bcb1f Add precious variables for libev and jemalloc and use JEMALLOC_CFLAGS b419bfd9 Remove unused field e406a2c1 Update doc 962a75c4 Merge pull request #1559 from nghttp2/h2load-rps 6cdc13d6 h2load: Add --rps option 92944f78 h2load: Allow unit in -D option 276792a8 Remove unnecessary function 579fa6ea Add more --with-* configure flags 2f2b2117 Add LIBTOOL_LDFLAGS configure variable 88a3cb51 Bump llhttp to 4.0.0 40679cf6 Merge pull request #1553 from nghttp2/nghttpx-fix-accesslog-method 5b587e85 Merge pull request #1550 from jktjkt/docs-asio-fix-typos 50a1121d nghttpx: Remove trailing white space after $method log variable 3239c5ef Bump up version number to v1.44.0-DEV Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | transmission: add mount triggerDaniel Golle2021-08-08
| | | | | | | | | | | | | | Restart transmission once an underlaying mountpoint becomes available. Add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | lvm2: add hotplug script to scan and enable PVs on hotplugDaniel Golle2021-08-08
| | | | | | | | | | | | Automatically scan and activate physical volumes when added at runtime. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16245 from neheb/ksmbd1Rosen Penev2021-08-07
|\ \ | | | | | | ksmbd: update to 3.4.0
| * | ksmbd-tools: update to 3.4.0Rosen Penev2021-07-29
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | ksmbd: update to 3.4.0Rosen Penev2021-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Now that kernel 5.4 is the minimum, no need to have compatibility with 19.07. Added new dependencies. Removed some transient ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16293 from Linaro1985/master_fix_libxsltRosen Penev2021-08-07
|\ \ \ | | | | | | | | libxslt: fix compilation because of wrong libxml2 check in configure script
| * | | libxslt: fix compilation because of wrong libxml2 check in configure scriptMaxim Anisimov2021-08-05
| | | | | | | | | | | | | | | | | | | | | | | | More details: https://github.com/GNOME/libxslt/commit/90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* | | | Merge pull request #16285 from jamesmacwhite/stubby-trigger-interfacesDirk Brenken2021-08-07
|\ \ \ \ | | | | | | | | | | stubby: Add multi WAN support for procd trigger
| * | | | stubby: Add multi WAN support for procd triggerJames White2021-08-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | Merge pull request #16290 from ja-pa/tailscale-updateJosef Schlehofer2021-08-06
|\ \ \ \ \ | | | | | | | | | | | | tailscale: update to version 1.12.1
| * | | | | tailscale: update to version 1.12.1Jan Pavlinec2021-08-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | | | | | Merge pull request #15895 from flyn-org/fuse-overlayfsRosen Penev2021-08-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | fuse-overlayfs: add new package
| * | | | | | fuse-overlayfs: add new packageW. Michael Petullo2021-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part of an attempt to get rootless podman to work on OpenWrt. See https://github.com/openwrt/packages/issues/15096. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | attendedsysupgrade-common: update server URLPaul Spooren2021-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The service is now on a new server which supports IPv6. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | Revert "gnutls: update to 3.7.2"Stijn Tintel2021-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #16083 This reverts commit 59a39d4c6fbe9c0179b16a714bf1a0c3afcbef5e.
* | | | | | | Merge pull request #16151 from rsalvaterra/tor-bumpRosen Penev2021-08-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tor: bump to 0.4.6.6 stable
| * | | | | | | tor: bump to 0.4.6.6 stableRui Salvaterra2021-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run-tested on mvebu/cortexa9 (tor-basic) without issues. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | | | Merge pull request #16260 from dhewg/libopusencRosen Penev2021-08-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libopusenc: cherry-pick post-release crash fixes
| * | | | | | | | libopusenc: cherry-pick post-release crash fixesAndre Heider2021-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes crashes like: daemon.err asterisk[5087]: Assertion failed: enc->streams == NULL (src/opusenc.c: ope_encoder_drain: 839) Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | | | Merge pull request #16279 from Ansuel/improve-atlasRosen Penev2021-08-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | atlas-sw-probe: fix copypaste error and clean tmp dir on exit
| * | | | | | | | | atlas-sw-probe: fix copypaste error and clean tmp dir on exitAnsuel Smith2021-08-02
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copypaste error for PUB_KEY link creation - Clean tmp dir on exit to clear any remaining data Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | Merge pull request #16277 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.2Rosen Penev2021-08-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gnuplot: Updated gnuplot to 5.4.2
| * | | | | | | | | gnuplot: Updated gnuplot to 5.4.2Matteo Cicuttin2021-08-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @datafl4sh Compile tested: x86, sunxi, bcm27xx Run tested: x86, sunxi, bcm27xx Description: Updated gnuplot from 5.4.1 to 5.4.2 Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* | | | | | | | | libwebsockets: enable built in uloop supportKarl Palsson2021-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uloop is always available on OpenWrt, so build in LWS's uloop support by default. Size difference of .ipk is 683 bytes, or about 0.5%. No known applications use this at present, but it seems better to proactively offer it. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | libwebsockets: Bump to 4.2.1Karl Palsson2021-08-03
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog at: https://libwebsockets.org/git/libwebsockets/tree/changelog?id=8a580b59b23d204ca72028370e97a8f6aa0c9202 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | python3-distro: update to version 1.6.0Javier Marcet2021-08-03
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BACKWARDS COMPATIBILITY: - Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead [#296] - Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+ - ENHANCEMENTS: - Added type hints to distro module [#269] - Added __version__ for checking distro version [#292] - Added support for arbitrary rootfs via the root_dir parameter [#247] - Added the --root-dir option to CLI [#161] - Added fallback to /usr/lib/os-release when /etc/os-release isn't available [#262] - BUG FIXES: - Fixed subprocess.CalledProcessError when running lsb_release [#261] - Ignore /etc/iredmail-release file while parsing distribution [#268] - Use a binary file for /dev/null to avoid TextIOWrapper overhead [#271] - RELEASE: - Moved repository from nir0s/distro to python-distro/distro on GitHub. Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | Merge pull request #16194 from miska/snort3-masterJosef Schlehofer2021-08-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | net/snort3: Include default configs and snort2lua
| * | | | | | | net/snort3: Include default configs and snort2luaMichal Hrusecky2021-07-22
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include default configuration files to have something to start from. Also include snort2lua to help convert snort2 rules to snort3 to also help with bootstrapping the configuration. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | | | | Merge pull request #16280 from 1715173329/dnsproxyJosef Schlehofer2021-08-03
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | dnsproxy: Update to 0.39.1
| * | | | | | dnsproxy: Update to 0.39.1Tianling Shen2021-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | Merge pull request #16281 from flyn-org/cyrus-saslRosen Penev2021-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | cyrus-sasl: add optional sasldb package
| * | | | | | | cyrus-sasl: add optional sasldb packageW. Michael Petullo2021-08-02
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #16255 from stangri/master-curlStan Grishin2021-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | curl: enable HTTP/2 support by default