aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | | Merge pull request #12212 from lnslbrty/package/netsniff-ngRosen Penev2020-05-19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | netsniff-ng: new package
| * | | | | netsniff-ng: new packageToni Uhlig2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | lxc: bump to 4.0.2Robert Marko2020-05-19
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robert Marko <robert.marko@sartura.hr> Signed-off-by: Marijan Svalina <marijan.svalina@sartura.hr> Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
* | | | | c-ares: update to 1.16.1Karl Palsson2020-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various fixes, nothing particularly standout as of particular interest to OpenWrt. Full changelog at https://c-ares.haxx.se/changelog.html Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | Merge pull request #12208 from jefferyto/python-enable-optimizationsRosen Penev2020-05-18
|\ \ \ \ \ | | | | | | | | | | | | python3: Enable compile-time optimizations
| * | | | | python3: Enable compile-time optimizationsJeffery To2020-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the --enable-optimizations configure option (for profile-guided optimization) for both host and target Python, and the --with-lto configure option (for link-time optimization) for target Python (for non-MIPS platforms). Currently, compiling Python with LTO leads to link errors on mips and mipsel. (Compiling with LTO appears to succeed on mips64 but there is only one mips64 target available for convenient testing.) This also cleans up the host and target configure options: * Sort options/variables - Alphabetically - Flags/options before child-process environment variables - Group options by type (enable/disable/with/without) - Static options/variables before conditional ones * Remove the prefix/dir options, as they are the same as the defaults set by the build system * Remove --with-threads, as it is no longer a valid option (threads are always enabled) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | libmicrohttpd: build with PICRosen Penev2020-05-18
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation when linking statically. Made URL HTTPS. Moved description section for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12192 from lucize/libreswipv6Rosen Penev2020-05-17
|\ \ \ \ \ | | | | | | | | | | | | libreswan: various fixes
| * | | | | libreswan: various fixesLucian Cristian2020-05-17
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | start if kernel has missing ipv6 support add libcap-ng support fix some errors displayed on syslog Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #12205 from micmac1/mar-master-10413Hannu Nyman2020-05-18
|\ \ \ \ \ | | | | | | | | | | | | mariadb: minor verison bump with CVE fixes
| * | | | | mariadb: bump to 10.4.13Sebastian Kemper2020-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream added define INSTALL_PAMDATADIR, so hardcoded path is gone. Fixes: CVE-2020-2752 CVE-2020-2812 CVE-2020-2814 CVE-2020-2760 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | libmariadb: bump to 3.1.8Sebastian Kemper2020-05-17
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | collectd: Improve sqm_collectd error reportingKevin Darbyshire-Bryant2020-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | Merge pull request #12091 from pprindeville/syslog-ng-restore-reloadJosef Schlehofer2020-05-17
|\ \ \ \ \ | | | | | | | | | | | | syslog-ng: restore service "reload" to actually working
| * | | | | syslog-ng: restore service "reload" to actually workingPhilip Prindeville2020-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 44a16ca broke syslog-ng such that it no longer works with logrotate, for example. Yes, you can manually stop and start the service, but (1) you shouldn't have to and (2) it creates a window where you potentially lose messages if the syslog UDP socket overruns. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #12193 from lnslbrty/masterHannu Nyman2020-05-17
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | netatop: update to version 3.1
| * | | | | netatop: update to version 3.1Toni Uhlig2020-05-17
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | Merge pull request #12191 from neheb/libwebpRosen Penev2020-05-17
|\ \ \ \ \ | |_|/ / / |/| | | | libwebp: fix compilation under ARM without NEON
| * | | | libwebp: fix compilation under ARM without NEONRosen Penev2020-05-16
|/ / / / | | | | | | | | | | | | | | | | | | | | The CMake logic seems broken. Luckily it's easy to work around. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12180 from lucize/libcapngRosen Penev2020-05-16
|\ \ \ \ | | | | | | | | | | libcap-ng: add package libcap-ng
| * | | | libcap-ng: add package libcap-ngLucian Cristian2020-05-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #12188 from jefferyto/golang-1.14.3Hannu Nyman2020-05-16
|\ \ \ \ \ | | | | | | | | | | | | golang: Update to 1.14.3
| * | | | | golang: Update to 1.14.3Jeffery To2020-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also removes a (useless) test for PKG_GO_ZBOOTSTRAP_MODS (it is always non-empty). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #12181 from micmac1/apa-suidRosen Penev2020-05-16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | apache: tighten log dir + suEXEC
| * | | | | apache: revisit suEXEC setupSebastian Kemper2020-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When adding suEXEC to the apache package, Alpine's package [1] served as a template. Not enough attention was paid to the details. Alpine uses a different layout. So for OpenWrt to use /var/www as DocumentRoot does not make sense. /var is also volatile on OpenWrt. This commit removes the configure argument. The default is htdocsdir. This also does away with uidmin/gidmin 99. The default is 100, which is fine. Finally, the suexec binary is moved from /usr/sbin to /usr/lib/apache2/suexec_dir. Upstream recommends installing suexec with "4750" (see [2]) and the group set to the user's group. While that would be possible, it would cause a few headaches on OpenWrt. The group would need to be changed first in a post-install script and a call to chmod would need to be made afterward, to make the binary SUID again. It's easier to hide the SUID binary away from others in a directory. This way we don't need to use chmod in the post-install script. [1] https://github.com/alpinelinux/aports/tree/master/main/apache2 [2] https://httpd.apache.org/docs/2.4/suexec.html Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>