aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libmraa: don't build testsRosen Penev2021-06-19
| | | | | | Fixes compilation when gtest is present. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #15908 from mlichvar/chrony-fix-uci-allowRosen Penev2021-06-19
|\ | | | | chrony: fix uci NTP access configuration
| * chrony: fix uci NTP access configurationMiroslav Lichvar2021-06-19
| | | | | | | | | | | | | | | | | | The chrony interface hotplug script reuses the handle_allow function from the init script to allow NTP access on interfaces specified in uci. The function requires /lib/functions/network.sh. Include the file in the hotplug script to make the function work as expected. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | Merge pull request #15747 from neheb/tiff2Jiri Slachta2021-06-19
|\ \ | |/ |/| tiff: update to 4.2.3
| * tiff: update to 4.2.3Rosen Penev2021-06-01
| | | | | | | | | | | | | | | | Remove automake patch as it's not used. Remove ftell patch as it seems to not be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #15900 from nxhack/node_14171Rosen Penev2021-06-19
|\ \ | | | | | | node: bump to 14.17.1
| * | node: bump to 14.17.1Hirokazu MORIKAWA2021-06-18
| | | | | | | | | | | | | | | | | | | | | | | | Notable Changes: deps: update ICU to 69.1 (Michaƫl Zasso) errors: align source-map stacks with spec (Benjamin Coe) Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #15906 from gladiac1337/haproxy-2.4.1Rosen Penev2021-06-19
|\ \ \ | | | | | | | | haproxy: Update HAProxy to v2.4.1
| * | | haproxy: Update HAProxy to v2.4.1Christian Lachner2021-06-19
| |/ / | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #15904 from 1715173329/yqRosen Penev2021-06-19
|\ \ \ | | | | | | | | yq: Update to 4.9.6
| * | | yq: Update to 4.9.6Tianling Shen2021-06-18
| |/ / | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* / / openvpn: update to 2.5.3Ivan Pavlov2021-06-18
|/ / | | | | | | | | | | | | | | | | Fix a possible security issue with OpenSSL config autoloading on Windows (CVE-2021-3606). Include a number of small improvements and bug fixes. remove upstreamed: 115-fix-mbedtls-without-renegotiation.patch Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | Merge pull request #15855 from JamesVorder/yggdrasil/httpsRosen Penev2021-06-17
|\ \ | | | | | | yggdrasil: allow HTTPS connections
| * | yggdrasil: allow HTTPS connectionsJames Vorderbruggen2021-06-16
| | | | | | | | | | | | Signed-off-by: James Vorderbruggen <jamesvorder@gmail.com>
* | | Merge pull request #15890 from CodeFetch/patch-11Philip Prindeville2021-06-17
|\ \ \ | | | | | | | | strongswan: fix PSK config generation
| * | | strongswan: fix PSK config generationVincent Wiemann2021-06-18
|/ / / | | | | | | | | | | | | | | | | | | There were closing curly braces missing and it was checking for empty strings while it should have been checking for non-empty strings. Signed-off-by: Vincent Wiemann <vincent.wiemann@ironai.com>
* | | Merge pull request #15897 from pprindeville/strongswan-fix-dir-typoPhilip Prindeville2021-06-17
|\ \ \ | | | | | | | | strongswan: use correct directory for CA's
| * | | strongswan: use correct directory for CA'sPhilip Prindeville2021-06-17
|/ / / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | banip: refine/fix nginx search patternDirk Brenken2021-06-17
| | | | | | | | | | | | | | | * fix issue with nginx search pattern reported in forum support thread Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #15875 from CodeFetch/patch-10Rosen Penev2021-06-17
|\ \ \ | | | | | | | | apparmor: fix packaging
| * | | apparmor: fix packagingVincent Wiemann2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | | Removes the BUILDONLY flag as otherwise no packages will be created. Signed-off-by: Vincent Wiemann <vincent.wiemann@ironai.com>
* | | | Merge pull request #15891 from pprindeville/strongswan-update-configRosen Penev2021-06-17
|\ \ \ \ | | | | | | | | | | strongswan: fix sharing of ipsec section variables
| * | | | strongswan: fix sharing of ipsec section variablesPhilip Prindeville2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Variables set in config_ipsec() need to be shared with do_postamble() function, so change scoping to parent (prepare_env()). Also, remove unused settings like "remote_sourceip", "reqid", and "packet_marker". Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #15892 from ja-pa/knot-resolver-fix-schedulingRosen Penev2021-06-17
|\ \ \ \ \ | | | | | | | | | | | | knot-resolver: change scheduling priority
| * | | | | knot-resolver: change scheduling priorityJan Pavlinec2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should prevent some resolving issues by other router app. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #15894 from Andy2244/samba_4.13.9Rosen Penev2021-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | samba4: update to 4.13.9
| * | | | | | samba4: update to 4.13.9Andy Walsh2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.13.9 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | python-cryptography: bump to version 3.4.7Alexandru Ardelean2021-06-17
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dropped patches: 0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch 0005-Switch-get_-Update-APIs-to-get0.patch Reworked patches: 0001-Add-new-ASN1_STRING_get0_data-API.patch 0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch These 2 require that we keep only the CUSTOMIZATIONS stuff for now. Maybe later we can drop this. Ran 'make package/python-cryptography/refresh'. Added patch: 0004-disable-rust.patch upstream did a sloppy job with the CRYPTOGRAPHY_DONT_BUILD_RUST logic; we need to patch it, to make sure the setuptools-rust isn't installed. We may need to carry this patch in our tree for a bit longer than upstream, because in newer versions, CRYPTOGRAPHY_DONT_BUILD_RUST logic gets removed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | nano: update to 5.8Hannu Nyman2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano editor version to 5.8. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | Merge pull request #15879 from neheb/lesssRosen Penev2021-06-17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | less: update to 590
| * | | | | less: update to 590Rosen Penev2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #15880 from neheb/oggRosen Penev2021-06-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | libogg: update to 1.3.5
| * | | | | | libogg: update to 1.3.5Rosen Penev2021-06-15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #15888 from tru7/linknxRosen Penev2021-06-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | linknx: adopt new libesmtp version
| * | | | | | linknx: adopt new libesmtp versionOthmar Truniger2021-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | Merge pull request #15882 from neheb/esRosen Penev2021-06-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libesmtp: update to 1.1.0
| * | | | | | | libesmtp: update to 1.1.0Rosen Penev2021-06-16
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New upstream. Uses meson now. Removed outdated patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #15878 from neheb/hdpaRosen Penev2021-06-16
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | hdparm: update to 9.62
| * | | | | | hdparm: update to 9.62Rosen Penev2021-06-15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | unbound: fix build on non-linux systemsFelix Fietkau2021-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Override places that call uname to detect target features Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | Merge pull request #15881 from neheb/capnRosen Penev2021-06-16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libcap-ng: update to 0.8.2
| * | | | | libcap-ng: update to 0.8.2Rosen Penev2021-06-15
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #15876 from mstorchak/tmuxRosen Penev2021-06-15
|\ \ \ \ \ | |_|/ / / |/| | | | tmux: update to 3.2a
| * | | | tmux: update to 3.2aMaxim Storchak2021-06-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | django: bump to version 3.2.4Alexandru Ardelean2021-06-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | auc: update to version 0.1.7Daniel Golle2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer fail in case a package is part of multiple lists (which may happen temporarily in case it becomes 'nonshared'). Bump version to prepare for sync accross branches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #15873 from commodo/netatalk-dropRosen Penev2021-06-15
|\ \ \ \ \ | | | | | | | | | | | | netatalk: drop package
| * | | | | netatalk: drop packageAlexandru Ardelean2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to abandoned packages PR: https://github.com/openwrt/packages-abandoned/pull/18 AppleShare products have been unused for a while now (since Mac OS 9.2.2) around 2002. So, there should be fewer users requiring this package. Last update of netatalk was in December 2018. Not sure if newer updates will be created. It's time to cut the cord on our end and move it to the abandoned packages. Info: https://en.wikipedia.org/wiki/AppleShare Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #15825 from TDT-AG/pr/20210611-dockerdFlorian Eckert2021-06-15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | dockerd: refactoring uciadd and ucidel handling
| * | | | | dockerd: refactoring uciadd and ucidel handlingFlorian Eckert2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes the handling of adding and deleting interface, device bridge and firewall more robust. Signed-off-by: Florian Eckert <fe@dev.tdt.de>