feed/packages.git
4 years agoMerge pull request #9606 from neheb/tasn
Nikos Mavrogiannopoulos [Wed, 31 Jul 2019 06:40:37 +0000 (08:40 +0200)]
Merge pull request #9606 from neheb/tasn

libtasn1: Update to 4.14

4 years agolibtasn1: Update to 4.14 9606/head
Rosen Penev [Tue, 30 Jul 2019 22:34:16 +0000 (15:34 -0700)]
libtasn1: Update to 4.14

Fixes CVE-2018-1000654

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9597 from RussellSenior/patch-cve-13636
Hannu Nyman [Tue, 30 Jul 2019 18:31:52 +0000 (21:31 +0300)]
Merge pull request #9597 from RussellSenior/patch-cve-13636

tools/patch: apply upstream patch for CVE-2019-13636

4 years agoMerge pull request #9601 from TDT-AG/pr/20190730-collectd
Hannu Nyman [Tue, 30 Jul 2019 15:47:59 +0000 (18:47 +0300)]
Merge pull request #9601 from TDT-AG/pr/20190730-collectd

collectd: enable threshold plugin

4 years agocollectd: enable threshold plugin 9601/head
Florian Eckert [Fri, 8 Feb 2019 13:52:23 +0000 (14:52 +0100)]
collectd: enable threshold plugin

The only action the Threshold plugin takes itself is to generate and
dispatch a notification. Other plugins can register to receive
notifications and perform appropriate further actions.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoMerge pull request #9598 from nxhack/libhttp-parser_for_macos
Rosen Penev [Tue, 30 Jul 2019 01:06:49 +0000 (18:06 -0700)]
Merge pull request #9598 from nxhack/libhttp-parser_for_macos

libhttp-parser: fix build error on macos

4 years agoluasocket: variant for lua5.1 and lua5.3
Colby Whitney [Mon, 29 Jul 2019 15:17:19 +0000 (09:17 -0600)]
luasocket: variant for lua5.1 and lua5.3

Updating luasocket package that is compatible with, and built against,
lua version 5.3 and 5.1.

I made the following modifications:

Makefile - Set the LUAV environment variable in the build variant.
Set an include path in the lua build so that that lua headers could
be found. Also using the make install target as everything is put
in the correct place automatically for the lua 5.3 build.
The lua 5.1 build still uses the old install method because when
I was testing using the "install" target the lua5.1 interpreter
was unable to locate resources.  So that is why there are
two install methods.

Built and tested on BCM5301X.

Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
4 years agoluasocket: update version
Colby Whitney [Thu, 25 Jul 2019 15:25:43 +0000 (09:25 -0600)]
luasocket: update version

I made the following modifications:

Makefile - Updated the upstream version. Set the LUAV environment
variable in the build variant. Set an include path in the lua build so
that that lua headers could be found.  Set source date version to
identify the source.

0001-Add-interface-support.patch - ported this patch which included
replacing one deprecated call for 5.3. Validated that the interface
functionality added by the patch is working and functional. The
following lua script line was functional: print(socket.iface.indextoname(2))

0301-Fix-mpc85xx-build.patch - Just fixed the offsets and fuzz in the
patch

040-remove-fpic-and-warnings.patch - ported this patch. I did make one
change. The patch name is called remove fpic and warnings, but the
patch was also removing optimization. I ported the removal of fpic and
warnings, however I left optimization in.

Built and tested on BCM5301X.

Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
[ rmilecki: fix whitespaces in 040-remove-fpic-and-warnings.patch ]
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
4 years agotools/patch: apply upstream patch for CVE-2019-13636 9597/head
Russell Senior [Mon, 29 Jul 2019 20:14:19 +0000 (13:14 -0700)]
tools/patch: apply upstream patch for CVE-2019-13636

In GNU patch through 2.7.6, the following of symlinks is mishandled in
certain cases other than input files. This affects inp.c and util.c.

https://nvd.nist.gov/vuln/detail/CVE-2019-13636

Signed-off-by: Russell Senior <russell@personaltelco.net>
4 years agoMerge pull request #9570 from neheb/yaj
Rosen Penev [Mon, 29 Jul 2019 17:22:08 +0000 (10:22 -0700)]
Merge pull request #9570 from neheb/yaj

