aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | 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>
* | | | | | | | Merge pull request #13320 from jmarcet/texttable-updateRosen Penev2020-09-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python3-texttable: update to version 1.6.3
| * | | | | | | | python3-texttable: update to version 1.6.3Javier Marcet2020-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | | | Merge pull request #13321 from jmarcet/paramiko-updateRosen Penev2020-09-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python3-paramiko: update to version 2.7.2
| * | | | | | | | | python3-paramiko: update to version 2.7.2Javier Marcet2020-09-07
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | | | Merge pull request #13241 from first-leon/masterRosen Penev2020-09-08
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | lua-argparse: new package
| * | | | | | | | lua-argparse: delete whitespace in makefileVladimir Malyutin2020-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Malyutin <first-leon@yandex.ru>
| * | | | | | | | lua-argparse: new packageVladimir Malyutin2020-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Malyutin <first-leon@yandex.ru>
* | | | | | | | | Merge pull request #13340 from farmergreg/patch-1Rosen Penev2020-09-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | safe-search: duckduckgo.com new ip address
| * | | | | | | | | safe-search: duckduckgo.com new ip addressGreg Dietsche2020-09-08
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 40.89.244.237 which is the new IP address that duckduckgo.com is using for safe-search. Signed-off-by: Greg Dietsche <gregory.dietsche@cuw.edu>
* | | | | | | | | CI: fix compilation of all packagesPaul Spooren2020-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using `feeds install -d y` the CI tries to install e.g. `libcxx` which fails, unrelated to the tested packages. Now follow the approach of the current CircleCI implementation. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | | | Merge pull request #13327 from lnslbrty/update/libulfiusRosen Penev2020-09-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libulfius: update to 2.6.9
| * | | | | | | | | libulfius: update to 2.6.9Toni Uhlig2020-09-08
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | | | | Merge pull request #13341 from lucize/frrmipsRosen Penev2020-09-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | frr: fix running on mips (again)
| * | | | | | | | | frr: fix running on mips (again)Lucian Cristian2020-09-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add mips fix missed on version upgrade Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | Merge pull request #13338 from ja-pa/dovecot-security-fixJosef Schlehofer2020-09-08
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | dovecot: update to version 2.3.11.3 (security fix)
| * | | | | | | | dovecot: update to version 2.3.11.3 (security fix)Jan Pavlinec2020-09-08
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-12100 CVE-2020-12673 CVE-2020-12674 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | gerbera: remove filesystem hacksRosen Penev2020-09-07
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They seem to not be needed with GCC8 and above. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #13299 from ja-pa/dnstapRosen Penev2020-09-07
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | dnstap: add new package
| * | | | | | dnstap: add new packageJan Pavlinec2020-09-07
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #13326 from Ansuel/ngixfixallHannu Nyman2020-09-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | nginx: fix broken all-module variant
| * | | | | | nginx: fix broken all-module variantAnsuel Smith2020-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The creation of the dummy package nginx creates some problem with dependency detection for the all-module variant. Reorganize the dependency and compile nginx before the the sub-variant. Fixes #13275 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | Merge pull request #13323 from Ansuel/ubusupHannu Nyman2020-09-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nginx: update ubus module to fix SIGSEGV
| * | | | | | | nginx: update ubus module to fix SIGSEGVAnsuel Smith2020-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump relase - Bump nginx_ubus_module version Fixes #13314 Reported-by: Chen Minqiang <ptpt52@gmail.com> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | Merge pull request #13316 from hnyman/collectd512Hannu Nyman2020-09-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | collectd: update to 5.12.0