Commit Graph

60 Commits

Author SHA1 Message Date
Vladimír Čunát
ddc361cfca
Merge #287594: glibc: 2.38-44 -> 2.39-5
...into staging
2024-03-24 06:41:49 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
emilylange
7501889950 lldap: remove emilylange from maintainers
I find lldap's defaults security-wise and its security-posture in a
broader sense deeply unsettling for something as security-critical an
authentication server.
2024-03-11 17:34:29 +01:00
Maximilian Bosch
1c003da73c
_389ds-base: mark as broken
Doesn't build with glibc 2.39. There's a potential fix documented in
https://github.com/389ds/389-ds-base/issues/5332, but the package is too
old for the patch to apply, so I'll mark it as broken for now and leave
it to the maintainer to update & fix.
2024-03-02 19:01:51 +01:00
Alyssa Ross
989723ecf2 rustc-wasm32: merge into rustc
Since wasm32-unknown-unknown doesn't require any extra
platform-specific dependencies (e.g. libc), we might as well just
always include in with rustc.  We could also include other targets
fitting these criteria, but I wasn't able to find any others that
actually build (not even wasm64-unknown-unknown).

The old rustc-wasm32 package disabled documentation, but we don't
actually need to do that — we just need to allow for some broken links
in the wasm32-unknown-unknown documentation.  Broken links in
documentation are an upstream issue anyway.  There's no need we need
to fail our build for them.
2023-12-05 15:09:28 +01:00
Peder Bergebakken Sundt
187afc5d1b rustc-wasm32: init at 1.70.0 2023-09-18 08:13:58 +00:00
emilylange
bdf8c4b61d
lldap: 0.4.3 -> 0.5.0
https://github.com/lldap/lldap/releases/tag/v0.5.0
https://github.com/lldap/lldap/blob/v0.5.0/CHANGELOG.md
diff: https://github.com/lldap/lldap/compare/v0.4.3...v0.5.0
2023-09-14 23:01:35 +02:00
Weijia Wang
2e987451a9
Merge pull request #247324 from kirillrdy/389
_389-ds-base: 2.4.2 -> 2.4.3
2023-08-05 18:25:45 +02:00
Kirill Radzikhovskyy
f5a3150101 _389-ds-base: 2.4.2 -> 2.4.3 2023-08-05 21:13:12 +10:00
Emily
9f8d4f0d4b
Merge pull request #232070 from jneem/wasm-bindgen-bump
wasm-bindgen-cli: 0.2.84 -> 0.2.87
2023-08-04 13:53:34 +02:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Joe Neeman
b6910512a0 wasm-bindgen-cli: 0.2.84 -> 0.2.87
Also allow overriding the version
2023-08-02 17:47:26 -05:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
Thomas Gerbet
6760151c49 _389-ds-base: 2.4.1 -> 2.4.2
Fixes CVE-2022-2850.

https://www.port389.org/docs/389ds/releases/release-2-4-2.html
2023-07-14 14:43:55 +02:00
Weijia Wang
dc57610254 _389-ds-base: 2.3.1 -> 2.4.1 2023-05-26 13:31:03 +03:00
emilylange
b0e7f7f5db
maintainers: rename indeednotjames to emilylange 2023-05-21 16:01:35 +02:00
figsoda
6c72ee0ffc
Merge pull request #232114 from ipetkov/wasm-pack-0.11.1
wasm-pack: 0.11.0 -> 0.11.1
2023-05-15 22:26:59 -04:00
Ivan Petkov
5c6f7afda1
lldap: use upstream wasm-pack 2023-05-15 15:40:24 -07:00
Herwig Hochleitner
36c70c49d3 lldap: build lldap_set_password and migration-tool 2023-05-13 23:08:56 +02:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Herwig Hochleitner
a99852ad18 lldap: build frontend from source
Co-authored-by: Emily Lange <git@indeednotjames.com>
2023-05-11 18:05:21 +02:00
IndeedNotJames
5eb2e64d80
nixosTests.lldap: init 2023-04-29 21:14:25 +02:00
IndeedNotJames
a0f26d0fc9
lldap: init at 0.4.3 2023-04-29 21:14:24 +02:00
Sergei Trofimovich
a3f338ef5f _389-ds-base: disable parallel installing
Without the change parallel installs fail occasionally as:

    ld: cannot find -lslapd: No such file or directory

Full build log example: https://hydra.nixos.org/log/h38bj77gav0r6jbi4bgzy1lfjq22k2wy-389-ds-base-2.3.1.drv
2023-03-20 09:35:20 +00: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
Tomo
2a1a584792 389-ds-base: 2.3.0 -> 2.3.1 2023-01-12 16:34:23 -08:00
Martin Weinelt
f3a543b20e
_389-ds-base: fix build with libxcrypt 2022-11-11 02:23:52 +01:00
ners
53580d9f09 389-ds-base: 2.0.7 -> 2.3.0 2022-10-19 10:50:14 +02:00
Martin Weinelt
b60e4d71d6 python3Packages.python-ldap: rename from ldap 2022-09-19 10:37:49 +02:00
R. RyanTM
b9c9d93e51 _389-ds-base: 2.0.6 -> 2.0.7 2021-07-25 10:24:10 +02:00
Robert Schütz
1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
R. RyanTM
10647f431d _389-ds-base: 2.0.5 -> 2.0.6 2021-07-01 13:31:07 -07:00
Bernardo Meurer
c97b3d8502
_389-ds-base: 1.3.9.1 -> 2.0.5 2021-06-16 14:40:02 -07:00
Janne Heß
094dcbe0ff 389-base: Add CVE-2021-3514 2021-06-08 11:50:16 +00:00
Sandro Jäckel
dcb501f993
kerberos: deprecate alias 2021-04-04 03:18:56 +02:00
Frederik Rietdijk
c657b02df2 _389-ds-base: use python3 2021-03-25 10:19:41 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jörg Thalheim
725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
Renaud
d0f75abb39
389-ds-base: 1.3.5.19 -> 1.3.9.1 (#61675)
http://www.port389.org/docs/389ds/releases/release-notes.html
+ fix build failure with <nss.h>
+ enable parallel building (faster)
2019-05-21 11:09:31 +02:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tuomas Tynkkynen
0fd461d5b5 db: Use more conventional outputs, also split bin 2018-05-22 17:49:04 +03:00
mimadrid
436c8fd287
389-ds-base: fix homepage url 2017-10-28 11:08:07 +02:00
John Ericson
ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Tim Steinbach
7120479e5b
389-ds-base: 1.3.5.17 -> 1.3.5.19 2017-08-20 16:22:59 -04:00
Graham Christensen
ef875a60c1
389-ds-base: 1.3.5.4 -> 1.3.5.15 2017-02-05 16:40:28 -05:00
Franz Pletz
14a3d2d2ff
389-ds-base: add patch to fix CVE-2016-5416
cc #20274
2016-11-10 03:50:43 +01:00