Mika Lindqvist
4ba692f69a
Upgrade highway to 1.2.0 ( #11196 )
2024-10-06 17:09:46 +02:00
Schrijvers Luc
b650c63da5
spdlog, revbump for correct libfmt ( #11185 )
2024-10-04 07:49:47 +02:00
Mika Lindqvist
13051a4d09
gtest: Update to 1.14.0 ( #11167 )
2024-10-02 07:59:58 +00:00
Peppersawce
ba6f3e487f
Update Chat-O-Matic, libpurple, purple_discord ( #11174 )
2024-10-02 06:16:22 +00:00
Peppersawce
468f1be98d
Recipes for libxml++ ( #11159 )
2024-09-27 17:09:15 +02:00
Augustin Cavalier
5768ca04e4
ICU: Use UDATA_PACKAGES_FIRST and actually disable ICU 75.
2024-09-17 14:19:20 -04:00
Augustin Cavalier
1d32ee97ee
ICU: Build with -fno-semantic-interposition -Wl,-Bsymbolic-functions.
...
This significantly improves startup time, as the runtime
linker has a lot fewer symbols to resolve.
Also disable ICU 75 as nothing uses it yet (nor should it,
while we stick to ICU 74 generally.)
2024-09-17 12:48:50 -04:00
PulkoMandy
57ca06bd8a
apr: fix named shared memory
...
Anonymous shared memory was changed previously to use UNIX code, but
named shared memory had not been adjusted. So the configure script was
trying to enable BeOS code and half of UNIX code, and things didn't
work.
Now we fully use the UNIX code based on mmap().
Fix #11124
2024-09-15 11:05:59 +02:00
Schrijvers Luc
564b7d032f
libgit2, revbump for rebuild ( #11120 )
2024-09-13 16:31:14 +02:00
Schrijvers Luc
b090cd9e3e
pkcs11_helper, bump version, fixes openssl3 issue ( #11095 )
2024-09-11 13:29:56 +00:00
Schrijvers Luc
9d027abf4b
kosmindoormap, revbump, use correct KF6 package ( #11090 )
2024-09-10 18:37:28 +02:00
Schrijvers Luc
91e60d9318
kpublictransport, drop KF5 package, remove conflict on KF6 package ( #11089 )
2024-09-10 18:30:08 +02:00
Schrijvers Luc
7c0ae74eec
kosmindoormap, add KF6 package ( #11086 )
2024-09-10 17:40:03 +02:00
Schrijvers Luc
36e4bea402
kopeninghours, add KF6 recipe ( #11083 )
2024-09-10 13:08:58 +02:00
Ivan Maidanski
5753dd46bb
boehm_gc: update to 8.2.8 ( #11079 )
2024-09-10 08:55:11 +02:00
Schrijvers Luc
2bf199bcde
kpublictransport24, bump version ( #11080 )
2024-09-10 07:52:20 +02:00
Augustin Cavalier
b1b94c8fb6
libevent: Disable the POSIX error mapper.
...
It doesn't seem to be needed, and using it
breaks the kqueue backend in some situations.
2024-09-09 17:24:15 -04:00
Schrijvers Luc
31e6f28d8b
libevent, drop older recipes ( #11046 )
2024-09-03 09:23:59 +02:00
Adrien Destugues
137d0276b6
hiredis: update to openssl 3
2024-09-01 11:04:13 +02:00
Adrien Destugues
79b7633050
libzip: update to openssl 3
2024-09-01 11:00:35 +02:00
Adrien Destugues
dd7412649d
openssl3: unprefix openssl and c_rehash commands
...
These should be the ones used by default now.
2024-09-01 09:28:35 +02:00
Schrijvers Luc
f9b15d1f4b
libiconv, revbump, add pkgconfig file ( #11001 )
2024-08-31 11:56:01 +02:00
Schrijvers Luc
dd5dd99a50
libp11, fix libVersion, revbump for openssl3 ( #10999 )
2024-08-31 11:35:11 +02:00
Schrijvers Luc
83adb01e32
libgit2, revbump for openssl3 ( #10997 )
2024-08-31 10:35:50 +02:00
Schrijvers Luc
5395614940
kirigami_addons1, bump version ( #10961 )
2024-08-28 16:34:28 +00:00
Schrijvers Luc
c56d397ee9
qtkeycain, revbump for Qt changes (openssl3) ( #10959 )
2024-08-28 15:46:01 +00:00
Jonathan Schleifer
c38659dc20
objfw: Update to 1.1.7
2024-08-26 00:18:01 +02:00
PulkoMandy
140d657294
libxo: update to openssl 3
2024-08-24 17:11:47 +02:00
PulkoMandy
14faf71ad5
libevent: update to openssl 3
2024-08-24 17:04:24 +02:00
PulkoMandy
bd1a3d3e9b
libgit2_25: use openssl 3
2024-08-24 11:49:28 +02:00
PulkoMandy
ae7a50684e
Update some packages to openssl3
2024-08-22 19:36:18 +02:00
Schrijvers Luc
b60110e7e0
libgcrypt, revbump, fixes error on GRND_RANDOM ( #10859 )
...
Co-authored-by: X512 <danger_mail@list.ru >
2024-08-21 15:09:29 +00:00
OscarL
675a99fe82
libevent: (kqueue backend) Allow building without EVFILT_SIGNAL. ( #10821 )
...
Patchset thanks to waddlesplash.
(reference: #10815 )
While we're at it, remove an unused .patchset for an older version.
2024-08-12 17:24:21 -04:00
Adrien Destugues
045add882e
rasqal: update to mpfr 4
2024-08-11 19:37:05 +02:00
Jonathan Schleifer
7d44997ece
objfw: Update to 1.1.6
2024-08-11 16:44:18 +02:00
PulkoMandy
9f4c08a730
cyrus_sasl: update to openssl3
2024-08-10 10:24:50 +02:00
Augustin Cavalier
083cc00a19
openssl3: Enable for secondary arch.
2024-08-08 20:54:31 -04:00
Augustin Cavalier
eaf0e7c797
openssl 1: Remove devel provides.
...
This way applications that need to be built against OpenSSL 1
must explicitly specify the package name instead of just a devel:
requirement.
2024-08-08 14:29:18 -04:00
Augustin Cavalier
d8847ded77
openssl3: Bump to 3.0.14.
2024-08-08 14:28:01 -04:00
PulkoMandy
21ead58135
Enable Openssl3, bump recipes that depend on it and are used by Haiku
2024-08-08 14:27:03 -04:00
PulkoMandy
b28828a576
openssl3: preserve configuration file compatibility with openssl 1.1
...
So that the two versions can be installed side by side.
2024-08-08 14:09:08 -04:00
Schrijvers Luc
1907c538b9
glib2, revbump, remove unneeded requirement for base gettext package ( #10778 )
2024-08-06 12:25:46 +02:00
Schrijvers Luc
d98fd4acff
libuv, bump version ( #10733 )
2024-07-24 16:59:17 +02:00
Schrijvers Luc
990d5e8a78
kirigami_addons1, revert version bump, needs newer frameworks ( #10740 )
2024-07-24 13:02:25 +02:00
Schrijvers Luc
a9720ff786
kirigami_addons1 (KF6), bump version ( #10739 )
2024-07-24 12:42:15 +02:00
PulkoMandy
3c0ddaa369
Remove "untested for PowerPC" from a few recipes
...
The older versions were removed, so, if the latest version is marked as
untested, there is nothing to build. This allows to run the bootstrap
build a bit further.
2024-07-21 16:40:05 +02:00
X512
262a3e2a6e
wayland_protocols: bump version
2024-07-15 13:45:09 +10:00
OscarL
9490deae17
libxml2: make _devel package require iconv_devel. ( #10687 )
...
Now that libxml2 use iconv, this avoids having to add "devel:libiconv"
as build requirements for (at least some) packages that require
"devel:libxml2" (as imagemagick and lxml, for example).
2024-07-13 09:15:14 +02:00
Jerome Duval
a15dc25470
zydis: new recipe
2024-07-12 13:17:43 +02:00
Han Pengfei
cba1e06b75
libfmt: add 11.0.1 ( #7362 )
...
* libfmt: bump to 9.1.0
Signed-off-by: Han Pengfei <pengphei@qq.com >
* libfmt, bump to 11.0.1, fix conflict
---------
Signed-off-by: Han Pengfei <pengphei@qq.com >
Co-authored-by: Schrijvers Luc <begasus@gmail.com >
2024-07-12 13:15:22 +02:00