Commit Graph

21343 Commits

Author SHA1 Message Date
Paul Spooren 84763c8480 syncthing: bump to 1.9.0
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>
2020-09-09 10:58:25 -10:00
Paul Spooren 0dfa53bfba syncthing: add specific USERID
Instead of randomly adding a UID this follows the Gentoo numbering and
uses 499.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-09 10:58:25 -10:00
Oleg Derevenetz 2eea8ff6bd bwping: update to version 2.0
Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
2020-09-09 23:29:53 +03:00
Aleksander Jan Bajkowski d8793bd5a8 coremark: add various optimization options
Changes:
- Pass compiler flags through PORT_CFLAGS (previously, it was always compiled with -O2 -lrt)
- Add option to override toolchain and use -O3
- Disable MIPS16 (highly decreases results)
- Enable LTO

Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
2020-09-09 22:29:25 +02:00
Josef Schlehofer 502b667505
Merge pull request #13346 from valdi74/pycurl_update
python-curl: update to version 7.43.0.6
2020-09-09 15:46:37 +02:00
Jan Pavlinec 9e81fcad9e
gnutls: update to version 3.6.15 (security fix)
Fixes:
CVE-2020-24659

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-09 15:28:32 +02:00
Waldemar Konik 3e00507875 python-curl: update to version 7.43.0.6
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
2020-09-09 14:11:56 +02:00
Toke Høiland-Jørgensen e6c1676cb4 acme: Make sure we don't handle the same listener twice
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>
2020-09-09 12:49:53 +02:00
Florian Eckert da183bdb3d CONTRIBUTING.md: update branch info
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-09-09 11:07:27 +02:00
Rosen Penev 76452e7e64
Merge pull request #13342 from gladiac1337/haproxy-2.2.3
haproxy: Update HAProxy to v2.2.3
2020-09-09 01:00:07 -07:00
Rosen Penev 52569b80fa ninja: fix typo
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-09 00:48:37 -07:00
Alexandru Ardelean 6736e77c82 stress-ng: bump to version 0.11.20
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-09-09 10:30:07 +03:00
Christian Lachner 790c18e379 haproxy: Update HAProxy to v2.2.3
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-09-09 08:52:21 +02:00
Rosen Penev cf4422573c
Merge pull request #13335 from rs/nextdns-1.8.2-master
nextdns: Update to version 1.8.2
2020-09-08 22:47:04 -07:00
Rosen Penev 5b8dd2d3b9
Merge pull request #13328 from neheb/ninja
ninja: use for CMake
2020-09-08 22:46:48 -07:00
Rosen Penev 5ae4b99b58
Merge pull request #13320 from jmarcet/texttable-update
python3-texttable: update to version 1.6.3
2020-09-08 22:46:30 -07:00
Rosen Penev 0cd2a2d8bb
Merge pull request #13321 from jmarcet/paramiko-update
python3-paramiko: update to version 2.7.2
2020-09-08 22:46:20 -07:00
Rosen Penev bdf7ee19d5
Merge pull request #13241 from first-leon/master
lua-argparse: new package
2020-09-08 22:45:20 -07:00
Rosen Penev 54449e9c66
ninja: use for CMake
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>
2020-09-08 21:52:31 -07:00
Rosen Penev f1561b624a
Merge pull request #13340 from farmergreg/patch-1
safe-search: duckduckgo.com new ip address
2020-09-08 18:25:21 -07:00
Greg Dietsche c61641dbb5 safe-search: duckduckgo.com new ip address
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>
2020-09-08 17:31:41 -05:00
Paul Spooren 69c91a23a5 CI: fix compilation of all packages
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>
2020-09-08 11:02:27 -10:00
Rosen Penev d77daaa464
Merge pull request #13327 from lnslbrty/update/libulfius
libulfius: update to 2.6.9
2020-09-08 14:01:19 -07:00
Rosen Penev 21e5eaf999
Merge pull request #13341 from lucize/frrmips
frr: fix running on mips (again)
2020-09-08 14:00:14 -07:00
Lucian Cristian 13c83f11e5 frr: fix running on mips (again)
add mips fix missed on version upgrade

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-09-08 23:23:43 +03:00
Josef Schlehofer 7479b3ecfa
Merge pull request #13338 from ja-pa/dovecot-security-fix
dovecot: update to version 2.3.11.3 (security fix)
2020-09-08 15:53:37 +02:00
Toni Uhlig b181b5ea8d
libulfius: update to 2.6.9
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-09-08 15:28:42 +02:00
Jan Pavlinec 8ae394430a
dovecot: update to version 2.3.11.3 (security fix)
Fixes:
CVE-2020-12100
CVE-2020-12673
CVE-2020-12674

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-08 12:57:01 +02:00
Olivier Poitrey 966a8be2da nextdns: Update to version 1.8.2
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-09-08 10:33:48 +00:00
Rosen Penev 12bbb5f9bc
gerbera: remove filesystem hacks
They seem to not be needed with GCC8 and above.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-07 13:42:57 -07:00
Rosen Penev 6eb3fb300e
Merge pull request #13299 from ja-pa/dnstap
dnstap: add new package
2020-09-07 12:27:10 -07:00
Hannu Nyman 084decaa64
Merge pull request #13326 from Ansuel/ngixfixall
nginx: fix broken all-module variant
2020-09-07 19:56:15 +03:00
Hannu Nyman 2b2c2c27bf
Merge pull request #13323 from Ansuel/ubusup
nginx: update ubus module to fix SIGSEGV
2020-09-07 19:55:38 +03:00
Ansuel Smith 310d6c96c7
nginx: fix broken all-module variant
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>
2020-09-07 18:33:03 +02:00
Hannu Nyman c7c570a5d8
Merge pull request #13316 from hnyman/collectd512
collectd: update to 5.12.0
2020-09-07 18:49:50 +03:00
Hannu Nyman 28747825df collectd: update to 5.12.0
Update collectd to version 5.12.0.

