aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* travis: Use Ubuntu 20.04 LTS - Focal FossaJosef Schlehofer2020-06-19
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* travis: use mpc85xx-p2020 sdk instead of ar71xxJosef Schlehofer2020-06-18
| | | | | | | | | | | | Target ar71xx is deprecated and removed in the master branch and makes SDK not available anymore. Travis fails because of that. It was superseded by target ath79. These devices have 4 MB flash and/or 32 MB RAM. However, ath79 is being used by CircleCI if you have it configured for your repository and if you are contributing to this repository. It is not good to have two CI for the same target. Let's use powerpc. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #12525 from neheb/rppRosen Penev2020-06-16
|\ | | | | rp-pppoe: update to 3.14
| * rp-pppoe: update to 3.14Rosen Penev2020-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Switched to new upstream. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed and fixed up patches. Fixed up license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12528 from Andy2244/samba-4-12-update-waf-cross-answersRosen Penev2020-06-16
|\ \ | | | | | | samba4: update waf-cross-answers
| * | samba4: update waf-cross-answersAndy Walsh2020-06-16
|/ / | | | | | | | | | | * update waf-cross-answers for 4.12.x Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | Shorewall6: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Shorewall: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Shorewall6-lite: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Shorewall-lite: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Shorewall-core: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Merge pull request #12524 from lnslbrty/update/libndpiRosen Penev2020-06-15
|\ \ | |/ |/| libndpi: update to 3.2.0
| * libndpi: update to 3.2.0Toni Uhlig2020-06-16
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #12371 from neheb/trans2Rosen Penev2020-06-15
|\ \ | |/ |/| transmission: add a disabled notification
| * transmission: add a disabled notificationRosen Penev2020-06-15
|/ | | | | | Helps to see that transmission must be enabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12409 from lnslbrty/package/libulfiusRosen Penev2020-06-15
|\ | | | | libulfius: new package
| * libulfius: new packageToni Uhlig2020-06-15
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #12515 from neheb/motRosen Penev2020-06-15
|\ \ | | | | | | motion: update to 4.3.1
| * | motion: update to 4.3.1Rosen Penev2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Added patch to remove man and po stuff to fix compilation and speed up the build. Added PKG_BUILD_PARALLEL for faster builds. Added PKG_INSTALL for consistency between packages. Used those install paths as well to make it easier. Other small cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ovn: bump to version 20.06.0Yousong Zhou2020-06-15
| | |
* | | keepalived: fix config typoFlorian Eckert2020-06-15
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #12229 from aaronjg/bugfix/mwan3-ipv6Florian Eckert2020-06-15
|\ \ \ | | | | | | | | mwan3: ipv6 improvements
| * | | mwan3: address reviewer comments on 5147dfc7Aaron Goodman2020-06-13
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | mwan3: Use /128 for ipv6 if no other source address was foundAaron Goodman2020-05-29
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | mwan3: Allow user to specify rules based on source interfaceAaron Goodman2020-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option for adding rules based on source interface. The default 0.0.0.0/0 src and destination ip addresses has been removed. It is unclear how the 'any' family of rules would have worked, as it appears each rule always required an ipv4 or ipv6 address src and destination address. With this change, the any family will work again. I also cleaned up a bunch of repeated code around adding the iptables rules for ipv4/ipv6/any in making the change. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | mwan3: Do not mangle outgoing ipv6 pingsAaron Goodman2020-05-29
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | mwan3: version bump to 2.8.6Aaron Goodman2020-05-22
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | mwan3: force busybox pingAaron Goodman2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openwrt 19.07 uses iputils 20101006-1 This ancient version of iputils has a bug where the -I option is not respected. https://github.com/iputils/iputils/issues/55 https://github.com/iputils/iputils/issues/56 https://bugs.openwrt.org/index.php?do=details&task_id=1486 Thus, we should force using busybox ping at "/bin/ping" until the iputils version gets an upgrade in the next major release Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | mwan3: don't add ipv6 link local address to routing tablesAaron Goodman2020-05-20
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | mwan3: reduce calls to `ip route list'Aaron Goodman2020-05-20
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | Merge pull request #12461 from jefferyto/python-package-variantsRosen Penev2020-06-15
|\ \ \ \ | | | | | | | | | | python-packages: Remove variants
| * | | | python-packages: Remove variantsJeffery To2020-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages were in the PR stage when the cleanup occurred and so still had VARIANT:=python3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #12519 from Andy2244/samba-4.12.3-unbundle-icu-libunwindRosen Penev2020-06-15
|\ \ \ \ \ | | | | | | | | | | | | samba4: unbundle libunwind, icu
| * | | | | samba4: unbundle libunwind, icuAndy Walsh2020-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add unbundle libunwind, icu patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Flask: update to version 1.1.2Daniel Golle2020-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Werkzeug: update to version 1.0.1Daniel Golle2020-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | pyodbc: update to version 4.0.30Daniel Golle2020-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | oniguruma: add patch to fix NULL pointer exceptionMichael Heimpold2020-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I propose to carry this patch until a new upstream release includes it. For forther references see: https://github.com/openwrt/packages/issues/12403 and https://github.com/kkos/oniguruma/pull/196 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | pcsc-lite: update to version 1.9.0Daniel Golle2020-06-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | haveged: update to 1.9.11Hannu Nyman2020-06-14
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Update haveged to version 1.9.11 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | libzip: update to 1.7.1 (closes #12512)Michael Heimpold2020-06-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | php7: update to 7.4.7Michael Heimpold2020-06-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #12511 from neheb/cap3Rosen Penev2020-06-13
|\ \ \ \ \ | | | | | | | | | | | | libcap: update to 2.36
| * | | | | libcap: update to 2.36Rosen Penev2020-06-13
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Remove outdated patches. A different solution was applied upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12513 from neheb/xerRosen Penev2020-06-13
|\ \ \ \ \ | |/ / / / |/| | | | libxerces-c: update to 3.2.3
| * | | | libxerces-c: update to 3.2.3Rosen Penev2020-06-13
|/ / / / | | | | | | | | | | | | | | | | | | | | Small adjustments for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | geth: update to 1.9.14Rosen Penev2020-06-13
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12504 from EricLuehrsen/unbound_ifautoEtienne Champetier2020-06-13
|\ \ \ \ | | | | | | | | | | unbound: make option interface_auto default on
| * | | | unbound: make option interface_auto default onEric Luehrsen2020-06-13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound has a quirk and may reply on a different device address. When Unbound answers with from-address different than it received queries on, it may cause trouble for select VPN and firewall configurations. Ensure Unbound replies with the same address by changing this default. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | Merge pull request #12506 from stangri/master-simple-adblockEtienne Champetier2020-06-13
|\ \ \ \ | | | | | | | | | | simple-adblock: racially-neutral names