* [PATCH] update acl package
@ 2006-12-08 3:31 Nathan Scott
0 siblings, 0 replies; only message in thread
From: Nathan Scott @ 2006-12-08 3:31 UTC (permalink / raw)
To: xfs; +Cc: agruen
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
Fix a build issue on GNU/kFreeBSD, thanks to Petr Salinger.
Also updates Debian packaging.
--
Nathan
[-- Attachment #2: fix-kfreebsd --]
[-- Type: text/x-patch, Size: 2072 bytes --]
Index: acl/include/config.h.in
===================================================================
--- acl.orig/include/config.h.in 2006-12-08 14:14:01.800083750 +1100
+++ acl/include/config.h.in 2006-12-08 14:18:39.393432250 +1100
@@ -30,3 +30,8 @@
#endif
#include <locale.h>
+/* On GNU/kFreeBSD, ENODATA is not defined in the system headers */
+#include <errno.h>
+#ifndef ENODATA
+# define ENODATA ENOATTR
+#endif
Index: acl/libacl/acl_delete_def_file.c
===================================================================
--- acl.orig/libacl/acl_delete_def_file.c 2006-12-08 14:13:58.247861750 +1100
+++ acl/libacl/acl_delete_def_file.c 2006-12-08 14:18:55.266424250 +1100
@@ -23,6 +23,7 @@
#include <attr/xattr.h>
#include "byteorder.h"
#include "acl_ea.h"
+#include "config.h"
/* 23.4.8 */
Index: acl/VERSION
===================================================================
--- acl.orig/VERSION 2006-12-08 14:19:09.687325500 +1100
+++ acl/VERSION 2006-12-08 14:19:17.123790250 +1100
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=2
-PKG_REVISION=41
+PKG_REVISION=42
PKG_BUILD=1
Index: acl/debian/changelog
===================================================================
--- acl.orig/debian/changelog 2006-12-08 14:19:09.759330000 +1100
+++ acl/debian/changelog 2006-12-08 14:21:50.509376250 +1100
@@ -1,3 +1,10 @@
+acl (2.2.42-1) unstable; urgency=low
+
+ * New upstream release
+ * Incorporate Petr Salinger's GNU/kFreeBSD patch (closes: #401511)
+
+ -- Nathan Scott <nathans@debian.org> Fri, 08 Dec 2006 14:21:40 +1100
+
acl (2.2.41-1) unstable; urgency=low
* New upstream release
Index: acl/doc/CHANGES
===================================================================
--- acl.orig/doc/CHANGES 2006-12-08 14:19:09.707326750 +1100
+++ acl/doc/CHANGES 2006-12-08 14:20:30.536378250 +1100
@@ -1,3 +1,6 @@
+2.2.42 (08 December 2006)
+* Fix a build issue on GNU/kFreeBSD, thanks to Petr Salinger.
+
2.2.41 (14 July 2006)
* Fix issues with makedepend on libtool libraries.
* Fix issues with install using named ids instead of numeric ones.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-08 3:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 3:31 [PATCH] update acl package Nathan Scott
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.