diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2005-10-07 10:30:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:55 +0200 |
commit | 06416d8704da9ad621a6b5b37086cefced010ca3 (patch) | |
tree | 166ed641eae1f8582b0c66d9338b32c6337a3446 /debian | |
parent | d6e8f9e8d83f8490b9917036b988eb0046f0d118 (diff) | |
download | sendmail-06416d8704da9ad621a6b5b37086cefced010ca3.tar.gz |
Imported Debian patch 8.13.5-3debian/8.13.5-3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/8.13/8.13.5/kfreebsd.patch | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5559176..602077d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sendmail (8.13.5-3) unstable; urgency=low + * Rebuild against libssl-0.9.8 + * New version of kFreeBSD patch + + -- Richard A Nelson (Rick) <cowboy@debian.org> Fri, 07 Oct 2005 10:30:00 -0000 + sendmail (8.13.5-2) unstable; urgency=high * Remove old bogon information in /etc/mail/access created for some installs that prevents receiving mail from otherwise valid IPs diff --git a/debian/patches/8.13/8.13.5/kfreebsd.patch b/debian/patches/8.13/8.13.5/kfreebsd.patch index e0bd4cb..a766acf 100644 --- a/debian/patches/8.13/8.13.5/kfreebsd.patch +++ b/debian/patches/8.13/8.13.5/kfreebsd.patch @@ -30,7 +30,7 @@ diff -Nurd sendmail-8.13.5.orig/include/sm/conf.h sendmail-8.13.5/include/sm/con /* -@@ -1491,6 +1491,68 @@ +@@ -1491,6 +1491,69 @@ /* @@ -39,6 +39,7 @@ diff -Nurd sendmail-8.13.5.orig/include/sm/conf.h sendmail-8.13.5/include/sm/con + */ + +# if defined (__GLIBC__) && defined(__FreeBSD_kernel__) ++# define BSD 1 /* include BSD defines */ +# define HASSETREGID 1 /* use setregid(2) to set saved gid */ +# ifndef REQUIRES_DIR_FSYNC +# define REQUIRES_DIR_FSYNC 1 /* requires fsync() on directory */ |