yajl: Update to modern standards

4 years agoMerge pull request #9590 from neheb/sam
Rosen Penev [Mon, 29 Jul 2019 16:18:06 +0000 (09:18 -0700)]
Merge pull request #9590 from neheb/sam

samba4: Run init script through shellcheck

4 years agoMerge pull request #9593 from BKPepe/ytdl_update
Daniel Engberg [Mon, 29 Jul 2019 12:21:42 +0000 (14:21 +0200)]
Merge pull request #9593 from BKPepe/ytdl_update

youtube-dl: update to version 2019.7.27

4 years agolibhttp-parser: fix build error on macos 9598/head
Hirokazu MORIKAWA [Mon, 29 Jul 2019 08:45:22 +0000 (17:45 +0900)]
libhttp-parser: fix build error on macos

Maintainer: @ageekymonk, me
Compile tested: head r10622-e09da01,ath79,arm_cortex-a9+vfpv3,mipsel
Run tested: mipsel

Description:
fix build error on macos

https://github.com/openwrt/packages/issues/9587

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agoMerge pull request #9577 from TDT-AG/pr/20190726-ipvsadm
Florian Eckert [Mon, 29 Jul 2019 07:54:54 +0000 (09:54 +0200)]
Merge pull request #9577 from TDT-AG/pr/20190726-ipvsadm

ipvsadm: update version to 1.30

4 years agoipvsadm: update version to 1.30 9577/head
Florian Eckert [Mon, 8 Jul 2019 06:16:23 +0000 (08:16 +0200)]
ipvsadm: update version to 1.30

Update version to 1.30

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoyoutube-dl: update to version 2019.7.27 9593/head
Josef Schlehofer [Mon, 29 Jul 2019 06:54:39 +0000 (08:54 +0200)]
youtube-dl: update to version 2019.7.27

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agortklib: Update to 2.4.3_b32
Rosen Penev [Sun, 20 Jan 2019 18:47:20 +0000 (10:47 -0800)]
rtklib: Update to 2.4.3_b32

Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoyajl: Update to modern standards 9570/head
Rosen Penev [Thu, 25 Jul 2019 20:34:19 +0000 (13:34 -0700)]
yajl: Update to modern standards

Replaced git:// link with https:// which gets through firewalls easier.

Replaced archive with .xz. The one currently in the mirrors has the wrong
hash. .xz is also smaller than .gz.

Eliminated already default CMake option.

Eliminated Build/InstallDev with CMAKE_INSTALL.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agosamba4: Run init script through shellcheck 9590/head
Rosen Penev [Mon, 29 Jul 2019 00:51:00 +0000 (17:51 -0700)]
samba4: Run init script through shellcheck

Some performance improvements by batching file writes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolksctp-tools: Update URL
Rosen Penev [Sun, 28 Jul 2019 22:33:08 +0000 (15:33 -0700)]
lksctp-tools: Update URL

The old website still references an old version. Fixes uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9477 from neheb/rng
Rosen Penev [Sun, 28 Jul 2019 22:23:24 +0000 (15:23 -0700)]
Merge pull request #9477 from neheb/rng

rng-tools: Update to 6.7

4 years agolibgpiod: update to 1.4
Michael Heimpold [Sun, 28 Jul 2019 21:46:14 +0000 (23:46 +0200)]
libgpiod: update to 1.4

While at, update SPDX identifier.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agognunet-secushare: fix build against new GNUnet CADET API
Daniel Golle [Sun, 28 Jul 2019 14:10:54 +0000 (16:10 +0200)]
gnunet-secushare: fix build against new GNUnet CADET API

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agognunet: update to release 0.11.6
Daniel Golle [Sun, 28 Jul 2019 14:10:27 +0000 (16:10 +0200)]
gnunet: update to release 0.11.6

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #9505 from cotequeiroz/luaposix
Rosen Penev [Sat, 27 Jul 2019 23:32:41 +0000 (16:32 -0700)]
Merge pull request #9505 from cotequeiroz/luaposix

luaposix: remove eglibc remnants

4 years agoMerge pull request #9527 from neheb/zstd
Rosen Penev [Sat, 27 Jul 2019 16:41:19 +0000 (09:41 -0700)]
Merge pull request #9527 from neheb/zstd

zstd: Update to 1.4.1

