aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #12543 from mydzor/masterRosen Penev2020-06-18
|\ | | | | transmission: add access to web interface files to procd jail
| * transmission: add access to web interface files to procd jailJosef Zila2020-06-18
| | | | | | | | Signed-off-by: Josef Zila <josefzila@gmail.com>
* | Merge pull request #12545 from tru7/knxdMichael Heimpold2020-06-18
|\ \ | | | | | | knxd: bump to version 0.14.39
| * | knxd: bump to version 0.14.39Othmar Truniger2020-06-18
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | oniguruma: build using autotoolsEneas U de Queiroz2020-06-18
| |/ |/| | | | | | | | | | | | | Cmake currently fails to compile properly. While there's a fix upstream, we can avoid carrying any patches here, and use the more stable build system, despite being slower. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | kmod: fix ALTERNATIVESKuan-Yi Li2020-06-18
| | | | | | | | | | | | | | | | ALTERNATIVES shall be defined in the package where /sbin/kmod resides -- otherwise kmod tools will break if we install only the library as these tools will be linked to a nonexistent executable. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | Merge pull request #12540 from neheb/avahRosen Penev2020-06-18
|\ \ | | | | | | avahi: remove lssp_nonshared flag
| * | avahi: remove lssp_nonshared flagRosen Penev2020-06-17
| | | | | | | | | | | | | | | | | | Does not seem to be needed as of b933f9cf0cb254e368027cad6d5799e45b237df5 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12530 from neheb/shaddRosen Penev2020-06-18
|\ \ \ | | | | | | | | shadow: don't compile bcrypt for unsupported platforms
| * | | shadow: don't compile bcrypt for unsupported platformsRosen Penev2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If musl has no bcrypt: passwd: failed to crypt password with salt '$2a$13$w8EJ0Yfz5bGsG4U/0m7bk/': Function not implemented The password for root is unchanged. glibc output as it has no bcrypt: passwd: failed to crypt password with salt '$2a$13$xbpmAYmq6Q/rZN5jOlNxJZ': Invalid argument The password for root is unchanged. --without-bcrypt output: Invalid ENCRYPT_METHOD value: 'BCRYPT'. Defaulting to DES. passwd: password changed. The solution was tested on glibc despite using a musl specific variable Still works. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12541 from neheb/seafRosen Penev2020-06-18
|\ \ \ \ | |_|/ / |/| | | seafile-server: remove GCC_LIBSSP
| * | | seafile-server: remove GCC_LIBSSPRosen Penev2020-06-17
|/ / / | | | | | | | | | | | | | | | The variable is gone as of b933f9cf0cb254e368027cad6d5799e45b237df5 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | openzwave: update to 1.6.1149David Woodhouse2020-06-17
| | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | irqbalance: fix socket directory and create itHannu Nyman2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Irqbalance defines /run/irqbalance dir for its socket communication between irqbalance and its UI. /run does not exist in OpenWrt (although it is defined by the Linux FHS), so the socket creation fails. Although we do not compile UI and thus the issue is not critical to us, fix the directory location. Additionally, the creation is originally handled by a systemd init script that we do not use. * patch source to define dir as /var/run/irqbalance * create the dir in the procd init script. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | youtube-dl: update to version 2020.6.16.1Josef Schlehofer2020-06-17
| | | | | | | | | | | | 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>