Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fc30c9b1e98629cc41e6f5a2e819afe757c9ef27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fc30c9b1e98629cc41e6f5a2e819afe757c9ef27)
  • Date: Fri, 13 Apr 2012 05:34:50 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
ftp/transmission/DETAILS | 2 +-
ftp/transmission/HISTORY | 4 ++++
ftp/transmission/PRE_BUILD | 6 ------
ftp/transmission/libnatpmp-20110618.patch | 11 -----------
ftp/transmission/transmission-2.50.tar.bz2.sig | 0
ftp/transmission/transmission-2.51.tar.bz2.sig |binary
http/nginx/DETAILS | 10 +++++-----
http/nginx/HISTORY | 5 +++++
http/nginx/nginx.gpg |binary
http/nginx/sysoev.gpg | 0
11 files changed, 15 insertions(+), 23 deletions(-)

New commits:
commit fc30c9b1e98629cc41e6f5a2e819afe757c9ef27
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nginx: => 1.0.15 (stable), 1.1.19 (devel) [security]

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

transmission: => 2.51

diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index ae645d7..20a720c 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,5 +1,5 @@
SPELL=transmission
- VERSION=2.50
+ VERSION=2.51
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.transmissionbt.com/files/$SOURCE
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index f2e1adc..3401c13 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,7 @@
+2012-04-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.51
+ * PRE_BUILD, libnatpmp-20110618.patch: dropped
+
2012-02-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.50
* DEPENDS: added libnatpmp optional dependency; added GTK+3 comment
diff --git a/ftp/transmission/PRE_BUILD b/ftp/transmission/PRE_BUILD
deleted file mode 100755
index bfc47c8..0000000
--- a/ftp/transmission/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-if is_depends_enabled $SPELL libnatpmp; then
- patch -p0 < "$SPELL_DIRECTORY/libnatpmp-20110618.patch"
-fi
diff --git a/ftp/transmission/libnatpmp-20110618.patch
b/ftp/transmission/libnatpmp-20110618.patch
deleted file mode 100644
index e8f44aa..0000000
--- a/ftp/transmission/libnatpmp-20110618.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libtransmission/natpmp.c.orig 2012-02-15 06:00:19.000000000 +0400
-+++ libtransmission/natpmp.c 2012-02-21 01:34:04.292023453 +0400
-@@ -120,7 +120,7 @@
-
- if( is_enabled && ( nat->state == TR_NATPMP_DISCOVER ) )
- {
-- int val = initnatpmp( &nat->natpmp );
-+ int val = initnatpmp( &nat->natpmp, 0, 0 );
- logVal( "initnatpmp", val );
- val = sendpublicaddressrequest( &nat->natpmp );
- logVal( "sendpublicaddressrequest", val );
diff --git a/ftp/transmission/transmission-2.50.tar.bz2.sig
b/ftp/transmission/transmission-2.50.tar.bz2.sig
deleted file mode 100644
index a26e4ee..0000000
Binary files a/ftp/transmission/transmission-2.50.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/transmission/transmission-2.51.tar.bz2.sig
b/ftp/transmission/transmission-2.51.tar.bz2.sig
new file mode 100644
index 0000000..8aecf29
Binary files /dev/null and b/ftp/transmission/transmission-2.51.tar.bz2.sig
differ
diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index bf4bd48..3ef5b16 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -6,8 +6,8 @@ fi

case "$NGINX_RELEASE" in
stable)
- VERSION=1.0.14
- SECURITY_PATCH=2
+ VERSION=1.0.15
+ SECURITY_PATCH=3
;;
legacy)
VERSION=0.8.55
@@ -17,15 +17,15 @@ case "$NGINX_RELEASE" in
SECURITY_PATCH=2
;;
devel)
- VERSION=1.1.17
- SECURITY_PATCH=2
+ VERSION=1.1.19
+ SECURITY_PATCH=3
;;
esac
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-$VERSION.tar.gz.asc
SOURCE_URL[0]=http://nginx.org/download/$SOURCE
SOURCE2_URL=$SOURCE_URL.asc
- SOURCE_GPG=sysoev.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_GPG=nginx.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index 299f8fb..9c04720 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,8 @@
+2012-04-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.15 (stable), 1.1.19 (devel) [security]
+ * sysoev.gpg: renamed to nginx.gpg
+ * nginx.gpg: added A1C052F8 public key (Maxim Dounin
<mdounin AT mdounin.ru>)
+
2012-03-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.14 (stable), 1.1.17 (devel) [security]

diff --git a/http/nginx/nginx.gpg b/http/nginx/nginx.gpg
new file mode 100644
index 0000000..e646019
Binary files /dev/null and b/http/nginx/nginx.gpg differ
diff --git a/http/nginx/sysoev.gpg b/http/nginx/sysoev.gpg
deleted file mode 100644
index 166a314..0000000
Binary files a/http/nginx/sysoev.gpg and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fc30c9b1e98629cc41e6f5a2e819afe757c9ef27), Vlad Glagolev, 04/13/2012

Archive powered by MHonArc 2.6.24.

Top of Page