feed/packages.git
4 years agopython-zope-interface: Update to 4.7.2, refresh patch 11641/head
Jeffery To [Mon, 16 Mar 2020 18:04:38 +0000 (02:04 +0800)]
python-zope-interface: Update to 4.7.2, refresh patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit a178662fcef00a1cebbe78253ae28eb1edb418f4)

4 years agolibredblack: pass CFLAGS properly
Josef Schlehofer [Mon, 27 Jan 2020 21:44:00 +0000 (22:44 +0100)]
libredblack: pass CFLAGS properly

Fixes build with enabled ASLR PIE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit a615a821d949f7e12874b1e0e4deb68ec08af104)

4 years agoMerge pull request #11615 from stangri/19.07-https-dns-proxy
Hannu Nyman [Sat, 21 Mar 2020 07:47:01 +0000 (09:47 +0200)]
Merge pull request #11615 from stangri/19.07-https-dns-proxy

[19.07] https-dns-proxy: support for dnsmasq noresolv option

4 years agoMerge pull request #11617 from nxhack/19_07_icu_66_1
Rosen Penev [Fri, 20 Mar 2020 23:01:09 +0000 (16:01 -0700)]
Merge pull request #11617 from nxhack/19_07_icu_66_1

[openwrt-19.07] icu: update to 66.1 & fix CVE-2020-10531

4 years agohttps-dns-proxy: support for dnsmasq noresolv option 11615/head
Stan Grishin [Fri, 20 Mar 2020 21:22:39 +0000 (21:22 +0000)]
https-dns-proxy: support for dnsmasq noresolv option

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoicu: update to 66.1 11617/head
Hirokazu MORIKAWA [Thu, 19 Mar 2020 07:26:30 +0000 (16:26 +0900)]
icu: update to 66.1

ICU 66 updates to Unicode 13, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 36.1 with Unicode 13 updates and bug fixes.

Create symbolic link to current version.

FIX CVE-2020-10531
 An integer overflow, leading to a heap-based buffer overflow, exists in the UnicodeString::doAppend() function in common/unistr.cpp.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agoyoutube-dl: update to version 2020.3.8
Josef Schlehofer [Sun, 8 Mar 2020 13:16:49 +0000 (14:16 +0100)]
youtube-dl: update to version 2020.3.8

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 5d565db22234f72df7f10c874b033de4a9e6bd96)

4 years agohaveged: move init script from 13 to 01
Karel Kočí [Wed, 11 Mar 2020 10:17:33 +0000 (11:17 +0100)]
haveged: move init script from 13 to 01

This is intended as a match with standard urngd. They serve same purpose
and urngd starts as first with 00. Starting haveged later can create
issues if you replace urngd with it. The example problem is if
uci-defaults script decides to generate certificate. Haveged can supply
entropy but it is started later and to mitigate this urngd would still
have to be installed. This means that haveget can't serve as replacement
without moving it to match start order of urngd.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
(cherry picked from commit 1ef38f45d982beb46b2df6d3582ad0bc2b0007ca)

4 years agolibarchive: update to 3.4.2
Rosen Penev [Sat, 22 Feb 2020 02:55:13 +0000 (18:55 -0800)]
libarchive: update to 3.4.2

Switch to normal tarballs. Remove autoreconf as a result.

Several Makefile cleanups for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit c22dd1bf74fa5836a88fa417b467767bcfe8a4ff)

4 years agoMerge pull request #11566 from BKPepe/python3-update-19.07
Hannu Nyman [Mon, 16 Mar 2020 18:22:12 +0000 (20:22 +0200)]
Merge pull request #11566 from BKPepe/python3-update-19.07

[19.07] python3: update to version 3.7.7

4 years agoopenvswitch: fix PIE build against 4.14 kernel
Yousong Zhou [Mon, 16 Mar 2020 07:25:51 +0000 (15:25 +0800)]
openvswitch: fix PIE build against 4.14 kernel

Reported-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Ref: https://github.com/openwrt/packages/pull/11567
(cherry picked from commit e9d6414437d27803a16b5d96c48b45140e989e5e)

4 years agox264: add CONFIGURE_VARS and MAKE_FLAGS when NASM is not selected
Josef Schlehofer [Mon, 2 Mar 2020 22:59:10 +0000 (23:59 +0100)]
x264: add CONFIGURE_VARS and MAKE_FLAGS when NASM is not selected

- Remove dot in TITLE
- Use HTTPS in URL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit faac2352e2d3f14de8dfd69f1801e6561ccb156c)

