[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.1.7.deb-2-1-ga85ce1d

Eugeniy Meshcheryakov eugen at debian.org
Sat May 2 00:04:43 UTC 2009


The following commit has been merged in the master branch:
commit a85ce1d3f59f2a2243f01108bfa3c0d494227740
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sat May 2 01:50:59 2009 +0200

    New patch: fixes/unsafe-tmp-handling
    
    * New patch:
      - fixes/unsafe-tmp-handling - disable creating result file
        in /tmp. This was done without any checks for symlinks,
        so this is security bug.

diff --git a/debian/changelog b/debian/changelog
index d372b9e..5502a80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+coccinelle (0.1.7.deb-3) unstable; urgency=high
+
+  * New patch:
+    - fixes/unsafe-tmp-handling - disable creating result file
+      in /tmp. This was done without any checks for symlinks,
+      so this is security bug.
+
+ -- Євгеній Мещеряков <eugen at debian.org>  Sat, 02 May 2009 01:58:20 +0200
+
 coccinelle (0.1.7.deb-2) unstable; urgency=low
 
   * Fix typo in debian/spatch
diff --git a/debian/rules b/debian/rules
index 299d36d..07f9923 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@
 TG_BRANCHES = debian/documentation-paths \
 	      fixes/system-menhir \
 	      fixes/system-pycaml \
-	      fixes/system-ocamlsexp
+	      fixes/system-ocamlsexp \
+	      fixes/unsafe-tmp-handling
 
 include /usr/share/quilt/quilt.make
 -include /usr/share/topgit/tg2quilt.mk

-- 
Debian packaging for coccinelle



More information about the Pkg-ocaml-maint-commits mailing list