Daniel Golle [Sat, 1 Aug 2020 21:31:39 +0000 (22:31 +0100)]
libsodium: compile with scalarmult_ed25519_ref10
scalarmult_ed25519_ref10 was excluded from 'minimal' variant (which is
what we are building) by upstream commit
f5076db5f8ef27.
Revert that to allow downstream projects to make use of it (eg. gnunet)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Sat, 1 Aug 2020 16:30:17 +0000 (09:30 -0700)]
glib2: add back libiconv/host build dependency
HOST_LDFLAGS are used in target builds with meson. Having -liconv is
necessary because of certain hosts that lack iconv in libc.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 1 Aug 2020 16:19:17 +0000 (09:19 -0700)]
meson: backport upstream rpath fix
-Wl,rpath= does not work with clang, yet -Wl,rpath, does not work with
meson. Backport upstream patch fixing this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 1 Aug 2020 03:45:15 +0000 (20:45 -0700)]
Merge pull request #11017 from neheb/jpeg-turbo
libjpeg-turbo: Add new package
Rosen Penev [Fri, 22 Jun 2018 02:49:45 +0000 (19:49 -0700)]
libjpeg-turbo: Add new package
It's faster than regular libjpeg with ASM optimizations for various
platforms. Tests with djpeg indicate that it's twice as fast.
This is meant to replace the regular libjpeg.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 1 Aug 2020 03:23:10 +0000 (20:23 -0700)]
glib2: add gettext-full build dependency
I don't know why this is needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 23 Feb 2020 03:31:23 +0000 (19:31 -0800)]
libjpeg: remove
This library is more than 2x slower that -turbo on MIPS. It also conflicts
with -turbo as they write the same InstallDev entries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 31 Jul 2020 21:55:07 +0000 (14:55 -0700)]
glib2: revert intl change
This was causing massive buildbot failure.
The intent was to fix uClibc-ng and CONFIG_BUILD_NLS, but that ended up
breaking everything.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Fri, 31 Jul 2020 13:55:42 +0000 (16:55 +0300)]
Merge pull request #12594 from hnyman/nlbw
nlbwmon: add hotplug script to reload after interface ifup
Florian Eckert [Fri, 31 Jul 2020 13:46:49 +0000 (15:46 +0200)]
docker-ce: fix bip default config value
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Josef Schlehofer [Fri, 31 Jul 2020 09:17:30 +0000 (11:17 +0200)]
Merge pull request #12478 from ja-pa/jsoncpp-update
jsoncpp: update to version 1.9.3
Jan Pavlinec [Thu, 11 Jun 2020 06:44:14 +0000 (08:44 +0200)]
jsoncpp: update to version 1.9.3
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Fri, 31 Jul 2020 07:09:22 +0000 (00:09 -0700)]
Merge pull request #12980 from neheb/pls
pulseaudio: fix compilation with ICONV_FULL
Rosen Penev [Thu, 30 Jul 2020 23:41:16 +0000 (16:41 -0700)]
pulseaudio: fix compilation with ICONV_FULL
Reordered check to check external iconv first.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 30 Jul 2020 23:40:11 +0000 (16:40 -0700)]
mpd: fixup iconv support
Removes liconv LDFLAG and fixes ICONV_FULL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 31 Jul 2020 04:08:25 +0000 (21:08 -0700)]
Merge pull request #12978 from Andy2244/ksmbd_3-2-4
ksmbd: update to 3.2.4
Rosen Penev [Fri, 31 Jul 2020 04:07:41 +0000 (21:07 -0700)]
Merge pull request #12971 from neheb/glb2
glib2: add back gettext dependencies
Rosen Penev [Thu, 30 Jul 2020 03:36:38 +0000 (20:36 -0700)]
glib2: add back gettext dependencies
The libintl check is broken in meson.build. Patched it and added back
the gettext build dependencies. Avoids the proxy-intl thing that glib2
likes to use.
Updated configure options.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Andy Walsh [Thu, 30 Jul 2020 22:53:03 +0000 (00:53 +0200)]
ksmbd: update to 3.2.4
upstream changelog:
* cifsd: release 3.2.4 version
* cifsd: don't support FSCTL_VALIDATE_NEGOTIATE_INFO if connect dialect is smaller than SMB3.02
* cifsd: initialize server using init_smb2_0_server() instead of init_smb3_11_server()
* cifsd: fix auto negotiation failure when setting min/max protocol is higher than SMB 2.0
* cifsd: sign session setup response on SMB3.0 and SMB3.02
* cifsd: make 8byte context alignment when there is the next context in negotiate contexts
* cifsd: fix null pointer dereferencing error in ->set_sign_rsp()
* cifsd: ignore EOPNOTSUPP error from ksmbd_vfs_alloc_size
* cifsd: fix warning: unused variable small_sz
* cifsd: release 3.2.3 version
* cifsd: set correct status code on ksmbd_vfs_readdir error
* cifsd: fix stuck issue while writing many files with windows client
* cifsd: return only a single entry if SMB2_RETURN_SINGLE_ENTRY is set
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Rosen Penev [Thu, 30 Jul 2020 19:35:51 +0000 (12:35 -0700)]
Merge pull request #12907 from neheb/mutt
mutt: update to 1.14.6
Josef Schlehofer [Thu, 30 Jul 2020 19:32:24 +0000 (21:32 +0200)]
Merge pull request #12975 from ja-pa/clamav-security-fix
clamav: update to version 0.102.4 (security fix)
Hannu Nyman [Thu, 30 Jul 2020 16:53:09 +0000 (19:53 +0300)]
Merge pull request #12974 from ja-pa/python3-maxminddb-2.0.1
python3-maxminddb: update to version 2.0.1
Hannu Nyman [Thu, 30 Jul 2020 15:34:02 +0000 (18:34 +0300)]
nano: update to 5.0
Update nano editor to version 5.0.
http://git.savannah.gnu.org/cgit/nano.git/tree/NEWS
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jan Pavlinec [Thu, 30 Jul 2020 13:24:15 +0000 (15:24 +0200)]
clamav: update to version 0.102.4 (security fix)
Fixes
CVE-2020-3481
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Thu, 30 Jul 2020 12:32:12 +0000 (14:32 +0200)]
python3-maxminddb: update to version 2.0.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Florian Eckert [Thu, 30 Jul 2020 10:34:31 +0000 (12:34 +0200)]
Merge pull request #12897 from TDT-AG/pr/
20200721-docker-ce
docker-ce: add default bridge to openwrt uci backend
Rosen Penev [Thu, 30 Jul 2020 08:06:29 +0000 (01:06 -0700)]
Merge pull request #12960 from aleksander0m/aleksander/mm-no-autoreconf
modemmanager: avoid requiring autoreconf to build package
Aleksander Morgado [Tue, 28 Jul 2020 13:51:42 +0000 (15:51 +0200)]
modemmanager: avoid requiring autoreconf to build package
Do not manually overwrite the paths of gdbus-codegen or glib-mkenums
in the ModemManager package build, as modifying the configure.ac ends
up requiring a full autoreconf.
Since MM 1.14, git builds or autoreconf-ed source package builds
require autoconf-archive installed in the build system, and so the
build would fail if this happens.
The update to overwrite the paths was to force using the gdbus-codegen
and glib-mkenums provided by the "host" glib2 package instead of the
"target" glib2 package (see
fa8ad6e69c41d694b1220e04ec4f45bb8e8c1edf),
but these tools are really the same in both as they're python
programs, arch independent.
Tested in a local build where the setup detects and uses the correct
glib tool paths from the target:
/home/user/openwrt/staging_dir/target-mips_24kc_musl/usr/bin/gdbus-codegen
/home/user/openwrt/staging_dir/target-mips_24kc_musl/usr/bin/glib-mkenums
Fixes https://github.com/openwrt/packages/issues/12958
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Aleksander Morgado [Thu, 30 Jul 2020 07:29:24 +0000 (09:29 +0200)]
glib2: install codegen module in staging dir
Install not only the gdbus-codegen program in the target staging dir,
but also the actual codegen module, so that the program is fully
usable by other packages that require it during build.
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Rosen Penev [Thu, 30 Jul 2020 07:23:14 +0000 (00:23 -0700)]
Merge pull request #12970 from EricLuehrsen/unbound_11100
unbound: update to 1.11.0
Yousong Zhou [Thu, 30 Jul 2020 02:20:52 +0000 (10:20 +0800)]
openvswitch: remove explicit dependency on librt
Selection of librt will be handled by the build system
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Eric Luehrsen [Thu, 30 Jul 2020 02:55:21 +0000 (22:55 -0400)]
unbound: update to 1.11.0
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Yousong Zhou [Wed, 29 Jul 2020 09:30:38 +0000 (17:30 +0800)]
openvswitch: only libopenvswitch depends on libunbound, libunwind
This is to make explicit the conditional select of libunwind is only
needed for libopenvswitch. If we spill it over other packages, the
generated kconfig will have recursive dependency issue. 2 new patches
were made for this goal
The other thing is that "+libunwind" will cause it to be built if any of the
packages defined in this Makefile is enabled (y or m). This is at the moment
by-design of the build system.
Libunwind does not support architectures like arc. Use conditional select To
avoid (libunwind) build failures like the following,
checking for ELF helper width... configure: error: Unknown ELF target: arc
make[3]: *** [Makefile:65: /data/openwrt/build_dir/target-arc_arc700_uClibc/
libunwind-1.3.1/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1
Things like "+PACKAGE_openvswitch-libopenvswitch:libunwind" will also result in
recursive deps error for chains of 3 nodes. Kconfig construct like the
following will be made
config A
tristate
select B
depends on !(C) || (x)
config B
tristate
select C
config C
tristate
config x
bool
Other changes include
- Shared use of variable ovs__common_depends was removed
- Ovn doc build was patched out
Link: https://github.com/openwrt/packages/pull/12959#issuecomment-665021413
Reported-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 29 Jul 2020 02:17:14 +0000 (10:17 +0800)]
openvswitch: rename shared var name ovs{,_}_common_depends
To avoid conflict with package ovs_common_depends of package
openvswitch-common
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 29 Jul 2020 03:55:04 +0000 (11:55 +0800)]
openvswitch: backport patch fixing build for 4.14.187
Supersedes openwrt/packages#12932
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Thu, 30 Jul 2020 01:10:09 +0000 (18:10 -0700)]
zmq: fix the installed files
the versioned so files are needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 30 Jul 2020 01:07:50 +0000 (18:07 -0700)]
Merge pull request #12962 from neheb/sshfs
fuse3: update to 3.9.2 / sshfs: update to 3.7.0
Rosen Penev [Wed, 20 May 2020 19:46:39 +0000 (12:46 -0700)]
sshfs: update to 3.7.0
Simplified Makefile as a result of meson transition.
Fixed license information.
Updated URL.
Added patch to fix linking issue.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jul 2020 22:01:42 +0000 (15:01 -0700)]
fuse3: update to 3.9.2
Added the mount utilities. It turns out that udev is not a requirement.
Renamed package to fuse3 and moved to utils, as with fuse2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 29 Jul 2020 23:34:29 +0000 (16:34 -0700)]
Merge pull request #12964 from neheb/bim
vim: update to 8.2
Rosen Penev [Wed, 29 Jul 2020 23:30:25 +0000 (16:30 -0700)]
Merge pull request #12954 from neheb/upnp2
libupnp: update to 1.14.0
Rosen Penev [Wed, 29 Jul 2020 23:29:48 +0000 (16:29 -0700)]
Merge pull request #12965 from neheb/fping
fping: update to 4.4
Rosen Penev [Wed, 29 Jul 2020 23:28:14 +0000 (16:28 -0700)]
Merge pull request #12969 from nickberry17/update_libqmi_1.26.2
libqmi: bump libqmi to 1.26.2
Nicholas Smith [Wed, 29 Jul 2020 22:32:27 +0000 (08:32 +1000)]
libqmi: bump libqmi to 1.26.2
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
Florian Eckert [Wed, 29 Jul 2020 11:03:38 +0000 (13:03 +0200)]
docker-ce: add uci config on boot
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 29 Jul 2020 04:51:01 +0000 (06:51 +0200)]
docker-ce: fix typo for registry_mirrors uci option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 29 Jul 2020 04:50:13 +0000 (06:50 +0200)]
docker-ce: add bip uci to default config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 29 Jul 2020 04:49:12 +0000 (06:49 +0200)]
docker-ce: add hosts option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 21 Jul 2020 13:26:04 +0000 (15:26 +0200)]
docker-ce: add default bridge to openwrt uci backend
This commit adds two additional init.d targets:
* uciadd:
This command adds the default docker0 bridge to the network
configuration. Additional, a new firewall zone docker is created
* ucidel
This command removes default docker0 bridge from the network
configuration. The new docker firewall zone gets also deleted.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Rosen Penev [Wed, 29 Jul 2020 03:47:22 +0000 (20:47 -0700)]
zmq: fix pkgconfig file
It seems upstream broke it. This in turn broke depending packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 29 Jul 2020 01:10:34 +0000 (18:10 -0700)]
Merge pull request #12963 from neheb/ttyd
ttyd: update to 1.6.1
Rosen Penev [Tue, 28 Jul 2020 23:09:39 +0000 (16:09 -0700)]
fping: update to 4.4
Remove upstreamed patch.
Whitespace Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jul 2020 21:22:08 +0000 (14:22 -0700)]
vim: update to 8.2
Removed multibyte options. They must now be enabled.
Refreshed patches.
Commented out autowrite as requested in
https://github.com/openwrt/packages/pull/12177
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jul 2020 21:33:50 +0000 (14:33 -0700)]
ttyd: update to 1.6.1
Refresh patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jul 2020 20:54:44 +0000 (13:54 -0700)]
Merge pull request #12957 from neheb/zmq
zmq: update to 4.3.2
Rosen Penev [Tue, 28 Jul 2020 19:54:41 +0000 (12:54 -0700)]
Merge pull request #12961 from BKPepe/ytdl
youtube-dl: update to version 2020.7.28
Hannu Nyman [Tue, 28 Jul 2020 16:23:12 +0000 (19:23 +0300)]
nlbwmon: add hotplug script to reload after interface ifup
Add a hotplug script to reload nlbwmon's config after interface
ifup actions.
That should improve the detection of the IPv6 LAN address
that can get enabled a bit later in the boot process.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Josef Schlehofer [Tue, 28 Jul 2020 16:16:53 +0000 (18:16 +0200)]
youtube-dl: update to version 2020.7.28
Become the only maintainer of this package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 28 Jul 2020 10:29:14 +0000 (03:29 -0700)]
Merge pull request #12955 from neheb/unra
unrar: update to 5.9.4
Rosen Penev [Tue, 28 Jul 2020 10:28:47 +0000 (03:28 -0700)]
Merge pull request #12956 from neheb/yara
yara: update to 4.0.2
Rosen Penev [Tue, 28 Jul 2020 05:00:42 +0000 (22:00 -0700)]
zmq: update to 4.3.2
Remove upstreamed patches.
Add uClibc++ patch for those that need it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jul 2020 05:04:57 +0000 (22:04 -0700)]
yara: update to 4.0.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jul 2020 05:07:43 +0000 (22:07 -0700)]
unrar: update to 5.9.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jul 2020 08:10:47 +0000 (01:10 -0700)]
libupnp: update to 1.14.0
Remove flto as it breaks under GCC10 for some reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Florian Eckert [Tue, 28 Jul 2020 05:07:14 +0000 (07:07 +0200)]
Merge pull request #12948 from TDT-AG/pr/
20200724-mwan3
mwan3: update to version 2.8.12
Florian Eckert [Fri, 24 Jul 2020 06:09:05 +0000 (08:09 +0200)]
mwan3: update version to 2.8.12
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 27 Jul 2020 08:24:59 +0000 (10:24 +0200)]
mwan3: unify variable check
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 27 Jul 2020 07:02:40 +0000 (09:02 +0200)]
mwan3: remove lock file entirely
Removing the lock file ist not necessary
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Fri, 24 Jul 2020 06:02:49 +0000 (08:02 +0200)]
mwan3: revert: also cleanup lock on mwan3 stop
This reverts commit
cde2a77ed3b3b0df9e693e121dccdc97ef163156.
Applying this change has shown that it is even quicker to provoke the
race condtition on simultan mwan3 commands execution.
By reversing the change we have the same behaviour as before.
But the race condition on mwan3 execute at the same time still exists.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 22 Jul 2020 07:19:55 +0000 (09:19 +0200)]
mwan3: fix race condition on mwan3 restart
This adjustment of the locks fixes the race condition when a mwan3
hotplug script and a mwan3 command are running at the same time.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Simon Kinane [Sun, 26 Jul 2020 19:58:53 +0000 (20:58 +0100)]
openvswitch: adds new UCI section ovs_bridge
This new config section in package openvswitch
supports creating a named bridge, and setting
its' OpenFlow controller end-point.
An example config is included in /rom/etc/config/openvswitch
Signed-off-by: Simon Kinane <skinane@fb.com>
Rosen Penev [Mon, 27 Jul 2020 21:37:52 +0000 (14:37 -0700)]
Merge pull request #12953 from peter-stadler/patch-1
nginx: remove PROVIDES on depending package
peter-stadler [Mon, 27 Jul 2020 20:56:12 +0000 (22:56 +0200)]
nginx: remove PROVIDES on depending package
Fix recursive dependency for `make menuconfig`.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Hannu Nyman [Mon, 27 Jul 2020 20:18:59 +0000 (23:18 +0300)]
Merge pull request #12952 from gladiac1337/haproxy-2.2.1
haproxy: Update HAProxy to v2.2.1
Christian Lachner [Mon, 27 Jul 2020 19:24:38 +0000 (21:24 +0200)]
haproxy: Update HAProxy to v2.2.1
- New major version (LTS release)
- Update haproxy download URL and hash
- Remove obsolete dladdr1-dependency-patch as it has been upstreamed
- USE_REGPARM is obsolete and therefore removed from our Makefile
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Rosen Penev [Mon, 27 Jul 2020 18:43:27 +0000 (11:43 -0700)]
Merge pull request #12926 from neheb/gst12
gstreamer suite: update to 1.17.2
Rosen Penev [Mon, 27 Jul 2020 18:43:09 +0000 (11:43 -0700)]
Merge pull request #12922 from neheb/psl
libpsl: update to 0.21.1
Rosen Penev [Mon, 27 Jul 2020 06:34:11 +0000 (23:34 -0700)]
Merge pull request #12946 from neheb/gerbbb
gerbera: add support for ffmpeg
Rosen Penev [Mon, 27 Jul 2020 06:33:52 +0000 (23:33 -0700)]
Merge pull request #12939 from jefferyto/python-3.8.5
python3: Update to 3.8.5
Rosen Penev [Mon, 27 Jul 2020 06:33:32 +0000 (23:33 -0700)]
Merge pull request #12941 from jefferyto/python-cryptography-3.0
python-cryptography: Update to 3.0
Rosen Penev [Mon, 27 Jul 2020 03:53:18 +0000 (20:53 -0700)]
gerbera: add support for ffmpeg
Requires BUILD_PATENTED.
Added patch to fix compilation with it.
Removed include file hack. It's incorrect and it's also npupnp that
needs fixing.
Refreshed npupnp patch to the newest version sent upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 27 Jul 2020 00:10:51 +0000 (17:10 -0700)]
Merge pull request #12944 from neheb/v4l2
v4l-utils: bring back getsubopt patch
Rosen Penev [Sun, 26 Jul 2020 23:14:20 +0000 (16:14 -0700)]
v4l-utils: bring back getsubopt patch
During the update to 1.20.0, this patch was mistakenly removed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Sun, 26 Jul 2020 21:40:30 +0000 (05:40 +0800)]
python-cryptography: Update to 3.0
Also:
* Remove patches that are included in the update
* Replace the python3 dependency with a smaller list (python3-urllib is
needed because it is a dependency of python3-email)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 26 Jul 2020 20:00:15 +0000 (04:00 +0800)]
python3: Update to 3.8.5
This version includes fixes for:
* CVE-2020-15801 - Fixes python3x._pth being ignored on Windows
* CVE-2019-20907 - Avoid infinite loop when reading specially crafted
TAR files using the tarfile module
This also:
* Remove patches that are included in the update
* Add a dependency in python3-distutils for python3-email[1]
[1]: https://github.com/python/cpython/blob/v3.8.5/Lib/distutils/dist.py#L10
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Sun, 26 Jul 2020 14:54:12 +0000 (17:54 +0300)]
Merge pull request #12936 from rs/nextdns-1.7.1-master
nextdns: Update to version 1.7.1
Olivier Poitrey [Sun, 26 Jul 2020 14:42:46 +0000 (14:42 +0000)]
nextdns: Update to version 1.7.1
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Rosen Penev [Sun, 26 Jul 2020 09:33:59 +0000 (02:33 -0700)]
Merge pull request #12935 from mstorchak/luaposix
luaposix: update to v35.0
Maxim Storchak [Sun, 26 Jul 2020 09:04:47 +0000 (12:04 +0300)]
luaposix: update to v35.0
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Rosen Penev [Sun, 26 Jul 2020 09:26:35 +0000 (02:26 -0700)]
Merge pull request #11958 from neheb/glib33
glib2: update to 2.65
Rosen Penev [Sun, 26 Jul 2020 09:23:40 +0000 (02:23 -0700)]
Merge pull request #12929 from peter-stadler/nginx-always-ssl
nginx: enable ssl for all variants and remove nginx-util w/o ssl
Rosen Penev [Sun, 26 Jul 2020 09:18:42 +0000 (02:18 -0700)]
Merge pull request #12915 from lucize/frrup
frr: update to 7.4 and latest backports
Rosen Penev [Sun, 26 Jul 2020 09:12:39 +0000 (02:12 -0700)]
Merge pull request #12925 from neheb/log4
log4cplus: apply cmake options to the host
Rosen Penev [Sun, 26 Jul 2020 09:11:58 +0000 (02:11 -0700)]
Merge pull request #12919 from neheb/ulf
libulfius: fix compilation with newer libmicrohttpd
Rosen Penev [Sun, 26 Jul 2020 09:11:22 +0000 (02:11 -0700)]
Merge pull request #12923 from neheb/gerber
gerbera: update to 1.6.0
Dirk Brenken [Sat, 25 Jul 2020 20:05:25 +0000 (22:05 +0200)]
Merge pull request #12927 from dibdot/mc
mc: update to 4.8.25
Peter Stadler [Thu, 21 May 2020 18:21:59 +0000 (20:21 +0200)]
nginx: enable ssl for all variants and remove nginx-util w/o ssl
Make the plain nginx version the same as nginx-ssl.
In a further change we will replace nginx by a dummy package,
depending on +nginx-ssl instead. This allows a smooth upgrade.
For nginx-util leave the ssl and the ssl-nopcre versions only.
For nginx-mod-luci remove the duplicate ssl version.
Replace the removed packages by dummies for a smooth upgrade.
The dummy packages will be removed after a transition period.
Additionally, enable the http2 module for nginx-ssl by default
and cleanup the nginx.init file.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Dirk Brenken [Sat, 25 Jul 2020 08:47:01 +0000 (10:47 +0200)]
mc: update to 4.8.25
* refreshed patches
* release news: http://midnight-commander.org/wiki/NEWS-4.8.25
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Sat, 25 Jul 2020 08:23:11 +0000 (01:23 -0700)]
gst1-libav: update to 1.17.2
Added patch to fix compilation without distutils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 25 Jul 2020 08:15:46 +0000 (01:15 -0700)]
gst1-plugins-ugly: update to 1.17.2
Added patch to fix compilation without distutils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>