Commit Graph

172972 Commits

Author SHA1 Message Date
Arjan Mossel 997b7cb4c6 OpenOrienteering-Mapper: rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Krul Ceter a0c45e5492 XyGrib: revbump for proj, fix build
The current release does not support the new API of PROJ (>=8.0.0);
included patch aims to solve the issue.

Conditional make_build_args prevents crossbuilding with failing ninja
("unknown target LINK=${XBPS_CROSS_TRIPLET}-c++").

I suspect that this approach is a relique of the past and therefore is
removed from the template.

No other issues did arise due to this change.
2023-01-22 21:51:26 +01:00
Krul Ceter e8abe0a01b grass: update to 8.2.1; disable gui; rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Arjan Mossel 28efa87fc2 osm2pgsql: rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Arjan Mossel 8890a6f84e sumo: rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Arjan Mossel d8ecf11293 merkaartor: rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Arjan Mossel 2460458616 postgis-postgresql13: rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Arjan Mossel 93a94a27c9 postgis-postgresql14: rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Arjan Mossel 8876e8683c libspatialite: rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Arjan Mossel 3b95ef5803 libgdal: rebuild for proj 9.1 2023-01-22 21:51:26 +01:00
Arjan Mossel 6c6ebef096 proj: update to 9.1.1. 2023-01-22 21:51:26 +01:00
mobinmob 7d40eb3577 xfce4-whiskermenu-plugin: update to 2.7.2. 2023-01-22 20:49:14 +00:00
zenobit a383b26fe0 gxkb: update to 0.9.4 2023-01-22 20:44:46 +00:00
Karel Balej 33a571641b nheko: update to 0.11.1. 2023-01-22 20:41:14 +00:00
Karel Balej b5da42aa92 mtxclient: update to 0.9.1. 2023-01-22 20:41:14 +00:00
Karel Balej dc1dd23218 coeurl: update to 0.3.0. 2023-01-22 20:41:14 +00:00
Rodrigo Oliveira 1ff0e39c17 nextcloud-client: update to 3.6.6 2023-01-22 20:39:30 +00:00
Frank Steinborn 862f665f82 ModemManager: update to 1.18.12. 2023-01-22 20:39:00 +00:00
Frank Steinborn 545f4fd737 libmbim: update to 1.26.4. 2023-01-22 20:39:00 +00:00
Frank Steinborn 9ee13db0ae libqmi: update to 1.30.8. 2023-01-22 20:39:00 +00:00
Jan Christian Grünhage 3f2f04159e element-desktop: update to 1.11.20. 2023-01-22 20:36:21 +00:00
Jan Christian Grünhage 2fb68608f1 pinephone-kernel: update to 6.1.7. 2023-01-22 20:35:21 +00:00
Jan Christian Grünhage 93b253fa17 New package: gitoxide-0.20.0 2023-01-22 20:33:54 +00:00
Daniel Lewan 98f4f8853a New package: jd-1.6.1 2023-01-22 20:14:19 +00:00
icp f7d0fc6068 python3-watchdog: update to 2.2.1. 2023-01-22 14:23:05 -05:00
Benjamín Albiñana d80aae4724 postfix: update to 3.7.4. 2023-01-22 16:51:31 +01:00
Eloi Torrents 24d1ef4534 lyx: update to 2.3.7, adopt. 2023-01-22 10:48:26 -05:00
Duncaen 8a9e65789a
elixir: update to 1.14.3. 2023-01-22 15:32:23 +01:00
Duncaen e97b56427f
miniupnpd: update to 2.3.2. 2023-01-22 15:31:40 +01:00
mobinmob da40571b5d nestopia: update to 1.52.0.
Also:
- remove non-existent configure args
- add fltk-devel in makedepends.
2023-01-22 09:19:51 -05:00
Michal Vasilek 576382c2bb xbps: revbump for glibc 2.36
This is a workaround to make sure glibc gets updated before other
packages.

