feed/packages.git
3 years agoMerge pull request #16587 from mhei/php7-fix-14623
Michael Heimpold [Tue, 14 Sep 2021 19:23:42 +0000 (21:23 +0200)]
Merge pull request #16587 from mhei/php7-fix-14623

php7: fix config file upgrade issue (fixes #14623)

3 years agoqemu: update to 6.1.0, add usb passthrough option
Vladimir Ermakov [Fri, 2 Jul 2021 19:36:04 +0000 (22:36 +0300)]
qemu: update to 6.1.0, add usb passthrough option

One of big change is that QEMU has switched to Meson build system.
That result in few changes to build scripts to fix python interpreter
usage.
Second change that it's not possible to select binaries to build, so
now we have to build all targets at once (that require --enable-tools).

Options --disable-sheepdog and --disable-vxhs was removed from qemu
6.1.0 and 6.0.0 accordingly.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
3 years agoMerge pull request #16521 from rsalvaterra/tor-bump
tripolar [Mon, 13 Sep 2021 15:09:20 +0000 (17:09 +0200)]
Merge pull request #16521 from rsalvaterra/tor-bump

tor: bump to 0.4.6.7 stable

3 years agoliburing: Update to v2.1
Christian Lachner [Sun, 12 Sep 2021 16:27:38 +0000 (18:27 +0200)]
liburing: Update to v2.1

- Updated download URL and hash
- Make use of $(AUTORELEASE) for PKG_RELEASE

Signed-off-by: Christian Lachner <gladiac@gmail.com>
3 years agolibreswan: update to 4.5
Lucian Cristian [Sun, 12 Sep 2021 10:00:42 +0000 (13:00 +0300)]
libreswan: update to 4.5

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
3 years agonss: update to 3.69
Lucian Cristian [Sun, 12 Sep 2021 09:53:48 +0000 (12:53 +0300)]
nss: update to 3.69

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
3 years agonspr: update to 4.32
Lucian Cristian [Sun, 12 Sep 2021 09:51:23 +0000 (12:51 +0300)]
nspr: update to 4.32

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
3 years agoautoconf: fix shebang
Ren Zongjia [Sun, 12 Sep 2021 09:31:21 +0000 (17:31 +0800)]
autoconf: fix shebang

Fix shebang errors for autom4te, autoreconf, autoheader, autoscan, autoupdate, ifnames.

resolve openwrt/packages#16604

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
3 years agoMerge pull request #16613 from rg4github/master
Dirk Brenken [Sun, 12 Sep 2021 06:26:58 +0000 (08:26 +0200)]
Merge pull request #16613 from rg4github/master

banip: Updated firehol URLs to use direct links per firehol's Github README

3 years agobanip: update 0.7.10-3 16613/head
Richard Gering [Sat, 11 Sep 2021 22:10:32 +0000 (15:10 -0700)]
banip: update 0.7.10-3

* Updated firehol ipset URLs

Signed-off-by: Richard Gering <rg4github@dutchies.us>
3 years agoMerge pull request #16612 from dibdot/travelmate
Dirk Brenken [Sat, 11 Sep 2021 19:20:32 +0000 (21:20 +0200)]
Merge pull request #16612 from dibdot/travelmate

travelmate: update to 2.0.7

3 years agotravelmate: update to 2.0.7 16612/head
Dirk Brenken [Sat, 11 Sep 2021 16:23:35 +0000 (18:23 +0200)]
travelmate: update to 2.0.7

* add wpa-supplicant package dependency
* removed no longer working 'db-bahn.login' and 'wifionice.login' auto-login scripts
* added the new 'wifibahn.login' script for auto-logins to captive portals WIFI@BAHN (DE),
  run tested on a single ICE (station logins are currently unsupported!)
* vodafone.login prepared to support free/time limited logins (still WIP!)
* change return code handling in login scripts and travelmate
* refine f_wifi function
* fix a few conercase issues

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 years agoMerge pull request #16523 from paper42/hplip-no-aslr
Luiz Angelo Daros de Luca [Fri, 10 Sep 2021 22:35:53 +0000 (19:35 -0300)]
Merge pull request #16523 from paper42/hplip-no-aslr

hplip:: add a patch to fix PIE builds

3 years agodocker-compose: remove python3-websocket-client dependency
Michal Vasilek [Fri, 10 Sep 2021 14:55:31 +0000 (16:55 +0200)]
docker-compose: remove python3-websocket-client dependency

They don't use python3-websocket-client since 2014, but they still list it in
dependencies: https://github.com/docker/compose/issues/8455

The dependency is still pulled in through python3-docker

* switch to AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years agofail2ban: fix hotplug when disabled
Vladislav Grigoryev [Fri, 10 Sep 2021 14:10:04 +0000 (17:10 +0300)]
fail2ban: fix hotplug when disabled

Avoid restarting fail2ban by hotplug when the service is disabled.
Related issue: https://github.com/openwrt/packages/issues/16601

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
3 years agopython3: bump version to 3.9.7
Alexandru Ardelean [Mon, 6 Sep 2021 07:43:47 +0000 (10:43 +0300)]
python3: bump version to 3.9.7

Refreshed patches.
And apply hack for line-endings in pep517 (from pip).

Hack comment:
  # FIXME: [1] get rid of this asap; 'patch' doesn't like Windows endings, and this file is full of them...
  #        I actually tried this in a number of ways and the only way to fix this is to implement
  #        a poor-man's dos2unix using sed.
  #        The issue is with the pip package; it seems that it throws in some Windows line-endings
  #        and 'patch' won't handle them. So, we do a "dos2unix" and then patch.
  #        We can get rid of this once this is solved upstream and in pip:
  #            https://github.com/pypa/pep517/pull/130

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agodjango: bump to version 3.2.7
Alexandru Ardelean [Thu, 9 Sep 2021 08:02:20 +0000 (11:02 +0300)]
django: bump to version 3.2.7

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoprometheus: Update default tsdb directory handling
Alex Simkin [Sat, 31 Jul 2021 08:43:58 +0000 (11:43 +0300)]
prometheus: Update default tsdb directory handling

Use /srv/prometheus instead of /data, because user `prometheus` doens't
have permissions to create `/data/` in `/`.

Instead this commit puts prometheus data into `/srv/prometheus` by
default, which is a cleaner path, and it'll create tsdb path & then assign
required permissions on each prometheus service start.

This way, also, the cases when users re-configure tsdb to point to
external USB - it'll also be created and assigned required permissions for
prometheus.

Signed-off-by: Alex Simkin <sashasimkin@gmail.com>
3 years agonextdns: Update to version 1.37.2
Olivier Poitrey [Thu, 9 Sep 2021 15:57:51 +0000 (15:57 +0000)]
nextdns: Update to version 1.37.2

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
3 years agoMerge pull request #16590 from Payne-X6/master
Rosen Penev [Thu, 9 Sep 2021 14:16:13 +0000 (07:16 -0700)]
Merge pull request #16590 from Payne-X6/master

knot: update to version 3.1.2

3 years agostress-ng: bump to version 0.13.01
Alexandru Ardelean [Thu, 9 Sep 2021 08:35:22 +0000 (11:35 +0300)]
stress-ng: bump to version 0.13.01

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoknot: update to version 3.1.2 16590/head
Jan Hák [Thu, 9 Sep 2021 08:44:46 +0000 (10:44 +0200)]
knot: update to version 3.1.2

Signed-off-by: Jan Hák <jan.hak@nic.cz>
3 years agophp7: fix config file upgrade issue (fixes #14623) 16587/head
Michael Heimpold [Thu, 9 Sep 2021 05:39:21 +0000 (07:39 +0200)]
php7: fix config file upgrade issue (fixes #14623)

The addressed issue is related to #6893 as its resolution
is actually causing the problem.

When changing the priority of the config file it happens
that after a sysupgrade the previous file is restored
and the new file is added, ending up in a situation
like this:

/etc/php7/15_openssl.ini
/etc/php7/20_openssl.ini

Causing a double extension=openssl.so to be parsed,
which is not appropriate and leads to error message.

The same problem might also occur for mysqli since there
was also a priority change - let's take care about this
at the same time.

The solution is to remove one of the files. Since it is
a configuration file, the user might have adjusted it, so
lets just use the previous version to replace the new
installed version.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agoowntone: update to 28.2
Espen Jürgensen [Wed, 8 Sep 2021 18:19:59 +0000 (20:19 +0200)]
owntone: update to 28.2

Since version 28.0 forked-daapd is called owntone. This updates to 28.2 and makes the name change.

Also:
- added new required dependency on libuuid
- remove --disable-spotify since Spotify is now supported without requiring proprietary libspotify
- removed configure flags that are enabled by default anyway (mpd, verification etc.)
- add --disable-install_xxx since that is done by OpenWrt's build

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
3 years agoboost: Fixes Boost.Math build for arm_xscale
Carlos Miguel Ferreira [Wed, 8 Sep 2021 21:25:37 +0000 (22:25 +0100)]
boost: Fixes Boost.Math build for arm_xscale

This commit adds a new patch which fixes build issue with Boost.Math.
Issue is described in upstream PR boostorg/math#684 [1]

[1]: https://github.com/boostorg/math/pull/684

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
3 years agolibuhttp: don't build examples
Rosen Penev [Mon, 6 Sep 2021 08:55:37 +0000 (01:55 -0700)]
libuhttp: don't build examples

Speeds up compilation and potentially fixes it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agobmx7-dnsupdate: Call killall with the -s
Jan Baier [Wed, 18 Aug 2021 12:20:56 +0000 (14:20 +0200)]
bmx7-dnsupdate: Call killall with the -s

Some versions of killall do support the `killall -SIGNAL` syntax and
have only `-s SIGNAL` which should be supported everywhere.

I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2

Signed-off-by: Jan Baier <jan.baier@amagical.net>
3 years agobanhosts: Call killall with the -s
Jan Baier [Wed, 18 Aug 2021 12:20:04 +0000 (14:20 +0200)]
banhosts: Call killall with the -s

Some versions of killall do support the `killall -SIGNAL` syntax and
have only `-s SIGNAL` which should be supported everywhere.

I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2

Signed-off-by: Jan Baier <jan.baier@amagical.net>
3 years agovpn-policy-routing: Call killall with the -s
Jan Baier [Wed, 18 Aug 2021 12:19:10 +0000 (14:19 +0200)]
vpn-policy-routing: Call killall with the -s

Some versions of killall do support the `killall -SIGNAL` syntax and
have only `-s SIGNAL` which should be supported everywhere.

I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2

Signed-off-by: Jan Baier <jan.baier@amagical.net>
3 years agosimple-adblock: Call killall with the -s
Jan Baier [Wed, 18 Aug 2021 12:17:28 +0000 (14:17 +0200)]
simple-adblock: Call killall with the -s

Some versions of killall do support the `killall -SIGNAL` syntax and
have only `-s SIGNAL` which should be supported everywhere.

I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2

Signed-off-by: Jan Baier <jan.baier@amagical.net>
3 years agoMerge pull request #16579 from 1715173329/dnsproxy
Rosen Penev [Wed, 8 Sep 2021 20:54:13 +0000 (13:54 -0700)]
Merge pull request #16579 from 1715173329/dnsproxy

dnsproxy: Update to 0.39.5

3 years agoMerge pull request #16533 from neheb/1
Michael Heimpold [Wed, 8 Sep 2021 20:36:04 +0000 (22:36 +0200)]
Merge pull request #16533 from neheb/1

libzip: fix compilation without SSL

3 years agounbound: backport fix for permission denied error
Ansuel Smith [Mon, 6 Sep 2021 11:12:34 +0000 (13:12 +0200)]
unbound: backport fix for permission denied error

Currently there is a problem with log spam when ipv6 network
is dropped. Fix this by backporting a patch to silence these errors
when verbose logging is not enabled.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
3 years agoMerge pull request #16580 from jow-/cgi-io-eintr-fix
Jo-Philipp Wich [Wed, 8 Sep 2021 20:05:17 +0000 (22:05 +0200)]
Merge pull request #16580 from jow-/cgi-io-eintr-fix

cgi-io: update to latest Git HEAD

3 years agocgi-io: update to latest Git HEAD 16580/head
Jo-Philipp Wich [Wed, 8 Sep 2021 19:53:28 +0000 (21:53 +0200)]
cgi-io: update to latest Git HEAD

98cef9d Retry splice() syscall on EINTR

Fixes: https://github.com/openwrt/luci/issues/5342
Fixes: https://bugs.openwrt.org/index.php?do=details&task_id=4006
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
3 years agodnsproxy: Update to 0.39.5 16579/head
Tianling Shen [Wed, 8 Sep 2021 19:40:04 +0000 (03:40 +0800)]
dnsproxy: Update to 0.39.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years agoMerge pull request #16542 from turris-cz/aiohttp
Rosen Penev [Wed, 8 Sep 2021 14:35:33 +0000 (07:35 -0700)]
Merge pull request #16542 from turris-cz/aiohttp

python-aiohttp: update to version 3.7.4post0

3 years agoMerge pull request #16553 from turris-cz/yarl
Rosen Penev [Wed, 8 Sep 2021 14:34:56 +0000 (07:34 -0700)]
Merge pull request #16553 from turris-cz/yarl

python-yarl: update to version 1.6.3

3 years agohaproxy: Update HAProxy to v2.4.4
Christian Lachner [Wed, 8 Sep 2021 06:21:55 +0000 (08:21 +0200)]
haproxy: Update HAProxy to v2.4.4

- This update fixes CVE-2021-40346; see: https://jfrog.com/blog/critical-vulnerability-in-haproxy-cve-2021-40346-integer-overflow-enables-http-smuggling/
- Update haproxy download URL and hash
- Make use of $(AUTORELEASE) for PKG_RELEASE

Signed-off-by: Christian Lachner <gladiac@gmail.com>
3 years agowsdd2: update to git (2021-08-09), switch to Netgear repo
Andy Walsh [Wed, 8 Sep 2021 12:22:11 +0000 (14:22 +0200)]
wsdd2: update to git (2021-08-09), switch to Netgear repo

* update to git (2021-08-09)
* switch to Netgear repo

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
3 years agosamba: update to 4.14.7
Andy Walsh [Wed, 8 Sep 2021 11:38:24 +0000 (13:38 +0200)]
samba: update to 4.14.7

* update to 4.14.7

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
3 years agopillow: bump to 8.3.2
Alexandru Ardelean [Wed, 8 Sep 2021 11:26:53 +0000 (14:26 +0300)]
pillow: bump to 8.3.2

And start using AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoMerge pull request #16554 from erdoukki/fail2ban-master-fix
Rosen Penev [Wed, 8 Sep 2021 14:27:54 +0000 (07:27 -0700)]
Merge pull request #16554 from erdoukki/fail2ban-master-fix

fail2ban: fix package for fail2ban v0.11.2

3 years agoMerge pull request #16558 from 1715173329/xray
Rosen Penev [Tue, 7 Sep 2021 21:58:16 +0000 (14:58 -0700)]
Merge pull request #16558 from 1715173329/xray

xray-core: Update to 1.4.3

3 years agonextdns: Update to version 1.37.1
Olivier Poitrey [Tue, 7 Sep 2021 21:17:29 +0000 (21:17 +0000)]
nextdns: Update to version 1.37.1

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
3 years agoxray-core: Update to 1.4.3 16558/head
Tianling Shen [Tue, 7 Sep 2021 19:48:23 +0000 (03:48 +0800)]
xray-core: Update to 1.4.3

- Updated geodata to latest version
- Removed upstreamed patches

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years agobanip: update 0.7.10-2
Dirk Brenken [Tue, 7 Sep 2021 19:16:08 +0000 (21:16 +0200)]
banip: update 0.7.10-2

* optimize dns resolve function
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 years agogrep: use posix shebang for egrep/fgrep
Vladislav Grigoryev [Tue, 7 Sep 2021 10:58:06 +0000 (13:58 +0300)]
grep: use posix shebang for egrep/fgrep

Use POSIX shebang for egrep/fgrep instead of the variable/Bash.
The issue affects both master and openwrt-21.02.

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
3 years agonextdns: Update to version 1.37.0
Olivier Poitrey [Tue, 7 Sep 2021 16:12:10 +0000 (16:12 +0000)]
nextdns: Update to version 1.37.0

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
3 years agofail2ban: fix package for fail2ban v0.11.2 16554/head
Kerma Gérald [Tue, 7 Sep 2021 12:55:56 +0000 (14:55 +0200)]
fail2ban: fix package for fail2ban v0.11.2

fail2ban v0.11.2 package version 2

Following PR #15098, add fixes to build fail2ban package:
- remove use of fail2ban-python (directly use python3 in script)
- remove link to python3 in /usr/bin (break the package build)
- remove python-tests (reduce the package size)

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
3 years agopython-yarl: update to version 1.6.3 16553/head
Josef Schlehofer [Tue, 7 Sep 2021 11:41:44 +0000 (13:41 +0200)]
python-yarl: update to version 1.6.3

Update Makefile copyright

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agowg-installer: fix dependencies
Nick Hainke [Mon, 6 Sep 2021 12:05:12 +0000 (14:05 +0200)]
wg-installer: fix dependencies

Signed-off-by: Nick Hainke <vincent@systemli.org>
3 years agoMerge pull request #16543 from turris-cz/certifi
Eneas U de Queiroz [Mon, 6 Sep 2021 14:59:17 +0000 (11:59 -0300)]
Merge pull request #16543 from turris-cz/certifi

python-certifi: update to version 2021.5.30

3 years agopython-certifi: update to version 2021.5.30 16543/head
Josef Schlehofer [Mon, 6 Sep 2021 14:07:58 +0000 (16:07 +0200)]
python-certifi: update to version 2021.5.30

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agopython-aiohttp: update to version 3.7.4post0 16542/head
Josef Schlehofer [Mon, 6 Sep 2021 13:58:38 +0000 (15:58 +0200)]
python-aiohttp: update to version 3.7.4post0

Changelog:
- Bumped upper bound of the chardet runtime dependency to allow their v4.0 version stream.

From https://github.com/aio-libs/aiohttp/blob/a1158c5389854f9885c30e08b0020e2d7d8a290f/CHANGES.rst

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agolibzip: fix compilation without SSL 16533/head
Rosen Penev [Sun, 5 Sep 2021 04:31:03 +0000 (21:31 -0700)]
libzip: fix compilation without SSL

Linker error. No idea why.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibtorrent-rasterbar: update to 2.0.4
Rosen Penev [Sun, 5 Sep 2021 00:09:05 +0000 (17:09 -0700)]
libtorrent-rasterbar: update to 2.0.4

Backport patch fixing compilation with boost 1.77

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agokea: fix compilation with boost 1.77
Rosen Penev [Sun, 5 Sep 2021 00:23:29 +0000 (17:23 -0700)]
kea: fix compilation with boost 1.77

Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoieee8021xclient: depend on wpa_supplicant (#16525)
David Yang [Fri, 3 Sep 2021 16:49:08 +0000 (00:49 +0800)]
ieee8021xclient: depend on wpa_supplicant (#16525)

Signed-off-by: David Yang <mmyangfl@gmail.com>
3 years agosmartdns: update to version 1.2021.35
Nick Peng [Wed, 1 Sep 2021 11:43:23 +0000 (19:43 +0800)]
smartdns: update to version 1.2021.35

Signed-off-by: Nick Peng <pymumu@gmail.com>
3 years agocollectd: sensors plugin - depend on lm-sensors
Hannu Nyman [Sat, 4 Sep 2021 07:53:23 +0000 (10:53 +0300)]
collectd: sensors plugin - depend on lm-sensors

Change the sensors plugin's dependency from libsensors
to lm-sensors, so that also the /usr/sbin/sensors executable
gets installed if the plugin is selected.

Although that is not needed for collectd itself,
the LuCI statistics app expects to find the sensors executable
if the plugin has been installed.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 years agotor: bump to 0.4.6.7 16521/head
Rui Salvaterra [Thu, 2 Sep 2021 07:39:09 +0000 (08:39 +0100)]
tor: bump to 0.4.6.7

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
3 years agomwan3: Use shebang in /etc/mwan3.user
Brian J. Murrell [Mon, 21 Dec 2020 05:07:38 +0000 (00:07 -0500)]
mwan3: Use shebang in /etc/mwan3.user

To allow the script to define what it should be run with.
This let's the user use bash if it's available, or python, or perl, etc.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
Update PKG_VERSION to 2.10.11
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agoMerge pull request #16220 from paulfertser/socat_add_user
Florian Eckert [Fri, 3 Sep 2021 08:57:49 +0000 (10:57 +0200)]
Merge pull request #16220 from paulfertser/socat_add_user

net: socat: add option user

3 years agoMerge pull request #16430 from LecrisUT/improve-gandi
Florian Eckert [Fri, 3 Sep 2021 08:49:48 +0000 (10:49 +0200)]
Merge pull request #16430 from LecrisUT/improve-gandi

ddns-scripts: better error management for gandi

3 years agohplip: add a patch to respect CFLAGS 16523/head
Michal Vasilek [Thu, 2 Sep 2021 13:59:15 +0000 (15:59 +0200)]
hplip: add a patch to respect CFLAGS

* fixes build with PIE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years agoacme: Fix uhttpd restart to load new certificates
Dennis Schüsselbauer [Sat, 28 Aug 2021 02:42:51 +0000 (04:42 +0200)]
acme: Fix uhttpd restart to load new certificates

Fixes issue #16256

Signed-off-by: Dennis Schüsselbauer <scde@users.noreply.github.com>
3 years agoMerge pull request #16520 from ClaymorePT/boost_1.77.0
Rosen Penev [Thu, 2 Sep 2021 03:46:18 +0000 (20:46 -0700)]
Merge pull request #16520 from ClaymorePT/boost_1.77.0

boost: Bump to version 1.77.0

3 years agoboost: Bump to version 1.77.0 16520/head
Carlos Miguel Ferreira [Thu, 2 Sep 2021 01:06:20 +0000 (02:06 +0100)]
boost: Bump to version 1.77.0

This commit updates boost to version 1.77.0
More info about Boost 1.77.0 can be found at the usual place [1].

There are two new libraries in this version:
* Describe [2]: A C++14 reflection library, from Peter Dimov. Provides
macros for describing enumerators and struct/class members, and
primitives for querying this information.
* Lambda2 [3]: A C++14, dependency-free, single header lambda library, from
Peter Dimov. Allows simple function objects to be constructed via
expressions such as:
_1 + 5, _1 % 2 == 0, _1 > _2, or _1 == ' ' || _1 == '\t'.

[1]: https://www.boost.org/users/history/version_1_77_0.html
[2]: https://www.boost.org/libs/describe/
[3]: https://www.boost.org/libs/lambda2/

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
3 years agoMerge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflags
Rosen Penev [Thu, 2 Sep 2021 00:16:07 +0000 (17:16 -0700)]
Merge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflags

treewide: Remove GO_PKG_LDFLAGS for stripping binaries

3 years agoMerge pull request #16519 from 1715173329/dnslookup
Rosen Penev [Thu, 2 Sep 2021 00:15:46 +0000 (17:15 -0700)]
Merge pull request #16519 from 1715173329/dnslookup

dnslookup: Update to 1.4.9

3 years agodnslookup: Update to 1.4.9 16519/head
Tianling Shen [Wed, 1 Sep 2021 23:32:55 +0000 (07:32 +0800)]
dnslookup: Update to 1.4.9

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years agotreewide: Remove GO_PKG_LDFLAGS for stripping binaries 16516/head
Jeffery To [Wed, 1 Sep 2021 21:31:15 +0000 (05:31 +0800)]
treewide: Remove GO_PKG_LDFLAGS for stripping binaries

The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the
binaries it produces. Since the default Go package build process will
strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected,
these flags are unnecessary.

When CONFIG_NO_STRIP is selected, these flags override the user's
intention of building unstripped packages.

This removes these flags for all relevant packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agoieee8021xclient: add package
David Yang [Sun, 27 Jun 2021 15:30:31 +0000 (23:30 +0800)]
ieee8021xclient: add package

Signed-off-by: David Yang <mmyangfl@gmail.com>
3 years agoopenvpn: add OpenVPN option push-peer-info
Nguyen Quang Minh [Thu, 15 Jul 2021 08:24:48 +0000 (08:24 +0000)]
openvpn: add OpenVPN option push-peer-info

This will allow the server to know more info about the client like
HWADDR, very useful for managing IoT devices.

See: https://www.mankier.com/8/openvpn#--push-peer-info

Signed-off-by: Nguyen Quang Minh <minhnq31@fpt.com.vn>
3 years agoacme: add haproxy support
Wakatatsu Ryou [Tue, 31 Aug 2021 10:30:52 +0000 (18:30 +0800)]
acme: add haproxy support

Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
3 years agoacme: add haproxy support
Wakatatsu Ryou [Tue, 31 Aug 2021 09:57:43 +0000 (17:57 +0800)]
acme: add haproxy support

Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
3 years agotinc: use 'uci_get_state' instead of 'uci -P /var/state get'
Etienne Champetier [Thu, 12 Aug 2021 20:41:05 +0000 (16:41 -0400)]
tinc: use 'uci_get_state' instead of 'uci -P /var/state get'

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
3 years agontfs-3g: bump to 2021.8.22 (CVE fixes)
Sebastian Kemper [Tue, 31 Aug 2021 10:18:20 +0000 (12:18 +0200)]
ntfs-3g: bump to 2021.8.22 (CVE fixes)

Upstream announced new release which includes fixes for 21 CVEs (see
[1]).

Upstream changed the symlink "mkfs.ntfs" to respect "--sbin-dir". So
this commit adjusts this likewise in the Makefile.

[1] https://www.openwall.com/lists/oss-security/2021/08/30/1

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
3 years agoMerge pull request #16507 from robho/perl_data_needs_scalar
Rosen Penev [Wed, 1 Sep 2021 21:10:19 +0000 (14:10 -0700)]
Merge pull request #16507 from robho/perl_data_needs_scalar

perlbase-data: Add dependency on perlbase-scalar

3 years agoMerge pull request #16460 from paper42/mutt-2.1.2
Rosen Penev [Wed, 1 Sep 2021 21:09:59 +0000 (14:09 -0700)]
Merge pull request #16460 from paper42/mutt-2.1.2

mutt: update to 2.1.2

3 years agoMerge pull request #16505 from gladiac1337/haproxy-2.4.3
Rosen Penev [Wed, 1 Sep 2021 21:09:23 +0000 (14:09 -0700)]
Merge pull request #16505 from gladiac1337/haproxy-2.4.3

haproxy: Update HAProxy to v2.4.3

3 years agoMerge pull request #16513 from jefferyto/python-cryptography-3.4.8
Rosen Penev [Wed, 1 Sep 2021 21:08:38 +0000 (14:08 -0700)]
Merge pull request #16513 from jefferyto/python-cryptography-3.4.8

python-cryptography: Update to 3.4.8

3 years agofail2ban: initial package of fail2ban version 0.11.2
Kerma Gérald [Thu, 11 Mar 2021 13:15:40 +0000 (14:15 +0100)]
fail2ban: initial package of fail2ban version 0.11.2
python3-pyinotify: initial package version 0.9.6 of pyinotify for python3

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
3 years agopython-cryptography: Update to 3.4.8 16513/head
Jeffery To [Wed, 1 Sep 2021 18:30:37 +0000 (02:30 +0800)]
python-cryptography: Update to 3.4.8

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agoMerge pull request #16508 from mhei/php7-update
Michael Heimpold [Wed, 1 Sep 2021 05:51:07 +0000 (07:51 +0200)]
Merge pull request #16508 from mhei/php7-update

php7: update to 7.4.23

3 years agohtop: Add HTOP_LMSENSORS config option
Etienne Champetier [Tue, 31 Aug 2021 04:38:39 +0000 (00:38 -0400)]
htop: Add HTOP_LMSENSORS config option

Enabled by default for x86, this enables lm-sensors support in htop.
Also add --enable-linux-affinity to avoid autodetecting it

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
3 years agophp7: update to 7.4.23 16508/head
Michael Heimpold [Tue, 31 Aug 2021 18:30:46 +0000 (20:30 +0200)]
php7: update to 7.4.23

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agoMerge pull request #16499 from mhei/php8-update
Michael Heimpold [Tue, 31 Aug 2021 18:25:21 +0000 (20:25 +0200)]
Merge pull request #16499 from mhei/php8-update

php8: update to 8.0.10

3 years agoddns-script-gandi: Better error management 16430/head
Cristian Le [Tue, 31 Aug 2021 12:57:30 +0000 (21:57 +0900)]
ddns-script-gandi: Better error management

- Changed DNS endpoint to LiveDNS
- Now using `jshn.sh`
- Better handle errors and ouput

Signed-off-by: Cristian Le <git@lecris.me>
3 years agoMerge pull request #16429 from LecrisUT/PowerDNS
Florian Eckert [Tue, 31 Aug 2021 14:00:03 +0000 (16:00 +0200)]
Merge pull request #16429 from LecrisUT/PowerDNS

ddns-scripts: PowerDNS script

3 years agoperlbase-data: Add dependency on perlbase-scalar 16507/head
Robert Högberg [Tue, 31 Aug 2021 12:20:08 +0000 (14:20 +0200)]
perlbase-data: Add dependency on perlbase-scalar

Data::Dumper requires Scalar::Util -> add missing dependency.

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
3 years agoddns-scripts-pdns: Add package 16429/head
Cristian Le [Tue, 31 Aug 2021 12:54:37 +0000 (21:54 +0900)]
ddns-scripts-pdns: Add package

Signed-off-by: Cristian Le <git@lecris.me>
3 years agoMerge pull request #16462 from commodo/python-sync-host-pip-reqs
Alexandru Ardelean [Tue, 31 Aug 2021 10:27:52 +0000 (13:27 +0300)]
Merge pull request #16462 from commodo/python-sync-host-pip-reqs

python3-package.mk: add check for dependencies in host-pip-requirements

3 years agohaproxy: Update HAProxy to v2.4.3 16505/head
Christian Lachner [Tue, 31 Aug 2021 07:08:08 +0000 (09:08 +0200)]
haproxy: Update HAProxy to v2.4.3

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
3 years agoMerge pull request #16498 from TDT-AG/pr/20210830-stunnel
Florian Eckert [Tue, 31 Aug 2021 06:08:32 +0000 (08:08 +0200)]
Merge pull request #16498 from TDT-AG/pr/20210830-stunnel

stunnel: update to version 5.60

3 years agoMerge pull request #16497 from TDT-AG/pr/20210830-keepalived
Florian Eckert [Tue, 31 Aug 2021 06:08:14 +0000 (08:08 +0200)]
Merge pull request #16497 from TDT-AG/pr/20210830-keepalived

keepalived: update to version 2.2.4

3 years agoMerge pull request #16493 from 1715173329/v2raya
Rosen Penev [Mon, 30 Aug 2021 22:32:21 +0000 (15:32 -0700)]
Merge pull request #16493 from 1715173329/v2raya

v2rayA: Update to 1.5.2

3 years agouvol: move uxc persistent config volume to /var/run/uxc
Daniel Golle [Mon, 30 Aug 2021 19:40:21 +0000 (20:40 +0100)]
uvol: move uxc persistent config volume to /var/run/uxc

As /var/state is used for UCI state, move persistent config for uxc
from /var/state/uxc to /var/run/uxc.
uxc itself has already been changed to look for it there.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agov2rayA: Update to 1.5.2 16493/head
Tianling Shen [Mon, 30 Aug 2021 05:31:37 +0000 (13:31 +0800)]
v2rayA: Update to 1.5.2

Refreshed init script to adapt new arguments accepted by the program.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>