4 years agonfs-kernel-server: Fix compile with uClibc-ng
Rosen Penev [Tue, 25 Jun 2019 17:45:58 +0000 (10:45 -0700)]
nfs-kernel-server: Fix compile with uClibc-ng

NS_MAXMSG is not defined.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 732b1c4c0e1203cf3f07459694680a6a830a6d71)

4 years agoxtables-addons: disable ASLR PIE
Martin Schiller [Thu, 14 Nov 2019 07:27:05 +0000 (08:27 +0100)]
xtables-addons: disable ASLR PIE

This package uses ld for linking and therefor does not support the
-specs option.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
(cherry picked from commit 3804006e60579ed9f44c5b315d186ed364f04455)

4 years agopython3: update to version 3.7.7 11566/head
Josef Schlehofer [Fri, 13 Mar 2020 23:47:42 +0000 (00:47 +0100)]
python3: update to version 3.7.7

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agodjango: bump to version 1.11.29 11553/head
Alexandru Ardelean [Wed, 11 Mar 2020 07:28:31 +0000 (09:28 +0200)]
django: bump to version 1.11.29

Includes several CVE fixes.
- CVE-2020-7471 in 1.11.28
- CVE-2020-9402 in 1.11.29

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agoMerge pull request #11540 from neheb/softee
Rosen Penev [Wed, 11 Mar 2020 03:29:30 +0000 (20:29 -0700)]
Merge pull request #11540 from neheb/softee

[19.07]softethervpn: Update to rtm version 4.29-9680

4 years agosoftethervpn: disable PIC 11540/head
Rosen Penev [Mon, 9 Mar 2020 20:53:17 +0000 (13:53 -0700)]
softethervpn: disable PIC

Compilation is broken on AArch64.

Reordered some things for consistency between packages.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b8b4e7e2694bb9b6e678f1b06bbe793c9bde0535)

4 years agosoftethervpn: Fix openssl header patch
Rosen Penev [Sat, 7 Sep 2019 02:51:05 +0000 (19:51 -0700)]
softethervpn: Fix openssl header patch

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 41fe5a8335dee6e59e3053feb3667d718517fb88)

4 years agosoftethervpn: Add missing OpenSSL header
Rosen Penev [Sun, 11 Aug 2019 23:21:51 +0000 (16:21 -0700)]
softethervpn: Add missing OpenSSL header

Fixes compilation without OpenSSL deprecated APIs as well as
-Werror=implicit-function-declaration.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b80b614f8f659e352723a49cc4459521049198ab)

4 years agosoftethervpn: Update to rtm version 4.29-9680
Philipp Schuster [Fri, 12 Jul 2019 02:13:03 +0000 (04:13 +0200)]
softethervpn: Update to rtm version 4.29-9680

Update SoftEther VPN to the latest rtm version 4.29-9680

Compile tested: Atheros AR7xxx/AR9xxx, TP-LINK Archer C7 v2, 18.06.4

Signed-off-by: Philipp Schuster <philippschuster@gmx.com>
(rebased and refreshed patches).
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 34db38520b879ba8dcf637d2f8bdb365e545b5bb)

4 years agostubby: fix init script
Rosen Penev [Thu, 27 Feb 2020 03:47:59 +0000 (19:47 -0800)]
stubby: fix init script

The configuration file was not being generated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b95699c6475795ae4d500a43a7cd382de655ec3f)

4 years agostubby: makefile and init script cleanup
Rosen Penev [Fri, 21 Feb 2020 23:26:34 +0000 (15:26 -0800)]
stubby: makefile and init script cleanup

Reordered Makefile according to
https://github.com/openwrt/packages/pull/9399#issuecomment-508727872 .

Added PKG_BUILD_PARALLEL for faster compilation.

Remove duplicated conffiles section.

Install /etc/config/stubby using INSTALL_CONF, as is done elsewhere

Run init script through shellcheck and clean it up.

Added chmod for the stubby config file, to fix a LuCI issue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit eaf522532324f9155d2d038e27006e5caaf9874a)

4 years agobtrfs-progs: fix check for btrfs in btrfs scan 11538/head
Karel Kočí [Mon, 9 Mar 2020 14:29:16 +0000 (15:29 +0100)]
btrfs-progs: fix check for btrfs in btrfs scan

The previous implementation always succeeded so no scan was performed.
This now fixes that and it correctly scans for BTRFS  devices if BTRFS
support is in kernel.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
4 years agosyslog-ng: update to version 3.26.1
Josef Schlehofer [Sat, 7 Mar 2020 08:54:13 +0000 (09:54 +0100)]
syslog-ng: update to version 3.26.1

