[Pkg-cyrus-sasl2-commits] r133 - in /cyrus-sasl-2.1/trunk/debian: changelog patches/0013_fix_hurd_build.dpatch patches/00list

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Thu Nov 9 07:43:53 CET 2006


Author: fabbe
Date: Thu Nov  9 07:43:52 2006
New Revision: 133

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=133
Log:
Reintroduce the hurd-i386 build patch.

Added:
    cyrus-sasl-2.1/trunk/debian/patches/0013_fix_hurd_build.dpatch   (with props)
Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/patches/00list

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=133&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Thu Nov  9 07:43:52 2006
@@ -14,8 +14,10 @@
   * debian/patches/0012_xopen_crypt_prototype.dpatch: Avoid segfault on
     architectures where the size of a pointer is greater than the size of an
     integer. Dann Frazier reported and supplied the patch. (Closes: #397549)
-
- -- Fabian Fagerholm <fabbe at debian.org>  Wed,  8 Nov 2006 15:04:19 +0200
+  * debian/patches/0013_fix_hurd_build.dpatch: This patch had gotten lost,
+    it fixes building on hurd-i386. (Closes: #397714)
+
+ -- Fabian Fagerholm <fabbe at debian.org>  Thu,  9 Nov 2006 08:41:01 +0200
 
 cyrus-sasl2 (2.1.22-1) unstable; urgency=low
 

Added: cyrus-sasl-2.1/trunk/debian/patches/0013_fix_hurd_build.dpatch
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/patches/0013_fix_hurd_build.dpatch?rev=133&op=file
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/patches/0013_fix_hurd_build.dpatch (added)
+++ cyrus-sasl-2.1/trunk/debian/patches/0013_fix_hurd_build.dpatch Thu Nov  9 07:43:52 2006
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 0013_fix_hurd_build.dpatch by  <mbanck at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Include config.h so that MAXHOSTNAMELEN is available when
+## DP: building on hurd-i386.
+
+ at DPATCH@
+diff -urNad trunk~/saslauthd/auth_sasldb.c trunk/saslauthd/auth_sasldb.c
+--- trunk~/saslauthd/auth_sasldb.c	2006-05-29 22:52:42.000000000 +0300
++++ trunk/saslauthd/auth_sasldb.c	2006-11-09 08:35:17.000000000 +0200
+@@ -41,6 +41,7 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <pwd.h>
++#include <config.h>
+ /* END PUBLIC DEPENDENCIES */
+ 
+ #define RETURN(x) return strdup(x)

Propchange: cyrus-sasl-2.1/trunk/debian/patches/0013_fix_hurd_build.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: cyrus-sasl-2.1/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/patches/00list?rev=133&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/patches/00list (original)
+++ cyrus-sasl-2.1/trunk/debian/patches/00list Thu Nov  9 07:43:52 2006
@@ -10,3 +10,4 @@
 0010_maintainer_mode
 0011_saslauthd_ac_prog_libtool
 0012_xopen_crypt_prototype
+0013_fix_hurd_build




More information about the Pkg-cyrus-sasl2-commits mailing list