aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | lxc: cleanup Makefile and outdated configure optionsRosen Penev2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_NO_MIPS16 as MIPS16 is no longer supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | lxc: remove luaRosen Penev2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lua support seems to be gone from LXC 4. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12252 from BKPepe/knot-disable-libcap-ngRosen Penev2020-05-22
|\ \ \ \ \ | |/ / / / |/| | | | knot: disable libcap-ng
| * | | | knot: disable libcap-ngJosef Schlehofer2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently, there was added libcap-ng to OpenWrt packages feed, which is optional for Knot DNS. It enables POSIX 1003.1e capabilities. This can restrict root (by default it runs as root) permissions and might harm and as there isn't systemd on OpenWrt it can interfere. There is an added patch, which introduced an option to disable libcap-ng. This will be part of the next release. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | fastd: update to v19Matthias Schiffer2020-05-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | p11-kit: fix configuration directory (#12246)Thibaut Robert2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p11-kit: fix configuration directory p11-kit looks for its configuration files in /etc/pkcs11, not /etc/p11-kit Signed-off-by: Thibaut Robert <thibaut.robert@gmail.com> * p11-kit: bump PKG_RELEASE Signed-off-by: Thibaut Robert <thibaut.robert@gmail.com>
* | | | | Merge pull request #12242 from neheb/messonRosen Penev2020-05-21
|\ \ \ \ \ | | | | | | | | | | | | meson: update to 0.54.2
| * | | | | meson: update to 0.54.2Rosen Penev2020-05-20
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12249 from jefferyto/python-package-bin-symlinksRosen Penev2020-05-21
|\ \ \ \ \ | | | | | | | | | | | | python-packages: Add usr/bin symlinks without "3" suffix
| * | | | | python-packages: Add usr/bin symlinks without "3" suffixJeffery To2020-05-22
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, binaries installed by Python packages will have a non-suffixed Python 2 version and a suffixed Python 3 version, e.g. pip and pip3. With the removal of Python 2, the non-suffixed names are no longer taken. This adds symlinks for the non-suffixed names linking to the suffixed scripts (or in the case of pip, easy_install, and python-config, to the fully-versioned scripts). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #12245 from jefferyto/python3-setuptools-site-patchHannu Nyman2020-05-21
|\ \ \ \ \ | | | | | | | | | | | | python3-setuptools: Fix error when installing from source
| * | | | | python3-setuptools: Fix error when installing from sourceJeffery To2020-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a Python package is installed from source (i.e. using setup.py) into a custom location (with --home), setuptools may want to create a site.py file in the custom location. This file is created based on the source code of site-patch.py, a file bundled with setuptools. Because the normal OpenWrt setuptools package does not contain Python source code, this file is missing and the installation will end with an error. This copies site-patch.py to site-patch.py.txt so that it will be included in python3-setuptools, and patches setuptools to look for this file. See https://github.com/openwrt/packages/issues/12223 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #12244 from jefferyto/seafile-server-7.1.4Hannu Nyman2020-05-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | seafile-server: Update to 7.1.4
| * | | | | | seafile-server: Update to 7.1.4, refresh patchesJeffery To2020-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | django-postoffice: Update to 3.3.0Jeffery To2020-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not the newest version but the last version compatible with Django 1.11. This also updates the jsonfield dependency to jsonfield2. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | django-jsonfield2: Add packageJeffery To2020-05-21
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package mainly serves to support django-post-office 3.3.0, as that version switched its dependency from jsonfield to jsonfield2 (a fork of jsonfield). The version packaged in this package (3.0.3) is the last version that supports Django 1.11. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | exfat-nofuse: use $(KERNEL_MAKE) to account for reproducible buildYousong Zhou2020-05-21
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This leverages on -iremap flag embedded there since the build system commit 4ed356fa719e ("kernel.mk: add KCFLAGS to make kmods reproducible") Reported-by: Paul Spooren <mail@aparcar.org> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | qemu: filter out configure args with predefined macrosYousong Zhou2020-05-21
|/ / / / | | | | | | | | | | | | | | | | | | | | Reported-by: https://github.com/openwrt/packages/commit/a3033406eae94105b50ea9d57ea4a032b34a87a1#commitcomment-39321758 Suggested-by: Lucian Cristian <lucian.cristian@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | bind: update to version 9.16.3Josef Schlehofer2020-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-8616 CVE-2020-8617 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #12234 from jefferyto/python3-3.8.3Rosen Penev2020-05-20
|\ \ \ \ | | | | | | | | | | python3: Update to 3.8.3, refresh patches
| * | | | python3: Update to 3.8.3, refresh patchesJeffery To2020-05-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #12224 from neheb/ffm2Rosen Penev2020-05-20
|\ \ \ \ \ | | | | | | | | | | | | ffmpeg: fix compilation with glibc
| * | | | | ffmpeg: fix compilation with glibcRosen Penev2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No idea why. Patch submitted upstream: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200503090023.29418-1-rosenp@gmail.com/ Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12239 from ja-pa/python-more-itertools-8.3.0Rosen Penev2020-05-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-more-itertools: update to version 8.3.0
| * | | | | | python-more-itertools: update to version 8.3.0Jan Pavlinec2020-05-20
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #12232 from neheb/cifsRosen Penev2020-05-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | cifs-utils: fix compilation
| * | | | | | cifs-utils: fix compilationRosen Penev2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that libcap-ng is in the tree, cifs-utils is picking it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12190 from neheb/fuseRosen Penev2020-05-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fuse: import from base
| * | | | | | | fuse3: addRosen Penev2020-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libfuse3 is used by newer versions of sshfs. utils require udev, which is not present in OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | fuse: update to 2.9.9Rosen Penev2020-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Fixed license information. Minor adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | fuse: import from baseRosen Penev2020-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This belongs here. All dependent packages are located here. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | qemu: ignore configure option --disable-ipv6Yousong Zhou2020-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/12194 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | openvswitch: fix file generation in /etc/modules.dYousong Zhou2020-05-20
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> Reported-by: Paul Spooren <mail@aparcar.org>
* | | | | | | spice-protocol: bump to version 0.14.2Yousong Zhou2020-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting in this version the upstream project - only provides .xz tarball - meson is the only supported build method Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #12215 from BKPepe/unbound-1.10.1Josef Schlehofer2020-05-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | unbound: update to version 1.10.1 (security fix)
| * | | | | | | unbound: update to version 1.10.1Josef Schlehofer2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-12662 CVE-2020-12663 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #12230 from jefferyto/python-openssl-ca-certsHannu Nyman2020-05-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python3-openssl: Add dependency on ca-certs
| * | | | | | | | python3-openssl: Add dependency on ca-certsJeffery To2020-05-20
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ssl module assumes OpenSSL can load the default trust anchors (root CA certificates). From https://github.com/openwrt/packages/issues/12209 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #12213 from neheb/gerb78Rosen Penev2020-05-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gerbera: add libmatroska support
| * | | | | | | | gerbera: add libmatroska supportRosen Penev2020-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | libmatroska: addRosen Penev2020-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for gerbera's matroska support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | libebml: addRosen Penev2020-05-18
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for libmatroska. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12226 from neheb/mpd-idRosen Penev2020-05-19
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | mpd: enable id3tag for all builds
| * | | | | | | mpd: enable id3tag for all buildsRosen Penev2020-05-19
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2cedae0aa9befe1135c83f007942d89ec906658e enabled mp3 support for mini, while keeping id3tag for full. This makes no sense as id3tag is used specifically for mp3 files. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12217 from jefferyto/measurement-kit-static-dependsJosef Schlehofer2020-05-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | measurement-kit: Add static build dependencies
| * | | | | | | measurement-kit: Add static build dependenciesJeffery To2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When measurement-kit is a build dependency (in PKG_BUILD_DEPENDS) of another package, this package's build dependencies (in DEPENDS) may not be selected and so may not be built. (This package does not produce a shared library; the measurement-kit target package contains a program that is statically linked to the measurement-kit library. Other packages may include measurement-kit in their PKG_BUILD_DEPENDS to link to the static library but not include measurement-kit as a run-time dependency.) This adds PKG_BUILD_DEPENDS to this package to ensure that its dependencies are built in this case. This also adds MEASUREMENT_KIT_BUILD_DEPENDS that dependant packages should select to ensure that this package's dependencies are correctly built. (libevent2-openssl and libevent2-pthreads need to be selected for the necessary functionality to be enabled when compiling libevent2.) This also adds openssl as an explicit dependency; it appears to be used directly by this package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #12197 from BKPepe/syslog-ngRosen Penev2020-05-19
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | syslog-ng: update to version 3.27.1
| * | | | | | | syslog-ng: update to version 3.27.1Josef Schlehofer2020-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | snmp-dest was moved to afsnmp Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #12210 from jefferyto/etesync-server-minor-cleanupHannu Nyman2020-05-19
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | etesync-server: Minor Makefile cleanup
| * | | | | | | etesync-server: Minor Makefile cleanupJeffery To2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace creating an empty PYTHON3_PKG_DIR with setting filespec to an empty value * Disable the default Python package build recipe (with PYTHON3_PKG_BUILD:=0) and set an empty Build/Compile * Remove VARIANT:=python3 and PROVIDES (providing the same name as the package) * Add PKG_BUILD_PARALLEL:=1 Signed-off-by: Jeffery To <jeffery.to@gmail.com>