- Bump version also in the config file
- Move logread to /sbin location instead of /usr/sbin
Because package logd in OpenWrt's ubox Makefile uses /sbin folder and LuCI has
the same path hardcoded in
modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json and using
different location results that LuCI is not able to load log data as it
is not found.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit fe165eeb94d2e7fb35fee93e64336afa024a1283)

4 years agoMerge pull request #11526 from wvdakker/openwrt-19.07
Hannu Nyman [Sat, 7 Mar 2020 13:51:09 +0000 (15:51 +0200)]
Merge pull request #11526 from wvdakker/openwrt-19.07

[Openwrt 19.07] Shorewall: Bump to 5.2.3.7

4 years agoMerge pull request #11524 from micmac1/1907arc_aio2
Rosen Penev [Sat, 7 Mar 2020 10:18:23 +0000 (02:18 -0800)]
Merge pull request #11524 from micmac1/1907arc_aio2

[19.07] mariadb: add dependency on libaio for arc as well

4 years agoShorewall6: Bump to 5.2.3.7. 11526/head
W. van den Akker [Sat, 7 Mar 2020 09:28:10 +0000 (10:28 +0100)]
Shorewall6: Bump to 5.2.3.7.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall: Bump to 5.2.3.7.
W. van den Akker [Sat, 7 Mar 2020 09:27:15 +0000 (10:27 +0100)]
Shorewall: Bump to 5.2.3.7.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall6-lite: Bump to 5.2.3.7.
W. van den Akker [Sat, 7 Mar 2020 09:19:15 +0000 (10:19 +0100)]
Shorewall6-lite: Bump to 5.2.3.7.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-lite: Bump to 5.2.3.7.
W. van den Akker [Sat, 7 Mar 2020 09:17:52 +0000 (10:17 +0100)]
Shorewall-lite: Bump to 5.2.3.7.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-core: Bump to 5.2.3.7.
W. van den Akker [Sat, 7 Mar 2020 09:16:01 +0000 (10:16 +0100)]
Shorewall-core: Bump to 5.2.3.7.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agomariadb: add dependency on libaio for arc as well 11524/head
Sebastian Kemper [Mon, 24 Jun 2019 08:36:20 +0000 (10:36 +0200)]
mariadb: add dependency on libaio for arc as well

Now that libaio compiles on arc targets we need to add the dependency to
libaio on these targets as well.

resolves #9298

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoyoutube-dl: update to version 2020.3.6
Josef Schlehofer [Fri, 6 Mar 2020 03:43:45 +0000 (04:43 +0100)]
youtube-dl: update to version 2020.3.6

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoyoutube-dl: update to version 2020.3.1
Josef Schlehofer [Sun, 1 Mar 2020 13:34:18 +0000 (14:34 +0100)]
youtube-dl: update to version 2020.3.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11501 from Bloup1net/phantap19.07
Etienne Champetier [Thu, 5 Mar 2020 01:25:07 +0000 (20:25 -0500)]
Merge pull request #11501 from Bloup1net/phantap19.07

phantap: add to 19.07

4 years agolibuv: update to 1.34.2
Hirokazu MORIKAWA [Wed, 4 Mar 2020 05:14:00 +0000 (14:14 +0900)]
libuv: update to 1.34.2

https://github.com/openwrt/packages/pull/11320#issuecomment-594032207

luv, libwebsockets, ttyd, netdata are build OK.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agocgi-io: fix compilation against uClibc
Jo-Philipp Wich [Thu, 27 Feb 2020 11:38:15 +0000 (12:38 +0100)]
cgi-io: fix compilation against uClibc

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit ed965cf16fd9ee6a798322b7b73f8c509295f19d)

4 years agocgi-io: use O_TMPFILE for uploads and attempt to directly link target file
Jo-Philipp Wich [Fri, 21 Feb 2020 23:13:32 +0000 (00:13 +0100)]
cgi-io: use O_TMPFILE for uploads and attempt to directly link target file

Create an anonymous inode in /tmp using O_TMPFILE and attempt to link the
file in place using linkat(). Only fall back to the old file copy when
linking the tempfile fails.

Avoids double memory use if both the temporary upload file and the
destination file are located in /tmp.

Ref: https://github.com/openwrt/luci/issues/3654
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 4f4a7e9532e55a16336b79b74b5fb0236e365279)

4 years agocgi-io: use dynamic memory for post decoding, support proc files
Jo-Philipp Wich [Mon, 10 Feb 2020 17:19:34 +0000 (18:19 +0100)]
cgi-io: use dynamic memory for post decoding, support proc files

