Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.11 grimoire by Eric Sandall (49aa88b0e3e178f16c00af84de1d61c168ee0c85)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.11 grimoire by Eric Sandall (49aa88b0e3e178f16c00af84de1d61c168ee0c85)
  • Date: Tue, 19 Jun 2007 10:38:35 -0500

GIT changes to stable-0.11 grimoire by Eric Sandall <sandalle AT sourcemage.org>:

VERSION | 2 +-
crypto/openssl/BUILD | 3 +++
crypto/openssl/HISTORY | 3 +++
dev/null |binary
video/vlc/DETAILS | 7 ++++---
video/vlc/HISTORY | 3 +++
video/vlc/vlc-0.8.6b.tar.bz2.sig | 0
7 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit 49aa88b0e3e178f16c00af84de1d61c168ee0c85
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

VERSION: 0.11-1

commit fc32968d3a482c3b43167c9138122baa202602e2
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Eric Sandall <sandalle AT sourcemage.org>

vlc 0.8.6c, SECURITY_PATCH++
(cherry picked from commit ac8b304caa622f4c29f1ae6814fb56cceb863b61)

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

openssl: fix #13855 - at least -O is needed for compilation
(cherry picked from commit 2aecbab554235e6b7571e3bd0f2912d85e2ebe4d)

diff --git a/VERSION b/VERSION
index 19b0b3e..3592cdc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.11-0
+0.11-1
diff --git a/crypto/openssl/BUILD b/crypto/openssl/BUILD
index 660392b..ae3a0cf 100755
--- a/crypto/openssl/BUILD
+++ b/crypto/openssl/BUILD
@@ -9,6 +9,9 @@ fi &&

sedit "s/-O3//" Makefile &&
sedit "s/-m486//" Makefile &&
+if [[ $CFLAGS == ${CFLAGS/-O/} ]]; then
+ CFLAGS="$CFLAGS -O"; # bug 13855
+fi &&
sedit "s/^CFLAG=/CFLAG=$CFLAGS /" Makefile &&
sedit "s/chmod 644\(.*pkgconfig\)/chmod 755\1/" Makefile &&

diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 443f8db..c6c5cac 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2007-06-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: add -O if no -Optimisation is specified #13855
+
2007-05-01 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD, evp_lib.c.diff: applied upstream patch [Bug 13750]
* DETAILS: PATCHLEVEL=1
diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS
index b8096ee..c3564ae 100755
--- a/video/vlc/DETAILS
+++ b/video/vlc/DETAILS
@@ -1,14 +1,15 @@
SPELL=vlc
- VERSION=0.8.6b
+ VERSION=0.8.6c
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.videolan.org/pub/vlc/$VERSION/$SOURCE
WEB_SITE=http://www.videolan.org
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_HASH=sha512:e2b71661c316b24ef0c7f3be8723cb90485dc727bb9ff06b97fb2446a73741cd78365ae6975bde7e172d9f1abb905eefab3c93182c4e1c82354aef9b31d84507
+# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
ENTERED=20011113
KEYWORDS="player video"
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
SHORT="multimedia player"
cat << EOF
VLC (initially VideoLAN Client) is a highly portable multimedia player for
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index e014184..52f97d2 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2007-06-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.8.6c, SECURITY_PATCH=3, VideoLAN-SA-0702
+
2007-04-21 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optionally depends on libnotify

diff --git a/video/vlc/vlc-0.8.6b.tar.bz2.sig
b/video/vlc/vlc-0.8.6b.tar.bz2.sig
deleted file mode 100644
index 3744ffb..0000000
Binary files a/video/vlc/vlc-0.8.6b.tar.bz2.sig and /dev/null differ



  • [SM-Commit] GIT changes to stable-0.11 grimoire by Eric Sandall (49aa88b0e3e178f16c00af84de1d61c168ee0c85), Eric Sandall, 06/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page