Commit graph

256 commits

Author SHA1 Message Date
Adrian Pistol d75b2f56d0 erlang_26: 26.0.2 -> 26.1 2023-09-25 10:47:08 +02:00
ajs124 f85cec7548 erlang23: remove 2023-09-13 11:33:11 +00:00
R. Ryantm 4bedf3d74c erlang: 25.3.2.5 -> 25.3.2.6 2023-09-12 17:18:43 +00:00
R. Ryantm e1d395d39b erlang: 25.3.2.4 -> 25.3.2.5 2023-08-02 17:31:22 +08:00
R. Ryantm 083a9cb41f erlang_25: 25.3.2.3 -> 25.3.2.4 2023-07-18 14:59:19 +09:00
R. Ryantm eb9322a008 erlang_odbc: 25.3.2.2 -> 25.3.2.3 2023-06-30 21:21:49 +08:00
Weijia Wang 3a64a44724
Merge pull request #240711 from meppu/erlang_26
erlang_26: 26.0.1 -> 26.0.2
2023-06-30 15:45:10 +03:00
meppu dc4d580db2
erlang_26: 26.0.1 -> 26.0.2 2023-06-30 14:41:57 +03:00
R. Ryantm 503e9f3d97 erlang_24: 24.3.4.12 -> 24.3.4.13 2023-06-30 09:53:46 +00:00
R. Ryantm 12bd7ee3e0 erlang_26: 26.0 -> 26.0.1 2023-06-26 12:40:00 +08:00
R. Ryantm ca70f524da erlang_odbc: 25.3.2.1 -> 25.3.2.2 2023-06-09 17:21:08 -04:00
R. Ryantm 397e6fea7c erlang_24: 24.3.4.11 -> 24.3.4.12 2023-05-31 13:54:17 -04:00
R. Ryantm 6f49d89510 erlang_odbc_javac: 25.3.2 -> 25.3.2.1 2023-05-30 21:00:56 -04:00
Shane Sveller 7a7b0862db erlang_26: init
https://www.erlang.org/blog/otp-26-highlights/
https://www.erlang.org/patches/otp-26.0
https://www.erlang.org/doc/apps/erts/notes.html#erts-14.0
2023-05-19 14:13:37 -04:00
R. Ryantm dca5532206 erlang_25: 25.3.1 -> 25.3.2 2023-05-07 05:14:19 -04:00
R. Ryantm 974ad83f91 erlang_24: 24.3.4.10 -> 24.3.4.11 2023-05-03 20:31:21 -04:00
R. Ryantm fa55ec227c erlang_javac: 25.3 -> 25.3.1 2023-04-29 15:55:25 -04:00
R. Ryantm 160d82edc1 erlang_24: 24.3.4.9 -> 24.3.4.10 2023-03-29 19:45:47 -04:00
superherointj 3b24ddfc6b erlang_22: remove 2023-03-21 21:51:15 -03:00
superherointj 0768a2e927 erlang_21: remove 2023-03-21 20:26:15 -03:00
superherointj 441cbfcfd2 erlang: normalize version name 2023-03-21 16:12:05 -04:00
R. Ryantm 031600bf15 erlangR25: 25.2.3 -> 25.3 2023-03-09 07:34:07 -05:00
R. Ryantm b093ec0554 erlangR24: 24.3.4.8 -> 24.3.4.9 2023-03-05 06:16:18 -05:00
R. Ryantm c79e326a59 erlang: 25.2.2 -> 25.2.3 2023-02-18 01:34:50 -05:00
R. Ryantm 245bee6ef5 erlang: 25.2.1 -> 25.2.2 2023-02-01 08:33:56 -05:00
Adam Joseph 42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
R. Ryantm c4961615c7 erlang: 24.3.4.7 -> 24.3.4.8 2023-01-20 15:03:17 -05:00
R. Ryantm 90fb934fec erlangR25: 25.2 -> 25.2.1 2023-01-19 16:50:30 -05:00
R. Ryantm 57dbff4228 erlang_odbc: 24.3.4.6 -> 24.3.4.7 2022-12-27 23:48:39 -05:00
R. Ryantm d9c3fbfcdc erlangR25: 25.1.2 -> 25.2 2022-12-24 07:50:37 -05:00
R. Ryantm 3f6ffe5977 erlangR23: 23.3.4.17 -> 23.3.4.18 2022-12-22 13:16:28 -05:00
R. Ryantm 78317d420d erlangR24: 24.3.4.5 -> 24.3.4.6 2022-12-22 11:22:00 -05:00
superherointj 2787fc7d1e erlang: fix build 2022-12-08 08:59:40 -05:00
Weijia Wang 166db6ef4b erlang: don't relink escript on darwin 2022-12-07 21:13:02 -05:00
Dany Marcoux 0c88d9b773 erlang: Add escript to $PATH
Closes #204781
2022-12-07 09:43:04 -05:00
Weijia Wang 62b8fc7725 erlangR24: fix build on x86_64-darwin 2022-11-25 11:04:00 -05:00
Weijia Wang d72bcc2bc9 erlang: wxmac -> wxGTK 2022-11-14 18:24:54 -05:00
Shane Sveller 9014fb790d
erlang: 25.1 -> 25.1.2
https://www.erlang.org/patches/otp-25.1.1
https://www.erlang.org/patches/otp-25.1.2
2022-11-06 09:57:37 -06:00
Robert Scott 3b5295131d erlangR22: mark with knownVulnerabilities CVE-2022-37026 2022-10-01 09:00:26 +09:00
Robert Scott 9629d42c78 erlangR21: mark with knownVulnerabilities CVE-2022-37026 2022-10-01 09:00:26 +09:00
Robert Scott fb091a487d erlangR23: 23.3.4.10 -> 23.3.4.17 2022-10-01 09:00:26 +09:00
Robert Scott 56f026b029 erlangR24: 24.2 -> 24.3.4.5 2022-10-01 09:00:26 +09:00
cw789 90893c68f2 erlang: remove undesired nix-prefetch comments 2022-09-21 13:15:35 +02:00
cw789 90c8fcab1d erlang: 25.0.3 -> 25.1 2022-09-21 13:14:51 +02:00
Shane Sveller bfae31c89d erlang: 25.0.2 -> 25.0.3
https://www.erlang.org/patches/otp-25.0.3
2022-07-16 17:44:44 +02:00
Shane Sveller e6349895cf erlang: 25.0 -> 25.0.2
https://www.erlang.org/patches/otp-25.0.1
https://www.erlang.org/patches/otp-25.0.2
2022-07-16 17:44:44 +02:00
Thomas Depierre fb9aa8ce61 erlang: remove r16-basho 2022-06-27 12:52:20 -04:00
David 8581c7e4d1 erlangR25: fix version 2022-05-20 16:13:35 +02:00
David Leslie 814537f297
erlangR25: init at 25.0 (#173674) 2022-05-20 06:17:16 -04:00
José Romildo ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00