Allocate dynamic buffer memory for decoding post data and allow post
requsts up to 128KB compared to the previos 1KB limit.

Also support downloading /proc and /sys files by falling back to
chunked transfer encoding when the file size cannot be determined.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 39087eba18011ca1e064c8e356ee33533be760db)

4 years agoMerge pull request #11500 from fantom-x/irqbalance-backport
Hannu Nyman [Wed, 4 Mar 2020 05:24:10 +0000 (07:24 +0200)]
Merge pull request #11500 from fantom-x/irqbalance-backport

Irqbalance: backport to 19.07

4 years agoirqbalance: support reload_config & start later 11500/head
Marc Benoit [Tue, 3 Mar 2020 12:48:27 +0000 (07:48 -0500)]
irqbalance: support reload_config & start later

Added support for reload_config

This service does not need to start so early (even
before the netwrok is up). Start it after
the device is mostly up and operational.

Compile-tested on: ipq806x
Runtime-tested on: ipq806x

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
(cherry picked from commit b6078559cdd47b4def5bb44dd46759a8591f3e4f)

4 years agoirqbalance: add support of interval and banirq
Marc Benoit [Sun, 23 Feb 2020 22:53:11 +0000 (17:53 -0500)]
irqbalance: add support of interval and banirq

Added the ability to change sampling interval
and provide a list of IRQ's to ignore
via /etc/config/irqbalance

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
(cherry picked from commit b7a99b2334e6c69615dc34f93015b8c3ace382c2)

4 years agoirqbalance: upgrade to 1.6.0
Marc Benoit [Mon, 24 Feb 2020 23:16:58 +0000 (18:16 -0500)]
irqbalance: upgrade to 1.6.0

Upgraded from 1.2.0 to 1.6.0 to pick up
all the latest fixes and improvements

irqbalance made glib2 mandatory since 1.3.0, but is
using very little of it. glib2 linked statically
to minimize the impact.

1.2.0 size: 33,619
1.6.0 size: 99,539

~# irqbalance --version
irqbalance version 1.6.0

~# ldd /usr/sbin/irqbalance
/lib/ld-musl-armhf.so.1 (0xb6f5f000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6f43000)
libc.so => /lib/ld-musl-armhf.so.1 (0xb6f5f000)

~# opkg info irqbalance
Package: irqbalance
Version: 1.6.0-6
Depends: libc
Status: install user installed
Architecture: arm_cortex-a7_neon-vfpv4
Installed-Time: 1582839249

Compile-tested: ipq806x/R7800 & ipq40xx/GL-B1300
Run-tested:     ipq806x/R7800 & ipq40xx/GL-B1300

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
(cherry picked from commit bdcb872a40e4567bc57c45299a0df5efad65207f)

4 years agophantap: add to 19.07 11501/head
Diana Dragusin [Tue, 3 Mar 2020 11:42:33 +0000 (03:42 -0800)]
phantap: add to 19.07

Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
4 years agoMerge pull request #11482 from BKPepe/libaio_update
Rosen Penev [Mon, 2 Mar 2020 20:02:01 +0000 (12:02 -0800)]
Merge pull request #11482 from BKPepe/libaio_update

[OpenWrt 19.07] libaio: Update to 0.3.112

4 years agolibaio: Update to 0.3.112 11482/head
Rosen Penev [Tue, 18 Jun 2019 18:02:47 +0000 (11:02 -0700)]
libaio: Update to 0.3.112

Replace inactive maintainer with myself.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 7cd204e99e564ea9c19e2e1b50e7088ffc5252a8)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[compile tested on powerpc_8540]

4 years agomosquitto: bump to 1.6.9
Karl Palsson [Mon, 2 Mar 2020 10:04:06 +0000 (10:04 +0000)]
mosquitto: bump to 1.6.9

Full changelog: https://mosquitto.org/blog/2020/02/version-1-6-9-released/

Nothing of particular relevant to OpenWrt, just general fixes.

Signed-off-by: Karl Palsson <karlp@etactica.com>
4 years agosyncthing: enable via config, lower priority, cleanup
Marc Benoit [Sun, 1 Mar 2020 17:30:06 +0000 (12:30 -0500)]
syncthing: enable via config, lower priority, cleanup

Added the ability to enable/disable via a config file;
the default is enabled for backwards compatibility.

This is an additional service, so running it the
same priority as dnsmasq, etc does not make sense.

Added USE_PROCD=1

"done" starts at "START=95", so this should start earlier

Added STOP=10 to stop syncthing early

