aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | jool: replace SUBDIRS with M in package recipeDavid Bauer2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | xr_usb_serial_common: replace SUBDIRS with M in package recipeDavid Bauer2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | libpfring: replace SUBDIRS with M in package recipeDavid Bauer2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | ksmbd: replace SUBDIRS with M in package recipeDavid Bauer2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | lttng: replace SUBDIRS with M in package recipeDavid Bauer2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | Merge pull request #11550 from commodo/django-updateHannu Nyman2020-03-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | django: bump to version 3.0.4
| * | | | | | | | | | | django: bump to version 3.0.4Alexandru Ardelean2020-03-10
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | Merge pull request #11549 from commodo/django1-updateHannu Nyman2020-03-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | django1: bump to version 1.11.29
| * | | | | | | | | | | django1: bump to version 1.11.29Alexandru Ardelean2020-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | | Merge pull request #11548 from commodo/libzdb-updateHannu Nyman2020-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | libs: libzdb: bump to version 3.2.1
| * | | | | | | | | | | libs: libzdb: bump to version 3.2.1Alexandru Ardelean2020-03-10
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | Merge pull request #11545 from RussellSenior/sed-disable-aclRosen Penev2020-03-09
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | sed: disable acl
| * | | | | | | | | | sed: disable aclRussell Senior2020-03-09
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | / / / / / / / / sispmctl: update to 4.4Rosen Penev2020-03-09
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11537 from Payne-X6/masterHannu Nyman2020-03-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | knot: update to version 2.9.3
| * | | | | | | | | knot: update to version 2.9.3Jan Hak2020-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | | | | | btrfs-progs: fix check for btrfs in btrfs scanKarel Kočí2020-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation always succeeded so no scan was performed. This now fixes that and it correctly scans for BTRFS devices if BTRFS support is in kernel. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | | | exfat-nofuse: rename to kmod-fs-exfat0Yousong Zhou2020-03-09
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exFAT fs driver has been upstreamed as a staging driver since linux 5.4. The package name kmod-fs-exfat is used for that. Three things happened in this commit - The package will only be built for kernel 4.14 and 4.19 - The driver will be available as opkg package "kmod-fs-exfat0". "kmod-fs-exfat" is to be used for the one in upstream kernel - Mark "kmod-fs-exfat0" as deprecated in package title Signed-off-by: Paul Blazejowski <paulb at blazebox.homeip.net> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (rename, rewording, and deprecation)
* | | | | | | | | Merge pull request #11532 from nxhack/homebridge_0452Rosen Penev2020-03-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | node-homebridge: update to 0.4.52
| * | | | | | | | | node-homebridge: update to 0.4.52Hirokazu MORIKAWA2020-03-09
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / / / / / / / / youtube-dl: update to version 2020.3.8Josef Schlehofer2020-03-09
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | transmission: add syscalls to seccomp filterDaniel Golle2020-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syscalls observered when running on arm32. Add them to seccomp rule. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #11530 from tru7/linknxHannu Nyman2020-03-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | linknx: bump to version 0.0.1.38
| * | | | | | | | linknx: bump to version 0.0.1.38Othmar Truniger2020-03-08
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | debootstrap: update to version 1.0.119~bpo10+1Daniel Golle2020-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #11527 from ynezz/upstream/libiio-v0.19Michael Heimpold2020-03-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libiio: bump to latest release v0.19
| * | | | | | | | libiio: bump to latest release v0.19Petr Štetiar2020-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it making it as well kernel 5.4 compatible by backporting upstream patch which synchronizes channel types and modifier lists in the headers. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | | | | syslog-ng: update to version 3.26.1Josef Schlehofer2020-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump version also in the config file - Move logread to /sbin location instead of /usr/sbin Because package logd in OpenWrt's ubox Makefile uses /sbin folder and LuCI has the same path hardcoded in modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json and using different location results that LuCI is not able to load log data as it is not found. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | Merge pull request #11520 from neheb/geeRosen Penev2020-03-07
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | libgee: update to 0.20.3
| * | | | | | | | libgee: update to 0.20.3Rosen Penev2020-03-06
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11525 from wvdakker/masterHannu Nyman2020-03-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Shorewall: Bump to 5.2.3.7
| * | | | | | | | Shorewall6: Bump to 5.2.3.7.W. van den Akker2020-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall: Bump to 5.2.3.7.W. van den Akker2020-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall6-lite: Bump to 5.2.3.7.W. van den Akker2020-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall-lite: Bump to 5.2.3.7.W. van den Akker2020-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall-core: Bump to 5.2.3.7.W. van den Akker2020-03-07
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* / / / / / / / vala: update to 0.48.0Rosen Penev2020-03-06
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #11513 from jpellegrini/masterRosen Penev2020-03-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | chicken-scheme: version 5.2.0; include compiler
| * | | | | | | chicken-scheme: version 5.2.0; include compilerJeronimo Pellegrini2020-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The Makefile creates two packages: - chicken-scheme-interpreter, same that was created with the previous version of the Makefile (except that this one includs Chicken 5.2.0); - chicken-scheme-full, which includes the compiler, debugger, profiler, and module manager. The -full package has some peculiarities: It is somewhat large, although that is not really an issue, since it depends on gcc, which already needs more than 100Mb space. The binaries are not stripped, because stripped binaries seem to break the compiler (generated objects are not properly linked). Since the package is large and depends on an even larger one, this shouldn't be a problem. Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info>
* | | | | | | | jool: update to 4.0.7Rosen Penev2020-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for kernel 5.4 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | youtube-dl: update to version 2020.3.6Josef Schlehofer2020-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #11158 from jmarcet/schrootRosen Penev2020-03-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | schroot: new package to securely enter a chroot and run a command or login shell
| * | | | | | | | schroot: new package to securely enter a chroot and run a command or login shellJavier Marcet2020-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | | | minidlna: remove unneeded }Rosen Penev2020-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was a mistake while rebasing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11509 from neheb/lvmDaniel Golle2020-03-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lvm2: update to 2.03.08
| * | | | | | | | | lvm2: update to 2.03.08Rosen Penev2020-03-04
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Replace ' ' with TAB for consistency between packages. Refresh patches and remove outdated ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11508 from neheb/cryptDaniel Golle2020-03-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cryptsetup: update to 2.3.0
| * | | | | | | | | cryptsetup: update to 2.3.0Rosen Penev2020-03-04
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_INSTALL for consistency between packages. Add PKG_BUILD_PARALLEL for faster compilation. Fix wrong locking path. First discovered here: https://forum.openwrt.org/t/cannot-setup-dm-crypt/56836 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11413 from neheb/debDaniel Golle2020-03-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | debootstrap: update to 1.0.118
| * | | | | | | | | debootstrap: update to 1.0.118Rosen Penev2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added _GNU_SOURCE define to fix compilation warning. Added patch to fix uclient-fetch as it does not support -nv. Signed-off-by: Rosen Penev <rosenp@gmail.com>