Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.17 grimoire by Jaka Kranjc (f7d4dc55e43e81b0fb12e4114a13ed5eeb476be8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.17 grimoire by Jaka Kranjc (f7d4dc55e43e81b0fb12e4114a13ed5eeb476be8)
  • Date: Sun, 20 Jan 2008 10:12:56 -0600

GIT changes to stable-0.17 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

dev/null |binary
fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig |binary
fonts/ghostscript-fonts-std/ghostscript-fonts-std-8.11.tar.gz.sig |binary
ftp/deluge/DEPENDS | 3
++-
ftp/deluge/HISTORY | 3
+++
video/vobcopy/DETAILS | 3
++-
video/vobcopy/HISTORY | 3
+++
video/vobcopy/vobcopy-1.0.2.tar.bz2.sig | 0
video/vobcopy/vobcopy-1.1.0.tar.bz2.sig |binary
9 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit f7d4dc55e43e81b0fb12e4114a13ed5eeb476be8
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

vobcopy: SECURITY_PATCH++
(cherry picked from commit 654125c90b768f35e52c64abbd8c13586fe9e35b)

commit 88bcd7d5c56195f33531ca4a83acd3f01218e4b6
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

vobcopy: updated to 1.1.0
(cherry picked from commit 144a9cd9b2c5848937c1560ebef52d84325ddf98)

commit 0b589992ddd88024632039ff1f6197a4fe2f0abc
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

ftp/deluge: added dependency on librsvg2 (Bug #14216)

commit f5012097278fb4c42cb9ca78c27ff15617367048
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

ghostscript-fonts-std: Fixed Bug #14212 (signed with non-cross-certify
subkey)
ghostscript-fonts-other: Fixed Bug #14212 (signed with non-cross-certify
subkey)
(cherry picked from commit 0db06f7ca575941f72e408a4a880c4d3c1effa40)

diff --git
a/fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig
b/fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig
index 5518992..a31d895 100644
Binary files
a/fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig and
b/fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig differ
diff --git
a/fonts/ghostscript-fonts-std/ghostscript-fonts-std-8.11.tar.gz.sig
b/fonts/ghostscript-fonts-std/ghostscript-fonts-std-8.11.tar.gz.sig
index a47383d..2570c76 100644
Binary files
a/fonts/ghostscript-fonts-std/ghostscript-fonts-std-8.11.tar.gz.sig and
b/fonts/ghostscript-fonts-std/ghostscript-fonts-std-8.11.tar.gz.sig differ
diff --git a/ftp/deluge/DEPENDS b/ftp/deluge/DEPENDS
index 177f687..d8db437 100755
--- a/ftp/deluge/DEPENDS
+++ b/ftp/deluge/DEPENDS
@@ -1,5 +1,6 @@
depends pygtk2 &&
-depends dbus-python &&
+depends dbus-python &&
+depends librsvg2 &&
depends boost &&
sub_depends boost THREAD &&
sub_depends boost FILESYSTEM &&
diff --git a/ftp/deluge/HISTORY b/ftp/deluge/HISTORY
index 3e2933b..f34da57 100644
--- a/ftp/deluge/HISTORY
+++ b/ftp/deluge/HISTORY
@@ -1,3 +1,6 @@
+2008-01-13 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: added dependency on librsvg2 (Bug #14216)
+
2007-12-24 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: version update to 0.5.7.95

diff --git a/video/vobcopy/DETAILS b/video/vobcopy/DETAILS
index 6caf0a4..8ba2b6a 100755
--- a/video/vobcopy/DETAILS
+++ b/video/vobcopy/DETAILS
@@ -1,5 +1,5 @@
SPELL=vobcopy
- VERSION=1.0.2
+ VERSION=1.1.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://lpn.rnbhq.org/download/$SOURCE
@@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
ENTERED=20020327
KEYWORDS="dvd video"
+ SECURITY_PATCH=1
SHORT="copy VOB files from DVD's"
cat << EOF
vobcopy copies DVD .vob files to harddisk, decrypting (if you have libdvdcss
diff --git a/video/vobcopy/HISTORY b/video/vobcopy/HISTORY
index 017e21d..0818f95 100644
--- a/video/vobcopy/HISTORY
+++ b/video/vobcopy/HISTORY
@@ -1,3 +1,6 @@
+2008-01-14 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated to 1.1.0, SECURITY_PATCH++, CVE-2007-5718
+
2007-06-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 1.0.2

diff --git a/video/vobcopy/vobcopy-1.0.2.tar.bz2.sig
b/video/vobcopy/vobcopy-1.0.2.tar.bz2.sig
deleted file mode 100644
index 251e1cf..0000000
Binary files a/video/vobcopy/vobcopy-1.0.2.tar.bz2.sig and /dev/null differ
diff --git a/video/vobcopy/vobcopy-1.1.0.tar.bz2.sig
b/video/vobcopy/vobcopy-1.1.0.tar.bz2.sig
new file mode 100644
index 0000000..fe7093b
Binary files /dev/null and b/video/vobcopy/vobcopy-1.1.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to stable-0.17 grimoire by Jaka Kranjc (f7d4dc55e43e81b0fb12e4114a13ed5eeb476be8), Jaka Kranjc, 01/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page