aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | 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>
| * | | | | | lighttpd: modify build cmd for type: feature optsGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modify build command for meson type: feature options remove -Dwith_libev=disabled (option no longer has any effect) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | | docker-compose: Update to version 2.15.0Javier Marcet2023-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | syncthing: update to 1.23.0Van Waholtz2023-01-05
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | | | | | libwebsockets: update PKG_RELEASEJohn Crispin2023-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: df13b03e50 ("libwebsockets: fix uloop support") Signed-off-by: John Crispin <john@phrozen.org>
* | | | | | libmaxminddb: install pkgconfig fileRosen Penev2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libtorrent-rasterbar: Update to 2.0.8Tianling Shen2023-01-03
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #20166 from stangri/master-pbrStan Grishin2023-01-03
|\ \ \ \ \ | | | | | | | | | | | | pbr: add provides: pbr to variants
| * | | | | pbr: add provides: pbr to variantsStan Grishin2022-12-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | libwebsockets: fix uloop supportJohn Crispin2023-01-03
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit adding uloop support failed to actually install the .so and add the correct dependencies. [2022/12/26 18:19:38:1835] E: lws_create_context: failed to load evlib_uloop Fixes: 1557ac367a ("libwebsockets: enable built in uloop support") Signed-off-by: John Crispin <john@phrozen.org>
* | | | | libnetwork: Update to dcdf8f1 for Docker v20.10.22Gerard Ryan2023-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | containerd: Update to v1.6.13 for Docker v20.10.22Gerard Ryan2023-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | docker: Update to v20.10.22Gerard Ryan2023-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | dockerd: Update to v20.10.22Gerard Ryan2023-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | bind: start up with -4 if not listening on ipv6 addressesPhilip Prindeville2023-01-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | python-docker: Update to 6.0.1Javier Marcet2023-01-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | python-jsonschema: Update to 4.17.3Javier Marcet2023-01-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | python3-paramiko: update to version 2.12.0Javier Marcet2023-01-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>