4 years agoMerge pull request #9569 from neheb/zmq
Rosen Penev [Sat, 27 Jul 2019 16:38:55 +0000 (09:38 -0700)]
Merge pull request #9569 from neheb/zmq

libzmq: Remove uClibc++ support

4 years agoMerge pull request #9486 from neheb/yk
Rosen Penev [Sat, 27 Jul 2019 16:37:31 +0000 (09:37 -0700)]
Merge pull request #9486 from neheb/yk

ykpers: Update to 1.20.0

4 years agodnstop: add new package
Ken Xu [Sat, 27 Jul 2019 09:22:24 +0000 (17:22 +0800)]
dnstop: add new package

Signed-off-by: Ken Xu <windedge99@gmail.com>
4 years agoMerge pull request #9551 from neheb/elek
Rosen Penev [Fri, 26 Jul 2019 03:36:23 +0000 (20:36 -0700)]
Merge pull request #9551 from neheb/elek

elektra: Switch to Lua 5.3

4 years agoelektra: Switch to Lua 5.3 9551/head
Rosen Penev [Tue, 23 Jul 2019 19:10:07 +0000 (12:10 -0700)]
elektra: Switch to Lua 5.3

After the introduction of Lua 5.3 to OpenWrt, elektra picks it up instead
of 5.1. Since 5.1 is unsupported anyway, switch to 5.3.

Added liblua to PKG_BUILD_DEPENDS as the FindLua script is broken. Having
it here allows compilation to continue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #8680 from lucize/intltool-perl
Rosen Penev [Thu, 25 Jul 2019 20:39:11 +0000 (13:39 -0700)]
Merge pull request #8680 from lucize/intltool-perl

intltool: depend on hostpkg first

4 years agoMerge pull request #9545 from neheb/tar
Rosen Penev [Thu, 25 Jul 2019 20:04:09 +0000 (13:04 -0700)]
Merge pull request #9545 from neheb/tar

tar: Add zstd capability

4 years agolibzmq: Remove uClibc++ support 9569/head
Rosen Penev [Thu, 25 Jul 2019 18:31:22 +0000 (11:31 -0700)]
libzmq: Remove uClibc++ support

libzmq is used by fbzmq, which absolutely requires libstdcpp since it's a
C++14 project. There's no point in using two libc++.

Cleaned up Makefile for consistency between packages.

Added nanosleep patch for platforms that are missing usleep.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9568 from blocktrron/master
Matthias Schiffer [Thu, 25 Jul 2019 18:47:49 +0000 (20:47 +0200)]
Merge pull request #9568 from blocktrron/master

fastd: fix segmentation fault with musl >1.1.20

4 years agofastd: fix segmentation fault with musl >1.1.20 9568/head
David Bauer [Thu, 25 Jul 2019 16:58:03 +0000 (18:58 +0200)]
fastd: fix segmentation fault with musl >1.1.20

When compiled with musl >1.1.20, fastd will crash in case it can't
resolve a peers hostname. This is due to a changed implementation of
freeaddrinfo in musl 1.1.21 onwards.

This segfault is fixed by not calling freeaddrinfo in case the supplied
pointer is null.

Signed-off-by: David Bauer <mail@david-bauer.net>
4 years agoMerge pull request #9507 from ja-pa/lmdb
Rosen Penev [Thu, 25 Jul 2019 17:59:06 +0000 (10:59 -0700)]
Merge pull request #9507 from ja-pa/lmdb

lmdb: add new package

4 years agoMerge pull request #9516 from neheb/soooo
Rosen Penev [Thu, 25 Jul 2019 17:56:04 +0000 (10:56 -0700)]
Merge pull request #9516 from neheb/soooo

socat: Fix compilation when usleep is missing

4 years agoMerge pull request #9563 from neheb/xz3
Rosen Penev [Thu, 25 Jul 2019 17:55:04 +0000 (10:55 -0700)]
Merge pull request #9563 from neheb/xz3

xz: Remove bash dependency

4 years agoMerge pull request #9454 from BKPepe/markupsafe
Rosen Penev [Thu, 25 Jul 2019 17:39:19 +0000 (10:39 -0700)]
Merge pull request #9454 from BKPepe/markupsafe

MarkupSafe: Makefile polishing and add src package

