Paulo Machado [Thu, 19 Mar 2020 21:52:07 +0000 (21:52 +0000)]
libcap: fix build failure
Building is failing during the test compilation due to static compilation.
Disable tests as they are not being used.
Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
Rosen Penev [Thu, 19 Mar 2020 10:17:17 +0000 (03:17 -0700)]
lcdgrilo: add gstreamer1-libs dependency
libgstreamer1 depends on gstreamer1-libs being selected. Otherwise it does
not work.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 19 Mar 2020 10:11:00 +0000 (03:11 -0700)]
grilo: back to ``
$() does not work for some reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 19 Mar 2020 06:39:52 +0000 (23:39 -0700)]
Merge pull request #11592 from nxhack/icu_66_1
icu: update to 66.1 & fix CVE-2020-10531
Hirokazu MORIKAWA [Wed, 18 Mar 2020 02:10:28 +0000 (11:10 +0900)]
icu: update to 66.1
ICU 66 updates to Unicode 13, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 36.1 with Unicode 13 updates and bug fixes.
Create symbolic link to current version.
FIX CVE-2020-10531
An integer overflow, leading to a heap-based buffer overflow, exists in the UnicodeString::doAppend() function in common/unistr.cpp.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Thu, 19 Mar 2020 00:20:41 +0000 (17:20 -0700)]
Merge pull request #11591 from ryzhovau/lizdb-includes
libzdb: fix headers path
Eneas U de Queiroz [Wed, 18 Mar 2020 12:37:26 +0000 (09:37 -0300)]
frr: quote 'comment' parameter in Config.in
Newer versions of the kconfig generator require quotes. Prepare the
package for an eventual update.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Alexander Ryzhov [Wed, 18 Mar 2020 16:21:51 +0000 (19:21 +0300)]
libzdb: fix headers path
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
Stijn Tintel [Wed, 18 Mar 2020 13:50:12 +0000 (15:50 +0200)]
Merge pull request #11589 from cotequeiroz/strongswan
strongswan: quote 'comment' parameter in Config.in
Eneas U de Queiroz [Wed, 18 Mar 2020 12:37:26 +0000 (09:37 -0300)]
strongswan: quote 'comment' parameter in Config.in
Newer versions of the kconfig generator require quotes. Prepare the
package for an eventual update.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Tue, 17 Mar 2020 23:15:42 +0000 (16:15 -0700)]
mosh: use mips16 and remove configure patch
MIPS16 is not needed here.
Removed configure patch and replaced with a configure var.
Removed autoreconf as configure is no longer being patched.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Mon, 16 Mar 2020 18:45:44 +0000 (20:45 +0200)]
Merge pull request #11582 from jefferyto/python-zope-interface-4.7.2
python-zope-interface: Update to 4.7.2, refresh patch
Hannu Nyman [Mon, 16 Mar 2020 18:22:49 +0000 (20:22 +0200)]
Merge pull request #11565 from jefferyto/seafile-7.1.2
seafile-server: Update to 7.1.2, update dependencies
Hannu Nyman [Mon, 16 Mar 2020 18:22:01 +0000 (20:22 +0200)]
Merge pull request #11581 from jefferyto/python-enum34-1.1.10
python-enum34: Update to 1.1.10, refresh patch
Jeffery To [Mon, 16 Mar 2020 18:04:38 +0000 (02:04 +0800)]
python-zope-interface: Update to 4.7.2, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 16 Mar 2020 17:49:24 +0000 (01:49 +0800)]
python-enum34: Update to 1.1.10, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 17:43:07 +0000 (10:43 -0700)]
Merge pull request #11576 from neheb/sou
libsoup: update to 2.70.0
Rosen Penev [Mon, 16 Mar 2020 17:42:37 +0000 (10:42 -0700)]
Merge pull request #11577 from neheb/gril
grilo: update to 0.3.12
Hannu Nyman [Mon, 16 Mar 2020 16:09:40 +0000 (18:09 +0200)]
Merge pull request #11579 from jefferyto/python-pycparser-2.20
python-pycparser: Update to 2.20
Jeffery To [Mon, 16 Mar 2020 14:46:25 +0000 (22:46 +0800)]
python-pycparser: Update to 2.20
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Fri, 6 Mar 2020 22:59:29 +0000 (06:59 +0800)]
seafile-server: Update to 7.1.2, revamp package
* Package scripts that are shipped by upstream in their binary download
* Includes setup scripts (setup-seafile.sh to use SQLite,
setup-seafile-mysql.{sh,py} to use MySQL) and control scripts
(seafile.sh, seahub.sh)
* Does not include seafile-admin, which is not shipped in upstream's
binary download. Combined with the fact that it hasn't been updated
to Python 3 suggests the script has been abandoned.
* Replace previous init scripts with a simplified script
* Previous init scripts (seafile.init, seahub.init) were modified from
older versions of seafile.sh and seahub.sh, but they haven't kept up
with changes to upstream's scripts
* New init script (seafile-server.init) start/stops both Seafile and
Seahub (there is no need to control them separately) by calling
upstream's control scripts
* Replace previous package config file with new config file
* Options in previous config file (seafile.conf) were mainly for using
Seahub in FastCGI mode. FastCGI was deprecated in Django 1.7 and
removed in 1.9; upstream's control script will only start Seahub
using Gunicorn. (Options for Gunicorn including port number can be
changed by editing /etc/seafile/conf/gunicorn.conf.py.)
* New config file (seafile-server.config) has one option that controls
where the Seafile/Seahub data directories are stored
* Patch scripts/binaries to use standard, system-wide directory
locations
* Script files (wrappers for binaries) in /usr/bin
* Binaries (not meant to be run directly by the user) in /usr/libexec
* Config files in /etc/seafile
* Pid/socket files in /var/run/seafile
* Logs in /var/log/seafile
* Include a new script to create the first admin account
* With upstream's original scripts, the user is required to
interactively create the first admin account when Seahub is started
for the first time
* The user will now use the new script (create-seafile-admin.sh) to
create the first admin account after setup (using setup-seafile.sh
or setup-seafile-mysql.sh) and before starting Seafile/Seahub
* seahub.sh is patched to only check if there is at least one admin
account and exit with an error if there is no admin account
* Remove build config options and add seafile-server-fuse package
* The console option controls whether the console window is shown when
Seafile server is run on Windows. It has no use on Linux.
* The fuse option controls whether seaf-fuse is built. (seaf-fuse is a
FUSE implementation that allows the Seafile database/file system to
be mounted to a local directory.) seaf-fuse is now always built and
is available in a separate package (seafile-server-fuse).
* Add myself as a maintainer
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sat, 22 Feb 2020 20:08:23 +0000 (04:08 +0800)]
seafile-seahub: Update to 7.1.2, refresh patches
Other changes include:
* Package Python bytecode in seafile-seahub, add source code package
(seafile-seahub-src)
* Instead of changing default settings, custom settings will be added to
/etc/seafile/conf/seahub_settings.py during seafile-server setup
* Use SEAFILE_UCI_DATA_DIR, which will be added to seafile-server
* Clean up Makefile formatting
* Add myself as a maintainer
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 13 Feb 2020 14:57:07 +0000 (22:57 +0800)]
seafile-ccnet: Update to 7.1.2, add Python 3 bindings package
* Update package to 7.1.2
* Add Python 3 bindings package. The Python dependency is moved from
seafile-ccnet to python3-seafile-ccnet.
* Refresh patches. The path to valac does not need to be patched in
010-Makefile.patch because $(STAGING_DIR_HOSTPKG)/bin is already in
the path during package build.
* Use SEAFILE_UCI_LOG_DIR and SEAFILE_UCI_SOCKET_DIR, which will be
added to seafile-server
* Install binaries to /usr/libexec instead of /usr/bin, to mirror an
upcoming change in seafile-server
* Clean up Makefile formatting
* Add myself as a maintainer
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Yousong Zhou [Mon, 16 Mar 2020 07:25:51 +0000 (15:25 +0800)]
openvswitch: fix PIE build against 4.14 kernel
Reported-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Ref: https://github.com/openwrt/packages/pull/11567
Rosen Penev [Mon, 9 Mar 2020 22:51:45 +0000 (15:51 -0700)]
grilo: update to 0.3.12
Fixed license information.
Removed meson/host build dependency. That's included with libsoup and
eventually, glib2.
Added explicit Denable-grl-net.
Replaced `` with more flexible $().
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 9 Mar 2020 22:38:01 +0000 (15:38 -0700)]
libsoup: update to 2.70.0
Moved maintainer above for consistency between packages.
Reordered MESON_ARGS based on order of meson_options.txt.
Disabled Brotli.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 03:05:24 +0000 (20:05 -0700)]
Merge pull request #11572 from neheb/crrrrr
cryptsetup: add NLS support
Rosen Penev [Mon, 16 Mar 2020 03:04:44 +0000 (20:04 -0700)]
Merge pull request #11208 from neheb/ip
ipfs-http-client: add missing libatomic dependency
Rosen Penev [Mon, 16 Mar 2020 03:02:50 +0000 (20:02 -0700)]
Merge pull request #11542 from neheb/acp
acpid: convert to procd
Rosen Penev [Mon, 16 Mar 2020 02:57:06 +0000 (19:57 -0700)]
msmtp: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:54:52 +0000 (19:54 -0700)]
libestr: remove myself as maintainer
Added PKG_BUILD_PARALLEL for faster compilation.
Removed autoreconf since nothing is being patched.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:53:30 +0000 (19:53 -0700)]
libaio: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:52:25 +0000 (19:52 -0700)]
hdparm: remove myself as maintainer
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:49:09 +0000 (19:49 -0700)]
protobuf-c: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:47:12 +0000 (19:47 -0700)]
picocom: remove myself as maintainer
Fix license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:45:33 +0000 (19:45 -0700)]
openobex: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:43:58 +0000 (19:43 -0700)]
libnatpmp: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:42:33 +0000 (19:42 -0700)]
sispmctl: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Mar 2020 02:38:07 +0000 (19:38 -0700)]
fio: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 15 Mar 2020 22:03:16 +0000 (15:03 -0700)]
fio: update to 3.19
Added compilation fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 15 Mar 2020 21:10:48 +0000 (14:10 -0700)]
sispmctl: update to 4.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 15 Mar 2020 18:56:48 +0000 (11:56 -0700)]
Merge pull request #11544 from neheb/capp
libcap: update to 2.33
Rosen Penev [Sun, 15 Mar 2020 18:55:33 +0000 (11:55 -0700)]
Merge pull request #11485 from BKPepe/x264
x264: add CONFIGURE_VARS when NASM is not selected
Rosen Penev [Sun, 15 Mar 2020 18:54:24 +0000 (11:54 -0700)]
Merge pull request #11552 from neheb/faad
faad2: update to 2.9.1
Rosen Penev [Sun, 15 Mar 2020 18:53:30 +0000 (11:53 -0700)]
Merge pull request #11154 from dengqf6/antfs
[RFT] antfs: new package
Hannu Nyman [Sun, 15 Mar 2020 16:23:43 +0000 (18:23 +0200)]
Merge pull request #11574 from ldir-EDB0/collectd
collectd: adjust dependecies for iptables bump
Kevin Darbyshire-Bryant [Tue, 31 Dec 2019 13:29:12 +0000 (13:29 +0000)]
collectd: adjust dependecies for iptables bump
iptables 1.8.4 drops support for a combined libiptc, providing split
libip4tc & libip6tc instead. Adjust collectd dependencies in advance of
iptables bump from 1.8.3 to 1.8.4
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
DENG Qingfang [Mon, 10 Feb 2020 14:49:32 +0000 (22:49 +0800)]
antfs-mount: mount script for antfs
block-mount needs "mount.ntfs" script to mount NTFS drives
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Rosen Penev [Fri, 13 Mar 2020 20:05:12 +0000 (13:05 -0700)]
cryptsetup: add NLS support
Needed for uClibc-ng.
Added InstallDev section. Because why not.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 14 Mar 2020 23:05:37 +0000 (16:05 -0700)]
Merge pull request #11475 from neheb/hfewfh
smartmontools: convert init script to procd
Hannu Nyman [Sat, 14 Mar 2020 17:05:27 +0000 (19:05 +0200)]
Merge pull request #11569 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.8 and updated relevant dependencies
Gerard Ryan [Sat, 14 Mar 2020 02:50:39 +0000 (12:50 +1000)]
runc: Updated to 1.0.0-rc10 for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sat, 14 Mar 2020 02:44:48 +0000 (12:44 +1000)]
libnetwork: Updated to
9fd385be for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Hannu Nyman [Sat, 14 Mar 2020 06:45:56 +0000 (08:45 +0200)]
Merge pull request #11568 from zhaojh329/libuhttpd
libuhttpd: Update to 3.1.0
Jianhui Zhao [Sat, 14 Mar 2020 06:31:19 +0000 (14:31 +0800)]
libuhttpd: Update to 3.1.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Hannu Nyman [Sat, 14 Mar 2020 06:28:43 +0000 (08:28 +0200)]
Merge pull request #11555 from Cynerd/haveged-match-urngd
haveged: move init script from 13 to 01
Hannu Nyman [Sat, 14 Mar 2020 06:28:17 +0000 (08:28 +0200)]
Merge pull request #11209 from G-M0N3Y-2503/feature_https-dns-proxy
https-dns-proxy: Reapply overwritten commit / merge
Gerard Ryan [Sat, 14 Mar 2020 02:38:09 +0000 (12:38 +1000)]
containerd: Updated to v1.2.13 for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Thu, 12 Mar 2020 11:41:41 +0000 (21:41 +1000)]
docker-ce: Updated to 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Rosen Penev [Sat, 14 Mar 2020 04:17:57 +0000 (21:17 -0700)]
Merge pull request #11518 from neheb/mes
meson: update to 0.53.2
Josef Schlehofer [Mon, 2 Mar 2020 22:59:10 +0000 (23:59 +0100)]
x264: add CONFIGURE_VARS and MAKE_FLAGS when NASM is not selected
- Remove dot in TITLE
- Use HTTPS in URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jeffery To [Wed, 5 Feb 2020 21:34:55 +0000 (05:34 +0800)]
libsearpc: Update to 3.2.0, add Python 3 bindings package
This also moves the Python dependency from libsearpc to python3-searpc,
and adds myself as a maintainer.
Patches:
* 001-fix-memory-leak-GH-48.patch: This is (at this time) the only
difference between the tags v3.2.0 and v3.2-latest.
* 002-no-future-import.patch: The future package is only needed for
Python 2 compatibility; all of the functions/symbols it provides are
available in Python 3.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 20 Feb 2020 15:16:31 +0000 (23:16 +0800)]
django-ranged-response: Fix project URL
django-ranged-response is a fork of django-ranged-fileresponse, but they
did not update the URL on PyPI[1].
The URL in this change appears to be the correct one.
[1]: https://github.com/wearespindle/django-ranged-fileresponse/issues/10#issuecomment-
509965566
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 20 Feb 2020 14:45:23 +0000 (22:45 +0800)]
django-postoffice: Update to 3.2.1
This version is not the latest available update, but is the last version
compatible with Python 2.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 20 Feb 2020 13:29:16 +0000 (21:29 +0800)]
django-jsonfield: Change packaged project
Previously, this packaged "django-jsonfield" on PyPI.
The only (in-tree) package that depends on this package is
django-postoffice.
django-post-office actually depends on "jsonfield" on PyPI.[1][2]
This changes the packaged project from "django-jsonfield" to
"jsonfield".
The version packaged here is not the latest available update, but the
last version compatible with Django 1.11 / Python 2.
[1]: https://github.com/ui/django-post_office/blob/v3.2.1/setup.py#L45
[2]: https://github.com/ui/django-post_office/issues/182
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 20 Feb 2020 12:31:13 +0000 (20:31 +0800)]
django-picklefield: Update to 2.1.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 20 Feb 2020 09:22:07 +0000 (17:22 +0800)]
django-appconf: Update to 1.0.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 19 Feb 2020 20:13:18 +0000 (04:13 +0800)]
django-statici18n: Update to 1.9.0, add missing dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Fri, 21 Feb 2020 20:45:28 +0000 (04:45 +0800)]
django1: Fix byte-compiled db migrations not loaded
This patches Django to load byte-compiled (.pyc) db migration scripts,
since Python scripts are often distributed in byte-compiled form in
OpenWrt packages.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Daniel Golle [Fri, 13 Mar 2020 19:07:41 +0000 (20:07 +0100)]
Revert "transmission: mount /etc/resolv.conf in jail"
This reverts commit
9778e2f66ff7b1f06e841a416f295e6e3b74c377.
/etc/resolv.conf is now mounted by default by procd/ujail.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Fri, 13 Mar 2020 17:20:30 +0000 (10:20 -0700)]
Merge pull request #11563 from ryzhovau/perl-www-curl
perl-www-curl: curl 7.69.0 compatibility
Brian J. Murrell [Fri, 13 Mar 2020 13:58:10 +0000 (09:58 -0400)]
mwan3: Ping IPv6 hosts using address not interface
Pinging IPv6 hosts using an interface as a source specifier seems
troublesome. See https://bugs.openwrt.org/index.php?do=details&task_id=2897
for more detail.
Use the desired source interface's IP address instead.
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
Stan Grishin [Fri, 13 Mar 2020 02:36:58 +0000 (02:36 +0000)]
https-dns-proxy: shellcheck & beautify
Signed-off-by: Stan Grishin <stangri@melmac.net>
Alexander Ryzhov [Fri, 13 Mar 2020 09:56:30 +0000 (12:56 +0300)]
perl-www-curl: curl 7.69.0 compatibility
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
Daniel Golle [Thu, 12 Mar 2020 20:00:52 +0000 (21:00 +0100)]
transmission: mount /etc/resolv.conf in jail
transmission needs to have name resolution to be able to resolve
the trackers' hostnames.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Gerard Ryan [Sun, 2 Feb 2020 03:08:46 +0000 (13:08 +1000)]
https-dns-proxy: Update for reverted commit
* Reapplied
daf538d8c63a2be72e32f87276ca06db7dc7df5e
* Updated README
* Replaced the ipv4_resolvers option with a ipv6_resolvers_only option
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Rosen Penev [Wed, 11 Mar 2020 00:06:27 +0000 (17:06 -0700)]
faad2: update to 2.9.1
It seems upstream abandoned sourceforge.
Add license information.
Fix CVE tag. It seems the mass CVE patch placed many wrong CVEs.
Add PKG_BUILD_PARALLEL for faster compilation.
Do not build patented functionality when BUILD_PATENTED is missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 11 Mar 2020 19:48:07 +0000 (12:48 -0700)]
Merge pull request #11559 from peter-stadler/sqlparse
python3-sqlparse: update to 0.3.1
Rosen Penev [Wed, 11 Mar 2020 19:47:41 +0000 (12:47 -0700)]
Merge pull request #11558 from peter-stadler/asgiref
python3-asgiref: update to 3.2.5
Peter Stadler [Wed, 11 Mar 2020 18:26:52 +0000 (19:26 +0100)]
python3-asgiref: update to 3.2.5
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Peter Stadler [Wed, 11 Mar 2020 18:07:50 +0000 (19:07 +0100)]
python3-sqlparse: update to 0.3.1
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
DENG Qingfang [Mon, 10 Feb 2020 14:49:03 +0000 (22:49 +0800)]
antfs: new package
AVM NTFS is a kernel-space NTFS R/W driver based on libntfs-3g
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Karel Kočí [Wed, 11 Mar 2020 10:17:33 +0000 (11:17 +0100)]
haveged: move init script from 13 to 01
This is intended as a match with standard urngd. They serve same purpose
and urngd starts as first with 00. Starting haveged later can create
issues if you replace urngd with it. The example problem is if
uci-defaults script decides to generate certificate. Haveged can supply
entropy but it is started later and to mitigate this urngd would still
have to be installed. This means that haveget can't serve as replacement
without moving it to match start order of urngd.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
Rosen Penev [Wed, 11 Mar 2020 03:29:20 +0000 (20:29 -0700)]
Merge pull request #11541 from neheb/jjjj
softethervpn: disable PIC
David Bauer [Tue, 10 Mar 2020 23:50:22 +0000 (00:50 +0100)]
siit: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
David Bauer [Tue, 10 Mar 2020 23:49:30 +0000 (00:49 +0100)]
wifidog-ng: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
David Bauer [Tue, 10 Mar 2020 23:49:04 +0000 (00:49 +0100)]
jool: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
David Bauer [Tue, 10 Mar 2020 23:48:40 +0000 (00:48 +0100)]
xr_usb_serial_common: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
David Bauer [Tue, 10 Mar 2020 23:47:50 +0000 (00:47 +0100)]
libpfring: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
David Bauer [Tue, 10 Mar 2020 23:46:42 +0000 (00:46 +0100)]
ksmbd: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
David Bauer [Tue, 10 Mar 2020 23:45:50 +0000 (00:45 +0100)]
lttng: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
Hannu Nyman [Tue, 10 Mar 2020 14:54:28 +0000 (16:54 +0200)]
Merge pull request #11550 from commodo/django-update
django: bump to version 3.0.4
Hannu Nyman [Tue, 10 Mar 2020 14:54:14 +0000 (16:54 +0200)]
Merge pull request #11549 from commodo/django1-update
django1: bump to version 1.11.29
Hannu Nyman [Tue, 10 Mar 2020 14:54:01 +0000 (16:54 +0200)]
Merge pull request #11548 from commodo/libzdb-update
libs: libzdb: bump to version 3.2.1
Alexandru Ardelean [Tue, 10 Mar 2020 12:11:48 +0000 (14:11 +0200)]
django: bump to version 3.0.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 9 Mar 2020 09:02:26 +0000 (11:02 +0200)]
django1: bump to version 1.11.29
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 9 Mar 2020 08:37:03 +0000 (10:37 +0200)]
libs: libzdb: bump to version 3.2.1
Patches require a bit of rework:
- dropped 010-missing-header.patch
- add 010-do-not-run-test-progs.patch
- re-updated 020-filterh-use-host-built-version.patch
- Makefile.in gets regenerated from PKG_FIXUP:=autoreconf
- added PKG_FIXUP:=autoreconf ; it's easier to patch automake stuff that
big configure scripts
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Gerard Ryan [Sun, 15 Dec 2019 06:04:44 +0000 (16:04 +1000)]
https_dns_proxy: Added optional ipv4 resolvers
* Added optional ipv4 resolvers UCI config option
* Added logging to logd
* Refactored verbosity UCI config option
* Filtered out any address from being added to dnsmasq
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Rosen Penev [Tue, 10 Mar 2020 01:45:32 +0000 (18:45 -0700)]
Merge pull request #11545 from RussellSenior/sed-disable-acl
sed: disable acl
Russell Senior [Tue, 10 Mar 2020 00:20:39 +0000 (17:20 -0700)]
sed: disable acl
If libacl is built, gnu sed finds it during configuration and enables support
linking in libacl. This results in build failures due to the missing dependency.
Consequently, use CONFIGURE_ARGS to disable acl support.
Reported-by: Rosen Penev rosenp@gmail.com
Signed-off-by: Russell Senior <russell@personaltelco.net>