Wolfgang Walther
c6017567e0
git-blame-ignore-revs: add postgresql cleanup
2024-04-04 08:41:19 +02:00
Wolfgang Walther
ec7b4581d7
pkgsMusl.postgresql: mark v12 and v13 with JIT as broken
...
Those currently don't build on master, not sure whether they ever built
correctly in the first place.
2024-04-04 08:41:18 +02:00
Wolfgang Walther
9f90ad30fa
postgresql: enable parallel building on darwin
...
This was disabled to fix #51093 . The related discussion upstream revealed that this
has been fixed in [1] for v12+. Since v12 is our oldest supported version right now,
we should be able to safely enable parallel building on darwin again.
Furthermore, it seems that this kind of issue was also fixed in #51221 and #51408
for the general case.
[1]: 826eff57c4
2024-04-04 08:41:18 +02:00
Wolfgang Walther
4adcc41cd9
postgresql: move explicit libxml2 include behind version flag
...
This was introduced in #44083 to fix cross building, where xml2-config
wouldn't run on the host platform. This was fixed upstream two years
later [1], so that from v13 on pkg-config is used before xml2-config is.
Once v12 is EOL, we can remove this entirely.
[1]: 0bc8cebdb8
2024-04-04 08:41:18 +02:00
Wolfgang Walther
6c1e2a4401
postgresql: remove preConfigure CC variable
...
This seems to have been done better by now. There are no references kept
and the build does not fail when removing it.
2024-04-04 08:41:18 +02:00
Wolfgang Walther
c3c52231f0
postgresql: remove left-over LC_ALL environment variable
...
This was introduced in 65fd8f3f48
around 20 years
ago as LANG=en_US, later changed to LC_ALL=en_US and LC_ALL=C to avoid bash
warnings. This might have been relevant to run initdb during the check phase, but
the PostgreSQL docs [1] say this today:
For implementation reasons, setting LC_ALL does not work for this purpose
Therefore it can be removed safely.
[1]: https://www.postgresql.org/docs/current/regress-run.html#REGRESS-RUN-LOCALE
2024-04-04 08:41:18 +02:00
Wolfgang Walther
154215cfd8
postgresql: rename patches
...
Trying to understand what each patch does made me come up with some more
descriptive names:
- Renaming the two disable-xxx patches to a common names makes it immediately
clear that one replaces the other depending on version number.
- findstring was really not descriptive at all.
- hardcode-pgxs-path will be extended with more paths for split outputs in
a later commit. Renaming here already to allow git to better track renames.
Finally replacing HARDCODED_PGXS_PATH with $out/lib in the last patch, makes
it easier to understand what the end result will look like when reading the
patch.
2024-04-04 08:41:18 +02:00
Wolfgang Walther
605618c2e8
postgresql: clean up patches
...
More cosmetic than anything else. The description in findstring.patch was
duplicated, postgresql-9.6.1 references confusing. Timestamps are not
needed, that's what git blame is for.
2024-04-04 08:41:18 +02:00
Wolfgang Walther
29d5adb676
postgresql: change pname for postgresql_jit attributes to postgresql-jit
...
This is for consistency between the top-level attribute and the respective package
name, which makes it easier to track derivations.
2024-04-04 08:41:17 +02:00
Wolfgang Walther
aea4ba847a
postgresql: remove thisAttr argument by calling tests directly
...
Previously, it was not possible to run tests on an overridden derivation, because
the derivation under test was always pulled from pkgs.
With this change, the following will return the same test:
postgresql_jit.tests
and
(postgresql.override { jitSupport = true; }).tests
2024-04-04 08:41:17 +02:00
github-actions[bot]
75a5384ed5
Merge staging-next into staging
2024-04-04 06:01:44 +00:00
github-actions[bot]
1ea9e4ecab
Merge master into staging-next
2024-04-04 06:01:13 +00:00
Vladimír Čunát
e52ada4e6b
Merge #301372 : go_1_21: 1.21.8 -> 1.21.9
2024-04-04 06:55:20 +02:00
Mario Rodas
4d321931cf
Merge pull request #300265 from anthonyroussel/update/httpdirfs
...
httpdirfs: 1.2.3 -> 1.2.5
2024-04-03 22:54:42 -05:00
Mario Rodas
f2ebc5c293
Merge pull request #301411 from r-ryantm/auto-update/xiu
...
xiu: 0.12.5 -> 0.12.6
2024-04-03 22:45:06 -05:00
Mario Rodas
dc7edb6093
Merge pull request #301349 from trofi/s2n-tls-update
...
s2n-tls: 1.4.8 -> 1.4.9
2024-04-03 22:44:49 -05:00
Mario Rodas
d4db290a19
Merge pull request #301378 from fabaff/aioopenexchangerates-bump
...
python312Packages.aioopenexchangerates: 0.4.8 -> 0.4.9
2024-04-03 22:41:55 -05:00
Mario Rodas
58e7a73c4b
Merge pull request #301379 from fabaff/aioairzone-cloud-bump
...
python312Packages.aioairzone-cloud: 0.4.6 -> 0.4.7
2024-04-03 22:41:32 -05:00
Mario Rodas
9607e1e90a
Merge pull request #301388 from r-ryantm/auto-update/typeshare
...
typeshare: 1.8.0 -> 1.9.0
2024-04-03 22:41:03 -05:00
Mario Rodas
49f35e2ca9
Merge pull request #301381 from marsam/update-git-absorb
...
git-absorb: 0.6.12 -> 0.6.13
2024-04-03 22:40:33 -05:00
Mario Rodas
c79cf8c73f
Merge pull request #301405 from r-ryantm/auto-update/buf
...
buf: 1.30.0 -> 1.30.1
2024-04-03 22:38:59 -05:00
Silvan Mosberger
b9261ad2e6
Merge pull request #301066 from philiptaron/compatible-typos
...
treewide: fix typos around "compatible" and "compatibility"
2024-04-04 04:18:31 +02:00
R. Ryantm
163402aa53
xiu: 0.12.5 -> 0.12.6
2024-04-04 01:59:13 +00:00
Weijia Wang
c56f470377
Merge pull request #300031 from r-ryantm/auto-update/python312Packages.nbconvert
...
python312Packages.nbconvert: 7.16.2 -> 7.16.3
2024-04-04 03:54:00 +02:00
Adam C. Stephens
849cb60b10
Merge pull request #301324 from mkg20001/incus-ui-0.7
...
incus.ui: 0.6 -> 0.7
2024-04-03 21:16:16 -04:00
Weijia Wang
f480f9d09e
Merge pull request #301240 from r-ryantm/auto-update/linuxKernel.packages.linux_6_8.facetimehd
...
linuxKernel.packages.linux_6_8.facetimehd: 0.6.8 -> 0.6.8.1
2024-04-04 03:02:54 +02:00
R. Ryantm
1f30735a90
buf: 1.30.0 -> 1.30.1
2024-04-04 00:47:40 +00:00
Weijia Wang
fd5d6c8b6f
Merge pull request #300798 from krovuxdev/Update-bun/v1.1
...
bun: 1.0.36 -> 1.1.0
2024-04-04 02:37:46 +02:00
Emily
7793497845
Merge pull request #301277 from emilylange/chromium
...
{ungoogled-,}chromium: 123.0.6312.86 -> 123.0.6312.105
2024-04-04 02:35:14 +02:00
Weijia Wang
54f783aff1
Merge pull request #301286 from philiptaron/suricata-elfutils
...
suricata: use `elfutils` instead of abandoned `libelf`
2024-04-04 02:20:29 +02:00
Weijia Wang
a7b4569327
Merge pull request #301288 from philiptaron/spdk-elfutils
...
spdk: use elfutils instead of abandoned libelf
2024-04-04 02:19:58 +02:00
Weijia Wang
d5b1268be2
Merge pull request #301296 from philiptaron/frr-elfutils
...
frr: use `elfutils` instead of abandoned `libelf`
2024-04-04 02:16:15 +02:00
Weijia Wang
46abcd47d0
Merge pull request #301290 from teutat3s/mozillavpn-fix-wayland
...
mozillavpn: add qtwayland to build inputs
2024-04-04 02:15:14 +02:00
R. Ryantm
65e42f1289
typeshare: 1.8.0 -> 1.9.0
2024-04-04 00:12:18 +00:00
github-actions[bot]
8845a6f1c9
Merge staging-next into staging
2024-04-04 00:02:46 +00:00
github-actions[bot]
88714eefa3
Merge master into staging-next
2024-04-04 00:02:13 +00:00
Weijia Wang
200850af60
Merge pull request #300951 from r-ryantm/auto-update/kubectl-gadget
...
kubectl-gadget: 0.26.0 -> 0.27.0
2024-04-04 01:56:54 +02:00
Weijia Wang
b08e68bdb4
Merge pull request #300584 from r-ryantm/auto-update/iosevka
...
iosevka: 29.0.4 -> 29.0.5
2024-04-04 01:56:30 +02:00
krovuxdev
74569b7d4a
bun: 1.0.36 -> 1.1.0
2024-04-04 01:55:49 +02:00
Weijia Wang
f2e78b3b30
Merge pull request #301224 from r-ryantm/auto-update/goreleaser
...
goreleaser: 1.24.0 -> 1.25.0
2024-04-04 01:54:16 +02:00
Mario Rodas
c1f9ec1fd2
Merge pull request #301346 from r-ryantm/auto-update/resvg
...
resvg: 0.40.0 -> 0.41.0
2024-04-03 18:52:01 -05:00
Weijia Wang
8c1f22b6c0
Merge pull request #301343 from Luz/librepcb
...
librepcb: 1.0.0 -> 1.1.0
2024-04-04 01:50:31 +02:00
Yt
5cbb62f0e6
Merge pull request #300590 from r-ryantm/auto-update/ockam
...
ockam: 0.118.0 -> 0.119.0
2024-04-03 23:50:12 +00:00
Yt
fa1aeafea5
Merge pull request #301355 from u2d3rsc0re/update-solana-cli
...
solana-cli: 1.16.27 → 1.17.28
2024-04-03 23:49:23 +00:00
Weijia Wang
36663bac98
Merge pull request #298454 from reckenrode/perl-gtk3-darwin
...
perlPackages.Gtk3: fix build on Darwin
2024-04-04 01:48:29 +02:00
Weijia Wang
40f1dbb004
Merge pull request #299596 from iFreilicht/fix-ycmd-build-failure-on-darwin
...
ycmd: Fix build on darwin
2024-04-04 01:42:35 +02:00
Fabian Affolter
83d527a81a
Merge pull request #301368 from fabaff/nuclei-bump
...
nuclei: 3.2.2 -> 3.2.3
2024-04-04 01:39:50 +02:00
Fabian Affolter
07c686739c
Merge pull request #301367 from fabaff/checkov-bump
...
checkov: 3.2.51 -> 3.2.53
2024-04-04 01:39:32 +02:00
Fabian Affolter
b7ce74df55
python312Packages.aioopenexchangerates: use nixfmt
2024-04-04 01:31:40 +02:00
Fabian Affolter
775475671f
python312Packages.aioopenexchangerates: refactor
2024-04-04 01:30:50 +02:00