4 years agoMerge pull request #9441 from ja-pa/zmq-security-fix
Rosen Penev [Thu, 25 Jul 2019 17:38:04 +0000 (10:38 -0700)]
Merge pull request #9441 from ja-pa/zmq-security-fix

zeromq: update to version 4.1.7 (security fix)

4 years agoMerge pull request #9444 from ja-pa/expat-security-fix
Rosen Penev [Thu, 25 Jul 2019 17:37:29 +0000 (10:37 -0700)]
Merge pull request #9444 from ja-pa/expat-security-fix

expat: update to version 2.2.7 (security fix)

4 years agoMerge pull request #9535 from dengqf6/pcre
Rosen Penev [Thu, 25 Jul 2019 17:33:08 +0000 (10:33 -0700)]
Merge pull request #9535 from dengqf6/pcre

pcre: remove unnecessary dependency on C++ lib

4 years agoMerge pull request #9548 from James-TR/pdns-recursor-4.2.0
Rosen Penev [Thu, 25 Jul 2019 17:32:32 +0000 (10:32 -0700)]
Merge pull request #9548 from James-TR/pdns-recursor-4.2.0

pdns-recursor: bump version to 4.2.0

4 years agoMerge pull request #9543 from jefferyto/prometheus-fix-mips64-build
Rosen Penev [Thu, 25 Jul 2019 17:30:55 +0000 (10:30 -0700)]
Merge pull request #9543 from jefferyto/prometheus-fix-mips64-build

prometheus: Fix build for mips64/mips64el

4 years agoMerge pull request #9555 from rosysong/kea-fix
Rosen Penev [Thu, 25 Jul 2019 17:29:20 +0000 (10:29 -0700)]
Merge pull request #9555 from rosysong/kea-fix

kea: remove python3 dependency of kea-admin

4 years agoMerge pull request #9489 from BKPepe/egenix
Rosen Penev [Thu, 25 Jul 2019 17:28:45 +0000 (10:28 -0700)]
Merge pull request #9489 from BKPepe/egenix

python-egenix-mx-base: Makefile polishing

4 years agoMerge pull request #9564 from neheb/hap
Rosen Penev [Thu, 25 Jul 2019 16:30:38 +0000 (09:30 -0700)]
Merge pull request #9564 from neheb/hap

haproxy: Get rid of bashisms from get-latest-patches.sh

4 years agohaproxy: Get rid of bashisms from get-latest-patches.sh 9564/head
Rosen Penev [Thu, 25 Jul 2019 02:07:31 +0000 (19:07 -0700)]
haproxy: Get rid of bashisms from get-latest-patches.sh

Plus some other shellcheck cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoxz: Remove bash dependency 9563/head
Rosen Penev [Thu, 25 Jul 2019 01:30:55 +0000 (18:30 -0700)]
xz: Remove bash dependency

Bash is not needed here. These scripts are POSIX compliant.

This was originally added as the configure script looks for /bin/bash
locally. Passing gl_cv_posix_shell overrides this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agotreewide: Capitalize submenus
Eneas U de Queiroz [Tue, 23 Jul 2019 13:35:03 +0000 (10:35 -0300)]
treewide: Capitalize submenus

Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoMerge pull request #9511 from neheb/cifs
Rosen Penev [Wed, 24 Jul 2019 19:32:29 +0000 (12:32 -0700)]
Merge pull request #9511 from neheb/cifs

cifsd

4 years agoMerge pull request #9561 from ja-pa/libxslt-security-fix
Jiri Slachta [Wed, 24 Jul 2019 19:09:41 +0000 (21:09 +0200)]
Merge pull request #9561 from ja-pa/libxslt-security-fix

libxslt: patch security issues

4 years agozstd: Update to 1.4.1 9527/head
Rosen Penev [Sat, 20 Jul 2019 04:08:19 +0000 (21:08 -0700)]
zstd: Update to 1.4.1

Decompression speedup of 7% on average.

Remove upstreamed uClibc-ng patch.

Fixed optimization option to show properly under menuconfig.

Added LTO for smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agocifsd: Update to 2019-07-17 commit 9511/head
Rosen Penev [Wed, 17 Jul 2019 19:21:56 +0000 (12:21 -0700)]
cifsd: Update to 2019-07-17 commit

