aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python-mysql: rename to python-mysqlclient & bump to version 1.4.4Alexandru Ardelean2019-09-02
| | | | | | | | | | | | | The package on PyPi is named `mysqlclient`. This should have been named `python-mysqlclient` from the start. There is a `mysql` package on PyPi already but that's a different code/package. Doing this should avoid any future confusion. There is no good time to do this rename; at least 19.07 has been branched already and this can go into the next release [in a year or so]. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #9900 from neheb/apiRosen Penev2019-09-02
|\ | | | | apinger: Fix PKG_SOURCE_VERSION
| * apinger: Fix PKG_SOURCE_VERSIONRosen Penev2019-09-01
| | | | | | | | | | | | Too short Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9850 from neheb/crcRosen Penev2019-09-02
|\ \ | | | | | | crconf: Pass CFLAGS properly
| * | crconf: Pass CFLAGS properlyRosen Penev2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFLAGS were not being passed, breaking ASLR builds. Switched to using PKG_SOURCE_DATE for the version. Added PKG_BUILD_PARALLEL for faster compilation. Added license information. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9890 from ecsv/ap51-flash-2019.0Rosen Penev2019-09-01
|\ \ \ | |_|/ |/| | ap51-flash: upgrade package to latest release 2019.0
| * | ap51-flash: upgrade package to latest release 2019.0Sven Eckelmann2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * improved Zyxel firmware detection * introduced optional MAC address filtering * added support for: - Plasma Cloud PA300 - Plasma Cloud PA1200 - Plasma Cloud PA2200 Signed-off-by: Sven Eckelmann <sven@narfation.org>
* | | Merge pull request #9899 from RussellSenior/masterRosen Penev2019-09-01
|\ \ \ | | | | | | | | patch: rename CVE-2019-13638 patch to mollify uscan
| * | | patch: rename CVE-2019-13638 patch to mollify uscanRussell Senior2019-09-01
|/ / / | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | haveged: update to 1.9.6Hannu Nyman2019-09-01
| | | | | | | | | | | | | | | | | | Update haveged to 1.9.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #9886 from BKPepe/pyyamlRosen Penev2019-09-01
|\ \ \ | | | | | | | | python-yaml: Update to version 5.1.2
| * | | python-yaml: Update to version 5.1.2Josef Schlehofer2019-09-01
| |/ / | | | | | | | | | | | | | | | PKG_NAME should match the name of the folder Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9694 from neheb/clasRosen Penev2019-09-01
|\ \ \ | | | | | | | | classpath: Add jamvm/host build dependency
| * | | classpath: Add jamvm/host build dependencyRosen Penev2019-09-01
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for compilation. A Java compiler is also needed but that must be handled elsewhere. Fixed up license information. URLs to HTTPS. Other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9881 from aparcar/ipsec-toolsRosen Penev2019-09-01
|\ \ \ | |/ / |/| | remove ipsec-tools and opennhrp
| * | ipsec-tools: removePaul Spooren2019-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed on GitHub[0] the package should be removed. [0]: https://github.com/openwrt/packages/issues/7832 > The package is effectively orphaned upstream and has been for some time. Given the security-sensitive nature of the package, an active maintainer community is essential for safe usage. Racoon's lack of support for IKEv2, despite it being stable for a long time, and the availability of next-generation tunneling systems such as wireguard, also would seem to limit its future value. Setkey's functionality has been subsumed by 'ip xfrm'. > If you disagree that ipsec-tools should be removed from OpenWRT, please say so now. If there are still use cases for it that are not met by other IKE implmenentations that would be good to know. But more importantly, I think you'll need to convince us that ipsec-tools is actually safe to operate on today's Internet given its current state of development. Signed-off-by: Paul Spooren <mail@aparcar.org>
| * | opennhrp: removePaul Spooren2019-08-31
| | | | | | | | | | | | | | | | | | The package requires ipsec-tools which will be removed from packages.git Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | Merge pull request #9877 from EricLuehrsen/unbound_193Dirk Brenken2019-09-01
|\ \ \ | | | | | | | | unbound: update to 1.9.3
| * | | unbound: update to 1.9.3Eric Luehrsen2019-08-31
| |/ / | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | exfat-nofuse: drop BUILD_PATENTEDDENG Qingfang2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Microsoft has published technical specification for exFAT [1] and the driver has been added to Linux staging tree [2]. It's now safe to drop BUILD_PATENTED label. [1] https://docs.microsoft.com/windows/win32/fileio/exfat-specification [2] http://lkml.iu.edu/hypermail/linux/kernel/1908.3/04254.html Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | Merge pull request #9878 from zhaojh329/libuhttpdRosen Penev2019-08-31
|\ \ \ | | | | | | | | libuhttpd: Update to 3.0.1
| * | | libuhttpd: Update to 3.0.1Jianhui Zhao2019-08-31
| |/ / | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* / / net: remove ipsec-toolsNoah Meyerhans2019-08-31
|/ / | | | | | | | | | | | | As discussed in #7832, ipsec-tools is no longer suitable for inclusion in the distribution. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | 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