about summary refs log tree commit diff
path: root/pkgs/development/libraries/libmilter
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02libmilter: 8.15.2 -> 8.17.1Thomas Gerbet3-59/+15
Changelog: ``` [...] 8.16.1/8.16.1 2020/07/05 [...] LIBMILTER: Fix typo in a macro. Patch from Ignacio Goyret of Alcatel-Lucent. LIBMILTER: Fix reference in xxfi_negotiate documentation. Patch from Sven Neuhaus. LIBMILTER: Fix function name in smfi_addrcpt_par documentation. Patch from G.W. Haywood. LIBMILTER: Fix a potential memory leak in smfi_setsymlist(). Patch from Martin Svec. [...] ```
2022-11-21libmilter: add fixDarwinDylibNames call to fix imports on darwinYorick van Pelt1-2/+6
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-05-18libmilter: fix compilation on DarwinMichael Roitzsch2-1/+29
* configure compilation options * patch sendmail.h header inclusion
2020-05-18libmilter: install archive as not executableMichael Roitzsch1-1/+1
2020-05-18libmilter: configurable shared object extensionMichael Roitzsch1-7/+8
defaults to ‘so’ if not set
2020-05-18libmilter: set MILTER_SOVERMichael Roitzsch1-0/+1
MILTER_SOVER is used as an environment variable during the build, but never set anywhere set to so version 1 as currently used by Ubuntu
2020-02-01libmilter: fix build w/glibc-2.30Maximilian Bosch2-1/+45
Using RES_USE_INET6 is deprecated and has been removed by glibc 2.30[1]. Instead, there's now a function `gethostbyname2(3)` which takes the address family as second argument to force IPv6 resolution[2]. [1] https://sourceware.org/ml/libc-alpha/2019-08/msg00029.html [2] https://linux.die.net/man/3/gethostbyname2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-12libmilter: fix cross-buildJörg Thalheim1-2/+4
2018-10-18libmilter: add licenseMarkus Kowalewski1-0/+1
2016-12-29libmilter: 8.14.8 -> 8.15.2Franz Pletz1-10/+13
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2015-01-19Enable IPv6 in libmilterAndrey Arapov1-0/+1
2014-02-24libmilter: update from 8.14.4 to 8.14.8Peter Simons1-3/+3
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-02-09shared lib patch for libmilterRob Vermaas2-1/+56
svn path=/nixpkgs/trunk/; revision=19876
2010-02-09added libmilter, opendkimRob Vermaas2-0/+75
svn path=/nixpkgs/trunk/; revision=19875