Compile-tested on: ipq806x, ipq40xx
Runtime-tested on: ipq806x, ipq40xx

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
(cherry picked from commit 6f6877460a775a75f16154f2d75944bf91770f0d)

4 years agoMerge pull request #11472 from fantom-x/syncthing-19.07
Rosen Penev [Mon, 2 Mar 2020 00:26:17 +0000 (16:26 -0800)]
Merge pull request #11472 from fantom-x/syncthing-19.07

syncthing: backport to 19.07

4 years agosyncthing: bump to 1.3.4 11472/head
Paul Spooren [Thu, 6 Feb 2020 22:40:52 +0000 (12:40 -1000)]
syncthing: bump to 1.3.4

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 7c1d6571ca4a6ca8dd03fb9b3b212a2a78525543)
Tested-By: Marc Benoit <marcb62185@gmail.com> [19.07: R7800/GL-B1300]
4 years agosyncthing: add package
Paul Spooren [Tue, 26 Jun 2018 03:28:21 +0000 (12:28 +0900)]
syncthing: add package

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 373d3b2420beedb7bfaaaed5e6a3c7072532f278)
Tested-By: Marc Benoit <marcb62185@gmail.com> [19.07: R7800/GL-B1300]
4 years agopagekite: add simple websockets and update syntax
Karl Palsson [Tue, 25 Feb 2020 16:23:29 +0000 (16:23 +0000)]
pagekite: add simple websockets and update syntax

Syntax now matches preferred upstream style.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
4 years agopagekite: avoid redundant information in syslog
Karl Palsson [Wed, 26 Feb 2020 11:20:17 +0000 (11:20 +0000)]
pagekite: avoid redundant information in syslog

Patch from upstream: https://github.com/pagekite/libpagekite/commit/7b4587818564aa667f868249e9a8f1dc1d095fd3

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
4 years agopagekite: bump to v0.91.200218
Karl Palsson [Wed, 26 Feb 2020 11:19:55 +0000 (11:19 +0000)]
pagekite: bump to v0.91.200218

pings the front ends less aggressively, reducing cpu usage on the host.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
4 years agoocserv: updated to 0.12.6
Nikos Mavrogiannopoulos [Wed, 26 Feb 2020 04:58:54 +0000 (05:58 +0100)]
ocserv: updated to 0.12.6

Fixes: #11174
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agognutls: updated to 3.6.12
Nikos Mavrogiannopoulos [Sun, 2 Feb 2020 21:41:20 +0000 (22:41 +0100)]
gnutls: updated to 3.6.12

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agophp7: update to 7.2.28
Michael Heimpold [Tue, 25 Feb 2020 21:35:15 +0000 (22:35 +0100)]
php7: update to 7.2.28

This fixes:
  - CVE-2020-7062
  - CVE-2020-7063

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoxl2tpd: fix building failure caused by pfc
Yousong Zhou [Fri, 18 Oct 2019 11:30:30 +0000 (11:30 +0000)]
xl2tpd: fix building failure caused by pfc

Fixes openwrt/packages#10270

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 0412c20f1b2d2e1f8b8c7e101aae6f66be50690a)

4 years agoxl2tpd: bump to version 1.3.15
Yousong Zhou [Mon, 14 Oct 2019 07:05:26 +0000 (07:05 +0000)]
xl2tpd: bump to version 1.3.15

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Ref: https://github.com/openwrt/packages/issues/11418
(cherry picked from commit 620ba386b4ffd38911e7ddf0c864979c0f834a11)

4 years agozip: remove package
Hannu Nyman [Sun, 23 Feb 2020 04:20:35 +0000 (06:20 +0200)]
zip: remove package

zip has 12 year old source code that would require work to make
the binary actually work.

> root@router1:/# zip
> zip error: Not supported (uzoff_t not same size as zoff_t)

As the binary does not work, lets remove the package to
avoid confusion for the end-users.

Reference to #10985 and #11089 as well as
https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271

Adapted from: c1201a999b0

(note: The package was renamed in master from zip to infozip
a few weeks ago due to buildbot's relutance to compile zip in
master and 19.07 ever since host zip was added as a build tool.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 years agonnn: update to version 3.0
Josef Schlehofer [Sun, 16 Feb 2020 22:56:36 +0000 (23:56 +0100)]
nnn: update to version 3.0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 2078a7707b730f48fb34bcc50e5cf5037447ecab)

4 years agonnn: update to version 2.9
Josef Schlehofer [Sat, 8 Feb 2020 08:33:18 +0000 (09:33 +0100)]
nnn: update to version 2.9

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit d511e2d8638e5c7716dddc72cd0e6b94ec95a4dc)