* Refresh patches
* Remove upstreamed patch 920-fix-ubi-data-source-type.patch
* Backport a patch from upstream to fix a missing define
  (920-backport-netlink-reg-noerror.patch)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-09-07 18:01:21 +03:00
Hannu Nyman 89213c1a45
Merge pull request #13319 from ja-pa/redis-6.0.7
redis: update to version 6.0.7
2020-09-07 17:33:37 +03:00
Ansuel Smith 7ca2238f29
nginx: update ubus module to fix SIGSEGV
- Bump relase
- Bump nginx_ubus_module version

Fixes #13314

Reported-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-09-07 15:01:19 +02:00
Javier Marcet c7616be601 python3-texttable: update to version 1.6.3
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-09-07 13:37:11 +02:00
Javier Marcet 94eea60367 python3-paramiko: update to version 2.7.2
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-09-07 13:36:38 +02:00
Jan Pavlinec 2efed59b3c
dnstap: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-07 12:58:59 +02:00
Jan Pavlinec 89c27b1151
redis: update to version 6.0.7
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-07 12:55:05 +02:00
Rosen Penev 4ecaaad0af
Merge pull request #13307 from neheb/minis
minisatip: update to 1.0.4
2020-09-06 16:36:21 -07:00
Rosen Penev 253ca66efc
stress-ng: remove libaio and libbsd support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-06 15:23:32 -07:00
Rosen Penev 25e09df11f
libupnpp: update to 0.19.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-06 15:23:32 -07:00
Paul Spooren f712546f45 prometheus: bump to 2.20.1
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-05 20:31:16 -10:00
Paul Spooren b4c70ed7dd CI: fix artifact folder and add more test SDKs
The CI adds the `packages.git` repository to the `feeds.conf`, which
makes the repository redundant. Once called `packages` including the
upstream status, once `packages_ci` (previously `action`) including the
PRs changes.

This commit changes the binary artifact folder from `packages` to
`packages_ci`, as the SDK choses packages from the modified PR branch
over the `packages` branch.

Also add additional targets to test, as each target only takes a few
minutes to test: aarch64_cortex-a53, arm_cortex-a15_neon-vfpv4 and
i386_pentium4.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-05 13:21:04 -10:00
Rosen Penev 667c77e24d
Merge pull request #13309 from EricLuehrsen/unbound_20200904
unbound: improve odhcpd rapid update robustness
2020-09-05 13:26:33 -07:00
Eric Luehrsen b97cdaf612 unbound: improve odhcpd rapid update robustness
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-09-05 10:04:48 -04:00
Rosen Penev d701768ce4
Merge pull request #13298 from ja-pa/unbound-dnstap
unbound: add option for dnstap support
2020-09-04 23:00:59 -07:00