aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | efivar: new packageOskari Rauta2023-01-18
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | v2ray-core: Update to 5.2.1Tianling Shen2023-01-18
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #20256 from TDT-AG/pr/20230109-acpica-unixFlorian Eckert2023-01-18
|\ \ \ \ | | | | | | | | | | acpica-unix: update version and fix gcc12 build
| * | | | acpica-unix: backport pending patches to fix gcc12 build issueFlorian Eckert2023-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the compiler change of openwrt, from gcc version 11 to gcc version 12, we have now the following build errors. ../../../source/components/utilities/utdebug.c: In function 'AcpiUtInitStackPtrTrace': ../../../source/components/utilities/utdebug.c:188:31: error: storing the address of local variable 'CurrentSp' in 'AcpiGbl_EntryStackPointer' [-Werror=dangling-pointer=] 188 | AcpiGbl_EntryStackPointer = &CurrentSp; | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../../source/components/utilities/utdebug.c:185:29: note: 'CurrentSp' declared here 185 | ACPI_SIZE CurrentSp; | ^~~~~~~~~ In file included from ../../../source/include/acpi.h:173, from ../../../source/components/utilities/utdebug.c:154: ../../../source/include/acglobal.h:335:41: note: 'AcpiGbl_EntryStackPointer' declared here 335 | ACPI_GLOBAL (ACPI_SIZE *, AcpiGbl_EntryStackPointer); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../source/include/acpixf.h:188:17: note: in definition of macro 'ACPI_GLOBAL' 188 | extern type name | ^~~~ cc1: all warnings being treated as errors make[4]: *** [../Makefile.rules:20: obj/utdebug.o] Error 1 This is already issue opend in the the upstream project acpica. https://github.com/acpica/acpica/issues/771 There is already a fix available, but it has not yet been merged. https://github.com/acpica/acpica/pull/776 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | acpica-unix: remove autoreleaseFlorian Eckert2023-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While we're at it, let's also remove the deprecated feature autorelease. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | acpica-unix: update to 20221020Florian Eckert2023-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latest upstream version has an incorrect file name (tar_0.gz). Therefore, there is an error when unpacking the acrhive, as this is not recognised correctly. To fix this, PKG_CAT is set. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | hiredis: update to version 1.1.0Daniel Golle2023-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See project release page[1] for more details. Switch build to use CMake instead of autotools, allows removal of local patch. [1]: https://github.com/redis/hiredis/releases Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libv4l: update to 1.22.1Rosen Penev2023-01-17
| |/ / / |/| | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #20311 from ValdikSS/miredoHannu Nyman2023-01-17
|\ \ \ \ | | | | | | | | | | miredo: add miredo.conf conffile
| * | | | miredo: add miredo.conf conffileValdikSS ValdikSS2023-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep miredo.conf modified configuration upon upgrades Signed-off-by: ValdikSS ValdikSS <iam@valdikss.org.ru>
* | | | | Merge pull request #20313 from neheb/10Alexandru Ardelean2023-01-17
|\ \ \ \ \ | | | | | | | | | | | | stress: update to 1.0.5
| * | | | | stress: update to 1.0.5Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | borgbackup: bump to 1.2.3Julien Malik2023-01-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* | | | | | python-exceptiongroup: bump to 1.1.0Julien Malik2023-01-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* | | | | | Merge pull request #20317 from stangri/master-simple-adblockStan Grishin2023-01-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | simple-adblock: update sed for allowing domains
| * | | | | | simple-adblock: update sed for allowing domainsStan Grishin2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | | Merge pull request #20335 from stangri/master-pbrStan Grishin2023-01-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pbr: update to 1.0.1-14
| * | | | | | | pbr: update to 1.0.1-14Stan Grishin2023-01-17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * improve install/uninstall messages * fix ips add command * add boot() to init file Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | | Merge pull request #20213 from stangri/master-pbrStan Grishin2023-01-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pbr: update to 1.0.1-10
| * | | | | | | pbr: update to 1.0.1-10Stan Grishin2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfixes: * better error information for empty tid/mark and failure to resolve domains * better handling of entries in /etc/iproute2/rt_tables * update packages definitions and descriptions * remove firewall4 from dependencies to prevent dependency recursion Updates: * introduce nft_user_set_policy and nft_user_set_counter to control options for user nft sets this service creares * use counters in internal nft sets Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | | | Merge pull request #20296 from neheb/1Michael Heimpold2023-01-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libxml2: build with cmake
| * | | | | | | | libxml2: build with cmakeRosen Penev2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | podman: update to 4.3.1Oskari Rauta2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | | | | atlas-sw-probe: update to version 5080Josef Schlehofer2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | yq: Update to 4.30.8Tianling Shen2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | | Merge pull request #20326 from neheb/14Florian Eckert2023-01-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | xinetd: fix URL
| * | | | | | | | | xinetd: fix URLRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Something went wrong here. Switch to git tarballs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | libgd: update to 2.3.3Rosen Penev2023-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | snowflake: update to 2.4.2Nick Hainke2023-01-15
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in version v2.4.2 - 2023-01-13 - Issue 40208: Enhance help info for capacity flag - Issue 40232: Update README and fix help output - Issue 40173: Increase clientIDAddrMapCapacity - Issue 40177: Manually unlock mutex in ClientMap.SendQueue - Issue 40177: Have SnowflakeClientConn implement io.WriterTo - Issue 40179: Reduce turbotunnel queueSize from 2048 to 512 - Issue 40187/40199: Take ownership of buffer in QueuePacketConn QueueIncoming/WriteTo - Add more tests for URL encoded IPs (safelog) - Fix server flag name - Issue 40200: Use multiple parallel KCP state machines in the server - Add a num-turbotunnel server transport option - Issue: 40241: Switch default proxy STUN server to stun.l.google.com Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | python3-libselinux: fix URLRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | python3-libsemanage: fix URLRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | rtl-sdr: switch to git tarballRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream switched URLs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | flashrom: update to 1.2.1Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | rp-pppoe: update to 3.15Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | atlas-probe: update to 2.6.3Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to git tarballs. Remove upstreamed patches and add OpenSSL patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | foolsm: update to 1.0.21Rosen Penev2023-01-14
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | pcsc-tools: update to 1.6.1Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | pigz: update to 2.7Rosen Penev2023-01-14
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | netperf: use git tarballRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netperf.org is gone now. Only github is left. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | perl-compress-bzip2: update to 2.28Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | socat: update to 1.7.4.4Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | bc: use @DEBIANRosen Penev2023-01-14
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems Debian no longer offers ftp. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | alpine: fix old URLRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | qfirehose: new packageOskari Rauta2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | gnunet-fuse: update to version 0.19.1Daniel Golle2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog file excert: Fri Dec 30 12:51:11 AM CET 2022 Releasing gnunet-fuse 0.19.1: fix build for GNUnet 0.19.0+. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | gnunet: update to version 0.19.2Daniel Golle2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNUnet has not been updated for a while due to the gnurl-situation. Now that we got libcurl-gnutls, we can update GNUnet. For details, please see the GNUnet release notes: https://www.gnunet.org/en/news/2022-09-0.17.6.html https://www.gnunet.org/en/news/2022-10-0.18.0.html https://www.gnunet.org/en/news/2022-11-0.18.1.html https://www.gnunet.org/en/news/2022-12-0.19.0.html https://www.gnunet.org/en/news/2022-12-0.19.1.html https://www.gnunet.org/en/news/2023-01-0.19.2.html Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libcurl-gnutls: add package, replaces gnURLDaniel Golle2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gnURL-fork of cURL is no longer maintained as cURL finally supports probing and selecting the TLS implementation at run-time. Hence just build a gnuTLS-backed variant of libcurl, use patchelf to change the shared object name, call the result libcurl-gnutls and be done. Other distributions have opted for similar solutions. In future we could convert the curl package to provide build-variants for each TLS implementation; however, this is out of the scope of the needs of GNUnet which used to be only user of libgnurl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | yq: Update to 4.30.7Tianling Shen2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | xz: update to version 5.4.1Hannu Nyman2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 5.4.1 (keep in sync with xz in tools/) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | clamav: remove now obsolete iconv patchRosen Penev2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>