Fixes several issues, including a restart bug and compilation on kernel
4.9.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agocifsd-tools: Run init script through shellcheck
Rosen Penev [Wed, 17 Jul 2019 17:29:34 +0000 (10:29 -0700)]
cifsd-tools: Run init script through shellcheck

Main warning fixed was about echo -e not being supported by POSIX sh.

Added PKG_BUILD_PARALLEL for slightly faster compilation.

Small whitespace cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9556 from neheb/net
Rosen Penev [Wed, 24 Jul 2019 17:02:43 +0000 (10:02 -0700)]
Merge pull request #9556 from neheb/net

netifyd: Don't build on uClibc-ng

4 years agoMerge pull request #9549 from hauke/io-tool-sync
Rosen Penev [Wed, 24 Jul 2019 16:45:35 +0000 (09:45 -0700)]
Merge pull request #9549 from hauke/io-tool-sync

io: Open /dev/mem with O_SYNC for uncached access

4 years agolibxslt: patch security issues 9561/head
Jan Pavlinec [Wed, 24 Jul 2019 13:33:48 +0000 (15:33 +0200)]
libxslt: patch security issues

Fixes:
CVE-2019-13117
CVE-2019-13118

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoio: Open /dev/mem with O_SYNC for uncached access 9549/head
Hauke Mehrtens [Mon, 22 Jul 2019 13:03:57 +0000 (15:03 +0200)]
io: Open /dev/mem with O_SYNC for uncached access

Only when /dev/mem is opened with O_SYNC the write and *read* is done
uncached. We saw wrong values read out from the hardware without setting
O_SYNC, the busybox devmem tool showed different values, when O_SYNC is
also set for the io tool, it reads out the same values as devmem.
When looking at the drivers/char/mem.c file in the kernel it is behaving
differently based on the O_DSYNC flag.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
4 years agohaproxy: Update HAProxy to v2.0.3
Christian Lachner [Wed, 24 Jul 2019 05:54:52 +0000 (07:54 +0200)]
haproxy: Update HAProxy to v2.0.3

- Update haproxy download URL and hash
- Add new patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
4 years agonetifyd: Don't build on uClibc-ng 9556/head
Rosen Penev [Wed, 24 Jul 2019 06:27:18 +0000 (23:27 -0700)]
netifyd: Don't build on uClibc-ng

This absolutely needs symbols from libresolv, which uClibc-ng does not
support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agokea: remove python3 dependency of kea-admin 9555/head
Rosy Song [Wed, 24 Jul 2019 02:56:41 +0000 (10:56 +0800)]
kea: remove python3 dependency of kea-admin

fix #9495

Signed-off-by: Rosy Song <rosysong@rosinson.com>
4 years agoMerge pull request #9515 from neheb/opendkim
Rosen Penev [Tue, 23 Jul 2019 21:31:01 +0000 (14:31 -0700)]
Merge pull request #9515 from neheb/opendkim

opendkim: Fix compilation with uClibc-ng

4 years agopdns-recursor: bump version to 4.2.0 9548/head
James Taylor [Tue, 23 Jul 2019 11:03:02 +0000 (21:03 +1000)]
pdns-recursor: bump version to 4.2.0

Maintainer: me

This commit bumps the version of pdns-recursor to the latest 4.2.0. This release brings in mostly minor changes, with the full changelog available at https://doc.powerdns.com/recursor/changelog/4.2.html

Signed-off-by: James Taylor <james@jtaylor.id.au>
4 years agopcre: remove unnecessary dependency on C++ lib 9535/head
DENG Qingfang [Tue, 23 Jul 2019 06:01:29 +0000 (14:01 +0800)]
pcre: remove unnecessary dependency on C++ lib

Add libpcrecpp to PKG_CONFIG_DEPENDS to properly trigger
reconfiguration, avoiding unnecessary dependency.

This reverts commit 17090fecf18c795f5bfa5e1ea375ccd65d24f227.
This reverts commit ec138f51ab54873252bbe3e848f5fa9c20de78b9.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
4 years agotar: Add zstd capability 9545/head
Rosen Penev [Tue, 23 Jul 2019 02:46:20 +0000 (19:46 -0700)]
tar: Add zstd capability

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9521 from shenek/feature_python-cachelib 9481/head
Josef Schlehofer [Mon, 22 Jul 2019 20:57:30 +0000 (22:57 +0200)]
Merge pull request #9521 from shenek/feature_python-cachelib

