aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #16856 from jefferyto/python-pyopenssl-21.0.0Alexandru Ardelean2021-10-12
|\ \ \ \ | | | | | | | | | | python-pyopenssl: Update to 21.0.0
| * | | | python-pyopenssl: Update to 21.0.0Jeffery To2021-10-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | oniguruma: bump to 6.9.7.1Eneas U de Queiroz2021-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * NEW API: ONIG_OPTION_CALLBACK_EACH_MATCH * NEW API: ONIG_OPTION_IGNORECASE_IS_ASCII * NEW API: ONIG_SYNTAX_PYTHON * Fixed some problems found by OSS-Fuzz * fix: replace UChar to OnigUChar in oniguruma.h Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | Merge pull request #16844 from erdoukki/crowdsec-firewall-bouncerJeffery To2021-10-11
|\ \ \ \ \ | | | | | | | | | | | | crowdsec-firewall-bouncer: initial package v0.0.15
| * | | | | crowdsec-firewall-bouncer: initial package v0.0.15Kerma Gérald2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /net/crowdsec-firewall-bouncer/ crowdsec-firewall-bouncer will fetch new and old decisions from a CrowdSec API to add them in a blocklist used by supported firewalls. Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | | Merge pull request #16244 from erdoukki/crowdsecJeffery To2021-10-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | crowdsec: initial package v1.2.0
| * | | | | | crowdsec: initial package v1.2.0Kerma Gérald2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /net/crowdsec/ Crowdsec - An open-source, lightweight agent to detect and respond to bad behaviours. It also automatically benefits from a global community-wide IP reputation database. Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | | | golang: Update to 1.17.2Jeffery To2021-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2021-38297 (passing very large arguments to WASM module functions can cause portions of the module to be overwritten). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | pynacl: fix build with updated sodium-minimal patchDaniel Golle2021-10-10
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 3da874371 ("libsodium: include ed25519_core in minimal build") broke the build of PyNaCl. Add patch to always include all ed25519 functions which are now always covered even if libsodium is built with the MINIMAL option. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | gitlab-runner: update to version 14.3.2Jan Pavlinec2021-10-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | | | | | rrdtool: Keep time as 'long' despite 64bit time_t in muslHannu Nyman2021-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust to the 64 bit time_t in musl 1.2.2 by keeping time internally in RRD still as 'long', so that old databases created during musl 1.1.x still work in 32 bit targets. That also helps with several interal functions that use 'long' for calculations and printf formatting. * Define internal type TIME_INT as 'long', and use that internally in calculations * Use time_t vs. TIME_INT casting when necessary * Provide time_t variable pointers for functions expecting a time_t pointer. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | acme: update to 3.0.1Georgi Valkov2021-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default to letsencrypt because the upstream default may change. Passing --staging is no longer needed, since --serever will select a staging server if needed. Signed-off-by: Georgi Valkov <gvalkov@abv.bg> Tested-by: Georgi Valkov <gvalkov@abv.bg> Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | github-ci: also build mipsel_24kc / mt7621Kevin David2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kevin David <kevin.p.david@gmail.com> This seems like a fairly popular configuration and is at least handy for me for temporary testing.
* | | | | | CI: update SDK action to v3Paul Spooren2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No also check mirror hashes and badly formated init files Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | cni-plugins: update to version 1.0.1Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | cni: update to version 1.0.1Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | opentracker: update to git HEAD of 2021-08-23Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | cryptsetup: update to version 2.4.1Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package new experimental SSH token authenticator plugin as new package 'cryptsetup-ssh'. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | ccid: update to version 1.4.36Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | pcsc-lite: update to version 1.9.4Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libinput: update to version 1.19.1Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libudev-zero: update to version 1.0.0Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | exim: update to version 4.95Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | pyodbc: update to version 4.0.32Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | postgresql: update to version 14.0Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | debootstrap: update to version 1.0.124Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update package and use @DEBIAN mirror. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libsodium: update maintainer email addressDamiano Renfer2021-10-09
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
* | | | | dawn: update to 2021-08-05Nick Hainke2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * c70773a - datastorage: use signal strength as a metric * 14e0f83 - Don't display debugging output with DAWN_NO_OUTPUT * 97e5de1 - uci: add neighbor list priority options * 2b1a53c - dawn_uci: set default values * 6eb747b - Use separate configs for 802.11g & 802.11a bands * 1e34357 - Verify compatibility before parsing config message * a7a8309 - List all neighbors with same score when kicking * 3ba0fa4 - Change beacon request fields to appropriate values * 009aab9 - Change mode config parameter from int to string Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | gnunet: update to version 0.15.3Daniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to GNUnet release 0.15.3. Note that GNUnet 0.15.x is incompatible with the previous 0.14.x wire format. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libsodium: include ed25519_core in minimal buildDaniel Golle2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions from ed25519_core are needed for GNUnet to build. Include them in the minimal build of libsodium so we don't need to switch to the full build just for that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | auc: remove superfluous variablesPaul Spooren2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove parsing of data which is not used within `auc`. Later iterations may use these but they can be gradually added whenever needed. Also remove HTTP code handling of error codes no longer used by the backend. Early iterations of the server where infinitely complex to figure out created images and announce them to clients but ever since everything is stored in JSON, things got better (aka simpler). If a package is missing on the upstream server, color it in red. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | zerotier: add option to copy configMoritz Warning2021-10-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | gcc: enable parallel buildingEneas U de Queiroz2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though PKG_BUILD_PARALLEL is set for the package, the package calls $(MAKE) without $(PKG_JOBS), so it was always built with only one job. Fix this by adding $(PKG_JOBS) to the $(MAKE) call, and calling make install only after make all is finished. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | mutt: add smtp, sasl, gnutls, menuconfig optionsMatthew Hagan2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: bcm53xx, MX65, master Add support for SMTP, SASL, GnuTLS and POP, IMAP, OpenSSL in the menuconfig. The SMTP/SASL configurable was required to successfully send email on GMail. Tested separately using OpenSSL and GnuTLS. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | | haproxy: Update HAProxy to v2.4.7Christian Lachner2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Make build-target and parameters dependant on configured c-library - Removed duplicate build-parameters Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | hiredis: fix compilation with macOSRosen Penev2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uname is used to test the host OS. Override it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | acpica-unix: add additional acpi programmsFlorian Eckert2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the missing acpi programms for on target acpi development. * acpibin * acpiexamples * acpiexec * acpihelp * acpisrc * acpixtract * iasl Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | tang: Fix installation error, missing fi statementRené van Dorst2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | root@OpenWrt:/# opkg install tang Package tang (10-3) installed in root is up to date. Configuring tang. //usr/lib/opkg/info/tang.postinst: /usr/lib/opkg/info/tang.postinst-pkg: line 9: syntax error: unexpected end of file (expecting "fi") Collected errors: * pkg_run_script: package "tang" postinst script returned status 2. * opkg_configure: tang.postinst returned 2. Fix commit d49c79b76b7c7659e063290d1bc7d7fad626780a tang: remove outdated key handling. if statement is not closed. Signed-off-by: René van Dorst <opensource@vdorst.com>
* | | | | dnscrypt-proxy: update maintainer email addressDamiano Renfer2021-10-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
* | | | | Merge pull request #16828 from stangri/master-simple-adblockStan Grishin2021-10-08
|\ \ \ \ \ | | | | | | | | | | | | simple-adblock: delete obsolete iptables-dependent function
| * | | | | simple-adblock: delete obsolete iptables-dependent functionStan Grishin2021-10-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | beanstald: fix compilation under macOSRosen Penev2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile tests the host system, not what it compiles to. Override. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | ccid: fix compilation under macOSRosen Penev2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a bad uname check. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | openzwave: fix compilation with macOSRosen Penev2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Makefiles test for host uname. Override it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | python-pytz: bump to version 2021.3Alexandru Ardelean2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #16823 from cotequeiroz/openblas-mipsAlexandru Ardelean2021-10-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | openblas: fix compilation with mips x4k series CPU
| * | | | | | openblas: avoid using make -j when buildingEneas U de Queiroz2021-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set MAKE_NB_JOBS=-1 so that no -j parameter is passed to make when building the package, honoring the parent make's setting. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | | | openblas: fix compilation with mips x4k series CPUEneas U de Queiroz2021-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Anything later than MIPS 24k can run MIPS 24k code. Set OPENBLAS_TARGET to MIPS24K in those cases. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | docker: update to 20.10.9Michal Vasilek2021-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | dockerd: update to 20.10.9Michal Vasilek2021-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch to AUTORELEASE * fixes CVE-2021-41089 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>