Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (34bb4453772f5bf88baf679c941b8bf100e2d84d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (34bb4453772f5bf88baf679c941b8bf100e2d84d)
  • Date: Wed, 17 Jul 2013 06:30:43 -0500

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

crypto/gnutls/DEPENDS | 3 ++-
crypto/gnutls/DETAILS | 4 ++++
crypto/gnutls/HISTORY | 5 +++++
crypto/gnutls/PREPARE | 3 ++-
crypto/nettle/BUILD | 2 ++
crypto/nettle/DETAILS | 1 +
crypto/nettle/HISTORY | 7 +++++++
dev/null |binary
http/apache22/DETAILS | 4 ++--
http/apache22/HISTORY | 4 ++++
utils/youtube-dl/DETAILS | 12 +++---------
utils/youtube-dl/HISTORY | 6 ++++++
utils/youtube-dl/PRE_BUILD | 1 -
13 files changed, 38 insertions(+), 14 deletions(-)

New commits:
commit 3b05c3de3d46329179a205d64f4f3fd9d5c19c2e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

crypto/nettle: changed libdir

Watch your commits, Treeve. *.pc files went to /lib/pkgconfig, thus, no
other
package (for example gnutls) was unable to find nettle libraries and
headers.

commit d22ae18bf4e70183c008042e509a7856921eedc2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

nettle - do not install to /usr/lib64

commit 562ddf0d6420c9e4298b1bc899fb29cb7ceffac4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gnutls: => 3.2.2

commit 7be72c04d805f51041d175a7ce60534b61ae2ce2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

youtube-dl: Remove irrelevant text from long description

commit e84f00fcb99b1f341853c4748c3ef23ae414ff88
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

youtube-dl 2013.07.12

commit e2875d0cabd76994206a5b2ddfe2f38994035a03
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apache22: => 2.2.25

diff --git a/crypto/gnutls/DEPENDS b/crypto/gnutls/DEPENDS
index 83c5712..dbbc96a 100755
--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -1,6 +1,7 @@
depends libgcrypt "--with-libgcrypt" &&

-if [[ $GNUTLS_BRANCH == "3.0" ]] || [[ $GNUTLS_BRANCH == "3.1" ]];then
+if [[ $GNUTLS_BRANCH == "3.0" ]] || [[ $GNUTLS_BRANCH == "3.1" ]] \
+ || [[ $GNUTLS_BRANCH == "3.2" ]];then
depends LZMA &&
depends nettle
fi &&
diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
index 95e257f..e2a5a38 100755
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -54,6 +54,10 @@ case $GNUTLS_BRANCH in
VERSION=3.1.12
SOURCE=$SPELL-$VERSION.tar.xz
;;
+ 3.2)
+ VERSION=3.2.2
+ SOURCE=$SPELL-$VERSION.tar.xz
+ ;;
esac

SOURCE2=$SOURCE.sig
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 125c21c..0a34f29 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,8 @@
+2013-07-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: 3.2.2
+ * PREPARE: add new branch 3.2
+ * DEPENDS: test for 3.2 branch
+
2013-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 3.1.12

diff --git a/crypto/gnutls/PREPARE b/crypto/gnutls/PREPARE
index afbc189..321c9a8 100755
--- a/crypto/gnutls/PREPARE
+++ b/crypto/gnutls/PREPARE
@@ -13,4 +13,5 @@ if [ "$GNUTLS_OLD" == "n" ]; then
persistent_remove GNUTLS_OLD
fi