4 years agoyoutube-dl: update to version 2020.2.16
Josef Schlehofer [Mon, 17 Feb 2020 12:38:16 +0000 (13:38 +0100)]
youtube-dl: update to version 2020.2.16

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 983be45ad737a5f5fee44b5333b97c44f68900c5)

4 years agoyoutube-dl: update to version 2020.1.24
Josef Schlehofer [Thu, 23 Jan 2020 22:50:40 +0000 (23:50 +0100)]
youtube-dl: update to version 2020.1.24

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit f0390a40b9552de1ec6ec0b88f065803ad7463e7)

4 years agoyoutube-dl: update to version 2020.1.15
Josef Schlehofer [Tue, 14 Jan 2020 21:45:39 +0000 (22:45 +0100)]
youtube-dl: update to version 2020.1.15

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[use pypi.mk]
(cherry picked from commit 588ec4add479607af960f91e5b523c67bf3e294a)

4 years agoacme: update to 2.8.5
Marcos Del Sol Vives [Tue, 18 Feb 2020 14:38:11 +0000 (15:38 +0100)]
acme: update to 2.8.5

Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
[ fix for 19.07 branch ]
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
4 years agoMerge pull request #11381 from wvdakker/openwrt-19.07
Rosen Penev [Tue, 18 Feb 2020 22:50:45 +0000 (14:50 -0800)]
Merge pull request #11381 from wvdakker/openwrt-19.07

[Openwrt 19.07] Shorewall: Bump to 5.2.3.6

4 years agoShorewall6: Bump to version 5.2.3.6 11381/head
W. van den Akker [Tue, 18 Feb 2020 15:16:47 +0000 (16:16 +0100)]
Shorewall6: Bump to version 5.2.3.6

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall: Bump to version 5.2.3.6
W. van den Akker [Tue, 18 Feb 2020 15:15:47 +0000 (16:15 +0100)]
Shorewall: Bump to version 5.2.3.6

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall6-lite: Bump to version 5.2.3.6
W. van den Akker [Tue, 18 Feb 2020 15:14:54 +0000 (16:14 +0100)]
Shorewall6-lite: Bump to version 5.2.3.6

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-lite: Bump to version 5.2.3.6
W. van den Akker [Tue, 18 Feb 2020 15:14:13 +0000 (16:14 +0100)]
Shorewall-lite: Bump to version 5.2.3.6

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-core: Bump to version 5.2.3.6
W. van den Akker [Tue, 18 Feb 2020 15:13:09 +0000 (16:13 +0100)]
Shorewall-core: Bump to version 5.2.3.6

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoMerge pull request #11375 from jefferyto/golang-1.13.8-openwrt-19.07
Rosen Penev [Tue, 18 Feb 2020 10:18:48 +0000 (02:18 -0800)]
Merge pull request #11375 from jefferyto/golang-1.13.8-openwrt-19.07

[openwrt-19.07] golang: Update to 1.13.8

4 years agogolang: Update to 1.13.8 11375/head
Jeffery To [Tue, 18 Feb 2020 09:59:12 +0000 (17:59 +0800)]
golang: Update to 1.13.8

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #11360 from gladiac1337/haproxy-2.0.13-openwrt-19.07
Rosen Penev [Tue, 18 Feb 2020 02:28:59 +0000 (18:28 -0800)]
Merge pull request #11360 from gladiac1337/haproxy-2.0.13-openwrt-19.07

[openwrt-19.07] haproxy: Update HAProxy to v2.0.13

4 years agohaproxy: Update HAProxy to v2.0.13 11360/head
Christian Lachner [Mon, 17 Feb 2020 10:00:48 +0000 (11:00 +0100)]
haproxy: Update HAProxy to v2.0.13

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
4 years agoffmpeg: disable x86 asm for old CPU types
Rosen Penev [Sun, 16 Feb 2020 06:24:21 +0000 (22:24 -0800)]
ffmpeg: disable x86 asm for old CPU types

This is a workaround for NASM being totally broken.

I have two patches, one for master and another for 19.07 that upstream is
not merging.

https://patchwork.ozlabs.org/patch/1221696/
https://patchwork.ozlabs.org/patch/1221697/

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 013162d07968738bf837370a91536d35b8f780e7)

4 years agoffmpeg: update to 3.4.7
Ian Leonard [Thu, 12 Dec 2019 22:20:42 +0000 (14:20 -0800)]
ffmpeg: update to 3.4.7

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
(cherry picked from commit 948c4da0af707f31bded88a1b85b2700377c74b4)

