[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c5165d2159a578f96659495c742c2528e3cbc044)

Treeve Jelbert scm at sourcemage.org
Tue Jul 7 04:19:42 EDT 2009


GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:

 disk/udev/DEPENDS               |    8 +++++++-
 disk/udev/HISTORY               |    3 +++
 graphics-libs/tiff/DETAILS      |    2 +-
 graphics-libs/tiff/HISTORY      |    7 +++++++
 graphics-libs/tiff/PRE_BUILD    |    3 +++
 graphics-libs/tiff/cve.diff.bz2 |binary
 6 files changed, 21 insertions(+), 2 deletions(-)

New commits:
commit baad6629097e978efbba9041bc81b50643016e37
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    tiff - fix security bug #15287

commit 904cfc02807c61068d25dfe185326a3234784fe6
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    udev - extra depends

diff --git a/disk/udev/DEPENDS b/disk/udev/DEPENDS
index 8118ba9..3f8a377 100755
--- a/disk/udev/DEPENDS
+++ b/disk/udev/DEPENDS
@@ -3,7 +3,13 @@ depends smgl-fhs &&
 
 if list_find "$UDEV_OPTS" "--enable-extras"; then
   depends acl &&
-  depends gperf
+  depends gperf  &&
+  depends pkgconfig &&
+  depends glib2     &&
+  depends libusb    &&
+  depends usbutils  &&
+  depends hwdata    &&
+  depends libxslt
 fi &&
 
 optional_depends libselinux \
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index f960b4d..458d7c6 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2009-07-06 Treeve Jelbert <treeve at sourcemage.org>
+	* DEPENDS: lots of extra depends
+
 2009-07-06 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 144
 
diff --git a/graphics-libs/tiff/DETAILS b/graphics-libs/tiff/DETAILS
index b8541e7..41ba17f 100755
--- a/graphics-libs/tiff/DETAILS
+++ b/graphics-libs/tiff/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=ftp://ftp.remotesensing.org/libtiff/$SOURCE
         WEB_SITE=http://www.libtiff.org
          ENTERED=20010922
-         UPDATED=20050511
+  SECURITY_PATCH=1
       LICENSE[0]=LGPL
         KEYWORDS="graphics libs"
            SHORT="tiff provides support for the Tag Image File Format."
diff --git a/graphics-libs/tiff/HISTORY b/graphics-libs/tiff/HISTORY
index a1efa6a..f8f4fe4 100644
--- a/graphics-libs/tiff/HISTORY
+++ b/graphics-libs/tiff/HISTORY
@@ -1,3 +1,10 @@
+2009-07-07 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: SECURITY_PATCH=1
+	* PRE_BUILD. cve.diff.bz2:
+	  multiple security patches from ubuntu
+	  CVE-2006-3459, CVE-2006-3465, CVE-2009-2285, CVE-2008-2327
+	  fixes bug #15287
+
 2009-03-19 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Removed zlib depends, already listed as optional
 	  libice, libsm, libxi, and libxmu are optional, per Ladislav
diff --git a/graphics-libs/tiff/PRE_BUILD b/graphics-libs/tiff/PRE_BUILD
new file mode 100755
index 0000000..36523f9
--- /dev/null
+++ b/graphics-libs/tiff/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build    &&
+cd $SOURCE_DIRECTORY &&
+bzcat $SPELL_DIRECTORY/cve.diff.bz2 |patch -p1
diff --git a/graphics-libs/tiff/cve.diff.bz2 b/graphics-libs/tiff/cve.diff.bz2
new file mode 100644
index 0000000..12237b1
Binary files /dev/null and b/graphics-libs/tiff/cve.diff.bz2 differ



More information about the SM-Commit mailing list