aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | libreswan: set DNSSEC_ROOTKEY_FILE, LINUX_VARIANTEneas U de Queiroz2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Libreswan will set DEFAULT_DNSSEC_ROOTKEY_FILE from the LINUX_VARIANT variable, which is taken from the ID field in /etc/os-release. This points to the host file, which is wrong. Set both variables when calling make. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | i2pd: update to version 2.45.0Daniel Bermond2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer : @yangfl (David Yang) Build system : Arch Linux x86_64 Build tested : r7800 OpenWrt git master (r21756, commit 55c32a6ce3) Run tested : r7800 OpenWrt git master (r21756, commit 55c32a6ce3) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | | elektra: get rid of pointless iconv patchRosen Penev2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A better solution was discovered. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | gphoto2: fix compilation with BUILD_NLSRosen Penev2023-01-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | faad2: update to 2.10.1Rosen Penev2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to local tarballs. Smaller and faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libxcrypt: update to 4.4.33Rosen Penev2023-01-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | vala: update to 0.56.3Rosen Penev2023-01-13
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Get rid of AUTORELEASE. This barely gets updated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | python-requests: update URLKarl Palsson2023-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old 2.python-requests.org URL is not reachable on modern browsers, and is not the current canonical URL for the project. Update to the current best URL for the project. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | ztdns: new packageOskari Rauta2023-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ztDNS is a dedicated DNS server for a ZeroTier virtual network. ztdns is alternative to zerotier's own zeronds. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | gcc: limit postinst and postrm only with INCLUDE_STATIC_LINK_SPECChristian Marangi2023-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit postinst and postrm only with INCLUDE_STATIC_LINK_SPEC enabled as it's only needed to install and remove the generated spec file. Also remove extra tab from scripts. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | gcc: add support for gcc 12Christian Marangi2023-01-11
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Copy patch from gcc 11 to gcc 12 and add missing hash. Refresh patch for .c -> .cc change and drop 931-libffi-fix-MIPS-softfloat-build-issue as it got merged in gcc 12. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | conmon: update to 2.1.5Oskari Rauta2023-01-11
| | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | crun: update to 1.7.2Oskari Rauta2023-01-11
| | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #20264 from TDT-AG/pr/20230111-xinetdFlorian Eckert2023-01-11
|\ \ \ | | | | | | | | xinetd: add processing of redirect option in init script
| * | | xinetd: add processing of redirect option in init scriptHelge Mader2023-01-11
|/ / / | | | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | | frp: update to 0.46.1Van Waholtz2023-01-10
| | | | | | | | | | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | | frp: update to 0.46.0Van Waholtz2023-01-10
| | | | | | | | | | | | | | | | | | Add `test.sh`. Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | | squeezelite: bump to 1.9.9-1415Robert Högberg2023-01-10
| | | | | | | | | | | | Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | | yt-dlp: update to 2023.1.6Michal Vasilek2023-01-10
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | ocserv: disable libmaxminddb detectionHannu Nyman2023-01-10
| | | | | | | | | | | | | | | | | | | | | | | | Disable libmaxminddb detection to fix a build error due to missing dependency. (the libmaxminddb library is now detected, but is unncessary.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | knot: disable libmaxminddb detectionHannu Nyman2023-01-10
| | | | | | | | | | | | | | | | | | | | | | | | Disable libmaxminddb detection to fix a build error due to missing dependency. (the libmaxminddb library is now detected, but is unncessary.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | speedtestpp: drop libxml2 dependencyOskari Rauta2023-01-10
| | | | | | | | | | | | | | | Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | docker-compose: Update to version 2.15.1Javier Marcet2023-01-09
| | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | Merge pull request #20246 from mhei/php8-update-8.2.1Michael Heimpold2023-01-09
|\ \ \ | | | | | | | | php8: update to 8.2.1
| * | | php8: update to 8.2.1Michael Heimpold2023-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2022-31631 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | django: bump to version 4.1.5Alexandru Ardelean2023-01-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python-pytz: bump to version 2022.7Alexandru Ardelean2023-01-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python-lxml: bump to version 4.9.2Alexandru Ardelean2023-01-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | bind: disable geoipJavier Marcet2023-01-09
| |_|/ |/| | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info> [modified also PKG_RELEASE]
* | | Merge pull request #20225 from rapid-renard/ddns_luadnsFlorian Eckert2023-01-09
|\ \ \ | | | | | | | | ddns-scripts: add support for LuaDNS
| * | | ddns-scripts: add support for LuaDNSJihoon Han2023-01-09
|/ / / | | | | | | | | | Signed-off-by: Jihoon Han <rapid_renard@renard.ga>
* | | Merge pull request #20244 from stargieg/ddns-scriptsFlorian Eckert2023-01-09
|\ \ \ | | | | | | | | ddns-scripts: add strato ipv6 support
| * | | ddns-scripts: add strato ipv6 supportPatrick Grimm2023-01-08
| | | | | | | | | | | | | | | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
* | | | xray-core: Update to 1.7.2Tianling Shen2023-01-09
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #19358 from AenBleidd/vko_add_boinc-wrapperTianling Shen2023-01-08
|\ \ \ \ | |/ / / |/| | | boinc-wrapper: add new package
| * | | boinc-wrapper: add new packageVitalii Koshura2023-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
* | | | Merge pull request #20201 from LecrisUT/ddns-scripts/pdnsTianling Shen2023-01-08
|\ \ \ \ | |_|/ / |/| | | ddns-scripts: Allow setting root record for pdns script
| * | | ddns-scripts: Allow setting root record for pdns scriptCristian Le2022-12-31
| | | | | | | | | | | | | | | | Signed-off-by: Cristian Le <git@lecris.me>
* | | | Merge pull request #20227 from the2masters/dfu-programmerHannu Nyman2023-01-07
|\ \ \ \ | | | | | | | | | | dfu-programmer: update to 1.0.0
| * | | | dfu-programmer: update to 1.0.0Stefan Hellermann2023-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The project website http://dfu-programmer.github.io seams dead, but there are new releases on github. They just released 1.0.0, update to it. I removed docs, bash-completion and the fedora spec file from configure.ac to fix cross compilation problems. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | | | | Merge pull request #20178 from cotequeiroz/icecast_libxml2Hannu Nyman2023-01-07
|\ \ \ \ \ | | | | | | | | | | | | icecast: add libxml2 include directory
| * | | | | icecast: add libxml2 include directoryEneas U de Queiroz2022-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this error: cfgfile.c:26:10: fatal error: libxml/xmlmemory.h: No such file or directory 26 | #include <libxml/xmlmemory.h> | ^~~~~~~~~~~~~~~~~~~~ Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | udphp-client: new packageAlmaz Gaifullin2023-01-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Almaz Gaifullin <gargargar@yandex.ru>
* | | | | | Merge pull request #20233 from aquilacooper/patch-1Hannu Nyman2023-01-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | getdns: Update to 1.7.3
| * | | | | | getdns: Update to 1.7.3Aquila Cooper2023-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog from upstream (https://github.com/getdnsapi/getdns/releases/tag/v1.7.3): * 2022-12-22: Version 1.7.3 * PR getdnsapi/getdns#532: Increase CMake required version 3.5 -> 3.20, because we need cmake_path for Absolute paths in pkg-config (See Issue getdnsapi/getdns#517) Thanks Gabriel Ganne * Updated to Stubby 0.4.3 quickfix release * 2022-08-19: Version 1.7.2 * Stubby updated to 0.4.2 quickfix release * 2022-08-19: Version 1.7.1 * Always send the `dot` ALPN when using DoT * Strengthen version determination for Libidn2 during cmake processing (thanks jpbion). * Fix for issue in UDP stream selection in case of timeouts. Thanks Shikha Sharma * Fix using asterisk in ipstr for any address. Thanks uzlonewolf. * Issue getdnsapi/stubby#295: rdata not correctly written for validation for certain RR type. Also, set default built type to RelWithDebInfo and expose CFLAGS via GETDNS_BUILD_CFLAGS define and via getdns_context_get_api_information() * Issue getdnsapi/getdns#524: Bug fixes from submodules' upstream? Thanks Johnnyslee * Issue getdnsapi/getdns#517: Allow Absolute path CMAKE_INSTALL_{INCLUDE,LIB}DIR in pkg-config files. Thanks Alex Shpilkin * Issue getdnsapi/getdns#512: Update README.md to show correct PGP key location. Thanks Katze Prior. Signed-off-by: Aquila Cooper <aquila@cpr.is>
* | | | | | | Merge pull request #20212 from gstrauss/lighttpd-1.4.68Hannu Nyman2023-01-07
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | lighttpd: update to lighttpd 1.4.68 release hash
| * | | | | | lighttpd: collect mods now built into lighttpd exeGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | | lighttpd: fix meson buildGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | | lighttpd: remove patch included upstreamGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | | lighttpd: update to lighttpd 1.4.68 release hashGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>