4 years agoffmpeg: Fix fdkaac patches
Rosen Penev [Mon, 14 Oct 2019 18:49:54 +0000 (11:49 -0700)]
ffmpeg: Fix fdkaac patches

The patch created patch files in the ffmpeg build directory, which did
absolutely nothing. Properly backported them.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 9af78c5498a596980ead58059f3d0423ef7bc449)

4 years agoffmpeg: Fix pkgconfig files to be more cross compile friendly
Rosen Penev [Sun, 29 Sep 2019 00:11:27 +0000 (17:11 -0700)]
ffmpeg: Fix pkgconfig files to be more cross compile friendly

Before:

prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=/usr/include

After:

prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Numbered the other patch file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 7477663489a744d449b95ac34ef0db2b02374172)

4 years agozabbix: remove configure patch
Rosen Penev [Tue, 4 Feb 2020 08:16:58 +0000 (00:16 -0800)]
zabbix: remove configure patch

Allows removing autoreconf.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit f846ced1c89ac1a4b3f72b19040c7ef11a0791dd)

4 years agozabbix: Fix compilation with uClibc-ng
Rosen Penev [Fri, 27 Dec 2019 02:38:39 +0000 (18:38 -0800)]
zabbix: Fix compilation with uClibc-ng

This is similar to a patch that was previously carried.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 8bc32479eac883283486269e700dfe7296e367f6)

4 years agoMerge pull request #11356 from neheb/boostkkk
Rosen Penev [Sun, 16 Feb 2020 15:36:34 +0000 (07:36 -0800)]
Merge pull request #11356 from neheb/boostkkk

[19.07]boost: reintroduce uClibc-ng patch

4 years agosshpass: add new package
Michal Hrušecký [Sat, 21 Oct 2017 06:53:47 +0000 (08:53 +0200)]
sshpass: add new package

Signed-off-by: Michal Hrušecký <michal.hrusecky@nic.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 18ccf174d6e13117e33cf75dbb3a892ce3cbd443)

4 years agoboost: reintroduce uClibc-ng patch 11356/head
Rosen Penev [Sun, 16 Feb 2020 05:59:24 +0000 (21:59 -0800)]
boost: reintroduce uClibc-ng patch

It's all fixed upstream. Backported a combination of three patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoknot: Do not try to build under ARC
Rosen Penev [Sat, 4 Jan 2020 03:08:21 +0000 (19:08 -0800)]
knot: Do not try to build under ARC

liburcu does not support ARC.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 5ec47ca83707f4d15a7b67ed1ae77e827dc78946)

4 years agoliburcu: Don't build under ARC, not even InstallDev
Rosen Penev [Sat, 4 Jan 2020 02:54:26 +0000 (18:54 -0800)]
liburcu: Don't build under ARC, not even InstallDev

This should finally get rid of buildbot failures.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 13810e0980c35c35f27e98fdb0cbb9ae214a5960)

4 years agoperl: define $sysroot for extensions
Alexander Ryzhov [Thu, 26 Sep 2019 12:51:13 +0000 (15:51 +0300)]
perl: define $sysroot for extensions

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit fed1b3b11bf9361dbbd158a1018c701d8180e49b)

4 years agoperl: Don't build InstallDev under ARC
Rosen Penev [Sat, 4 Jan 2020 04:06:40 +0000 (20:06 -0800)]
perl: Don't build InstallDev under ARC

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 2628584ffd0e8b28aa3d5e11966dc61a48153da4)

4 years agonss: Fix compilation with uClibc-ng
Rosen Penev [Fri, 20 Dec 2019 21:10:43 +0000 (13:10 -0800)]
nss: Fix compilation with uClibc-ng

_GNU_SOURCE is needed for fdopen, sigaction, and probably more.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 7940093fd081ad169755d15da36aea60e8edf4f0)

4 years agomeasurement-kit: Fix compilation with uClibc-ng
Rosen Penev [Sat, 1 Feb 2020 05:58:51 +0000 (21:58 -0800)]
measurement-kit: Fix compilation with uClibc-ng

The define in the codebase is wrong. Fixed in the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit a5b7a461d3ca774412c18dbfa3b2b6158ab51cd0)

4 years agomeasurement-kit: update to version 0.10.9
Jan Pavlinec [Thu, 23 Jan 2020 12:38:14 +0000 (13:38 +0100)]
measurement-kit: update to version 0.10.9

Changes:
-enable geoip
-add geoip db package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit 3ee1b8eae5b977cbc5d9c507a1f3c185f0d50595)

