Yousong Zhou [Mon, 6 Apr 2020 02:31:49 +0000 (10:31 +0800)]
acme: depends on wget-ssl
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Mon, 6 Apr 2020 02:20:55 +0000 (10:20 +0800)]
wget: make the ssl variant provides wget-ssl
This is to address the need for specifying dependency on a wget
implementation with ssl support.
Now we have a game of names for opkg
1. uclient-fetch: minimal version by openwrt project
2. wget-nossl: gnu wget w/o ssl support
3. wget-ssl: for the moment since this commit, gnu wget w/ ssl support
4. wget: uclient-fetch, wget-nossl, or wget-ssl
5. gnu-wget: wget-nossl or wget-ssl
By the time we provide some dummy package like uclient-fetch-ssl and
make it also provide wget-ssl, I guess by then we will also need
gnu-wget-ssl...
Ref: https://github.com/openwrt/packages/issues/11534
Ref: https://github.com/openwrt/packages/pull/9941
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Tue, 14 Apr 2020 02:39:52 +0000 (19:39 -0700)]
libupnp: update to 1.8.7
remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 14 Apr 2020 00:37:03 +0000 (17:37 -0700)]
Merge pull request #11832 from neheb/v45l
libv4l: update to 1.16.8
Hannu Nyman [Mon, 13 Apr 2020 16:26:19 +0000 (19:26 +0300)]
Merge pull request #11837 from tru7/libfmt
libfmt: bump to version 6.2.0
Othmar Truniger [Mon, 13 Apr 2020 16:04:22 +0000 (18:04 +0200)]
libfmt: bump to version 6.2.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
Dirk Brenken [Mon, 13 Apr 2020 04:16:03 +0000 (06:16 +0200)]
adblock: fix another reporting bug
* add a final sort step, this fixes dns reporting with
multiple pcap files as input
Signed-off-by: Dirk Brenken <dev@brenken.org>
Josef Schlehofer [Sun, 12 Apr 2020 10:25:45 +0000 (12:25 +0200)]
Merge pull request #11817 from cotequeiroz/python-src
python3: hide -src package until main pkg selected
Rosen Penev [Sun, 12 Apr 2020 04:54:29 +0000 (21:54 -0700)]
Merge pull request #11780 from WeekendSoftware/family-dns
family-dns: add new package
Gregory L. Dietsche [Mon, 6 Apr 2020 17:09:08 +0000 (12:09 -0500)]
family-dns: add new package
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
Rosen Penev [Thu, 9 Apr 2020 22:48:02 +0000 (15:48 -0700)]
libv4l: update to 1.16.8
Fixed license information.
Update argp dependency to be for non glibc.
Added PKG_BUILD_PARALLEL for faster compilation.
Added --as-needed linker flag for slightly smaller size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 11 Apr 2020 05:22:14 +0000 (22:22 -0700)]
ntpclient: fixup time patch
Added missing header and added casts.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jo-Philipp Wich [Sat, 11 Apr 2020 21:22:41 +0000 (23:22 +0200)]
nlbwmon: update to latest Git HEAD
34a1887 nfnetlink: disable sequence number checking
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Dirk Brenken [Sat, 11 Apr 2020 19:46:59 +0000 (21:46 +0200)]
adblock: update 4.0.4
* add 'ca-bundle' dependency
* fix a sort bug in report engine
* fix potential bugs in the f_extconf function
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Sat, 11 Apr 2020 07:48:16 +0000 (10:48 +0300)]
Merge pull request #11819 from stangri/master-https-dns-proxy
https-dns-proxy: bugfix: memory leak
Stan Grishin [Sat, 11 Apr 2020 00:25:11 +0000 (00:25 +0000)]
https-dns-proxy: bugfix: memory leak
Signed-off-by: Stan Grishin <stangri@melmac.net>
Jo-Philipp Wich [Fri, 10 Apr 2020 22:23:12 +0000 (00:23 +0200)]
nlbwmon: update to latest Git HEAD
e757e06 nfnetlink: allow specifying the socket buffer size
33c77cb nfnetlink: properly handle nl_recvmsgs() failures
95cced5 protocol: Include whitespace when reading names
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Hannu Nyman [Fri, 10 Apr 2020 16:58:35 +0000 (19:58 +0300)]
Merge pull request #11816 from ysc3839/frp
frp: update to 0.32.1
Hannu Nyman [Fri, 10 Apr 2020 16:58:26 +0000 (19:58 +0300)]
Merge pull request #11818 from ysc3839/pycryptodome
python-cryptodome: update to 3.9.7
Richard Yu [Fri, 10 Apr 2020 16:21:57 +0000 (00:21 +0800)]
python-cryptodome: update to 3.9.7
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Eneas U de Queiroz [Fri, 10 Apr 2020 15:18:32 +0000 (12:18 -0300)]
python3: hide -src package until main pkg selected
This adds a 'Package/<pkg>-src/config' definition with a 'depends on
<pkg>' line, which will hide <pkg>-src unless <pkg> is selected. This
makes the long list of python packages a bit shorter, and also indents
the src package:
<M> python3-base................................ Python 3.8 interpreter
< > python3-base-src................. Python 3.8 interpreter (sources)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Richard Yu [Fri, 10 Apr 2020 13:39:31 +0000 (21:39 +0800)]
frp: update to 0.32.1
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Rosen Penev [Fri, 10 Apr 2020 10:34:09 +0000 (03:34 -0700)]
Merge pull request #11813 from lucize/postup
postfix: update to 3.5.0
Rosen Penev [Fri, 10 Apr 2020 10:33:56 +0000 (03:33 -0700)]
Merge pull request #11815 from PolynomialDivision/feature/dawn_update
dawn: fix several typos
Nick Hainke [Fri, 10 Apr 2020 08:30:45 +0000 (10:30 +0200)]
dawn: fix several typos
Signed-off-by: Nick Hainke <vincent@systemli.org>
Lucian Cristian [Thu, 9 Apr 2020 23:45:00 +0000 (02:45 +0300)]
postfix: update to 3.5.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Rosen Penev [Thu, 9 Apr 2020 22:36:36 +0000 (15:36 -0700)]
Merge pull request #11805 from neheb/ntp
ntpclient: fix compilation with newer kernels
Rosen Penev [Thu, 9 Apr 2020 21:21:41 +0000 (14:21 -0700)]
Merge pull request #11811 from flyn-org/quota
quota: add necessary dependencies
W. Michael Petullo [Thu, 9 Apr 2020 20:33:15 +0000 (16:33 -0400)]
quota: add necessary dependencies
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Thu, 9 Apr 2020 18:59:30 +0000 (21:59 +0300)]
Merge pull request #11810 from tru7/knxd
knxd: bump to version 0.14.35
Luiz Angelo Daros de Luca [Thu, 9 Apr 2020 18:10:28 +0000 (15:10 -0300)]
Merge pull request #11784 from cotequeiroz/sane-backends
sane-backends: use "tristate" instead of "prompt"
Othmar Truniger [Thu, 9 Apr 2020 17:29:47 +0000 (19:29 +0200)]
knxd: bump to version 0.14.35
Signed-off-by: Othmar Truniger <github@truniger.ch>
Hannu Nyman [Wed, 8 Apr 2020 15:03:39 +0000 (18:03 +0300)]
Merge pull request #11793 from commodo/python3-default-bin
python3: symlink 'python' to '/usr/bin/python3'
Alexandru Ardelean [Tue, 7 Apr 2020 08:08:02 +0000 (11:08 +0300)]
python3: symlink 'python' to '/usr/bin/python3'
Time to make it more official.
Running 'python' should get you an interpreter running, and that one is now
Python3.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Eneas U de Queiroz [Thu, 12 Mar 2020 12:09:28 +0000 (09:09 -0300)]
dnsdist: fix default SSL lib spelling
This is cosmetic only, since openssl is the first one being defined, but
it avoids a warning in scripts/config, after upgrading to kconfig-v5.6:
tmp/.config-package.in:102839:warning: choice default symbol
'DNSDIST_OPENSSSL' is not contained in the choice
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Hannu Nyman [Wed, 8 Apr 2020 10:21:50 +0000 (13:21 +0300)]
Merge pull request #11807 from jefferyto/seafile-7.1.3
seafile-server (and related packages): Update to 7.1.3
Jeffery To [Tue, 7 Apr 2020 15:41:21 +0000 (23:41 +0800)]
seafile-server: Update to 7.1.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 7 Apr 2020 15:37:15 +0000 (23:37 +0800)]
seafile-seahub: Update to 7.1.3, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 7 Apr 2020 14:53:08 +0000 (22:53 +0800)]
seafile-ccnet: Update to 7.1.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 7 Apr 2020 08:45:19 +0000 (16:45 +0800)]
libsearpc: Update to "new" version, switch to git download method
Upstream changed the v3.2.0 tag. Previously it referred to
haiwen/libsearpc@
23f581b39fa4555ede80efe2729f76e6159e8b7a; now it refers
to haiwen/libsearpc@
d1fd7518a20b25766ff98d6fde6e40c63626ca0d.
This changes the packaged version to the "new" v3.2.0 and switches to
using the git download method (technically the github_archive method),
since the codeload filenames of the previous and current versions are
the same but the files have different hashes.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Wed, 8 Apr 2020 05:23:06 +0000 (08:23 +0300)]
Merge pull request #11804 from VolunteerComputingHelp/master
boinc: FTBFS: avoiding unexpected dependencies
Steffen Möller [Tue, 7 Apr 2020 22:44:31 +0000 (00:44 +0200)]
Boinc: Avoiding unexpected dependencies
In reaction to a comment by @hnyman in
https://github.com/openwrt/packages/pull/11768#issuecomment-
610513948
on BOINC embracing too many libraries it finds on its build
host, the inclusion of the freetype library is now excluded
by an embracing "if" statement.
The patch is presented to BOINC upstream at
https://github.com/BOINC/boinc/pull/3578
Signed-off-by: Steffen Möller <moeller@debian.org>
Dirk Brenken [Wed, 8 Apr 2020 05:04:31 +0000 (07:04 +0200)]
Merge pull request #11799 from dibdot/adblock
adblock: release 4.0.3
Noah Meyerhans [Sun, 22 Mar 2020 17:09:20 +0000 (10:09 -0700)]
bind9: update to 9.16.1
Add libuv dependency
Fix optional libxml and c-json dependency handling
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Rosen Penev [Wed, 8 Apr 2020 02:51:31 +0000 (19:51 -0700)]
ntpclient: fix compilation with newer kernels
glibc needs an extra header included.
Also cast time values to 64-bit in preparation for 64-bit time_t for
32-bit platforms.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 8 Apr 2020 02:52:38 +0000 (19:52 -0700)]
Merge pull request #11546 from neheb/gst
gstreamer updates to 1.16.2 and meson
Rosen Penev [Wed, 8 Apr 2020 02:19:30 +0000 (19:19 -0700)]
Merge pull request #11786 from neheb/v4llll
libv4l: fix compilation under kernel 4.14
Rosen Penev [Wed, 8 Apr 2020 02:13:51 +0000 (19:13 -0700)]
Merge pull request #11774 from neheb/netif
netifyd: fix compilation with libcxx
Rosen Penev [Wed, 8 Apr 2020 02:12:11 +0000 (19:12 -0700)]
Merge pull request #11789 from neheb/h2oen
h2o: fix compilation without engine support
Rosen Penev [Wed, 8 Apr 2020 02:06:50 +0000 (19:06 -0700)]
Merge pull request #11787 from neheb/shout
libshout: don't use usleep
Rosen Penev [Wed, 8 Apr 2020 02:05:26 +0000 (19:05 -0700)]
gst1-libav: update to 1.16.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 10 Mar 2020 04:20:22 +0000 (21:20 -0700)]
gst1-plugins-ugly: update to 1.16.2
Switched to meson.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 10 Mar 2020 04:07:44 +0000 (21:07 -0700)]
gst1-plugins-bad: update to 1.16.2
Switched to meson.
Fixed license information.
Several Makefile cleanups for consistency between packages.
Enabled and added packages for a bunch of plugins.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 10 Mar 2020 02:42:35 +0000 (19:42 -0700)]
gst1-plugins-good: update to 1.16.2
Switch to meson.
No more static libraries as meson makes you choose.
Enabled speex and shout2 as the libraries are available.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 10 Mar 2020 00:29:34 +0000 (17:29 -0700)]
gst1-plugins-base: update to 1.16.2
Switched to meson.
Fixed license information.
No more static libraries as meson makes you choose.
Added several CONFIG_DEPENDS entries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 9 Mar 2020 23:17:31 +0000 (16:17 -0700)]
gstreamer1: update to 1.16.2
Switched to meson.
Fixed license information.
Rearranged some stuff for consistency between packages.
Removed static libraries. It seems meson only supports either one or the
other.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 8 Apr 2020 01:56:07 +0000 (18:56 -0700)]
Merge pull request #11785 from neheb/upnppp
libupnp: do not use usleep
Rosen Penev [Wed, 8 Apr 2020 01:39:25 +0000 (18:39 -0700)]
Merge pull request #11801 from stangri/master-simple-adblock
simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot
Stan Grishin [Tue, 7 Apr 2020 21:55:22 +0000 (21:55 +0000)]
simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot
Signed-off-by: Stan Grishin <stangri@melmac.net>
Dirk Brenken [Tue, 7 Apr 2020 19:48:09 +0000 (21:48 +0200)]
adblock: release 4.0.3
* add 'wally3k' and 'reg_vn' sources, change 'reg_pl' source
* update readme
* small fixes & cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Tue, 7 Apr 2020 01:31:14 +0000 (18:31 -0700)]
bind: use json-c instead of jsoncpp
The configure script prefers the latter whereas the code prefers the
latter. Hack around it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Tue, 7 Apr 2020 17:09:44 +0000 (20:09 +0300)]
Merge pull request #11797 from commodo/drop-flup
lang: python: flup: drop package
Alexandru Ardelean [Tue, 7 Apr 2020 15:12:58 +0000 (18:12 +0300)]
lang: python: flup: drop package
Was mostly required for Seafile.
Now it isn't.
It's also pretty ancient.
https://www.saddi.com/software/flup/
Page was last updated in 2005.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Tue, 7 Apr 2020 15:05:11 +0000 (18:05 +0300)]
nano: update to 4.9.2
Update nano editor to version 4.9.2
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 7 Apr 2020 14:23:11 +0000 (17:23 +0300)]
Merge pull request #11744 from ja-pa/pytest-new
python-pytest: add new package
Toke Høiland-Jørgensen [Tue, 7 Apr 2020 12:12:56 +0000 (14:12 +0200)]
Merge pull request #11794 from TDT-AG/pr/
20200407-acme
acme: fix luci-app-acme dependency limitations
Florian Eckert [Fri, 3 Apr 2020 12:53:19 +0000 (14:53 +0200)]
acme: fix luci-app-acme dependency limitations
This commit fix circle dependency.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Rosen Penev [Tue, 7 Apr 2020 11:16:56 +0000 (04:16 -0700)]
Merge pull request #11782 from gfrancesco/master
transmission: add init file STOP directive
Francesco G [Mon, 6 Apr 2020 21:12:26 +0000 (23:12 +0200)]
transmission: add init file STOP directive
Transmission should stop early on system shutdown to avoid
for example fstab unmount disks when transmission is writing.
Signed-off-by: Francesco G <gfrancesco@users.noreply.github.com>
Jan Pavlinec [Fri, 27 Mar 2020 09:10:34 +0000 (10:10 +0100)]
python-pytest: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Hannu Nyman [Tue, 7 Apr 2020 08:50:34 +0000 (11:50 +0300)]
Merge pull request #11792 from commodo/gunicorn-update
gunicorn: bump to version 20.0.4
Alexandru Ardelean [Mon, 18 Nov 2019 14:33:20 +0000 (16:33 +0200)]
gunicorn: bump to version 20.0.4
This change bumps gunicorn to version 20.0.4.
It also installs the binary for gunicorn without any suffix, via symlink.
And remove gunicorn_paster; that was removed from the package and moved
into the gunicorn library.
Also, now we need to use the full python3-setuptools package for the
gunicorn executable, as it won't start without it.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Josef Schlehofer [Mon, 6 Apr 2020 19:54:13 +0000 (21:54 +0200)]
meson: update to version 0.54.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Christian Dreihsig [Sun, 5 Apr 2020 07:34:03 +0000 (09:34 +0200)]
boinc: new package for distributed computing/data acquisition
Compile tested: x86_64, OpenWrt master
Run tested: arm/mvebu
Signed-off-by: Christian Dreihsig <christian.dreihsig@t-online.de>
Josef Schlehofer [Mon, 6 Apr 2020 21:59:14 +0000 (23:59 +0200)]
python-yaml: update to version 5.3.1
Fixes CVE-2020-1747
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hannu Nyman [Tue, 7 Apr 2020 07:15:17 +0000 (10:15 +0300)]
Merge pull request #11791 from commodo/fix-typo-py3-package
python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBAL_ARGS
Alexandru Ardelean [Tue, 7 Apr 2020 07:06:27 +0000 (10:06 +0300)]
python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBAL_ARGS
This fixes a typo with the default PYTHON3_PKG_SETUP_GLOBAL_ARGS.
Since in make context non-defined variables are empty anyway, this doesn't
produce any issues. The fix is more semantic in nature.
Fixes https://github.com/openwrt/packages/issues/11790
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Tue, 7 Apr 2020 03:31:17 +0000 (20:31 -0700)]
Merge pull request #11748 from flyn-org/quota
quota: add new package
W. Michael Petullo [Thu, 2 Apr 2020 21:00:23 +0000 (16:00 -0500)]
quota: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Tue, 7 Apr 2020 01:59:19 +0000 (18:59 -0700)]
h2o: fix compilation without engine support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 6 Apr 2020 02:57:53 +0000 (19:57 -0700)]
libshout: don't use usleep
usleep is deprecated and optionally unavailable with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 6 Apr 2020 02:53:24 +0000 (19:53 -0700)]
libv4l: fix compilation under kernel 4.14
The last patch used a macro unavailable with older kernel headers.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 6 Apr 2020 02:50:35 +0000 (19:50 -0700)]
libupnp: do not use usleep
Deprecated and optionally unavailable under uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 7 Apr 2020 02:25:53 +0000 (19:25 -0700)]
Merge pull request #11761 from neheb/mpdddd
mpd: update to 0.21.22
Eneas U de Queiroz [Mon, 6 Apr 2020 23:31:55 +0000 (20:31 -0300)]
sane-backends: use "tristate" instead of "prompt"
Remove "prompt" command, dropped in kconfig-v5.6, from
Package/sane-backends/config, replacing it with "tristate". This does
not affect the generated package.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Tue, 7 Apr 2020 00:06:54 +0000 (17:06 -0700)]
Merge pull request #11735 from ja-pa/graphicsmagic-1.3.35
graphicsmagic: update to version 1.3.35 (security fix)
Rosen Penev [Mon, 6 Apr 2020 21:08:07 +0000 (14:08 -0700)]
Merge pull request #11771 from micmac1/master-apache-2443
apache: security bump to 2.4.43
Hannu Nyman [Mon, 6 Apr 2020 14:25:47 +0000 (17:25 +0300)]
Merge pull request #11779 from commodo/pillow-bump
pillow: bump to version 7.1.1
Alexandru Ardelean [Mon, 6 Apr 2020 10:57:32 +0000 (13:57 +0300)]
pillow: bump to version 7.1.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Mon, 6 Apr 2020 13:22:43 +0000 (16:22 +0300)]
Merge pull request #11778 from jefferyto/python-cryptography-2.9
python-cryptography: Update to 2.9, remove setup patch
Hannu Nyman [Mon, 6 Apr 2020 13:22:14 +0000 (16:22 +0300)]
Merge pull request #11777 from jefferyto/python-zope-interface-5.0.2
python-zope-interface: Update to 5.0.2
Peter Wagner [Mon, 6 Apr 2020 08:18:50 +0000 (10:18 +0200)]
openssh: don't create ECDSA keys
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Mon, 6 Apr 2020 08:14:20 +0000 (11:14 +0300)]
Merge pull request #10449 from ja-pa/python-pluggy
python-pluggy: add new package
Jeffery To [Mon, 6 Apr 2020 07:54:04 +0000 (15:54 +0800)]
python-cryptography: Update to 2.9, remove setup patch
Since cffi is installed by HOST_PYTHON3_PACKAGE_BUILD_DEPENDS, it
shouldn't be necessary to clear setup_requirements anymore.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 6 Apr 2020 07:13:38 +0000 (15:13 +0800)]
python-zope-interface: Update to 5.0.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Tue, 17 Mar 2020 23:23:27 +0000 (16:23 -0700)]
netifyd: fix compilation with libcxx
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 6 Apr 2020 02:25:49 +0000 (19:25 -0700)]
libgd: fix wrong version
Upstream messed up and did not include getlib.sh, causing a wrong version
to be applied to the library.
lrwxrwxrwx 1 libgd.so -> libgd.so.VERSION
-rw-r--r-- 1 libgd.so.VERSION
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Mon, 6 Apr 2020 01:08:37 +0000 (03:08 +0200)]
Merge pull request #11688 from BKPepe/dnscrypt-proxy2-update
dnscrypt-proxy2: update to version 2.0.42
Sebastian Kemper [Sun, 5 Apr 2020 16:20:01 +0000 (18:20 +0200)]
apache: security bump to 2.4.43
This minor version bump fixes:
CVE-2020-1934
CVE-2020-1927
Upstream added cross-compile compatibility to apxs, so we can drop a sed
script. Upstream also added the OpenWrt layout, so we can drop our local
copy.
The OpenSSL patch to remove deprecated symbols doesn't apply anymore and
gets removed.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
tripolar [Sun, 5 Apr 2020 17:32:14 +0000 (19:32 +0200)]
Merge pull request #11770 from SibrenVasse/openssh
openssh: update to 8.2p1