aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tiff: version bumpSebastian Kemper2018-01-30
| | | | | | | - bump version to 4.0.9 - add patches copied from Debian for CVE-2017-18013 and CVE-2017-9935 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libxslt: version bumpSebastian Kemper2018-01-30
| | | | | | | - version bump to 1.1.32 - add --disable-silent-rules for verbose build output Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libssh2: version bumpSebastian Kemper2018-01-30
| | | | | | | | | | | | | | - Bump version to 1.8.0 - Switch from openssl crypto backend to mbedtls (the package is a lot smaller size-wise compared to openssl and libgcrypt) - mbedtls support was added in 1.8.0 release. Unfortunately the detection doesn't work out of the box, so a patch is needed that fixes an m4 script. For that reason autoreconf must be run. - Add --with-libz-prefix as without it zlib is not detected (currently there is the zlib dependency but libssh2 never actually links to it). - Add --disable-silent-rules to get verbose build output. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #5527 from neheb/tra-upnpHannu Nyman2018-01-29
|\ | | | | transmission: Use external libminiupnpc instead of internal.
| * transmission: Use external libminiupnpc instead of internal.Rosen Penev2018-01-28
| | | | | | | | | | | | | | | | The original patch that forced internal usage hid an actual issue in the build system. Replace patch with upstream one. Also reorganized the Makefile a bit and removed some cruft. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | pixiewps: bump to version 1.4.2Yousong Zhou2018-01-29
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | stubby: Initial commit of openwrt package for stubby daemonDavid Mora2018-01-29
| | | | | | | | | | | | (This daemon utilizes the getdns library) Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | getdns: Initial commit of openwrt package for getdns libraryDavid Mora2018-01-29
|/ | | | Signed-off-by: David Mora <iamperson347+public@gmail.com>
* Merge pull request #5526 from neheb/mbedtlsHannu Nyman2018-01-28
|\ | | | | transmission: Update to 2.93 + fixes [v2]
| * transmission: Update to 2.93 + fixes [v2]Rosen Penev2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it. Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries. Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either. Added group entry to init script. Otherwise files end up being owned by user:root which is bogus. v2: Previous maintainer relied on git version of Transmission for mbedtls support. Backport it to the stable instead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | git: update to 2.16.1Peter Wagner2018-01-28
|/ | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Revert "transmission: Update to 2.93 + fixes"Hannu Nyman2018-01-28
| | | | | | | | | | | | | | This reverts commit 606f615048286f432175f5133cbeb14f9db9257f. The commit broke the patches: > Applying ./patches/020-use-internal-miniupnp.patch using plaintext: > patching file configure.ac > Hunk #1 succeeded at 378 (offset -8 lines). > > Applying ./patches/040-fix-for-mbedtls.patch using plaintext: > patching file configure.ac > Hunk #1 FAILED at 154. > 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej
* Merge pull request #5524 from Andy2244/krb5-updateHannu Nyman2018-01-28
|\ | | | | krb5: update to 1.16 and samba4 fixes
| * krb5: add PKG_USE_MIPS16:=0Andy Walsh2018-01-28
| | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
| * krb5: update to 1.16 and samba4 fixesAndy Walsh2018-01-28
| | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | Merge pull request #5519 from Andy2244/libtirpc-addHannu Nyman2018-01-28
|\ \ | | | | | | libtirpc: add package v1.0.2
| * | libtirpc: add package v1.0.2Andy Walsh2018-01-28
| |/ | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | Merge pull request #5523 from wvdakker/masterHannu Nyman2018-01-28
|\ \ | | | | | | Shorewall: Bump to version 5.1.11.1
| * | Shorewall6: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | Shorewall6-lite: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | Shorewall: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | Shorewall-lite: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | Shorewall-core: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | Merge pull request #5521 from kissg1988/django-statici18nHannu Nyman2018-01-28
|\ \ \ | |/ / |/| | django-statici18n: update to 1.6.1
| * | django-statici18n: update to 1.6.1Gergely Kiss2018-01-28
| |/ | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #5484 from neheb/patch-1Hannu Nyman2018-01-28
|\ \ | |/ |/| transmission: Update to 2.93 + fixes
| * transmission: Update to 2.93 + fixesRosen Penev2018-01-27
| | | | | | | | | | | | | | | | | | | | | | | | DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it. Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries. Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either. Added group entry to init script. Otherwise files end up being owned by user:root which is bogus. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | inadyn: update package description and project urlYousong Zhou2018-01-27
| | | | | | | | | | | | Fixes #5348 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | github: adapt templatesYousong Zhou2018-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove refs to LEDE and use "OpenWrt" instead of "OpenWRT" Remove instructions on self-checking pull request content for the following considerations - The checks are now enforced by travis autocheck scripts - Github now prompts users to refer to the contributing guide on submitting new issue and pull request Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #5504 from pprindeville/perl-cleanupPhilip Prindeville2018-01-26
|\ \ | | | | | | perlmod: avoid 'do' semantics and just concatenate
| * | perlmod: avoid 'do' semantics and just concatenatePhilip Prindeville2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Perl the 'do' construct has some odd side-effects regarding $@, $!, and return values (i.e. 'do'ing a file which evaluates to undef can be a little ambiguous). Instead, generate a preamble to the Makefile.PL and execute it as stdin. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | Revert "perl-inline-c: patch Makefile.PL to not eval undef"Philip Prindeville2018-01-25
| | | | | | | | | | | | | | | | | | This reverts commit 5470c60a91653fa34591540f38e119dc5e8ab5cc. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | Revert "perl: when Makefile.PL fails give more feedback"Philip Prindeville2018-01-25
| | | | | | | | | | | | | | | | | | This reverts commit a4aaaf8d8f2eb6d8431f8b1a97ba97380364aa04. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | Revert "perlmod: redux handling odd Makefile.PL eval value"Philip Prindeville2018-01-25
| |/ | | | | | | | | | | This reverts commit f03cd7b5aca1c7b041ca120cbf684d1b3c48c236. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #5503 from tmn505/perl-aarch64Philip Prindeville2018-01-26
|\ \ | | | | | | perl: add build config for aarch64
| * | perl: add build config for aarch64Tomasz Maciej Nowak2018-01-26
| | | | | | | | | | | | | | | | | | | | | Because nonexistent aarch64.config the build of perl will fail for ARM 64-bit targets. Fix it by adding mentioned config. Fixes #2963. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
* | | Merge pull request #5500 from remakeelectric/luaposix-xopen-rtPhilip Prindeville2018-01-26
|\ \ \ | | | | | | | | luaposix: musl compatibility with XOPEN_REALTIME
| * | | luaposix: musl compatibility with XOPEN_REALTIMEKarl Palsson2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | musl-libc doesn't define _XOPEN_REALTIME as it doesn't implement the full set of the realtime operations. However, it _does_ implement POSIX_TIMERS, which is what luaposix _should_ be checking for in the posix.time module. I've filed https://github.com/luaposix/luaposix/issues/295 to track this upstream, but this is a simpler, verified fix for our older version of luaposix. This restores functions like posix.time.clock_gettime(CLOCK_MONOTONIC) for instance, which was available with pre-musl builds of luaposix. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | Merge pull request #5499 from daztucker/masterHannu Nyman2018-01-26
|\ \ \ \ | | | | | | | | | | net/https-dns-proxy: Update to 2018-01-24.
| * | | | net/https-dns-proxy: Update to 2018-01-24.Darren Tucker2018-01-26
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dependency on ca-bundle without which the HTTPS fetches fail. Add "-x" option to force HTTP/1.1 instead of HTTP/2.0 Add a workaround for bug in libcurl <7.530 that prevents it from working at all when built with mbedtls. Signed-off-by: Darren Tucker <dtucker@dtucker.net> Acked-by: Aaron Drew <aarond10@gmail.com>
* | | | Merge pull request #5509 from stangri/vpnbypassHannu Nyman2018-01-26
|\ \ \ \ | | | | | | | | | | vpnbypass: better start/stop from Web UI and triggers
| * | | | vpnbypass: better start/stop from Web UI and triggersStan Grishin2018-01-25
| |/ / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #5510 from stangri/simple-adblockdibdot2018-01-26
|\ \ \ \ | | | | | | | | | | simple-adblock: better start/stop/reload/uninstall
| * | | | simple-adblock: better start/stop/reload/uninstallStan Grishin2018-01-25
| |/ / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #5502 from pprindeville/issue/5488.bisMichael Heimpold2018-01-26
|\ \ \ \ | |/ / / |/| | | php7: redux of fix for issue #5488
| * | | php7: redux of fix for issue #5488Philip Prindeville2018-01-25
|/ / / | | | | | | | | | | | | | | | | | | Upstream was a little premature on asking for a change and not vetting it. Here is the currently proposed fix. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #5501 from pprindeville/issue/5488Michael Heimpold2018-01-25
|\ \ \ | | | | | | | | php7: fix issue 5488
| * | | php7: fix issue 5488Philip Prindeville2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depending on which version of libiconv you're using, php_iconv_string() doesn't always null out *out as part of its initialization. This patch makes that behavior invariant. Submitted upstream as https://github.com/php/php-src/pull/3037 where it's approved and waiting a merge. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | exfat-nofuse: set Yousong Zhou as the current maintainerYousong Zhou2018-01-25
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | exfat-nofuse: bump to source date 2017-06-20Yousong Zhou2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #5322, #5444. Closes #5388 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>