Matt Merhar [Mon, 20 Jan 2020 03:39:44 +0000 (22:39 -0500)]
nut: fix other/otherflag custom variables in nut-server.init
This allows custom config parameters to be added to the generated config
files, enabling the original intended functionality per
https://openwrt.org/docs/guide-user/services/ups/software.nut.
Example usage from /etc/config/nut_server:
config driver 'apc'
option driver 'snmp-ups'
option snmp_version 'v3'
option port '172.16.100.5'
list other 'secLevel'
list other 'secName'
list other 'authPassword'
list otherflag 'notransferoids'
config other 'other_secLevel'
option value 'authNoPriv'
config other 'other_secName'
option value 'some_username'
config other 'other_authPassword'
option value 'some_password'
config other 'otherflag_notransferoids'
option value '1'
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
Rosen Penev [Mon, 20 Jan 2020 01:03:48 +0000 (17:03 -0800)]
Merge pull request #11040 from jefferyto/gpsd-3.20
gpsd: Update to 3.20, add/refresh patches
Rosen Penev [Sun, 19 Jan 2020 20:16:22 +0000 (12:16 -0800)]
Merge pull request #11060 from cotequeiroz/afalg_1.1.0
afalg_engine: bump to v1.1.0
Eneas U de Queiroz [Sun, 19 Jan 2020 18:55:37 +0000 (15:55 -0300)]
afalg_engine: bump to v1.1.0
This version is up to 20% faster than 1.0.1, and allows compilation
without crypto_user information, which is currently failing for targets
still in the 4.9 kernel.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Sun, 19 Jan 2020 12:35:18 +0000 (04:35 -0800)]
Merge pull request #11048 from ysc3839/transmission
transmission: update config options and add service triggers
Josef Schlehofer [Sun, 19 Jan 2020 09:51:01 +0000 (10:51 +0100)]
git: update to version 2.25.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hannu Nyman [Sat, 18 Jan 2020 22:00:14 +0000 (00:00 +0200)]
Merge pull request #11050 from wvdakker/master
Shorewall: bump to 5.2.3.5
W. van den Akker [Sat, 18 Jan 2020 21:25:26 +0000 (22:25 +0100)]
Shorewall6-lite: Bump to 5.2.3.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 18 Jan 2020 21:23:30 +0000 (22:23 +0100)]
Shorewall6: Bump to 5.2.3.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 18 Jan 2020 21:22:12 +0000 (22:22 +0100)]
Shorewall: Bump to 5.2.3.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 18 Jan 2020 21:21:10 +0000 (22:21 +0100)]
Shorewall-lite: Bump to 5.2.3.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 18 Jan 2020 21:20:18 +0000 (22:20 +0100)]
Shorewall-core: Bump to 5.2.3.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
Richard Yu [Sat, 18 Jan 2020 12:38:03 +0000 (20:38 +0800)]
transmission: add service triggers and bump PKG_RELEASE
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Richard Yu [Sat, 18 Jan 2020 12:36:35 +0000 (20:36 +0800)]
transmission: update config options
add missing 'peer_id_ttl_hours' and remove 'scrape_paused_torrents'
which is not exist in transmission wiki.
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Hannu Nyman [Sat, 18 Jan 2020 06:13:37 +0000 (08:13 +0200)]
Merge pull request #11046 from EricLuehrsen/unbound_depends
unbound: improve dependencies for okpg
Eric Luehrsen [Sat, 18 Jan 2020 02:42:40 +0000 (21:42 -0500)]
unbound: improve dependencies for okpg
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Rosen Penev [Fri, 17 Jan 2020 23:36:54 +0000 (15:36 -0800)]
Merge pull request #11044 from cotequeiroz/afalg_engine
afalg_engine: fix ENGINES location, zero-copy
Hannu Nyman [Fri, 17 Jan 2020 16:51:08 +0000 (18:51 +0200)]
Merge pull request #11045 from cotequeiroz/python-certifi-bump
python-certify: bump to 2019.11.28
Eneas U de Queiroz [Thu, 16 Jan 2020 17:07:40 +0000 (14:07 -0300)]
python-certify: bump to 2019.11.28
This is a regular Mozilla CA bundle update.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Thu, 16 Jan 2020 18:21:21 +0000 (15:21 -0300)]
afalg_engine: fix ENGINES location, zero-copy
Use a fixed ENGINES_DIR location, instead of trying to read it from the
openssl Makefile.
It also fixes the zero-copy config option not being passed down to the
cmake options.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Toke Høiland-Jørgensen [Fri, 17 Jan 2020 10:07:16 +0000 (11:07 +0100)]
luci-app-sqm: Remove lua and luci-base dependencies
We depend on luci-compat now, which will pull in luci-base, which in turn
will pull in lua. So remove those two dependencies to maybe help with
recursive dependency resolution errors.
Fixes #5320.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Rosen Penev [Fri, 17 Jan 2020 04:31:01 +0000 (20:31 -0800)]
i2pd: add missing INSTALL_DATA change
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jan 2020 04:29:31 +0000 (20:29 -0800)]
Merge pull request #11041 from neheb/i2
i2pd: Update to 2.29.0
Rosen Penev [Fri, 17 Jan 2020 03:10:59 +0000 (19:10 -0800)]
i2pd: Update to 2.29.0
Ran init script through shellcheck. Simplified several statements.
Replaced INSTALL_CONF with INSTALL_DATA. i2pd runs as non-root and so the
conf file must be accessible.
Fixed: https://github.com/openwrt/packages/issues/10977
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jan 2020 02:07:52 +0000 (18:07 -0800)]
luajit: do not install static libraries to InstallDev
The dynamic library change removed static libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jan 2020 01:53:43 +0000 (17:53 -0800)]
libmstch: remove
This was needed at a certain point by fbthrift. It is no longer needed.
A quick look on Arch Linux and Debian packages shows nothing uses it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jan 2020 00:50:15 +0000 (16:50 -0800)]
Merge pull request #10495 from jeolives/RTSP-timeshifting-support
xtables-addons: Support IPTV Timeshift
Rosen Penev [Fri, 17 Jan 2020 00:47:19 +0000 (16:47 -0800)]
Merge pull request #11035 from jefferyto/scons-local
scons: Switch to standalone version, update to 3.1.2
Rosen Penev [Fri, 17 Jan 2020 00:40:58 +0000 (16:40 -0800)]
Merge pull request #10960 from peter-stadler/nginx-util
nginx-util: add package
Peter Stadler [Thu, 5 Dec 2019 07:48:20 +0000 (08:48 +0100)]
nginx-util: add package
This can do the main work of nginx/nginx-ssl init script.
For nginx-ssl it can create selfsigned certificates, too.
It uses libpcre and libopenssl iff nginx(-ssl) uses them.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Stijn Tintel [Thu, 16 Jan 2020 22:33:31 +0000 (00:33 +0200)]
libseccomp: install missing header file
As of version 2.4.2, libseccomp ships a new header file
seccomp-syscalls.h. Install it in InstallDev.
Fixes: 71b663b335da ("libseccomp: update to version 2.4.2")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Rosen Penev <rosenp@gmail.com>
Stijn Tintel [Thu, 16 Jan 2020 22:24:40 +0000 (00:24 +0200)]
libftdi1: disable building documentation
This fixes the following build failure:
[ 66%] Generating ../doc/xml/ftdi_8c.xml
warning: Tag 'PERL_PATH' at line 2083 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 2105 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
[ 72%] Generating ftdi1_doc.i
Traceback (most recent call last):
File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 457, in <module>
main()
File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 453, in main
convert(args[0], args[1], not options.func_def, options.quiet)
File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 430, in convert
p = Doxy2SWIG(input, include_function_definition, quiet)
File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 72, in __init__
f = my_open_read(src)
File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 44, in my_open_read
return open(source)
FileNotFoundError: [Errno 2] No such file or directory: '/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/doc/xml/ftdi_8c.xml'
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Rosen Penev <rosenp@gmail.com>
Stijn Tintel [Thu, 16 Jan 2020 21:28:55 +0000 (23:28 +0200)]
strongswan: bump to 5.8.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Rosen Penev [Thu, 16 Jan 2020 22:34:57 +0000 (14:34 -0800)]
Merge pull request #11036 from ja-pa/libarchive-3.4.1
libarchive: update to version 3.4.1
Rosen Penev [Thu, 16 Jan 2020 22:33:41 +0000 (14:33 -0800)]
Merge pull request #11039 from cotequeiroz/onig
oniguruma: bump to version 6.9.4
Rosen Penev [Thu, 16 Jan 2020 22:29:04 +0000 (14:29 -0800)]
Merge pull request #10989 from BKPepe/btrfs-progs-update
btrfs-progs: update to version 5.4.1
Jeffery To [Thu, 16 Jan 2020 20:42:46 +0000 (04:42 +0800)]
gpsd: Update to 3.20, add/refresh patches
New patches (both for SConstruct):
* Do not import from distutils. Since Python support/modules are not
built, there is no need to import from distutils. (Importing from
distutils may prevent the package from being built on systems without
a full distutils module, e.g. Debian with python3-minimal.)
I have added back the import in places where it may be helpful to
have, if scons is run manually.
Fixes #10993.
* Do not check the size of time_t. The way this is done is to compile
and run a test program; this fails when cross-compiling[1].
This doesn't appear to affect any functionality (other than missing a
compile-time warning that things will fail in 2038 if time_t is too
small).
[1]: https://gitlab.com/gpsd/gpsd/issues/48
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Daniel Golle [Thu, 16 Jan 2020 18:49:28 +0000 (20:49 +0200)]
gnunet: update to version 0.12.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Thu, 16 Jan 2020 17:58:24 +0000 (19:58 +0200)]
Merge pull request #11038 from stangri/master-vpn-policy-routing
vpn-policy-routing: bugfix: remove conflict with vpnbypass
Stan Grishin [Thu, 16 Jan 2020 17:51:55 +0000 (10:51 -0700)]
vpn-policy-routing: bugfix: remove conflict with vpnbypass
Signed-off-by: Stan Grishin <stangri@melmac.net>
Jan Pavlinec [Thu, 16 Jan 2020 14:47:08 +0000 (15:47 +0100)]
libarchive: update to version 3.4.1 (security fix)
Fixes CVE-2019-19221
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jeffery To [Thu, 16 Jan 2020 12:04:37 +0000 (20:04 +0800)]
scons: Switch to standalone version, update to 3.1.2
* Install the standalone (scons-local) version
Advantages:
- The regular version of SCons requires distutils during installation;
the standalone version does not have this requirement
Disadvantages:
- The scons-local package is not available from the Fossies mirror
- The patch will need to be manually updated with each version update
* Install files to $(STAGING_DIR_HOSTPKG) instead of $(STAGING_DIR_HOST)
* Write the correct shebang into scripts instead of using the wrapper
* Update to 3.1.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Thu, 16 Jan 2020 01:35:07 +0000 (17:35 -0800)]
Merge pull request #11024 from micmac1/subversion
apr-util: clean up reverse depends (and fix subversion dep)
Rosen Penev [Thu, 16 Jan 2020 01:31:48 +0000 (17:31 -0800)]
Merge pull request #11003 from neheb/mj
mjpg-streamer: update to latest git version
Rosen Penev [Thu, 16 Jan 2020 00:21:55 +0000 (16:21 -0800)]
Merge pull request #11027 from neheb/luaj
luajit: use dynamic buildmode
Rosen Penev [Wed, 15 Jan 2020 20:19:17 +0000 (12:19 -0800)]
Merge pull request #11028 from neheb/bak
backuppc: replace samba36 dependency
Eneas U de Queiroz [Fri, 6 Dec 2019 20:26:40 +0000 (17:26 -0300)]
oniguruma: bump to version 6.9.4
This version adds a new RegSet API, and fixes the following:
- CVE-2019-19012
- CVE-2019-19203
- CVE-2019-19204
- CVE-2019-19246
- some problems (found by libFuzzer test)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Sebastian Kemper [Wed, 15 Jan 2020 18:33:12 +0000 (19:33 +0100)]
subversion: add libsqlite3 depend
apr-util was updated. It doesn't provide the depend on libsqlite3
anymore, so this needs to be added to the subversion package now.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 15 Jan 2020 18:32:17 +0000 (19:32 +0100)]
apache: remove libgdbm dep
This dep can be removed since apu-1-config was cleaned up.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 15 Jan 2020 18:27:17 +0000 (19:27 +0100)]
apr-util: prevent recursive linking
004-avoid_ldap_by_defaut.patch:
By default use --avoid-ldap since apache2 is the only user, and we don't
want to add extra dependencies to other apr-utils rdepends. Patch from
Ryan Niebur <ryanryan52@gmail.com>, copied from Debian.
005-apu_config_dont_list_indep_libs.patch:
Prevent recursive linking of dependent libraries by apr-util users.
Patch from Peter Samuelson <peter@p12n.org>, also copied from Debian.
Makes libexpat and libiconv private.
006-avoid_db_by-default.patch:
Make apu-config not output dbm libs by default. See Debian #622081.
Patch from Stefan Fritsch <sf@debian.org>, also copied from Debian
While bumping the revision also correct license information.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Wed, 15 Jan 2020 15:14:02 +0000 (07:14 -0800)]
Merge pull request #11030 from jefferyto/golang-pie-tristate
golang: Update for ASLR PIE tristate option change
Jeffery To [Wed, 15 Jan 2020 11:36:09 +0000 (19:36 +0800)]
golang: Update for ASLR PIE tristate option change
The ASLR PIE option was changed to a tristate option
(openwrt/openwrt@
19cbac7d264dfca1f75849de64beb98830fbb1e4). This updates
the Go compiler package and golang-package.mk to account for this
change.
This also adds warning messages for when the user has selected PIE but
Go does not have PIE support for the chosen target.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Wed, 15 Jan 2020 08:25:30 +0000 (00:25 -0800)]
Merge pull request #11001 from neheb/py3
python3: Fix compilation without deprecated APIs
Rosen Penev [Wed, 15 Jan 2020 07:39:41 +0000 (23:39 -0800)]
Merge pull request #11002 from neheb/tiny
tinyproxy: update to 1.10.0
Rosen Penev [Wed, 15 Jan 2020 07:16:58 +0000 (23:16 -0800)]
backuppc: replace samba36 dependency
Samba 3.6 will be removed soon. samba4-client a replacement.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 15 Jan 2020 04:13:22 +0000 (20:13 -0800)]
Merge pull request #10780 from Andy2244/glib2-mips16
glib2: fix mips16 build, add size reducing static link, fpic CFLAGS
Rosen Penev [Wed, 15 Jan 2020 04:07:05 +0000 (20:07 -0800)]
luajit: use dynamic buildmode
Reduces package size with about 50%
Fixes: https://github.com/openwrt/packages/issues/10848
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 15 Jan 2020 00:51:05 +0000 (16:51 -0800)]
Merge pull request #11018 from pffmachado/issue-canutils
canutils: fix canutils makefile dependency
Paulo Machado [Wed, 15 Jan 2020 00:36:10 +0000 (00:36 +0000)]
canutils: fix canutils makefile dependency
PKG_RELEASE bumped
Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
Rosen Penev [Sun, 19 May 2019 21:25:00 +0000 (14:25 -0700)]
python3: Fix compilation without deprecated APIs
This is based on upstream work here:
https://github.com/python/cpython/pull/3934
and
https://github.com/python/cpython/pull/39430
First patch was kept as is (just rebased) while the second was combined
into one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 14 Jan 2020 22:30:24 +0000 (14:30 -0800)]
Merge pull request #11019 from aleksander0m/aleksander/mm-1-12-4
modemmanager: release 1.12.4
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>
Rosen Penev [Tue, 14 Jan 2020 22:01:29 +0000 (14:01 -0800)]
Merge pull request #11025 from jefferyto/python-pyasn1-modules-0.2.8
python-pyasn1-modules: Update to 0.2.8
Rosen Penev [Tue, 14 Jan 2020 22:00:55 +0000 (14:00 -0800)]
Merge pull request #11013 from nmav/tmp-update-libssh
libssh: updated to 0.9.3
Nikos Mavrogiannopoulos [Mon, 13 Jan 2020 22:12:35 +0000 (23:12 +0100)]
libssh: updated to 0.9.3
This updates the library to address several CVEs, add modern
crypto, and eliminate legacy patches.
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Jeffery To [Tue, 14 Jan 2020 21:06:21 +0000 (05:06 +0800)]
python-pyasn1-modules: Update to 0.2.8
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Tue, 14 Jan 2020 20:10:33 +0000 (12:10 -0800)]
Merge pull request #11020 from jefferyto/golang-updates
golang: More updates
Rosen Penev [Tue, 14 Jan 2020 20:08:43 +0000 (12:08 -0800)]
Merge pull request #11006 from commodo/evdev
python-evdev: bump to version 1.3.0
Jeffery To [Tue, 14 Jan 2020 14:34:07 +0000 (22:34 +0800)]
golang: Update to 1.13.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Aleksander Morgado [Tue, 14 Jan 2020 14:27:29 +0000 (15:27 +0100)]
modemmanager: release 1.12.4
New stable release with lots of fixes, including some severe memory
leaks happening when GPS management is used in QMI-based devices.
https://lists.freedesktop.org/archives/modemmanager-devel/2020-January/007670.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Jeffery To [Tue, 14 Jan 2020 14:17:21 +0000 (22:17 +0800)]
golang: Add support for ASLR/PIE for Go packages
This adds support to compile position-independent executables for
packages that use golang-package.mk.
Go packages will have PIE enabled if:
* Go supports PIE on the target platform;
* CONFIG_PKG_ASLR_PIE is selected; and
* PKG_ASLR_PIE (for the package) is not set to 0
Go 1.13 supports PIE for x86 and arm targets; mips support is in
progress[1].
[1]: https://github.com/golang/go/issues/21222#issuecomment-
542064462
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 9 Jan 2020 21:51:36 +0000 (05:51 +0800)]
golang: Fix selection of GOARM value
This fixes how GOARM is selected for arm platforms, based on support for
VFP/VFPv3 rather than CPU version.
Fixes #10967.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Paulo Machado [Tue, 14 Jan 2020 10:57:49 +0000 (10:57 +0000)]
canutils: fix canutils makefile dependency
DEPENDS attribute makes canutils fail on installation procedure
Removing it makes a successful build
Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
Jose Olivera [Fri, 8 Nov 2019 06:51:59 +0000 (14:51 +0800)]
xtables-addons: Support IPTV Timeshift
Solves Issue #10373 and PR #10428
Signed-off-by: Jose Olivera <oliverajeo@gmail.com>
(bumped PKG_RELEASE)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 13 Jan 2020 22:53:29 +0000 (14:53 -0800)]
Merge pull request #11011 from micmac1/apache-2
apache: fix build + remove BROKEN from dbd-mysql
Nikos Mavrogiannopoulos [Mon, 13 Jan 2020 21:56:20 +0000 (22:56 +0100)]
Merge pull request #10994 from BKPepe/libseccomp
libseccomp: update to version 2.4.2
Sebastian Kemper [Mon, 13 Jan 2020 20:43:42 +0000 (21:43 +0100)]
apache: fix depends
- helps build system to locate zlib
- adds depend on libgdbm if libaprutil-dbm-gdbm is selected
This fixes the two different build failures that can currently be
observed.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Mon, 13 Jan 2020 20:39:42 +0000 (21:39 +0100)]
apr-util: add mariadb patch
Patch by Kris Karas from
https://bz.apache.org/bugzilla/attachment.cgi?id=35326&action=diff
This patch is also used by Debian.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Mon, 13 Jan 2020 20:04:19 +0000 (22:04 +0200)]
Merge pull request #11010 from flyn-org/cyrus-sasl
cyrus-sasl: install module symbolic links of form libX.so
W. Michael Petullo [Mon, 13 Jan 2020 18:57:57 +0000 (13:57 -0500)]
cyrus-sasl: install module symbolic links of form libX.so
I was too aggressive in recommending that we remove the module symbolic
links of form libX.so as part of commit
c9ce769b. It turns out that at
least Postfix relies on these, and I suspect any application that makes
use of libsasl2 will require them too.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Mon, 13 Jan 2020 16:08:42 +0000 (18:08 +0200)]
Merge pull request #11005 from commodo/pymysql
pymysql: add new package (only Py3 variant)
Hannu Nyman [Mon, 13 Jan 2020 15:06:20 +0000 (17:06 +0200)]
Merge pull request #10935 from janh/vnstat2
vnstat2: add package
Alexandru Ardelean [Mon, 13 Jan 2020 07:49:23 +0000 (09:49 +0200)]
python-evdev: bump to version 1.3.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 30 Dec 2019 14:22:41 +0000 (16:22 +0200)]
pymysql: add new package (only Py3 variant)
This change adds support for the pymysql package, which is a pure Python
MySQL client. This package will replace the current python-mysqlclient.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Yousong Zhou [Mon, 13 Jan 2020 02:14:20 +0000 (10:14 +0800)]
shadowsocks-libev: bump to version 3.3.4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Mon, 13 Jan 2020 01:47:29 +0000 (17:47 -0800)]
mjpg-streamer: update to latest git version
Rearranged Makefile options for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 13 Jan 2020 00:39:13 +0000 (16:39 -0800)]
tinyproxy: update to 1.10.0
Added license information.
Added PKG_BUILD_PARALLEL for faster compilation.
Refreshed patches.
Updated URLs.
Ran init script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 12 Jan 2020 23:35:13 +0000 (15:35 -0800)]
Merge pull request #11000 from neheb/can
canutils: Switch to autotools instead of regular Makefile
Rosen Penev [Sun, 12 Jan 2020 23:28:58 +0000 (15:28 -0800)]
canutils: Switch to autotools instead of regular Makefile
The regular Makefile is totally broken and does not pass CFLAGS. This
breaks compilation with PKG_ASLR_PIE and also does not pass -Os.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 12 Jan 2020 23:19:44 +0000 (15:19 -0800)]
Merge pull request #10787 from neheb/z
zsh: Update to 5.7.1
Rosen Penev [Sun, 12 Jan 2020 23:07:50 +0000 (15:07 -0800)]
Merge pull request #10980 from bobafetthotmail/master
minidlna: create UUID in config if it is empty
Rosen Penev [Sun, 12 Jan 2020 22:55:11 +0000 (14:55 -0800)]
Merge pull request #10971 from jefferyto/golang-pie-misc-updates
golang: ASLR/PIE support and misc updates
Rosen Penev [Sun, 12 Jan 2020 22:46:29 +0000 (14:46 -0800)]
Merge pull request #10976 from jefferyto/asu-python3
asu: Change Python 2 dependencies to Python 3
Hannu Nyman [Sun, 12 Jan 2020 21:52:25 +0000 (23:52 +0200)]
Merge pull request #10898 from micmac1/master-apache
apache: bump version plus brush up
Hannu Nyman [Sun, 12 Jan 2020 21:50:27 +0000 (23:50 +0200)]
Merge pull request #10906 from micmac1/apr-master
apr + apr-util: cleanups + add drivers
Sebastian Kemper [Sun, 12 Jan 2020 20:34:49 +0000 (21:34 +0100)]
apr/apr-util: add myself as maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 12 Jan 2020 20:36:30 +0000 (21:36 +0100)]
apache: add myself as maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Toke Høiland-Jørgensen [Sun, 12 Jan 2020 18:59:01 +0000 (19:59 +0100)]
acme: Correctly handle domain state dir for ECC certificates
When issuing an ECC certificate, acme.sh for some reason changes the name
of the directory used for the certificate state. Handle this correctly when
moving directories and updating config files.
Fixes #7941.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Josef Schlehofer [Sun, 12 Jan 2020 11:28:37 +0000 (12:28 +0100)]
libseccomp: update to version 2.4.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Michael Heimpold [Sun, 12 Jan 2020 10:25:34 +0000 (11:25 +0100)]
Merge branch 'libgd-fix' (fixes #10970)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>