aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* CI: add compile test for arc_archsPaul Spooren2020-09-12
| | | | | | | A package recently failed building exclusively for this architecture, therefore test it as well. Signed-off-by: Paul Spooren <mail@aparcar.org>
* msmtp: update to version 1.8.12Josef Schlehofer2020-09-12
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13364 from BKPepe/youtubedlJosef Schlehofer2020-09-12
|\ | | | | youtube-dl: update to version 2020.9.6
| * youtube-dl: update to version 2020.9.6Josef Schlehofer2020-09-12
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13362 from neheb/libiioMichael Heimpold2020-09-12
|\ \ | | | | | | libiio: enable xml by default
| * | libiio: enable xml by defaultRosen Penev2020-09-11
| |/ | | | | | | | | | | iio-utils requires it. Also made an @ dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / syslog-ng: update to version 3.29.1Josef Schlehofer2020-09-12
|/ | | | | | Changelog: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.29.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13353 from G-M0N3Y-2503/cache-domains-dnsmasq-fixRosen Penev2020-09-11
|\ | | | | cache-domains: Fixed upstream changes + wolfssl
| * cache-domains: Fixed upstream changes + wolfsslGerard Ryan2020-09-10
| | | | | | | | | | | | | | | | * The upstream script changed to use `.hosts` files from `.conf` files, so changes were required to make dnsmasq use the new file format. * Added a default wolfssl variant. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | Merge pull request #13351 from aaronjg/openfortivpn-v1.15.0Rosen Penev2020-09-11
|\ \ | | | | | | openfortivpn: version bump to 1.15.0 and assorted improvements
| * | openfortivpn: fix shellcheck warningsAaron Goodman2020-09-10
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | openfortivpn: tabify shell scriptsAaron Goodman2020-09-10
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | openfortivpn: version bump to 1.15.0 and further upgradesAaron Goodman2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove patch that has been included upstream - remove dependence on resolveip - remove hotplug script that is handled by "proto_add_host_dependency" - use openfortivpn default tunnel ip if none specified - add status checking with uclient-fetch Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | python3-networkx: new packageW. Michael Petullo2020-09-11
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | semodule-utils: new packageW. Michael Petullo2020-09-11
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | setools: new packageW. Michael Petullo2020-09-11
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | selinux-python: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [update to 3.1, make use of Python 3, and update dependencies] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | python3-libselinux: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip C library after adding it to openwrt repository] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | python3-libsemanage: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip C library after adding it to openwrt repository]] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | audit: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip library after adding it to openwrt repository] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #13360 from ja-pa/libxml2-security-fixMichael Heimpold2020-09-11
|\ \ \ | | | | | | | | libxml2: patch security issues
| * | | libxml: patch security issuesJan Pavlinec2020-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2019-20388 CVE-2020-24977 CVE-2020-7595 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #13355 from pprindeville/isc-dhcp-add-routes#2Philip Prindeville2020-09-11
|\ \ \ \ | | | | | | | | | | isc-dhcp: add support for RFC-3442 classless routes to hosts
| * | | | isc-dhcp: add support for RFC-3442 classless routes to hostsPhilip Prindeville2020-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also avoid forward references to functions. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | prometheus: set build info via x-flagsPaul Spooren2020-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to `syncthing` also `prometheus` build environment sets variables later shown in the `--version` string. Set those varialbes. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | libiio: update to 0.21Michael Heimpold2020-09-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | php7: update to 7.4.10Michael Heimpold2020-09-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #13357 from rs/nextdns-1.8.3-masterHannu Nyman2020-09-10
|\ \ \ \ \ | |/ / / / |/| | | | nextdns: Update to version 1.8.3
| * | | | nextdns: Update to version 1.8.3Olivier Poitrey2020-09-10
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #13352 from ja-pa/dovecot-fix-zstdJosef Schlehofer2020-09-10
|\ \ \ \ | | | | | | | | | | dovecot: disable zstd
| * | | | dovecot: disable zstdJan Pavlinec2020-09-10
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #13348 from oleg-derevenetz/bwping-2.0Rosen Penev2020-09-09
|\ \ \ \ | | | | | | | | | | bwping: update to version 2.0
| * | | | bwping: update to version 2.0Oleg Derevenetz2020-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | | Merge pull request #13347 from ja-pa/gnutls-security-fixRosen Penev2020-09-09
|\ \ \ \ \ | | | | | | | | | | | | gnutls: update to version 3.6.15 (security fix)
| * | | | | gnutls: update to version 3.6.15 (security fix)Jan Pavlinec2020-09-09
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-24659 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #13344 from commodo/stress-ngRosen Penev2020-09-09
|\ \ \ \ \ | | | | | | | | | | | | stress-ng: bump to version 0.11.20
| * | | | | stress-ng: bump to version 0.11.20Alexandru Ardelean2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | syncthing: bump to 1.9.0Paul Spooren2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release adds the advanced folder option caseSensitiveFS (https://docs.syncthing.net/advanced/folder-caseSensitiveFS.html) to disable the new safe handling of case insensitive filesystems. Bugfixes: #1787: Case-only renames break stuff #5708: Properly handle upper-/lowercase-only file name collisions #6613: TestWatchRename test fails on FreeBSD. #6793: Error status should take precedence over Local Additions #6850: Global state incorrect when ignoring local change #6864: Folder incorrectly marked “Up to Date” after switching from “Receive Only” to “Send & Receive” #6867: Certificate error when built with Go 1.15 #6886: chmod permission after editing .stignore via WebUI not preserved #6889: test failures with Go 1.15 #6892: Syncthing 1.8.0 trying to connect via wrong network route #6898: tests in TestCopyRange fail on ppc64le with "inappropriate ioctl for device" #6908: NAT service fails to terminate during Shutdown #6910: Local Additions when deleting file after changing folder type from SR to RO #6922: Auto accepted folders not saved #6938: Modifying config during first scan corrupts folder state Enhancements: #2739: Syncthing should be case insensitive by default #5579: Avoid anti-aliasing artifacts for svg device icons #6873: Don't fail dirs in receive-only folders that were removed elsewhere but exist locally Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | syncthing: add specific USERIDPaul Spooren2020-09-09
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of randomly adding a UID this follows the Gentoo numbering and uses 499. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | Merge pull request #13346 from valdi74/pycurl_updateJosef Schlehofer2020-09-09
|\ \ \ \ \ | | | | | | | | | | | | python-curl: update to version 7.43.0.6
| * | | | | python-curl: update to version 7.43.0.6Waldemar Konik2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PycURL changeLog: Version 7.43.0.6 - 2020-09-02 ----------------------------------------------------------------- This release improves SSL backend detection on various systems, adds support for libcurl’s multiple SSL backend functionality and adds support for several libcurl options. Signed-off-by: Waldemar Konik <informatyk74@interia.pl> Compile tested: x86_64
* | | | | | acme: Make sure we don't handle the same listener twiceToke Høiland-Jørgensen2020-09-09
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a daemon listens on multiple addresses at once, it'll show up multiple times in get_listeners() which will clobber the config for uhttpd. Fix this by skipping subsequent handlings of the same daemon binary. Fixes #13325. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | CONTRIBUTING.md: update branch infoFlorian Eckert2020-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #13342 from gladiac1337/haproxy-2.2.3Rosen Penev2020-09-09
|\ \ \ \ \ | | | | | | | | | | | | haproxy: Update HAProxy to v2.2.3
| * | | | | haproxy: Update HAProxy to v2.2.3Christian Lachner2020-09-09
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* / | | | ninja: fix typoRosen Penev2020-09-09
|/ / / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13335 from rs/nextdns-1.8.2-masterRosen Penev2020-09-08
|\ \ \ \ | | | | | | | | | | nextdns: Update to version 1.8.2
| * | | | nextdns: Update to version 1.8.2Olivier Poitrey2020-09-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | Merge pull request #13328 from neheb/ninjaRosen Penev2020-09-08
|\ \ \ \ \ | | | | | | | | | | | | ninja: use for CMake
| * | | | | ninja: use for CMakeRosen Penev2020-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake supports Ninja for faster compilation and less bugginess when it comes to parallel compilation. That is, some CMake packages currently have PKG_BUILD_PARALLEL set where it is not needed with ninja. Signed-off-by: Rosen Penev <rosenp@gmail.com>