Commit Graph

568 Commits

Author SHA1 Message Date
coolsnowwolf
383a6ed85c libjwt: add package 2024-06-25 12:17:45 +08:00
Further
5202718f75
gpgme: update to version 1.21 (#795)
* gpgme: update to version 1.21

* gpgme: fix compilation with musl 1.2.4
2024-04-19 03:22:34 +08:00
lean
a01b1ac233 libunistring: add host build 2024-04-18 16:31:40 +08:00
coolsnowwolf
22a8d13a4f libdaq3: update to 3.0.14 2024-04-10 09:51:38 +08:00
coolsnowwolf
7ac8242a9d modemmanager: bump to 1.22.0 2024-04-09 23:25:24 +08:00
Jiale Liu
99d2e28fb5
libxslt: update to 1.1.39 (#787) 2024-04-04 02:21:36 +08:00
Fabrice Fontaine
290084218d libs/libpciaccess: assign PKG_LICENSE
libpciaccess is licensed under MIT

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-04-03 16:15:02 +00:00
Tianling Shen
167ef39076 libpciaccess: Update to 0.17
Backported an upstream commit to fix build with musl 1.2.4.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-04-03 16:12:20 +00:00
HHJLKK
830d20bda5
libuv: bump to version 1.48.0 (#777) 2024-03-03 16:00:10 +08:00
coolsnowwolf
e700ff4907 inih: add new package 2024-02-27 00:54:50 +08:00
coolsnowwolf
7d82ca3227 Merge branch 'master' of https://github.com/coolsnowwolf/packages 2024-01-31 01:37:32 +08:00
coolsnowwolf
84e6962420 libxslt: fix build with gcc8.x 2024-01-31 01:37:19 +08:00
coolsnowwolf
72566f49ef nspr: fix musl compile 2024-01-20 21:46:25 +08:00
GaoJinpei
d930ab3158
libwebsockets: fix build with gcc 13 (#760)
with gcc 13 libwebsockets fails with -Werror=enum-int-mismatch with both
SSL variants. These 2 patches work out that issue. Problem is mentioned
as a issue in openwrt/packages#20949 and instead of overriding issue
with appropriate CFLAGS, this approach was suggested for me as it's
been made as a PR (for openssl) at warmcat/libwebsockets#2824

Second patch for mbedtls, was made by me using same approach
as was used of openssl.

Eventually these propably will be merged into libwebsockets mainstream.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Co-authored-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-01-18 23:10:04 +08:00
coolsnowwolf
c31a814add revert: package: adds pcre2 to base 2024-01-15 02:43:36 +08:00
coolsnowwolf
28d68d7f10 Merge branch 'master' of https://github.com/coolsnowwolf/packages 2024-01-14 22:12:08 +08:00
coolsnowwolf
cc9204734c efivar: fix compilation with musl 1.2.4 2024-01-14 22:11:29 +08:00
coolsnowwolf
4e2a9c59fd package: adds pcre2 to base 2024-01-13 13:44:14 +08:00
Further
df6aebc6f3
libdaq3: update to 3.0.11 (#727) 2023-11-05 15:18:09 +08:00
lean
5a645ab397 pcre2: add hostbuild 2023-10-17 19:09:59 +08:00
coolsnowwolf
dfecd1ae85 glib2: bump version 2023-10-17 01:30:02 +08:00
Eneas U de Queiroz
7fedfbaec8 gost_engine: adapt to new engine build config
This adapts the package to the new include/openssl-module.mk, and
updated runtime configuration.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-09-15 10:57:19 +08:00
Eneas U de Queiroz
e253e80058 afalg_engine: adapt to new engine build config
This adapts the package to the new include/openssl-module.mk, and
updated runtime configuration.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-09-15 10:55:37 +08:00
this-cat
a786ceb8bb
libxcrypt: update to 4.4.36 (#706) 2023-09-06 11:39:27 +08:00
breakings
04ee1b7094
rblibtorrent: update to v1.2.18 (#675) 2023-04-15 00:05:12 +08:00
breakings
c123225009
qttools: update to 5.15.8 (#673)
Co-authored-by: breakings <breakingstop@gmail.com>
2023-04-12 17:03:33 +08:00
breakings
e357f67e71
qtbase: update to 5.15.8 (#672)
Co-authored-by: breakings <breakingstop@gmail.com>
2023-04-12 17:03:17 +08:00
coolsnowwolf
21d5e4721b libxml2: disable cmake build 2023-04-04 14:29:44 +08:00
Lucian Cristian
2c1653f195 nss: update to 3.88.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2023-03-01 18:57:45 +08:00
An Phuc Nguyen
276a889ea0 nghttp2: update to 1.51.0
Signed-off-by: An Phuc Nguyen <phucan.nguyen@daum.net>
2023-03-01 18:57:44 +08:00
Tianling Shen
37ac228d65 msgpack-c: Update to 5.0.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-01 18:57:44 +08:00
Alexandru Ardelean
05387c99b8 libwebp: bump to version 1.3.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-01 18:57:44 +08:00
Eneas U de Queiroz
a0cda6d6b8 libuhttpd: allow building with OpenSSL 3.0
Add -Wno-error=deprecated-declarations to CFLAGS to allow usage of
deprecated API.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-03-01 18:56:37 +08:00
Oskari Rauta
265a8195c3 libtirpc: update to v1.3.3
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-03-01 18:56:29 +08:00
Paul Fertser
f1de4c00d2 libjaylink: new package
libjaylink is a shared library written in C to access SEGGER J-Link
and compatible devices.

This is used by future OpenOCD versions to handle J-Link debug
adapters.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-03-01 18:56:10 +08:00
Michael Heimpold
f0251df020 libgpiod: update to 1.6.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-03-01 18:55:59 +08:00
Lucian Cristian
593fc106fa libdrm: update to 2.4.115
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2023-03-01 18:55:51 +08:00
Eneas U de Queiroz
46f6e5e350 gost_engine: add version 3.0.0.1
With OpenSSL soon to be updated to 3.0, the gost engine will have to be
bumped as well.  Gost 3.0.0.1 will not build with OpenSSL 1.1.

To avoid disruption, this commit detects the OpenSSL version from
ENGINES_DIR in include/openssl-engin, and sets the package version
accordingly.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-03-01 18:55:31 +08:00
Oskari Rauta
5259806b4e efivar: new package
Co-authored-by: Tianling Shen <cnsztl@gmail.com>
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-01-20 10:35:57 +08:00
Rosen Penev
242fac287f elektra: get rid of pointless iconv patch
A better solution was discovered.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-20 10:35:20 +08:00
Rosen Penev
944d71b1a3 libxslt: update to 1.1.37
Upstream URL changed. There's also a cmake build now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-20 10:33:40 +08:00
Rosen Penev
63b99add00 tiff: don't use AUTORELEASE
Seems upstream wants to get rid of it.

Backport upstream patches fixing several CVEs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-20 10:32:55 +08:00
Daniel Golle
3e2265dbd1 sbc: update to version 2.0
Fixes issue with use of x86-specific compiler primitives on non-x86
systems which we had previously patched downstream, remove this patch.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-01-20 10:27:39 +08:00
Daniel Golle
52c4bc8d0e postgresql: update to version 15.1
https://www.postgresql.org/docs/release/15.0/
https://www.postgresql.org/docs/release/15.1/

A dump/restore using pg_dumpall or use of pg_upgrade or logical
replication is required for those wishing to migrate data from any
previous release.

Do not backport to release branch which should remain on version 14.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-01-20 10:27:29 +08:00
Rosen Penev
25bdfcb4e9 libxml2: build with cmake
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-20 10:27:13 +08:00
Rosen Penev
3cb0bd3530 libxcrypt: update to 4.4.33
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-20 10:26:50 +08:00
Rosen Penev
26c94e2454 libv4l: update to 1.22.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-20 10:26:35 +08:00
Rosen Penev
4bc31916b4 libmad: update URL to use codeberg
Upstream abandoned GitHub.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-20 10:26:10 +08:00
Rosen Penev
e686d9c0b1 libgd: update to 2.3.3
Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-20 10:25:54 +08:00
Daniel Golle
16bb930e26 hiredis: update to version 1.1.0
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>
2023-01-20 10:25:42 +08:00