aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* seafile-seahub: Update to 7.1.2, refresh patchesJeffery To2020-03-16
| | | | | | | | | | | | | | | | | | 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>
* seafile-ccnet: Update to 7.1.2, add Python 3 bindings packageJeffery To2020-03-16
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* libsearpc: Update to 3.2.0, add Python 3 bindings packageJeffery To2020-03-14
| | | | | | | | | | | | | | | 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>
* django-ranged-response: Fix project URLJeffery To2020-03-14
| | | | | | | | | | | 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>
* django-postoffice: Update to 3.2.1Jeffery To2020-03-14
| | | | | | | 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>
* django-jsonfield: Change packaged projectJeffery To2020-03-14
| | | | | | | | | | | | | | | | | | | | 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>
* django-picklefield: Update to 2.1.1Jeffery To2020-03-14
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* django-appconf: Update to 1.0.3Jeffery To2020-03-14
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* django-statici18n: Update to 1.9.0, add missing dependenciesJeffery To2020-03-14
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* django1: Fix byte-compiled db migrations not loadedJeffery To2020-03-14
| | | | | | | | 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>
* Revert "transmission: mount /etc/resolv.conf in jail"Daniel Golle2020-03-13
| | | | | | | This reverts commit 9778e2f66ff7b1f06e841a416f295e6e3b74c377. /etc/resolv.conf is now mounted by default by procd/ujail. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #11563 from ryzhovau/perl-www-curlRosen Penev2020-03-13
|\ | | | | perl-www-curl: curl 7.69.0 compatibility
| * perl-www-curl: curl 7.69.0 compatibilityAlexander Ryzhov2020-03-13
| | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* | mwan3: Ping IPv6 hosts using address not interfaceBrian J. Murrell2020-03-13
|/ | | | | | | | | | 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>
* transmission: mount /etc/resolv.conf in jailDaniel Golle2020-03-12
| | | | | | | transmission needs to have name resolution to be able to resolve the trackers' hostnames. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #11559 from peter-stadler/sqlparseRosen Penev2020-03-11
|\ | | | | python3-sqlparse: update to 0.3.1
| * python3-sqlparse: update to 0.3.1Peter Stadler2020-03-11
| | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | Merge pull request #11558 from peter-stadler/asgirefRosen Penev2020-03-11
|\ \ | | | | | | python3-asgiref: update to 3.2.5
| * | python3-asgiref: update to 3.2.5Peter Stadler2020-03-11
|/ / | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | Merge pull request #11541 from neheb/jjjjRosen Penev2020-03-10
|\ \ | | | | | | softethervpn: disable PIC
| * | softethervpn: disable PICRosen Penev2020-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compilation is broken on AArch64. Reordered some things for consistency between packages. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | siit: 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>
* | | wifidog-ng: 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>
* | | 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>