aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* auc: update to version 0.1.9Daniel Golle2021-08-12
| | | | | | | | | | | | | Follow the @aparcar's withlist: - [x] Print URL of used server when searching for an update - [x] Implement `-y` option which automatically accepts changes - [x] Implement `-r` option which doesn't check for package upgrades but only new releases - [x] Print link or created image to be downloadable by the user from a browser/curl. Also allow selecting branch and version manually. Fixes: #16324 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* exim: add default config and init script, enable lmtpDaniel Golle2021-08-12
| | | | | | | | Ship default configuration /etc/exim/exim.conf as well as a simple procd init script. Enable building with LMTP for better integration with dovecot. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: improve init scriptDaniel Golle2021-08-12
| | | | | | | | | | | | | | | | Use newly introduced procd_add_restart_mount_trigger to make sure postmaster gets started only once PGDATA becomes available. Relocate socket directory to /var/lib/postgresql to make it possible to run postgresql inside a ujail. Use signal for shutdown, so it works nicely with jail. Allow multiple script in UCI 'config postgres-db' to be a list and run them in order listed. User more silent methods to check for db or role existence and make it easy to create several databases owned by the same user by passing the same credentials multiple times. Remove disfunctional reload handler. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16314 from ja-pa/redis-6.2.5Josef Schlehofer2021-08-11
|\ | | | | redis: update to version 6.2.5
| * redis: update to version 6.2.5Jan Pavlinec2021-08-11
| | | | | | | | | | | | Fixes CVE-2021-32761 Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | Merge pull request #16323 from dibdot/travelmateDirk Brenken2021-08-11
|\ \ | | | | | | travelmate: update to 2.0.5
| * | travelmate: update to 2.0.5Dirk Brenken2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink) * vpn connections are now handled separately for each uplink * The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation. * more code cleanups und optimizations to reduce the repetitive connection handling workload * bugfixes regarding multiple radio support * refine cp detection (no longer write and parse an error file) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #16112 from dmascord/add_mdio-toolsMichael Heimpold2021-08-11
|\ \ \ | |/ / |/| | mdio-tools: add package plus kernel module
| * | mdio-netlink: fix PKG_MIRROR_HASHMichael Heimpold2021-07-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | mdio-tools: upgrade to latest commitMichael Heimpold2021-07-21
| | | | | | | | | | | | | | | | | | Also fix minor style issues. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | mdio-tools: Add package plus kernel moduleDamien Mascord2021-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | mdio is a low-level Linux debug tool for communicating with devices attached an MDIO bus. It improves on existing tools in this space in a few important ways: MDIO buses are directly addressable. Previous solutions relied on at least one Ethernet PHY on the bus being attached to a net device, which is typically not the case when the device is an Ethernet switch for example. Complex operations can be performed atomically. The old API only supported a single read or write of a single register. mdio sends byte code to the mdio-netlink kernel module that can perform multiple operations, store intermediate values, loop etc. As a result, things like read/mask/write operations and accesses to paged PHYs can be performed safely. Signed-off-by: Damien Mascord <tusker@tusker.org>
* | | 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>