4 years agoboost: Fix embarassing ARC typo
Rosen Penev [Sun, 22 Dec 2019 01:39:19 +0000 (17:39 -0800)]
boost: Fix embarassing ARC typo

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11296 from Andy2244/samba4-update-4.11.6-(19.07)
Rosen Penev [Mon, 10 Feb 2020 21:29:10 +0000 (13:29 -0800)]
Merge pull request #11296 from Andy2244/samba4-update-4.11.6-(19.07)

[19.07] samba4: update to 4.11.6, add new UCI option

4 years agoMerge pull request #11297 from Andy2244/ksmbd-update-3.1.3-(19.07)
Rosen Penev [Mon, 10 Feb 2020 21:28:43 +0000 (13:28 -0800)]
Merge pull request #11297 from Andy2244/ksmbd-update-3.1.3-(19.07)

[19.07] ksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 support, add avahi support package

4 years agoksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 support, add avahi... 11297/head
Andy Walsh [Mon, 10 Feb 2020 14:02:51 +0000 (15:02 +0100)]
ksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 support, add avahi support package

* ksmbd: update to 3.1.3
* ksmbd-tools: update to 3.2.1
* add new package build option "KSMBD_SMB_INSECURE_SERVER"
* enable smb1 support to kmod by default
* add new UCI option "allow_legacy_protocols" to section [globals]
* add avahi support package "ksmbd-avahi-service"

* ksmbd: release 3.1.3 version
* ksmbd: lock SMB2_QUERY_INFO_HE request with read lock
* ksmbd: fix potential racy between query_dir and ksmbd_vfs_empty_dir
* ksmbd: fix racy issue between deleting file and checking empty directory
* ksmbd: don't register interface which are member of bridge
* ksmbd: SO_REUSEADDR is no property of tcp_setsockopt
* ksmbd: release 3.1.2 version
* ksmbd: fix read caching buffer size as max_read_size
* ksmbd: fix the infinite loop of handling FSCTL_QUERY_ALLOCATED_RANGES
* ksmbd: use compounding for smb2 flush
* ksmbd: downgrade error message to debug in get_file_all_info
* ksmbd: rename usmbd to ksmbd.mountd in trvis-ci
* ksmbd: release 3.1.1 version
* ksmbd: does not work if ipv6 module is not loaded or compiled in
* ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
* ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
* ksmbd: update README file

* ksmbd-tools: release 3.2.1 version
* ksmbd-tools: revert "remove glib2.0 dependancy" patch
* ksmbd-tools: release 3.2.0 version
* ksmbd-tools: update how to restart ksmbd in README file
* Revert "ksmbd-tools: disable tbuf and rbuf caching by default"
* ksmbd-tools: disable tbuf and rbuf caching by default
* ksmbd-tools: replace usmbd prefix with ksmbd prefix
* ksmbd-tools: update README file
* ksmbd-tools: fix warning ignoring return value of 'fread'
* ksmbd-tools: downgrade unsupported command print to debug
* ksmbd-tools: remove GLIB_LIBS in Makefiles
* ksmbd-tools: rename usmbd, smbuseradd, smbshareadd to ksmbd.mountd, ksmbd.adduser and ksmbd.addshare
* ksmbd-tools: fix null pointer dereference in _list_remove
* ksmbd-tools: fix the sanity check fails depending on the password length
* ksmbd-tools: fix build error(not found glib.h)
* ksmbd-tools: remove glib-2.0 dependancy
* ksmbd-tools: update README to add libglib2.0-dev for Ubuntu preprequisite packages

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agosamba4: update to 4.11.6, add new UCI option 11296/head
Andy Walsh [Mon, 10 Feb 2020 13:54:48 +0000 (14:54 +0100)]
samba4: update to 4.11.6, add new UCI option

* update to 4.11.6
* add new UCI option "allow_legacy_protocols" to section [samba]

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agodnsdist: fix compilation on PIE ARM64
Rosen Penev [Mon, 10 Feb 2020 02:47:22 +0000 (18:47 -0800)]
dnsdist: fix compilation on PIE ARM64

$(FPIC) evaluates to -fpic on ARM64, breaking compilation:

The dnsdist build system handles it properly anyway. Added --with-pic to
make it explicit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 7ddb2ddc45158669990374968da87a62a2e9e2e2)

4 years agoMerge pull request #11281 from micmac1/apache-19.07-up
Rosen Penev [Sun, 9 Feb 2020 22:51:27 +0000 (14:51 -0800)]
Merge pull request #11281 from micmac1/apache-19.07-up

[19.07] apr/apr-util/apache/subversion: sync with master