Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d5db4452d832a7aee61370fc63de0cad569d100a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d5db4452d832a7aee61370fc63de0cad569d100a)
  • Date: Fri, 16 Sep 2016 08:19:49 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

audio-soft/abcde/0001-fix-install-path.patch | 25 +++++++++++++++++++++++++
audio-soft/abcde/DETAILS | 4 ++--
audio-soft/abcde/HISTORY | 4 ++++
audio-soft/abcde/PRE_BUILD | 5 +++++
editors/vim/DETAILS | 4 ++--
editors/vim/HISTORY | 3 +++
ftp/curl/DETAILS | 4 ++--
ftp/curl/HISTORY | 3 +++
perl-cpan/webservice-musicbrainz/DETAILS | 4 ++--
perl-cpan/webservice-musicbrainz/HISTORY | 3 +++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
utils/gnuplot/DETAILS | 4 ++--
utils/gnuplot/HISTORY | 3 +++
14 files changed, 61 insertions(+), 12 deletions(-)

New commits:
commit d5db4452d832a7aee61370fc63de0cad569d100a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/gnuplot: version 5.0.4

commit dc657f0c632027d9653e7db3345c0e03ff12254c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

ftp/curl: version 7.50.3, security update

commit df51a5262ee63d5cc696132e2ffa82b0b194ce50
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/setuptools: version 27.2.0

commit e7ebf2ba74138c4a89e3c79d996f6f501a076608
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

editors/vim: version 8.0.0005

commit ad8ce5a8621fb22779f872e8998964a20fb70f42
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/webservice-musicbrainz: version 0.94

commit 28f62963be8b79b5bb7d3bfafd5b9bbf629ecc02
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-soft/abcde: version 2.7.2

diff --git a/audio-soft/abcde/0001-fix-install-path.patch
b/audio-soft/abcde/0001-fix-install-path.patch
new file mode 100644
index 0000000..8ebe91c
--- /dev/null
+++ b/audio-soft/abcde/0001-fix-install-path.patch
@@ -0,0 +1,25 @@
+From b8a1116b7911a5a3064e91c77d3ba537fb8b36b1 Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <siflfran AT hawo.net>
+Date: Thu, 15 Sep 2016 19:03:19 +0200
+Subject: [PATCH] fix install path
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index f6dea6c..f866037 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ abcde_version = abcde-2.7.2
+ INSTALL = /usr/bin/install -c
+
+-prefix = /usr/local
++prefix = /usr
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ sysconfdir = /etc
+--
+2.10.0
+
diff --git a/audio-soft/abcde/DETAILS b/audio-soft/abcde/DETAILS
index c9d2a59..4a21a4a 100755
--- a/audio-soft/abcde/DETAILS
+++ b/audio-soft/abcde/DETAILS
@@ -1,9 +1,9 @@
SPELL=abcde
- VERSION=2.7.1
+ VERSION=2.7.2
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://abcde.einval.com/download/$SOURCE
-
SOURCE_HASH=sha512:55d0d6e01af7a492367889f948b1beb3d08ecf2204d6384a93f9b3ed4b8f34fad2c1e517f56a87c2d3041bf116fe6aaa7d1ae98705e4f5f89283288588c8b48e
+
SOURCE_HASH=sha512:b39af36d539de85b76e19da9fbe7ebb2dcbe69cc00a760eeaa163b402c9f7fbf399e28e6834904c12fc42706ab844522f3fc012bcd50a591b36f8c0b778af563
WEB_SITE=http://abcde.einval.com/
LICENSE[0]=GPL
ENTERED=20020911
diff --git a/audio-soft/abcde/HISTORY b/audio-soft/abcde/HISTORY
index ae34232..176eff3 100644
--- a/audio-soft/abcde/HISTORY
+++ b/audio-soft/abcde/HISTORY
@@ -1,3 +1,7 @@
+2016-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.7.2
+ * PRE_BUILD, 0001-fix-install-path.patch: fix installation directory
+
2015-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, DEPENDS: version 2.7.1

diff --git a/audio-soft/abcde/PRE_BUILD b/audio-soft/abcde/PRE_BUILD
new file mode 100755
index 0000000..fb6b1ff
--- /dev/null
+++ b/audio-soft/abcde/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+patch -p1 < "$SCRIPT_DIRECTORY/0001-fix-install-path.patch"
+
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 28f5729..e20f46e 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -8,12 +8,12 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=hg_http://vim.googlecode.com/hg:${SPELL}-hg
SOURCE_IGNORE=volatile
else
- VERSION=8.0.0003
+ VERSION=8.0.0005
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=https://github.com/vim/vim/archive/v${VERSION}.tar.gz
# SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
-
SOURCE_HASH=sha512:7720dff00156aa271fb99c4153bb22d427f0cf6dd868becb373503bdf08ccdbc0a44e8b583ed8fd7a759c00f9c3f59d9e6ac7667bbc3a204b581cbf79bb94beb
+
SOURCE_HASH=sha512:3d62557c6929e554c50f8043658665b907b235f180d8917288fc1434237856df7fa098ecb1823e6edea9e5735564cb55869e535350e52fd8c22423480a49438d
fi
WEB_SITE=http://www.vim.org
LICENSE[0]=http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index eb54014..3083c77 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,6 @@
+2016-09-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 8.0.0005
+
2016-09-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.0.0003

diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index 42958af..7f52d84 100755
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,6 +1,6 @@
SPELL=curl
- VERSION=7.50.2
- SECURITY_PATCH=17
+ VERSION=7.50.3
+ SECURITY_PATCH=18
SOURCE=$SPELL-$VERSION.tar.lzma
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index c2cfbf3..81b7cf9 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2016-09-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 7.50.3, SECURITY_PATCH++, fixes CFE-2016-7167
+
2016-09-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 7.50.2

diff --git a/perl-cpan/webservice-musicbrainz/DETAILS
b/perl-cpan/webservice-musicbrainz/DETAILS
index 58a87d3..7dde1de 100755
--- a/perl-cpan/webservice-musicbrainz/DETAILS
+++ b/perl-cpan/webservice-musicbrainz/DETAILS
@@ -1,8 +1,8 @@
SPELL=webservice-musicbrainz
- VERSION=0.93
+ VERSION=0.94
SOURCE="WebService-MusicBrainz-${VERSION}.tar.gz"
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/B/BF/BFAIST/${SOURCE}
-
SOURCE_HASH=sha512:52b61dc10dd406aafec3eaac01aa7cebd240176bc3ef10fd00be543b146ac23ef8f90ec6c1bab37ea5440292cf3fd9f599bc0df92a09d749f3df4f7c546ac2c8
+
SOURCE_HASH=sha512:4c73aa4e1407bb17567e0ad618771ffae47aa87925ef516640af6bb16e4dde2657a5c16bfa2dea2379b67812a2eee253d0642e4b2d73d43929d031f5917e51f0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/WebService-MusicBrainz-${VERSION}"
WEB_SITE="http://search.cpan.org/~bfaist/WebService-MusicBrainz/";
LICENSE[0]=ART
diff --git a/perl-cpan/webservice-musicbrainz/HISTORY
b/perl-cpan/webservice-musicbrainz/HISTORY
index 378c62e..4c135bb 100644
--- a/perl-cpan/webservice-musicbrainz/HISTORY
+++ b/perl-cpan/webservice-musicbrainz/HISTORY
@@ -1,3 +1,6 @@
+2016-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.94
+
2013-04-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index b22b9c3..8e74f14 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=26.0.0
-
SOURCE_HASH=sha512:5bba2e6b1e24864c16d7d8360dffa8bca633dfea2f9679e0bff2e7e286a22c9d156233ffdcd6acb9b8f715843722c82b8c0dcbc3c96a0e533b0fe64c1e25a142
+ VERSION=27.2.0
+
SOURCE_HASH=sha512:93fc5e4072c51a24044da260c2827bdb0e28e33638c98766601b1dca3e633f20270f646e8767d57d12059ce4942f151873541c968de0d60f32d07bff85f2c5b9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/pypa/$SPELL/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index fdf0ba6..2291fb0 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2016-09-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 27.2.0
+
2016-08-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 26.0.0

diff --git a/utils/gnuplot/DETAILS b/utils/gnuplot/DETAILS
index 038fea1..0bab80f 100755
--- a/utils/gnuplot/DETAILS
+++ b/utils/gnuplot/DETAILS
@@ -8,11 +8,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot
SOURCE_IGNORE=volatile
else
- VERSION=5.0.2
+ VERSION=5.0.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:44fb9fcb821139f9e61d86135d31a9308c3a46f10c96d08b342b64b14c942363dbc8af4fa233cb5ef0a6743280b5bf44572cabd838192128bfd6578b583ab0f0
+
SOURCE_HASH=sha512:ebb6bf64cc7f333135d328f6b72d73ef3a3b62f5df28d746efa1589dd9d54fc359306c7c2bc5ad9671b53b0cc945a4388b087abf365dda7417fe21a93ff29dae
fi
WEB_SITE=http://www.gnuplot.info
ENTERED=20020210
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index 347bec7..9fdea5d 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,4 +1,7 @@
2016-03-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 5.0.4
+
+2016-03-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, DEPENDS: version 5.0.2
* PRE_BUILD, 0001-fix-compatibility-with-lua-5.2.patch: fix
compatibility
with lua >= 5.2



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d5db4452d832a7aee61370fc63de0cad569d100a), Florian Franzmann, 09/16/2016

Archive powered by MHonArc 2.6.24.

Top of Page