packages/libs
Pascal Ernster 46e7a3c342 gnutls: Update to version 3.8.5
All patches automatically refreshed.

The most important changes are two "medium" CVEs fixed in GnuTLS 3.8.4:

- CVE-2024-28834 / GNUTLS-SA-2023-12-04
  A vulnerability was found that the deterministic ECDSA code leaks
  bit-length of random nonce which allows for full recovery of the
  private key used after observing a few hundreds to a few thousands of
  signatures on known messages, due to the application of lattice
  techniques.
  The issue was reported in the issue tracker as [#1516](https://gitlab.com/gnutls/gnutls/-/issues/1516).
- CVE-2024-28835 / GNUTLS-SA-2024-01-23
  When validating a certificate chain with more then 16 certificates
  GnuTLS applications crash with an assertion failure.
  The issue was reported in the issue tracker as [#1527](https://gitlab.com/gnutls/gnutls/-/issues/1527) and [#1525](https://gitlab.com/gnutls/gnutls/-/issues/1525).

Augmented copy/extract from upstream's NEWS file since GnuTLS 3.8.3:

- Version 3.8.5 (released 2024-04-04)
  - libgnutls: Due to majority of usages and implementations of
    RSA decryption with PKCS#1 v1.5 padding being incorrect,
    leaving them vulnerable to Marvin attack, the RSAES-PKCS1-v1_5
    is being deprecated (encryption and decryption) and will be
    disabled in the future. A new option `allow-rsa-pkcs1-encrypt`
    has been added into the system-wide library configuration which
    allows to enable/disable the RSAES-PKCS1-v1_5. Currently, the
    RSAES-PKCS1-v1_5 is enabled by default.
  - libgnutls: Added support for RIPEMD160 and PBES1-DES-SHA1 for
    backward compatibility with GCR.
  - libgnutls: A couple of memory related issues have been fixed in RSA PKCS#1
    v1.5 decryption error handling and deterministic ECDSA with earlier
    versions of GMP.  These were a regression introduced in the 3.8.4
    release. See [#1535](https://gitlab.com/gnutls/gnutls/-/issues/1535) and [!1827](https://gitlab.com/gnutls/gnutls/-/merge_requests/1827).
  - build: Fixed a bug where building gnutls statically failed due
    to a duplicate definition of `nettle_rsa_compute_root_tr()`.
  - API and ABI modifications:
    - `GNUTLS_PKCS_PBES1_DES_SHA1`: New enum member of `gnutls_pkcs_encrypt_flags_t`.
- Version 3.8.4 (released 2024-03-18)
  - libgnutls: RSA-OAEP encryption scheme is now supported
    To use it with an unrestricted RSA private key, one would need to
    initialize a `gnutls_x509_spki_t` object with necessary parameters
    for RSA-OAEP and attach it to the private key. It is also possible
    to import restricted private keys if they are stored in PKCS#8
    format.
  - libgnutls: Fix side-channel in the deterministic ECDSA.
    Reported by George Pantelakis ([#1516](https://gitlab.com/gnutls/gnutls/-/issues/1516)).
    [GNUTLS-SA-2023-12-04, CVSS: medium] [CVE-2024-28834]
  - libgnutls: Fixed a bug where certtool crashed when verifying a certificate
    chain with more than 16 certificates. Reported by William Woodruff ([#1525](https://gitlab.com/gnutls/gnutls/-/issues/1525))
    and yixiangzhike ([#1527](https://gitlab.com/gnutls/gnutls/-/issues/1527)).
    [GNUTLS-SA-2024-01-23, CVSS: medium] [CVE-2024-28835]
  - libgnutls: Compression libraries are now loaded dynamically as needed
    instead of all being loaded during gnutls library initialization.
    As a result, the library initialization should be faster.
  - build: The gnutls library can now be linked with the static library
    of GMP.  Note that in order for this to work libgmp.a needs to be
    compiled with -fPIC and libhogweed in Nettle also has to be linked
    to the static library of GMP.  This can be used to prevent custom
    memory allocators from being overriden by other applications.
  - API and ABI modifications:
    - `gnutls_x509_spki_get_rsa_oaep_params`: New function.
    - `gnutls_x509_spki_set_rsa_oaep_params`: New function.
    - `GNUTLS_PK_RSA_OAEP`: New enum member of `gnutls_pk_algorithm_t`.

Signed-off-by: Pascal Ernster <git@hardfalcon.net>
2024-05-02 20:20:29 +08:00
..
afalg_engine afalg_engine: adapt to new engine build config 2023-04-05 10:34:18 -03:00
alsa-lib alsa-lib: update to 1.2.11 2024-02-07 13:52:46 -08:00
alsa-ucm-conf alsa-ucm-conf: update to 1.2.11 2024-02-07 13:52:58 -08:00
apr apr/subversion: fix subversion build and apache-mod-php8 build regression (fixes #23460) 2024-02-17 00:28:46 +01:00
apr-util apr-util: update to 1.6.3 2024-02-07 14:00:33 -08:00
avahi avahi: backport CVE fixes from upstream 2024-02-10 18:34:55 -08:00
boost boost: Updates package to version 1.84.0 2023-12-24 10:34:49 -08:00
boringssl treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
c-ares c-ares: update to 1.28.1 2024-04-10 16:13:53 -07:00
cereal treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
check treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
cjson cjson: update to 1.7.17 2024-02-10 14:55:02 -08:00
confuse confuse: fix CVE-2022-40320 2024-02-10 22:13:08 -08:00
cyrus-sasl cyrus-sasl: create libsasl2-utils package for programs 2023-12-13 14:13:48 +08:00
czmq czmq: drop libpcre dependency 2023-09-21 15:48:29 -07:00
davici treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
db47
dmx_usb_module dmx_usb_module: fix 6.6 kernel compile 2024-04-05 13:39:56 -07:00
dtndht
easyloggingpp easyloggingpp: Update version to 9.97.1 2023-07-24 03:09:24 +08:00
efivar efivar: disable mold linker 2024-02-16 14:00:59 +08:00
elektra elektra: fix compilation with GCC13 2023-11-18 20:19:05 -08:00
expat expat: update to 2.6.2 2024-03-22 16:04:54 +08:00
faad2 treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
file file: update to 5.45 2024-02-10 14:55:12 -08:00
flac flac: update to 1.4.3 2024-02-04 16:07:26 -08:00
freetype freetype: update to 2.13.2 2024-02-04 16:31:10 -08:00
gdbm treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
getdns getdns: fix compilation with OPENSSL_NO_DEPRECATED 2023-05-01 13:36:00 +03:00
giflib giflib: update to 5.2.2 2024-03-23 22:30:51 -07:00
glib2 glib2: link libiconv when building host pkg 2024-04-07 15:59:27 -07:00
gnu-efi treewide: refresh missed hashes after move to use ZSTD as default 2024-04-08 09:30:35 +02:00
gnutls gnutls: Update to version 3.8.5 2024-05-02 20:20:29 +08:00
google-authenticator-libpam
gost_engine gost_engine: switch to local tarballs 2024-04-20 19:47:54 -07:00
gperftools treewide: exclude mips64 2024-04-23 18:59:04 -07:00
gpgme treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
hidapi treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
hiredis treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
hwloc hwloc: update to 2.10.0 2024-01-02 14:53:38 -08:00
hyperscan hyperscan: fix broken build w/ external toolchain 2024-04-30 13:59:53 -07:00
ibrcommon ibrcommon: remove basename 2024-04-19 14:18:45 -07:00
ibrdtn
icu icu: bump to 74.2 2023-12-19 16:29:43 -08:00
inih inih: Update to r58 2024-01-30 23:41:36 +08:00
intltool
jose treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
json-glib json-glib: update to 1.8.0 2024-02-10 14:53:39 -08:00
jsoncpp treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
keyutils treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
ldns ldns: update to 1.8.3 2022-09-05 22:13:30 -07:00
leptonica treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libaio treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libantlr3c
libao libao: backport fix for CVE-2017-11548 2024-02-11 17:13:57 -08:00
libarchive libarchive: update to 3.7.3 2024-04-10 16:13:35 -07:00
libassuan libassuan: Fix license 2023-12-22 13:09:18 +00:00
libatasmart treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libb64 treewide: fix licence typos 2024-01-31 16:00:10 -08:00
libcap-ng libcap-ng: update to 0.84 2024-02-14 17:28:07 -08:00
libcbor libcbor: update to 0.11.0 2024-02-10 14:56:38 -08:00
libcgroup treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libcli treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libcoap treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libconfig treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libcups treewide: remove rpath-link 2022-03-13 00:02:02 -08:00
libdaemon treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libdaq3 libs/libdaq3: assign PKG_LICENSE_FILES 2024-01-31 16:02:04 -08:00
libdbi
libdbi-drivers
libdcwproto treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
libdcwsocket treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
libdeflate libdeflate: update to 1.20 2024-04-12 00:38:55 +01:00
libdht treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libdmapsharing libdmapsharing: update to 3.9.13 2024-01-02 14:53:56 -08:00
libdnet treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libdrm libdrm: update to 2.4.120 2024-04-10 16:15:51 -07:00
libdvbcsa treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libedit libedit: update to version 20230828-3.1 2023-09-05 13:20:34 -07:00
libesmtp treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libestr libs/libestr: assign PKG_CPE_ID 2024-01-24 14:55:52 -08:00
libev libs/libev: fix license 2024-01-31 16:01:52 -08:00
libevdev libevdev: update to 1.13.1 2024-04-12 00:39:20 +01:00
libexif treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libextractor libextractor: update to 1.13 2024-02-10 12:43:06 +00:00
libfastjson libfastjson: update to 1.2304.0 2024-02-07 13:58:07 -08:00
libffi libffi: update to 3.4.6 2024-02-21 21:56:07 -08:00
libfido2 libfido2: update to 1.14.0 2024-02-10 14:56:48 -08:00
libfmt libfmt: fix compilation with mariadb 2024-02-18 15:39:04 -08:00
libfstrm libfstrm: add second maintainer 2024-03-08 00:34:29 +08:00
libftdi treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
libftdi1 treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
libgabe
libgcrypt libgcrypt: update to 1.10.3 2024-01-02 14:52:13 -08:00
libgd libs/libgd: fix license 2024-02-04 15:54:56 -08:00
libgee libs/libgee: assign PKG_CPE_ID 2024-01-29 16:04:09 -08:00
libgpg-error treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libgphoto2 libgphoto2: update to 2.5.30 2022-11-23 20:05:09 -08:00
libgpiod Revert "libgpiod: update to 2.0" 2023-03-10 22:01:33 +01:00
libhttp-parser
libical treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libid3tag treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libideviceactivation libideviceactivation: add package from git 2024-04-30 13:46:24 -07:00
libidn libidn: update to 1.42 2024-02-14 17:05:39 -08:00
libidn2 libs/libidn2: fix PKG_CPE_ID 2024-02-04 16:02:06 -08:00
libiio libiio: fix pkgconfig paths 2024-02-22 10:48:21 -08:00
libimobiledevice libimobiledevice: update to the latest git version 2024-04-30 13:46:24 -07:00
libimobiledevice-glue libimobiledevice-glue: add package 1.2.0 2024-04-30 13:46:24 -07:00
libinput treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libirecovery libirecovery: update to 1.2.0 2024-04-30 13:46:24 -07:00
libjaylink libjaylink: new package 2023-01-20 11:07:55 +00:00
libjpeg-turbo treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libksba treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
liblo
liblz4 treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libmad libmad: fix PKG_VERSION after apk change 2024-04-06 16:36:35 -07:00
libmariadb libmariadb: update to 3.1.23 2024-02-07 13:49:38 -08:00
libmaxminddb libmaxminddb: update to 1.9.1 2024-02-04 16:30:19 -08:00
libmbim libmbim: add missing PKG_VERSION for APK 2024-04-25 16:35:03 +02:00
libmcrypt
libmicrohttpd libmicrohttpd: update to 0.9.77 2024-02-11 17:14:10 -08:00
libmms
libmodbus treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libmpc libmpc: Add package 2023-05-29 18:15:59 +03:00
libmpdclient libmpdclient: update to 2.22 2024-02-14 17:06:38 -08:00
libmpeg2
libmraa libmraa: Fix compilation with musl libc 1.2.5 2024-04-20 18:07:19 -07:00
libmspack libmspack: initial checkin 2022-09-22 01:29:04 -07:00
libnatpmp
libndpi libndpi: backport patch for PCRE2 support 2023-11-01 20:48:26 +01:00
libnet-1.2.x treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libnetconf2 treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libnetfilter-acct
libnetfilter-cthelper treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libnetfilter-cttimeout treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libnetfilter-log treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libnetfilter-queue treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libnopoll
libnpupnp libnpupnp: update to 6.1.0 2024-02-14 17:27:39 -08:00
libnvme nvme-cli: Fix categorization 2023-08-07 10:36:43 +00:00
libogg treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
liboil liboil: small cleanups 2022-09-14 13:00:04 -07:00
libopen62541 treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
liboping treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libopusenc
liborcania treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libowfat libowfat: update to version 0.33 2022-12-19 16:12:22 -08:00
libp11 libp11: update to version 0.4.12 2022-09-07 22:56:56 +01:00
libpam libs/libpam: fix PKG_CPE_ID 2024-02-01 22:12:24 +01:00
libpbc
libpciaccess libpciaccess: update to 0.18.1 2024-04-10 16:14:51 -07:00
libpfring libpfring: backport patch fixing compilation error for sa_data 2024-03-19 11:40:36 +01:00
libplist libplist: update to 2.4.0 2024-04-30 13:46:24 -07:00
libpng libpng: update to 1.6.43 2024-04-07 15:58:56 -07:00
libpqxx treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libpsl libpsl: update to 0.21.5 2024-02-02 17:54:36 +08:00
libqmi libqmi: add missing PKG_VERSION for APK 2024-04-25 16:35:39 +02:00
libqrtr-glib treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libradcli radcli: uptdate to 1.3.0 2022-07-03 23:05:06 +02:00
libradiotap treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libre2 libre2: fix install 2023-09-01 15:52:11 -07:00
libredblack
librouteros
libroxml
libsamplerate libsamplerate: update to 0.2.2 2024-02-04 16:31:50 -08:00
libseccomp treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libshout treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libslirp treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libsndfile libsndfile: update to 1.2.2 2024-02-04 16:25:51 -08:00
libsoc treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libsocketcan libs/libsocketcan: remove double line 2023-12-02 16:20:14 -08:00
libsodium libsodium: Update to 1.0.19 and fix patches 2024-01-03 00:09:32 -08:00
libsoup3 libsoup3: update to 3.4.4 2024-01-02 14:51:35 -08:00
libsoxr
libssh libssh: update to version 0.10.6, fix build with mbedtls 3.6 2024-04-18 21:46:20 +02:00
libssh2 libssh2: update to 1.11.0 2024-02-10 18:34:01 -08:00
libstrophe libstrophe: update to 0.13.1 2024-03-22 16:08:34 +08:00
libtalloc libtalloc: update to 2.3.4 2022-11-07 17:30:21 -08:00
libtasn1 treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libtheora
libtins treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libtirpc treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
libtorrent
libtorrent-rasterbar libtorrent-rasterbar: Update to 2.0.9 2023-12-18 18:59:08 +02:00
libucontext libucontext: Add package 2023-09-03 16:37:34 +08:00
libudev-zero libudev-zero: bump to 1.0.3 2023-07-30 22:00:27 +01:00
libuecc libuecc: update repository URL 2023-09-20 21:00:32 +02:00
libugpio
libuhttpd libuhttpd: allow building with OpenSSL 3.0 2023-02-16 10:28:52 -03:00
libulfius treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libupm libupm: Workaround for errors with GCC13 2023-05-18 10:28:36 +03:00
libupnp libupnp: update to 1.14.18 2024-02-14 17:23:11 -08:00
libupnpp libupnpp: Update to 0.24.1 2023-11-25 09:18:54 -08:00
liburcu treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
liburing liburing: Update to v2.5 2023-11-18 01:11:47 +08:00
libusb-compat libusb-compat: update to 0.1.8 2024-02-12 06:53:34 -08:00
libusbmuxd libusbmuxd: update to 2.1.0 2024-04-30 13:46:24 -07:00
libutp treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libuv libuv: fix CVE-2024-24806 2024-02-20 13:46:50 +08:00
libuwifi treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libuwsc treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libv4l libv4l: update to 1.26.1 2024-02-14 17:06:52 -08:00
libvorbis libvorbis: fix soname of shared libraries 2023-05-13 15:55:47 +03:00
libvorbisidec treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libvpx treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
libwebp libwebp: update to 1.4.0 2024-04-21 00:17:23 +03:00
libwebsockets libwebsockets: Fix -Werror=enum-int-mismatch in lws_tls_server_abort_connection() 2023-07-01 04:48:25 -07:00
libx264 treewide: refresh missed hashes after move to use ZSTD as default 2024-04-08 09:30:35 +02:00
libxcrypt libxcrypt: update to 4.4.36 2023-08-09 13:38:42 -07:00
libxerces-c libxerces-c: update to 3.2.5 2024-02-14 17:23:29 -08:00
libxslt libxslt: update to 1.1.39 2023-12-07 18:41:14 +01:00
libyaml-cpp treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
libyang libs/libyang: assign PKG_CPE_ID 2024-01-29 15:57:26 -08:00
libyubikey
libzip treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
lmdb treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
log4cplus log4cplus: update to 2.1.1 2024-02-14 17:09:50 -08:00
loudmouth treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
lttng-ust lttng-ust: Update to 2.13.5 2023-05-18 06:50:36 +02:00
lzo treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
minizip minizip: update to 4.0.5 2024-03-22 16:08:12 +08:00
msgpack-c msgpack-c: Update to 6.0.0 2023-03-08 23:49:10 +01:00
mtdev mtdev: update to 1.1.7 2024-04-13 14:04:45 -07:00
mxml mxml: update to 3.3.1 2022-08-06 10:35:17 -07:00
nacl treewide: fix licence typos 2024-01-31 16:00:10 -08:00
neon treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
newt newt: Update to 0.52.24, add test.sh script for packages feed CI 2023-11-02 00:41:14 +08:00
nghttp2 nghttp2: fix CVE-2024-28182 2024-04-13 13:18:27 +08:00
nghttp3 nghttp3: Use APK style release number 2024-04-12 12:09:59 -04:00
ngtcp2 ngtcp2: Use APK style release number 2024-04-12 12:09:59 -04:00
nlohmannjson treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
npth
nspr treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
nss treewide: fix licence typos 2024-01-31 16:00:10 -08:00
oniguruma oniguruma: bump to 6.9.9 2024-02-05 11:26:18 -08:00
openblas openblas: update to 0.3.27 2024-04-07 23:34:38 +03:00
openldap openldap: update to 2.6.7 2024-02-07 13:55:13 -08:00
openpgm
opus opus: revert to autotools 2024-03-25 17:06:55 +08:00
opusfile treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
p11-kit treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
pcapplusplus treewide: quote CC and CXX 2023-01-20 17:44:14 -08:00
pcre pcre: move pcre from base repository to packages feed 2023-05-18 10:20:59 +02:00
pixman pixman: update to 0.43.4 2024-04-10 16:15:45 -07:00
poco treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
postgresql postgesql: update to 15.6 2024-02-12 00:17:23 +00:00
protobuf protobuf: don't use shared libraries for host 2024-04-08 01:30:31 -07:00
protobuf-c treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
psqlodbc psqlodbc: Fix build 2023-11-03 10:05:22 +08:00
pthsem
qrencode treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
redis redis: update to 6.2.14 2024-02-12 13:51:21 -08:00
rpcsvc-proto treewide: fix licence typos 2024-01-31 16:00:10 -08:00
sbc treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
serdisplib serdisplib: fix build on macos 2022-01-12 18:51:51 +00:00
slang2 slang2: Remove pcre module 2023-09-08 19:00:44 +08:00
speex speex: update to 1.2.1 2022-11-07 17:30:36 -08:00
speexdsp
spice treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
spice-protocol treewide: remove PKG_INSTALL for meson projects 2022-06-15 18:07:46 -07:00
sqlite3 sqlite3: Update to 3.41.2 2023-05-02 17:25:11 +03:00
sx1302_hal treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
taglib treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
tcp_wrappers
tdb tdb: fix build on macos 2022-02-09 16:05:39 -08:00
tiff libs/tiff: fix license 2024-02-04 22:31:28 +01:00
tinycdb
totem-pl-parser treewide: make all GNOME URLs consistent 2023-07-11 08:37:37 -07:00
uci2
udns
unixodbc unixodbc: Update to 2.3.12 2023-10-30 13:25:58 -07:00
uw-imap uw-imap: fix no deprecated API OpenSSL 2021-03-21 00:12:01 -07:00
vips libs/vips: fix PKG_CPE_ID 2024-02-02 17:54:47 +08:00
websocketpp treewide: assign PKG_CPE_ID 2024-02-04 16:16:10 -08:00
xmlrpc-c xmlrpc-c: install dev files only with 1st variant 2024-02-07 13:55:27 -08:00
xr_usb_serial_common treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
yajl treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
yaml yaml: only build static library 2023-04-25 14:48:17 -03:00
yubico-pam treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
zlog treewide: refresh hashes after move to use ZSTD as default 2024-04-07 12:06:34 +02:00
zmq zmq: update to 4.3.5 2024-02-14 17:40:25 -08:00