aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* unbound: update to 1.9.3Eric Luehrsen2019-08-31
| | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* Merge pull request #9595 from dengqf6/evRosen Penev2019-08-30
|\ | | | | libev: update to 4.27
| * libev: update to 4.27DENG Qingfang2019-07-30
| | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | Merge pull request #9848 from neheb/key4Rosen Penev2019-08-30
|\ \ | | | | | | keyutils: Add Debian hardening patch
| * | keyutils: Pass OpenWrt CFLAGS directly.Rosen Penev2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for compilation with PKG_ASLR_PIE. Replaced Build/Compile with PKG_INSTALL. Adjusted install paths for consistency. Added license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9578 from neheb/opnRosen Penev2019-08-30
|\ \ \ | | | | | | | | opencv: Update to 4.1.1
| * | | opencv: Update to 4.1.1Rosen Penev2019-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Makefile to modern standards. Switched to local tarballs..xz archives are smaller. The .gz archive that codeload comes with is 85MB. Replaced PKG_INSTALL with CMAKE_INSTALL to get rid of Build/InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Removed inactive maintainer. Added uClibc-ng patches to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5886 from nonicknamewasleftforme/feature/backuppcRosen Penev2019-08-30
|\ \ \ \ | | | | | | | | | | new backuppc package w/ dependency perl-file-rsyncp
| * | | | backuppc: new packageCarsten Wolff2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carsten Wolff <carsten@wolffcarsten.de> Reviewed-by: Rosen Penev <rosenp@gmail.com>
| * | | | perl-file-rsyncp: New packageCarsten Wolff2019-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carsten Wolff <carsten@wolffcarsten.de> Reviewed-by: Rosen Penev <rosenp@gmail.com>
* | | | | rxtx: Add missing classpath dependencyRosen Penev2019-08-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9693 from neheb/jamRosen Penev2019-08-30
|\ \ \ \ \ | | | | | | | | | | | | jamvm: Add host build
| * | | | | jamvm: Add host buildRosen Penev2019-08-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for classpath. GCJ is also needed but that can be dealt with separately. Fix compilation with musl by defining _GNU_SOURCE. What's funny here is that if __USE_GNU gets replaced, the host build fails. The man page says _GNU_SOURCE for pthread_getattr_np but glibc violates that statement. Removed classpath dependency. classpaths must select jamvm, not the other way around. Removed target whitelist. Switched to blacklist. Fixed License information. Various other cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9851 from neheb/madpRosen Penev2019-08-30
|\ \ \ \ \ | | | | | | | | | | | | madplay: Pass CFLAGS properly
| * | | | | madplay: Pass CFLAGS properlyRosen Penev2019-08-28
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFLAGS were not being passed which was breaking ASLR builds. Fixed license header. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_INSTALL for consistency. Passed proper $(FPIC) value. Several other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9732 from dengqf6/ngxRosen Penev2019-08-30
|\ \ \ \ \ | | | | | | | | | | | | nginx: update to 1.16.1
| * | | | | nginx: update to 1.16.1DENG Qingfang2019-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: when using HTTP/2 a client might cause excessive memory consumption and CPU usage (CVE-2019-9511, CVE-2019-9513, CVE-2019-9516). Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | Merge pull request #9844 from cshoredaniel/pr-msmtpq-ng-mta-conn_testRosen Penev2019-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | msmtp-scripts: Fix connectivity test and various permissions
| * | | | | | msmtp-scripts: Add msmtprc permission docsDaniel F. Dickinson2019-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a wrinkle in terms of sending mail immediately when using msmtpq-ng-mta instead of a typical mail server. We document that in the package description. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | msmtp-scripts: Fix spool/lock dir permissionsDaniel F. Dickinson2019-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the spool or lock dir exist before msmtp's initscript runs we need to modify the permisions to be appropriate instead of just bailing, otherwise non-root can't send mail. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | msmtp-scripts: Make conn_test default ncDaniel F. Dickinson2019-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On OpenWrt nc (netcat) connectivity test makes more sense than ping because a) for non-root users ping is not permitted, and b) nc is a default binary included with OpenWrt. We do, however, have to change the upstream default from using `nc -vz` to `printf "<http head request>"|nc` (with openwrt nc if text is sent then nc closes after a response and fails if no connection is made; the response is already thrown away (to /dev/null) by the existing code). Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | Merge pull request #9852 from neheb/probRosen Penev2019-08-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libredblack: Pass CFLAGS
| * | | | | | | libredblack: Pass CFLAGSRosen Penev2019-08-28
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFLAGS were not being passed. This was breaking builds with ASLR. Pass proper PIC command to gcc with $(fPIC). Don't install static libraries. Keep those for InstallDev only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9853 from neheb/atfRosen Penev2019-08-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | atftp: Update to 0.7.2
| * | | | | | | atftp: Update to 0.7.2Rosen Penev2019-08-27
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue where CFLAGS were not being passed. This was breaking ASLR builds. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_INSTALL. Changed install paths based on PKG_INSTALL paths. Added --disable-debug to make sure debug code is disabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9813 from neheb/xmlRosen Penev2019-08-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | xmlrpc-c: Update to 1.51.03
| * | | | | | | xmlrpc-c: Update to 1.51.03Rosen Penev2019-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small Makefile reorganization. Switch BUILD_PARALLEL to 1. Seems to work now. Added nanosleep patch that replaces usleep usage. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #9868 from gladiac1337/haproxy-2.0.5Rosen Penev2019-08-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.5
| * | | | | | | | haproxy: Update HAProxy to v2.0.5Christian Lachner2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | Merge pull request #9871 from wvdakker/masterRosen Penev2019-08-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Shorewall: Bump to 5.2.3.4
| * | | | | | | | | Shorewall6: Bump to version 5.2.3.4W. van den Akker2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall: Bump to version 5.2.3.4W. van den Akker2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall6-lite: Bump to version 5.2.3.4W. van den Akker2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall-lite: Bump to version 5.2.3.4W. van den Akker2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall-core: Bump to version 5.2.3.4W. van den Akker2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | | Merge pull request #9866 from tru7/libfmtRosen Penev2019-08-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libfmt: bump to version 6.0.0
| * | | | | | | | | | libfmt: bump to version 6.0.0Othmar Truniger2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | | cgi-io: require whitelisting upload locationsJo-Philipp Wich2019-08-30
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce further ACL checks to verify that the request-supplied upload location may be written to. This prevents overwriting things like /bin/busybox and allows to confine uploads to specific directories. To setup the required ACLs, the following ubus command may be used on the command line: ubus call session grant '{ "ubus_rpc_session": "d41d8cd98f00b204e9800998ecf8427e", "scope": "cgi-io", "objects": [ [ "/etc/certificates/*", "write" ], [ "/var/uploads/*", "write" ] ] }' Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | Merge pull request #9863 from dibdot/adblockDirk Brenken2019-08-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | adblock: update 3.8.4
| * | | | | | | | | | adblock: update 3.8.4Dirk Brenken2019-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix the 'adb_sysver' output * pass the adblock version information to the helper scripts correctly Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #9862 from dibdot/travelmateDirk Brenken2019-08-29
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | travelmate: update 1.4.12
| * | | | | | | | | | travelmate: update 1.4.12Dirk Brenken2019-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * automatically add open uplinks to your wireless config, e.g. hotel captive portals (disabled by default) * shift net status check in a separate function * (s)hellcheck cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #9854 from neheb/ssh2Jiri Slachta2019-08-29
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | libssh2: Don't build tests
| * | | | | | | | | | libssh2: Remove old artifacts from autotools platformRosen Penev2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed PKG_FIXUP. It has no meaning with CMake. Replaced PKG_INSTALL with CMAKE_INSTALL. Consequentially, removed InstallDev section. Added ABI_VERSION to force package rebuilds when it increases. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license tag. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | | libssh2: Don't build testsRosen Penev2019-08-27
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speeds up build and fixes OpenSSL support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #9858 from champtar/phantapEtienne Champetier2019-08-28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | phantap: update to latest commit
| * | | | | | | | | phantap: update to latest commitEtienne Champetier2019-08-28
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 758fba1 Fix EAP (802.1x) passthrough Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | | Merge pull request #9856 from lucize/nsprupRosen Penev2019-08-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nspr: update to 4.22
| * | | | | | | | | nspr: update to 4.22Lucian Cristian2019-08-28
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drop upstreamed patches Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | Merge pull request #9843 from cshoredaniel/pr-fix-uwsgi-cgi-pythonRosen Penev2019-08-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | uwsgi-cgi: use python3 hostpkg not system python3