-config_query_list GNUTLS_BRANCH "Which branch of GnuTLS do you want to
build?" DEFAULT 2.2 2.4 2.6 2.8 2.10 2.12 3.0 3.1
+config_query_list GNUTLS_BRANCH "Which branch of GnuTLS do you want to
build?" \
+ DEFAULT 2.2 2.4 2.6 2.8 2.10 2.12 3.0 3.1 3.2
diff --git a/crypto/nettle/BUILD b/crypto/nettle/BUILD
new file mode 100755
index 0000000..b3d5bd4
--- /dev/null
+++ b/crypto/nettle/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --libdir=$INSTALL_ROOT/usr/lib" &&
+default_build
diff --git a/crypto/nettle/DETAILS b/crypto/nettle/DETAILS
index c2f2e38..24eed98 100755
--- a/crypto/nettle/DETAILS
+++ b/crypto/nettle/DETAILS
@@ -1,5 +1,6 @@
SPELL=nettle
VERSION=2.7.1
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index 9a52dec..0c1da76 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,3 +1,10 @@
+2013-07-16 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: changed libdir to /usr/lib
+
+2013-07-16 Treeve Jelbert <treeve AT sourmage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: added, to NOT install into /usr/lib64
+
2013-06.03 Treeve Jelbert <treeve AT sourmage.org>
* DETAILS: version 2.7.1

diff --git a/http/apache22/DETAILS b/http/apache22/DETAILS
index f40be6b..0a1feb1 100755
--- a/http/apache22/DETAILS
+++ b/http/apache22/DETAILS
@@ -1,6 +1,6 @@
SPELL=apache22
- VERSION=2.2.23
- SECURITY_PATCH=16
+ VERSION=2.2.25
+ SECURITY_PATCH=17
SOURCE=httpd-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index 7e4396d..ac315e8 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,7 @@
+2013-07-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.25; SECURITY_PATCH++ (CVE-2012-4558,
+ CVE-2012-3499, CVE-2013-1862, CVE-2013-1896)
+
2013-02-10 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: fixed requirement of LDAP subdependency in apr-util

diff --git a/utils/youtube-dl/DETAILS b/utils/youtube-dl/DETAILS
index fefb956..98eba96 100755
--- a/utils/youtube-dl/DETAILS
+++ b/utils/youtube-dl/DETAILS
@@ -1,10 +1,9 @@
SPELL=youtube-dl
- VERSION=2012.09.27
+ VERSION=2013.07.12
SOURCE=$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://github.com/rg3/youtube-dl/raw/$VERSION/$SOURCE
- SOURCE_HINTS[0]="no-check-certificate"
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_URL[0]=http://youtube-dl.org/downloads/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:37925046c9ee354605c21a4cfe615c185433f09536e36a50bf164e81153cee2e821065678e3374e55ee8cd9026df7883e3b5675fc83d7d6ac8c2e7d5e7b2229c
FORCE_DOWNLOAD=on
LICENSE[0]=BSD
KEYWORDS="utils"
@@ -13,9 +12,4 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SHORT='command-line program to download YouTube videos'
cat << EOF
youtube-dl is a small command-line program to download videos from
YouTube.com.
-It requires the Python interpreter, version 2.4 or later, and it's not
platform
-specific. It should work in your Unix box, in Windows or in Mac OS X. The
-latest version is 2008.03.08. It's licensed under the MIT License, which
means
-you can modify it, redistribute it or use it however you like complying with
a
-few simple conditions.
EOF
diff --git a/utils/youtube-dl/HISTORY b/utils/youtube-dl/HISTORY
index b61622c..affc376 100644
--- a/utils/youtube-dl/HISTORY
+++ b/utils/youtube-dl/HISTORY
@@ -1,3 +1,9 @@
+2013-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD: updated spell to 2013.07.12
+ Changed SOURCE_URL[0]
+ Switched to SOURCE_HASH
+ Removed PRE_BUILD, not needed
+
2012-09-27 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2012.09.27

diff --git a/utils/youtube-dl/PRE_BUILD b/utils/youtube-dl/PRE_BUILD
deleted file mode 100755
index b3f3f78..0000000
--- a/utils/youtube-dl/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-verify_file ''
diff --git a/utils/youtube-dl/youtube-dl.sig b/utils/youtube-dl/youtube-dl.sig
deleted file mode 100644
index c70a114..0000000
Binary files a/utils/youtube-dl/youtube-dl.sig and /dev/null differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (34bb4453772f5bf88baf679c941b8bf100e2d84d), Treeve Jelbert, 07/17/2013

Archive powered by MHonArc 2.6.24.

Top of Page