python: cachelib package added

4 years agoprometheus: Fix build for mips64/mips64el 9543/head
Jeffery To [Mon, 22 Jul 2019 20:05:09 +0000 (04:05 +0800)]
prometheus: Fix build for mips64/mips64el

Prometheus uses an older version of fsnotify, which uses a system call
(unix.InotifyInit) that is not implemented for mips64/mips64el.

This patches Prometheus to use a newer version of fsnotify that uses a
different system call (unix.InotifyInit1) that should be available on
all Linux systems.

Fixes #9494.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #9531 from neheb/rto
Rosen Penev [Mon, 22 Jul 2019 19:30:50 +0000 (12:30 -0700)]
Merge pull request #9531 from neheb/rto

rtorrent bump

4 years agortorrent: Update to 0.9.8 9531/head
Rosen Penev [Sun, 21 Jul 2019 18:35:46 +0000 (11:35 -0700)]
rtorrent: Update to 0.9.8

Switch to codeload. A lot simpler.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibsigc++: Update to 2.10.2
Rosen Penev [Sun, 21 Jul 2019 17:21:37 +0000 (10:21 -0700)]
libsigc++: Update to 2.10.2

No actual difference. Just regenerated documentation.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibtorrent: Update to 0.13.8
Rosen Penev [Sun, 21 Jul 2019 17:15:09 +0000 (10:15 -0700)]
libtorrent: Update to 0.13.8

Removed upstreamed patches.

Small change to IPv6 configure flag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9523 from micmac1/sqlite329
Rosen Penev [Mon, 22 Jul 2019 14:34:48 +0000 (07:34 -0700)]
Merge pull request #9523 from micmac1/sqlite329

sqlite3: bump to 3.29.0

4 years agoMerge pull request #9528 from neheb/softhhh
Rosen Penev [Mon, 22 Jul 2019 14:25:13 +0000 (07:25 -0700)]
Merge pull request #9528 from neheb/softhhh

softethervpn: Update to rtm version 4.29-9680

4 years agoMerge pull request #9532 from jefferyto/python-musl-find_library
Josef Schlehofer [Mon, 22 Jul 2019 13:21:34 +0000 (15:21 +0200)]
Merge pull request #9532 from jefferyto/python-musl-find_library

python,python3: Fix ctypes.util.find_library()

4 years agopython: add patch for CVE-2018-20852 9540/head
Josef Schlehofer [Mon, 22 Jul 2019 12:21:10 +0000 (14:21 +0200)]
python: add patch for CVE-2018-20852

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #9332 from neheb/dom
Stijn Tintel [Mon, 22 Jul 2019 07:27:20 +0000 (09:27 +0200)]
Merge pull request #9332 from neheb/dom

domoticz: Fix compilation without deprecated OpenSSL APIs

4 years agoMerge pull request #9517 from neheb/apf
Rosen Penev [Mon, 22 Jul 2019 06:16:21 +0000 (23:16 -0700)]
Merge pull request #9517 from neheb/apf

apfree-wifidog: Run init script through shellcheck

4 years agopython,python3: Fix ctypes.util.find_library() 9532/head
Jeffery To [Sun, 21 Jul 2019 20:42:54 +0000 (04:42 +0800)]
python,python3: Fix ctypes.util.find_library()

Python's ctypes.util.find_library() function currently doesn't work for
musl libraries/systems[1].

This adds a patch to fix this function, based on a patch from Alpine
Linux[2].

Fixes #9448.

[1]: https://bugs.python.org/issue21622
[2]: https://git.alpinelinux.org/aports/tree/main/python2/musl-find_library.patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython-cachelib: package added 9521/head
Stepan Henek [Fri, 19 Jul 2019 13:27:33 +0000 (15:27 +0200)]
python-cachelib: package added

Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #9530 from Andy2244/samba-4-9-11
Daniel Engberg [Sun, 21 Jul 2019 15:13:31 +0000 (17:13 +0200)]
Merge pull request #9530 from Andy2244/samba-4-9-11

samba4: revert to 4.9.11

