Commit graph

36 commits

Author SHA1 Message Date
Will Dietz c0660c4c00 cyrus-sasl: set to null on non-musl per reviewer suggestion
Unclear what the problem is exactly regarding regenerating files,
so this makes the change only impact build configs known to need it.
2018-09-24 09:44:30 -05:00
Will Dietz 90268efa38 cryus-sasl: cleanup, fix w/musl (although not at all musl-specific)
musl is fixed by disabling update of config.{guess,sub}.
2018-09-21 10:36:59 -05:00
Pascal Wittmann 6ccc17f26b
cyrus-sasl: use cve tag in patchname for vulnix auto-detection 2018-04-21 15:42:44 +02:00
Tim Steinbach 5d41dda02d
cyrus_sasl: Fix CVE-2013-4122 2017-10-30 13:18:52 -04:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Franz Pletz 00b6ac7bd3 Merge pull request #26419 from roblabla/feature-sasl
cyrus-sasl: Add saslauthd service and LDAP support
2017-07-20 20:23:52 +02:00
roblabla c3150412c3 cyrus-sasl: Add optional LDAP support 2017-06-06 13:00:28 +02:00
roblabla c18c50a42e cyrus-sasl: Add saslauthd service support 2017-06-06 12:59:47 +02:00
Orivej Desh 3b24b11021 cyrus_sasl: fix version 2017-05-24 03:37:48 +00:00
Nikolay Amiantov a60500ce70 cyrus_sasl: 2.1.26 -> 2.5.10 2016-12-20 21:29:59 +03:00
Eelco Dolstra 8172cd734c docdev -> devdoc
It's "developer documentation", not "documentation developer" after
all.
2016-09-01 11:07:23 +02:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Tuomas Tynkkynen 2a73de6e6c treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
Peter Simons 8e462995ba Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
Vladimír Čunát 716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Vladimír Čunát 513994da9d cyrus-sasl: only apply patch on FreeBSD to fix #12279
I noticed the breakage but forgot this patch in another branch.
https://github.com/NixOS/nixpkgs/pull/10816#issuecomment-168486249
2016-01-10 07:05:41 +01:00
janus a472d836f6 FreeBSD: apr-util, cyrus-sasl, berkeley db, glib, gnutls, kerberos, libelf-freebsd, openldap, serf, guile, tet, shishi, gawk, gnugrep 2016-01-01 17:01:13 +00:00
Tuomas Tynkkynen 75300c334a cyrus-sasl: Split into multiple outputs
Also fixup .la files to avoid unnecessary -dev dependencies.
2015-10-28 10:23:00 +01:00
William A. Kennington III 15e7acd0cf cyrus-sasl: Explicitly define the openssl path
cyrus-sasl static libraries require linked binaries to pull in openssl
via -lcrypto and -lssl. This is problematic because it does not specify
-L${openssl}/lib when not explcitly configure to do so. This patch
forces cyrus-sasl to add -L${openssl}/lib to the static libraries which
propagates the openssl library path to linked binaries.
2015-01-09 10:40:29 -08:00
William A. Kennington III 488e6e6e9c cyrus_sasl: Enable kerberos 2014-12-30 01:04:16 -08:00
Eelco Dolstra a7aa211780 cyrus-sasl: Fix dylib installed named 2014-09-24 18:28:26 +02:00
William A. Kennington III bdb842d5eb Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
Shea Levy fe009bcbc4 cyrus-sasl: Fix build on darwin
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 18:38:22 -04:00
Vladimír Čunát 8db4152ddf A more complete fix of cyrus-sasl update (broken KDEs).
This amends commit af656c6698.
2013-03-13 21:06:37 +01:00
Florian Friesdorf 36c6b4260b cyrus-sasl-2.1.26 2013-03-12 10:05:49 +01:00
Peter Simons e07f0bbeb2 cyrus-sasl: put daemon state to '/run/ssalauthd' instead of the default value '/var/state/ssalauthd' 2012-09-25 12:50:44 +02:00
Peter Simons 23d5a7a042 cyrus-sasl: add support for PAM on Linux 2012-09-25 12:50:44 +02:00
Peter Simons af61749b18 cyrus-sasl: update to version 2.1.25 2012-07-07 13:01:02 +02:00
Lluís Batlle i Rossell b368b4b199 Making more packages build on the Fuloong2f.
I still can't build the kernel because it requires binutils yet to be released.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23132
2010-08-11 20:16:09 +00:00
Lluís Batlle i Rossell 06eab9d0a7 Enabling AUTH_LOGIN in cyrus_sasl (thanks d3z#nixos)
svn path=/nixpkgs/trunk/; revision=21727
2010-05-11 16:17:31 +00:00
Yury G. Kudryashov 46888c922c cyrus-sasl: ${out} escaping
sasl looked for plugins in '${out}/lib/sasl2', not /nix/store/.../lib/sasl2

svn path=/nixpkgs/trunk/; revision=21005
2010-04-10 20:27:17 +00:00
Lluís Batlle i Rossell 5bae851b1e Merging from trunk. I had to give away some structure to build the native
sheevaplug kernel, so the kernel does not build in the sheevaplug right now.
I will try to fix that in next commits.


svn path=/nixpkgs/branches/stdenv-updates/; revision=19045
2009-12-19 11:14:16 +00:00
Lluís Batlle i Rossell 76fa225eaa Making cyrus-sasl build with gcc 4.4. I took a patch from the fedora cvs:
http://cvs.fedoraproject.org/viewvc/rpms/cyrus-sasl/devel/cyrus-sasl-2.1.22-bad-elif.patch?revision=1.1&view=markup


svn path=/nixpkgs/branches/stdenv-updates/; revision=19044
2009-12-19 09:09:39 +00:00
Lluís Batlle i Rossell 405bbecba1 Updating cyrus-sasl (hoping for it to build with gcc 4.4)
svn path=/nixpkgs/trunk/; revision=19043
2009-12-19 08:59:36 +00:00
Yury G. Kudryashov ce6aef6574 Added cyrus-sasl-2.1.22 with openssl
svn path=/nixpkgs/trunk/; revision=9388
2007-10-01 15:11:38 +00:00