[Glibc-bsd-commits] r5718 - trunk/kfreebsd-10/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Mon Jul 6 13:08:39 UTC 2015


Author: stevenc-guest
Date: 2015-07-06 13:08:39 +0000 (Mon, 06 Jul 2015)
New Revision: 5718

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
In the kfreebsd-source binary-indep package, ensure files
and directories in the tarball are not writable by the src
group, but readable by all, regardless of the umask setting
when the package is built. (Closes: #791584)


Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2015-07-05 18:55:40 UTC (rev 5717)
+++ trunk/kfreebsd-10/debian/changelog	2015-07-06 13:08:39 UTC (rev 5718)
@@ -1,3 +1,12 @@
+kfreebsd-10 (10.1~svn274115-7) UNRELEASED; urgency=medium
+
+  * In the kfreebsd-source binary-indep package, ensure files
+    and directories in the tarball are not writable by the src
+    group, but readable by all, regardless of the umask setting
+    when the package is built. (Closes: #791584)
+
+ -- Steven Chamberlain <steven at pyro.eu.org>  Mon, 06 Jul 2015 13:47:06 +0100
+
 kfreebsd-10 (10.1~svn274115-6) unstable; urgency=medium
 
   * Restore files missing from previous upload:

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2015-07-05 18:55:40 UTC (rev 5717)
+++ trunk/kfreebsd-10/debian/rules	2015-07-06 13:08:39 UTC (rev 5718)
@@ -170,6 +170,7 @@
 
 	mkdir -p $(SOURCE_PACKAGE)/usr/src
 	chown -R root.src $(SRC_DIR)
+	chmod -R go+r-w $(SRC_DIR)
 	# Clamp timestamps to be no newer than last changelog entry, see
 	# https://wiki.debian.org/ReproducibleBuilds/TimestampsInTarball
 	find $(SRC_DIR) -newermt "$(BUILD_DATE)" -print0 \




More information about the Glibc-bsd-commits mailing list