4 years agosamba4: revert to 4.9.11 9530/head
Andy Walsh [Sun, 21 Jul 2019 14:01:01 +0000 (16:01 +0200)]
samba4: revert to 4.9.11

* revert to 4.9.x series (4.10 needs too many unofficial patches and has weird waf bugs)
* cleanup patches
* enable AD_DC build option again

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoopenssh: Fix compilation with -Wimplicit-function
Rosen Penev [Thu, 4 Jul 2019 03:50:00 +0000 (20:50 -0700)]
openssh: Fix compilation with -Wimplicit-function

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoetherwake: Remove obsolete uClibc patch
Rosen Penev [Sun, 14 Jul 2019 23:57:12 +0000 (16:57 -0700)]
etherwake: Remove obsolete uClibc patch

No such issue with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9518 from neheb/nss
Rosen Penev [Sat, 20 Jul 2019 16:59:11 +0000 (09:59 -0700)]
Merge pull request #9518 from neheb/nss

nss: Replace usleep with nanosleep

4 years agoMerge pull request #9519 from neheb/libre
Rosen Penev [Sat, 20 Jul 2019 16:58:38 +0000 (09:58 -0700)]
Merge pull request #9519 from neheb/libre

libreswan: Replace usleep with nanosleep

4 years agoyoutube-dl: update to version 2019.7.16 9512/head
Josef Schlehofer [Thu, 18 Jul 2019 16:56:17 +0000 (18:56 +0200)]
youtube-dl: update to version 2019.7.16

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agogolang: Update to 1.12.7
Jeffery To [Tue, 16 Jul 2019 16:28:47 +0000 (00:28 +0800)]
golang: Update to 1.12.7

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agodocker-ce: Updated and added --init and --publish options
Gerard Ryan [Sat, 13 Jul 2019 09:27:52 +0000 (19:27 +1000)]
docker-ce: Updated and added --init and --publish options

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agolibnetwork: Added networking for docker-ce
Gerard Ryan [Sat, 13 Jul 2019 09:24:33 +0000 (19:24 +1000)]
libnetwork: Added networking for docker-ce

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agotini: Added tini init utility
Gerard Ryan [Thu, 4 Jul 2019 11:53:10 +0000 (21:53 +1000)]
tini: Added tini init utility

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agosoftethervpn: Update to rtm version 4.29-9680 9528/head
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>
4 years agogcc: update to version 7.4.0, Add config options
Noble Pepper [Tue, 25 Jun 2019 13:18:06 +0000 (08:18 -0500)]
gcc: update to version 7.4.0, Add config options
for coping libc.a, libpthread.a and libstdc++ to target.
Add config option to eliminate need for -lstdc++ and -lgcc_pic
switches when linking statically

Signed-off-by: Noble Pepper <noblepepper@gmail.com>
4 years agoMerge pull request #9520 from danielkucera/minisatip
Rosen Penev [Sat, 20 Jul 2019 00:39:22 +0000 (17:39 -0700)]
Merge pull request #9520 from danielkucera/minisatip

minisatip: pkg hash fix

4 years agosqlite3: bump to 3.29.0 9523/head
Sebastian Kemper [Fri, 19 Jul 2019 19:21:08 +0000 (21:21 +0200)]
sqlite3: bump to 3.29.0

Also drops upstreamed patch.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoMerge pull request #9514 from mtelka/mini_snmpd-netifs
Rosen Penev [Fri, 19 Jul 2019 15:18:28 +0000 (08:18 -0700)]
Merge pull request #9514 from mtelka/mini_snmpd-netifs

mini_snmpd: Allow up to 8 network interfaces

4 years agolmdb: add new package 9507/head
Jan Pavlinec [Wed, 17 Jul 2019 14:17:39 +0000 (16:17 +0200)]
lmdb: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agominisatip: pkg hash fix 9520/head
Daniel Kucera [Fri, 19 Jul 2019 12:30:06 +0000 (14:30 +0200)]
minisatip: pkg hash fix

Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
4 years agolibreswan: Replace usleep with nanosleep 9519/head
Rosen Penev [Fri, 19 Jul 2019 07:41:11 +0000 (00:41 -0700)]
libreswan: Replace usleep with nanosleep

usleep is optionally unavailable with uClibc-ng.

Added PKG_LICENSE_FILES

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>