aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | neon: Remove krb5 dependencyEneas U de Queiroz2018-12-06
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | | | Merge pull request #7600 from Ansuel/nginxupHannu Nyman2018-12-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | nginx: bump to latest release and other
| * | | | | | | | | | | | nginx: bump to latest release and otherAnsuel Smith2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | | | | libsndfile: Fix MIRROR_HASHRosen Penev2018-12-07
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #7588 from thess/cci-modsTed Hess2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | CircleCI: Do not run build as root. Move to public docker repo.
| * | | | | | | | | | | CircleCI: Do not run build as root. Move to public docker repo.Ted Hess2018-12-05
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change docker hub repository to 'openwrtorg'. Create and use non-root user 'build'. Add xz-utils and unzip. Use version numbers for docker images (SHA has no sense of time). Disable pipefail in build step Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | Merge pull request #6720 from cotequeiroz/node-_update-npmHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Node-{arduino-firmata,cylon,hid,serialport}: fix npm installation
| * | | | | | | | | | node-serialport: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | | | | | node-hid: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | | | | | node-cylon: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | | | | | node-arduino-firmata: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | wget: disable libpcre2Eneas U de Queiroz2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libpcre2 is picked over libpcre by wget's configure Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | Merge pull request #7597 from cotequeiroz/nginx_rtmp-openssl-fixHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nginx: fix rtmp module with openssl 1.1.1
| * | | | | | | | | | | nginx: fix rtmp module with openssl 1.1.1Eneas U de Queiroz2018-12-06
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch that changes the order of some include files in ngx_rtp_cenc.c that caused a compilation failure. Patch submitted upstream (#13). Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | Merge pull request #7453 from neheb/qirHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | quassel-irssi: Update to newer version to fix compilation
| * | | | | | | | | | | quassel-irssi: Update to newer version to fix compilationRosen Penev2018-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the irssi-abi-8 branch that was not merged back to master but is necessary for compilation. As it touches a submodule, I can't add a patch for it. But I can backport all of the master commits. Get rid of quasselc dependency as it's now a submodule. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #7479 from neheb/tvHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | tvheadend: Fix compilation without OpenSSL deprecated APIs
| * | | | | | | | | | | | tvheadend: Fix compilation without OpenSSL deprecated APIsRosen Penev2018-11-25
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switched to codeload for Makefile simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #7491 from neheb/luasecHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | luasec: Update to 0.7
| * | | | | | | | | | | | luasec: Update to 0.7Rosen Penev2018-11-20
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload to keep a sane source name. Backported a few useful patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #7532 from neheb/uwHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libuwsc: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | | | | | | libuwsc: Update to 3.1.1Rosen Penev2018-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some consistency updates in the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7520 from neheb/patch-1Hannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | libgcrypt: Аdd PKC_CPE_ID for proper CVE tracking
| * | | | | | | | | | | | | libgcrypt: Аdd PKG_CPE_ID for proper CVE trackingRosen Penev2018-11-26
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also did some cosmetic adjustments for consistency. No code changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7562 from neheb/msmtpHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | msmtp: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | | | | | | | msmtp: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-02
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7563 from neheb/muttHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | mutt: Update to 1.11.1
| * | | | | | | | | | | | | mutt: Update to 1.11.1Rosen Penev2018-12-02
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to fix compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7593 from sartura/netopeer2_libcurlHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | netopeer2: add libcurl dependency
| * | | | | | | | | | | | netopeer2: add libcurl dependencyMislav Novakovic2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | | | | | | Merge pull request #7571 from gladiac1337/feature-haproxy-v1.8.14-updates3Thomas Heil2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | haproxy: Update all patches for HAProxy v1.8.14
| * | | | | | | | | | | | haproxy: Update all patches for HAProxy v1.8.14Christian Lachner2018-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html) - Raise PKG_RELEASE to 5 - Improve version-handling Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | | | | Merge pull request #7539 from neheb/patch-4Hannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | libyaml-cpp: Add PKD_CPE_ID for proper CVE tracking
| * | | | | | | | | | | | | libyaml-cpp: Add PKD_CPE_ID for proper CVE trackingRosen Penev2018-11-29
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7592 from cshoredaniel/pr-nut-serial-usbHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nut: Optionally set serial USB to NUT user
| * | | | | | | | | | | | | nut: Optionally set serial USB to NUT userDaniel F. Dickinson2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using serial-port based UPSes with NUT, it is handy to be able to configure a USB serial port to have be set tot the NUT runas user, so that NUT can access the serial port automagically. Closes #6997 Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | | | | | | Merge pull request #7570 from sartura/netopeer2_callhomeHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netopeer2: enable callhome by default
| * | | | | | | | | | | | | | netopeer2: enable callhome by defaultMislav Novakovic2018-12-06
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | | | | | | | Merge pull request #7578 from cotequeiroz/django-simple-captcha_PyPackageHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | django-simple-captcha: use PyPackage to build
| * | | | | | | | | | | | | | django-simple-captcha: use PyPackage to buildEneas U de Queiroz2018-12-05
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, and updated PKG_SOURCE_URL. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | | | | Merge pull request #7579 from cotequeiroz/django-webpack-loader_PyPackageHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | django-webpack-loader: use PyPackage to build
| * | | | | | | | | | | | | | django-webpack-loader: use PyPackage to buildEneas U de Queiroz2018-12-05
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, and updated PKG_SOURCE_URL. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | | | | Merge pull request #7577 from cotequeiroz/django-ranged-response_PyPackageHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | django-ranged-response: use PyPackage to build
| * | | | | | | | | | | | | | django-ranged-response: use PyPackage to buildEneas U de Queiroz2018-12-05
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, and updated PKG_SOURCE_URL. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | | | | Merge pull request #7576 from cotequeiroz/django-formtools_PyPackageHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | django-formtools: use PyPackage to build
| * | | | | | | | | | | | | | django-formtools: use PyPackage to buildEneas U de Queiroz2018-12-05
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, and updated PKG_SOURCE_URL. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | | | | Merge pull request #7480 from neheb/portHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | port-mirroring: Update to 1.4.3
| * | | | | | | | | | | | | | port-mirroring: Update to 1.4.3Rosen Penev2018-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload and adjusted Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #7506 from neheb/vsftHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vsftpd: Fix compilation without ECC or deprecated APIs
| * | | | | | | | | | | | | | | vsftpd: Fix compilation without ECC or deprecated APIsRosen Penev2018-11-23
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>