[Pkg-mediawiki-commits] r372 - geshi/squeeze/debian

Jan Dittberner jandd at alioth.debian.org
Mon Aug 27 15:18:56 UTC 2012


Author: jandd
Date: 2012-08-27 15:18:56 +0000 (Mon, 27 Aug 2012)
New Revision: 372

Modified:
   geshi/squeeze/debian/changelog
   geshi/squeeze/debian/rules
Log:
* Team upload.
* Fix "Local File Inclusion Vulnerability in contrib script" use debian/rules
  to remove contrib/cssgen.php from bundled examples (Closes: #685324)

Modified: geshi/squeeze/debian/changelog
===================================================================
--- geshi/squeeze/debian/changelog	2012-08-26 19:15:09 UTC (rev 371)
+++ geshi/squeeze/debian/changelog	2012-08-27 15:18:56 UTC (rev 372)
@@ -1,3 +1,11 @@
+geshi (1.0.8.4-1+squeeze1) stable; urgency=low
+
+  * Team upload.
+  * Fix "Local File Inclusion Vulnerability in contrib script" use debian/rules
+    to remove contrib/cssgen.php from bundled examples (Closes: #685324)
+
+ -- Jan Dittberner <jandd at debian.org>  Mon, 27 Aug 2012 16:06:25 +0200
+
 geshi (1.0.8.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: geshi/squeeze/debian/rules
===================================================================
--- geshi/squeeze/debian/rules	2012-08-26 19:15:09 UTC (rev 371)
+++ geshi/squeeze/debian/rules	2012-08-27 15:18:56 UTC (rev 372)
@@ -10,6 +10,11 @@
 DEB_INSTALL_CHANGELOGS_php-geshi := docs/CHANGES
 
 
+clean::
+	# fix #685324
+	rm -f contrib/cssgen.php
+
+
 binary-predeb/php-geshi::
 	find debian/php-geshi -depth \( -name ".cvsignore" -o -name ".arch-ids" -o -name '*.swp' \) -exec rm -rf {} \;
 	find debian/php-geshi -type f -executable -exec chmod -x {} \;




More information about the Pkg-mediawiki-commits mailing list