dash was updated recently and it is earlier in the alphabetical order compared
to glibc, so it got updated sooner than diffutils which has an INSTALL shell
script which fails because the shell interpreter - dash expects the
newer glibc version than what's available at that time.
2023-01-22 14:02:25 +01:00
André Cerqueira 17a883f291 libpcap: update to 1.10.3. 2023-01-22 13:12:19 +01:00
Daniel Eyßer c1dca96c51 bfs: update to 2.6.2. 2023-01-22 13:11:22 +01:00
Krul Ceter 5367bf2ae7 redis: update to 7.0.8.
The primary reason for updating this package is due to the following
CVEs being found and fixed:

* CVE-2022-35977 (Integer overflow in the Redis SETRANGE and
  SORT/SORT_RO commands can drive Redis to OOM panic)

* CVE-2023-22458 (Integer overflow in the Redis HRANDFIELD and
  ZRANDMEMBER commands can lead to denial-of-service)

The rest is as follows:

* jemalloc-devel and libatomic-devel now are included conditionally.

* antirez/redis has been moved to redis/redis (antirez stepped down in
  2020 and handed over his work to his colleagues).

* do_check can be executed by setting make_check_target to "test".

* V=1 is retained in make_build_args; MALLOC is defined outside the
  removed do_build function.

* the "-ldl" flag in use-system-jemalloc.patch is no longer necessary
  since it is already defined in src/Makefile; see
  redis/redis@b7b9aa6d9b

* do_configure is renamed to post_patch as its contents fit the
  latter's purpose.
2023-01-22 13:10:35 +01:00
mhmdanas 7dadf95944 imv: update to 4.4.0, adopt. 2023-01-22 13:07:48 +01:00
mhmdanas 0e4dfa6aa6 firejail: update to 0.9.72. 2023-01-22 13:07:39 +01:00
mhmdanas 984dc5540d file: update to 5.44. 2023-01-22 13:07:27 +01:00
Leah Neukirchen a3bf68f53b perl-IO-Socket-SSL: update to 2.080. 2023-01-22 12:50:58 +01:00
Leah Neukirchen e9e8e0366f scrot: update to 1.8.1. 2023-01-22 12:50:58 +01:00
Michal Vasilek d114efa545 gajim: remove unused gupnp-igd dependency
gupnp-igd is currently not used upstream because they assume everyone is
using the libsoup3 version and gajim can not work with that

4b497df5d0
2023-01-22 12:40:50 +01:00
Michal Vasilek 10712e284e telepathy-gabble: remove gupnp-igd build dep
this dependency was never used and there is no mention of it in the
source code, it was added in a1dd11e97c
2023-01-22 12:40:50 +01:00
Đoàn Trần Công Danh a10d58d3e5 LGOGDownloader: remove renamed patches 2023-01-22 15:51:26 +07:00
dataCobra 29503547ef mercurial: update to 6.3.2. 2023-01-22 15:49:19 +07:00
Đoàn Trần Công Danh 49b9b19249 LGOGDownloader: fix coredump with curl >= 7.87.0
Close: #41713
2023-01-22 15:47:56 +07:00
Laszlo Gombos 0da615ae5c dracut: update to 059 2023-01-21 21:55:11 -05:00
zenobit d965b3635f
chezmoi: update to 2.29.3
closes #41765
2023-01-21 21:30:51 -05:00
Evgeny Ermakov 00191af020 turbovnc: update to 3.0.2. 2023-01-21 20:53:41 -05:00
Andrea Brancaleoni 40aa9193a7 terragrunt: update to 0.43.0. 2023-01-22 01:50:00 +01:00
Andrea Brancaleoni 6ace1fa3a9 hugo: update to 0.110.0. 2023-01-22 01:43:25 +01:00
Andrea Brancaleoni f1c1002989 hivex: update to 1.3.23. 2023-01-22 01:42:05 +01:00