Update debian package to libnfs 1.9.6.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Dec 2014 19:00:33 +0000 (20:00 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Dec 2014 19:00:33 +0000 (20:00 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
debian/changelog
debian/gbp.conf
debian/libnfs-get-orig-source
debian/libnfs4.symbols
debian/patches/series

index 00ee70a4aef4e0982938afb367ea944b2f6d9a75..695a584970db4e13d8b47a694ad654037ef4b69a 100644 (file)
@@ -1,3 +1,16 @@
+libnfs (1.9.6-1ubuntu1) UNRELEASED; urgency=medium
+  
+  * Add O_TRUNC support for nfs_create
+  * Handle OOM during create
+  * Return more stats fields as part of readdir since we get these for "free"
+    when we use READDIRPLUS
+  * Follow symlinks during path resolution
+  * Add lchown, lstat and lutimes
+  * Replace all [u_]quad types with [u]int types in our RPC layer
+  * Solaris build fixes
+
+ -- Jérôme Benoit <jerome.benoit@piment-noir.org>  Mon, 01 Dec 2014 19:43:42 +0100
+
 libnfs (1.9.5-2) unstable; urgency=medium
 
   * Really fix FTBFS on kFreeBSD/Hurd by back-porting fix (Closes: #754646)
index cec628c7444886870d72dc8bcd536479e7f8a284..2860f9b84e50da6c22893fd01e6dd7b4cd7052e9 100644 (file)
@@ -1,2 +1,2 @@
 [DEFAULT]
-pristine-tar = True
+pristine-tar = False
index bc5a4506d6cc480129121a55c0884cdd1bf23077..20b4b74c3b302fc0483c1cb3e2964b7e93a4d6e4 100755 (executable)
@@ -3,8 +3,8 @@
 # Script used to generate the orig source tarball for libnfs.
 
 LIBNFS_GIT_URL="git://github.com/sahlberg/libnfs.git"
-LIBNFS_GIT_TAG="libnfs-1.3.0"
-LIBNFS_VERSION="1.3.0"
+LIBNFS_GIT_TAG="libnfs-1.9.6"
+LIBNFS_VERSION="1.9.6"
 
 rm -rf "libnfs-${LIBNFS_VERSION}"
 git clone "$LIBNFS_GIT_URL" "libnfs-${LIBNFS_VERSION}"
index d284d4c039587f24b77ed69ecbdbd9df38f2dafe..f000cd66af3a2f9264cbbcd0f8ee685c444f751a 100644 (file)
@@ -15,15 +15,17 @@ libnfs.so.4 libnfs4 #MINVER#
  libnfs_zdr_enum@Base 1.9.3
  libnfs_zdr_free@Base 1.9.3
  libnfs_zdr_getpos@Base 1.9.3
+ libnfs_zdr_int64_t@Base 1.9.6-1ubuntu1
  libnfs_zdr_int@Base 1.9.3
  libnfs_zdr_opaque@Base 1.9.3
  libnfs_zdr_pointer@Base 1.9.3
- libnfs_zdr_quad_t@Base 1.9.3
+#MISSING: 1.9.6-1ubuntu1# libnfs_zdr_quad_t@Base 1.9.3
  libnfs_zdr_replymsg@Base 1.9.3
  libnfs_zdr_setpos@Base 1.9.3
  libnfs_zdr_string@Base 1.9.3
  libnfs_zdr_u_int@Base 1.9.3
- libnfs_zdr_u_quad_t@Base 1.9.3
+#MISSING: 1.9.6-1ubuntu1# libnfs_zdr_u_quad_t@Base 1.9.3
+ libnfs_zdr_uint64_t@Base 1.9.6-1ubuntu1
  libnfs_zdr_void@Base 1.9.3
  libnfs_zdrmem_create@Base 1.9.3
  mount_free_export_list@Base 1.9.3
@@ -32,19 +34,25 @@ libnfs.so.4 libnfs4 #MINVER#
  mount_getexports_cb@Base 1.9.3
  mountstat3_to_errno@Base 1.9.3
  mountstat3_to_str@Base 1.9.3
+ nfs_access2@Base 1.9.6-1ubuntu1
+ nfs_access2_async@Base 1.9.6-1ubuntu1
  nfs_access@Base 1.9.3
  nfs_access_async@Base 1.9.3
  nfs_chdir@Base 1.9.3
  nfs_chdir_async@Base 1.9.3
  nfs_chmod@Base 1.9.3
  nfs_chmod_async@Base 1.9.3
+ nfs_chmod_async_internal@Base 1.9.6-1ubuntu1
  nfs_chown@Base 1.9.3
  nfs_chown_async@Base 1.9.3
+ nfs_chown_async_internal@Base 1.9.6-1ubuntu1
  nfs_close@Base 1.9.3
  nfs_close_async@Base 1.9.3
  nfs_closedir@Base 1.9.3
  nfs_creat@Base 1.9.3
  nfs_creat_async@Base 1.9.3
+ nfs_create@Base 1.9.6-1ubuntu1
+ nfs_create_async@Base 1.9.6-1ubuntu1
  nfs_destroy_context@Base 1.9.3
  nfs_destroy_url@Base 1.9.3
  nfs_fchmod@Base 1.9.3
@@ -53,6 +61,8 @@ libnfs.so.4 libnfs4 #MINVER#
  nfs_fchown_async@Base 1.9.3
  nfs_find_local_servers@Base 1.9.3
  nfs_free_nfsdir@Base 1.9.3
+ nfs_fstat64@Base 1.9.6-1ubuntu1
+ nfs_fstat64_async@Base 1.9.6-1ubuntu1
  nfs_fstat@Base 1.9.3
  nfs_fstat_async@Base 1.9.3
  nfs_fsync@Base 1.9.3
@@ -71,10 +81,18 @@ libnfs.so.4 libnfs4 #MINVER#
  nfs_get_writemax@Base 1.9.3
  nfs_getcwd@Base 1.9.3
  nfs_init_context@Base 1.9.3
+ nfs_lchmod@Base 1.9.6-1ubuntu1
+ nfs_lchmod_async@Base 1.9.6-1ubuntu1
+ nfs_lchown@Base 1.9.6-1ubuntu1
+ nfs_lchown_async@Base 1.9.6-1ubuntu1
  nfs_link@Base 1.9.3
  nfs_link_async@Base 1.9.3
  nfs_lseek@Base 1.9.3
  nfs_lseek_async@Base 1.9.3
+ nfs_lstat64@Base 1.9.6-1ubuntu1
+ nfs_lstat64_async@Base 1.9.6-1ubuntu1
+ nfs_lutimes@Base 1.9.6-1ubuntu1
+ nfs_lutimes_async@Base 1.9.6-1ubuntu1
  nfs_mkdir@Base 1.9.3
  nfs_mkdir_async@Base 1.9.3
  nfs_mknod@Base 1.9.3
@@ -111,6 +129,7 @@ libnfs.so.4 libnfs4 #MINVER#
  nfs_set_uid@Base 1.9.3
  nfs_stat64@Base 1.9.3
  nfs_stat64_async@Base 1.9.3
+ nfs_stat64_async_internal@Base 1.9.6-1ubuntu1
  nfs_stat@Base 1.9.3
  nfs_stat_async@Base 1.9.3
  nfs_statvfs@Base 1.9.3
@@ -125,6 +144,7 @@ libnfs.so.4 libnfs4 #MINVER#
  nfs_utime_async@Base 1.9.3
  nfs_utimes@Base 1.9.3
  nfs_utimes_async@Base 1.9.3
+ nfs_utimes_async_internal@Base 1.9.6-1ubuntu1
  nfs_which_events@Base 1.9.3
  nfs_write@Base 1.9.3
  nfs_write_async@Base 1.9.3
index 22a91ad4dea108a8d18d1eac9fb7fc8b15679475..d190ed06033979e7b2d0abcfe50e13f67574b02d 100644 (file)
@@ -1 +1 @@
-0001-Use-sockaddr_in6-instead-of-sockaddr6_in.patch
+#0001-Use-sockaddr_in6-instead-of-sockaddr6_in.patch