Commit Graph

412 Commits

Author SHA1 Message Date
Alexander von Gluck
0bd075eb43 libglvnd: Bump patchset to latest revision 2024-04-11 12:44:27 -05:00
OscarL
b0fe075e3d ncurses6: update to version 6.4, snapshot 20230520. (#10308)
Together with restricting some functionality for root/setuid,
should mitigate/solve some known CVEs.

Also, removed older recipe/patch.
2024-04-10 14:15:48 +02:00
Alexander von Gluck
e3719ccc58 libglvnd: A dereference ptr fix (being upstreamed), bump rev 2024-04-09 08:12:11 -05:00
waddlesplash
db8b3b6412 zlib: Bump again. 2024-03-16 14:56:01 -04:00
Schrijvers Luc
8a0270fd55 zlib, revbump for rebuild (#10227) 2024-03-16 19:40:39 +01:00
Schrijvers Luc
49a6ce2a4e Revert "zlib, bump version (#10223)" (#10225)
This reverts commit c889d757a6.
2024-03-16 19:20:05 +01:00
Schrijvers Luc
c889d757a6 zlib, bump version (#10223) 2024-03-16 19:11:03 +01:00
OscarL
78eea827fd libedit: update to version 20230828, remove older recipes. (#9876) 2023-12-23 10:47:45 +01:00
Alexander von Gluck IV
6836688f0d libglvnd: Fix lib compat. Makes more compatible with mesa libGL compat
* A few consumers of libGL already specified > 1.0, this makes
  libglvnd more compatible to swap for mesa
2023-12-21 12:37:41 -06:00
Ivan Maidanski
9157e5b064 libatomic_ops: bump to 7.8.2 (#9898) 2023-12-17 17:16:42 +01:00
Schrijvers Luc
14f2af3323 slang, bump version (#9857) 2023-12-09 08:24:30 +01:00
Schrijvers Luc
57d13528c6 zlib, bump version (#9836) 2023-12-06 13:41:33 +01:00
OscarL
56f6513a73 timezone_data: fix 32 bits build. (#9715)
This workaround works for now. In the future we should
probably move this recipe to "_x86".

See details on #9519.
2023-10-31 08:51:24 +00:00
OscarL
ae9d917760 timezone_data: update to version 2023c (#9519)
Set make flags also on BUILD(), otherwise tzselect ended up with
the wrong location for TZDIR.

Previous version failed with:
`/bin/tzselect: time zone files are not set up correctly`

Now it finds the files ok, but trying to use it further causes
/bin/date to crash around 7 times in a row (?! UPDATE: fixed in hrev57356).

`> zdump -v America/Buenos_Aires` also works now, while previously
failed with:

`America/Buenos_Aires: No such file or directory`,

or with:

```
> ln -s /boot/system/data/zoneinfo/America/Buenos_Aires /etc/localtime
> zdump -v /etc/localtime
/etc/localtime: No error
```

Now the latter also works OK.
2023-10-29 20:15:31 +01:00
Schrijvers Luc
7c2aad0dc2 hwloc2, bump version (#9667) 2023-10-22 14:13:53 +00:00
Alexander von Gluck IV
fc0cf1d258 libglvnd: Bump to 1.7.0 with our patches fully upstream 2023-10-17 12:45:20 -05:00
Alexander von Gluck IV
51878b1122 mesa: Bump to 23.1.9, still unstable don't use :-) 2023-10-17 12:29:11 -05:00
Schrijvers Luc
d43f375edc libexecinfo, switch SOURCE_URI (#9549) 2023-09-30 20:55:23 +02:00
Jérôme Duval
428ec6eef1 zlib: switch to tar.gz 2023-09-30 14:46:39 +02:00
Jérôme Duval
d0f737508f zlib: update URL 2023-09-30 14:24:57 +02:00
Schrijvers Luc
3bf0a31220 libdxfrw, new recipe (#9101) 2023-07-29 13:02:42 +00:00
Jerome Duval
507409ceda readline: bump version 2023-06-14 22:28:44 +02:00
Schrijvers Luc
ca7b5ab355 arm_none_eabi_newlib, fix requirement (#8843) 2023-06-10 14:30:15 +02:00
Alexander von Gluck IV
1565d419a5 mesa: Bump to 23.1.1; still disabled for testing 2023-06-08 17:20:42 -05:00
PulkoMandy
b5e1e70ee9 arm_none_eabi_*: update with latest versions and enable for all architectures 2023-05-31 19:46:04 +02:00
Schrijvers Luc
c9561a29d3 zlib_ng, bump version (#8736) 2023-05-27 09:40:13 +02:00
Schrijvers Luc
f34fc8047a readline6, disable static library (#8542) 2023-04-28 08:28:43 +02:00
Schrijvers Luc
9d47280ce1 libhx, bump to building version (#8523) 2023-04-25 15:53:13 +02:00
Alexander von Gluck IV
e933a43bb3 mesa-23.1.0-rc1: Fix lavapipe renderer path definition 2023-04-15 11:41:45 -05:00
Alexander von Gluck IV
da2d05ab37 mesa: Updates for 23.1.0
* Update patch to more correctly solve GLView.h depend
  * Upstreamed via mesa PR 22512
* Cleanup mesa packages
2023-04-15 10:44:50 -05:00
Alexander von Gluck IV
c7382e4c0e mesa: Add experimental mesa 23.1 package
* do not activate this until we are ready (and 23.1.0 is final)
* This marks the shift to libglvnd
* mesa no longer provides libGL, and only provides an EGL
  vendor rendering driver in add-ons/opengl/egl_vendor.d
2023-04-15 09:08:32 -05:00
Alexander von Gluck IV
c7cbf14e30 libglvnd: Fixes and refinements to 1.6.0 based on upstream 2023-04-01 10:10:12 -05:00
Ivan Maidanski
4a113dd542 libatomic_ops: bump to 7.8.0 (#8150) 2023-03-29 08:48:29 +02:00
Schrijvers Luc
bead54e780 argp_standalone, new recipe for missing function arg_parse (#8144) 2023-03-28 15:11:37 +02:00
Alexander von Gluck IV
5117887593 libglvnd: Introduce new experimental GL dispatch library
* Based largely on the work of X512, this will dispatch
  OpenGL calls to Mesa EGL renderers
* Highly experimental. Do not enable architecture builds
  until we have some confirmation around functionality
  as it assumes libGL ownership
2023-02-17 15:51:34 -06:00
kenmays
0de221c1de vulkan: bump to 1.3.238 (#7763)
* vulkan: bump to 1.3.206

* vulkan: bump to 1.3.206

* Delete vulkan-1.2.203.patchset

* Delete vulkan-1.2.203.recipe

* vulkan: bump to 1.3.238

* Delete vulkan-1.3.206.patchset

* vulkan: bump to 1.3.238

* Delete vulkan-1.3.206.recipe
2023-01-21 19:04:55 +01:00
Schrijvers Luc
d85f288b9d gdbm, bump version, drop gcc2, disable static library (#7704) 2022-12-30 18:23:53 +01:00
Schrijvers Luc
adfa4a2eab libexecinfo, don't build/install static library (#7620)
* libexecinfo, don't build/install static library

* change SOURCE_URI
2022-12-24 09:32:52 +01:00
Schrijvers Luc
fffc8e4ce7 libatomic_ops, disable static library (#7604) 2022-12-20 19:11:17 +01:00
Schrijvers Luc
542967c80f zlib_ng, remove static library (#7585) 2022-12-17 18:33:55 +01:00
Schrijvers Luc
c371d47089 zlib, remove static library (#7584) 2022-12-17 18:33:41 +01:00
Schrijvers Luc
2eab78f3b4 glu, remove static library (#7548) 2022-12-13 14:34:20 -05:00
Schrijvers Luc
6b0baf3423 Remove static libraries from packages (#7541) 2022-12-12 20:44:00 -05:00
Augustin Cavalier
fc7db47844 ncurses6: Disable static. 2022-12-06 14:50:12 -05:00
waddlesplash
fa4439541a mesa: Tweak for secondary arch rebuild. 2022-11-13 00:27:36 -05:00
Schrijvers Luc
29cd507151 zlib/minizip, bump version (#7394) 2022-11-11 14:33:49 -05:00
Jerome Duval
f7bf5c94d9 timezone_data: bump version 2022-11-02 09:47:52 +01:00
waddlesplash
7722b65661 mesa: bump for rebuild. 2022-10-19 17:18:31 -04:00
waddlesplash
8d58729f44 mesa: Try again. 2022-10-19 16:33:57 -04:00
waddlesplash
74583658b5 Mesa: Bump again. 2022-10-19 15:38:37 -04:00