Sandro Jäckel
dcb501f993
kerberos: deprecate alias
2021-04-04 03:18:56 +02:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Scott Worley
82229259dd
cyrus-sasl: Tarballs now hosted at github
2020-11-19 20:12:32 +01:00
Vladimír Čunát
336bc8283b
Re-Revert "Merge #101508 : libraw: 0.20.0 -> 0.20.2"
...
This reverts commit c778945806
.
I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robert Scott
302a77a02c
cyrus_sasl: add patch for CVE-2019-19906
...
sourced from debian as patch isn't even in upstream master yet.
2019-12-31 09:31:40 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Orivej Desh
bc9a42e07a
cyrus-sasl: fix broken link when building without kerberos
...
Since the name is part of the url, the unconventional suffix in the name breaks the url.
2019-03-13 18:01:01 +00:00
Eelco Dolstra
04f025a8d4
cyrus-sasl: Fix broken download site
2019-01-23 10:56:25 +01:00
Jörg Thalheim
ab984d24b0
cyrus-sasl: remove not-needed libtool fixup
...
since pruneLibtoolFiles is used openssl is no longer referenced
2018-12-08 17:10:09 +00:00
Jörg Thalheim
f92943932d
cyrus-sasl: remove non-existing freebsd patch
2018-12-08 17:52:17 +01:00
Tor Hedin Brønner
a00c862e97
cyrus_sasl: prune .la files
...
Version 2.1.27 adds `-lkrb5` etc. to `dependency_libs` in all the .la files,
which in turn breaks spice's build. Prune .la's dependency_libs with
pruneLibtoolFiles.
2018-12-08 17:52:17 +01:00
Robin Gloster
c846e8dd7f
cyrus-sasl: remove obsolete patch
...
seems to have been merged incorrectly
2018-12-04 01:25:19 +01:00
Frederik Rietdijk
9b81c7e455
Merge staging-next into staging
2018-11-29 09:18:35 +01:00
c0bw3b
0ea604ac1d
Treewide: use https for SourceForge
2018-11-24 19:58:03 +01:00
eburimu
b13af1e87b
cyrus-sasl: 2.1.26 -> 2.1.27 w/ cross-compiling support
...
Fixes #50539
2018-11-21 01:48:22 -06:00
Daiderd Jordan
1383c08f2c
Merge branch 'master' into staging-next
2018-10-01 19:42:07 +02:00
Markus Kowalewski
63a9165332
cyrus-sasl: add license
2018-09-30 19:11:21 +02:00
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