Skip to Content.
Sympa Menu

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

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 (600773bd355afedb182ce57aa7beff7e68fa2cc7)
  • Date: Sun, 19 Aug 2018 11:52:59 +0000

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

editors/vim/DETAILS | 4 ++--
editors/vim/HISTORY | 3 +++
graphics/openexr/BUILD | 8 ++------
graphics/openexr/CONFIGURE | 1 -
graphics/openexr/DEPENDS | 6 +++---
graphics/openexr/DETAILS | 7 +++----
graphics/openexr/HISTORY | 5 +++++
libs/confuse/DETAILS | 4 ++--
libs/confuse/HISTORY | 3 +++
python-pypi/cherrypy/DETAILS | 4 ++--
python-pypi/cherrypy/HISTORY | 3 +++
python-pypi/python-cheroot/DETAILS | 4 ++--
python-pypi/python-cheroot/HISTORY | 3 +++
13 files changed, 33 insertions(+), 22 deletions(-)

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

graphics/openexr: version 2.3.0

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

libs/confuse: version 3.2.2

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

editors/vim: version 8.1.0296

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

python-pypi/python-cheroot

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

python/cherrypy: version 17.3.0

diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index ccb8f98..830490d 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.1.0207
+ VERSION=8.1.0296
SECURITY_PATCH=4
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_HASH=sha512:c039ebc91a3e93127c85869f2388dd5e896685b573c6ed3177557f775c9c404eddfde3da7bce6ac419524cd3ba6cb7da144124c86e4da2d446ef67b3f75b58d0
+
SOURCE_HASH=sha512:3a4bd6fcf530e0145901be93074ea4ddf1633df943477995ab4da81fbb4062da20caf24362c50d8143cbdc3405ae8244866dafae394b79f3281cb63cb2491bb5
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 42e8935..7aad467 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,6 @@
+2018-08-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 8.1.0296
+
2018-07-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.1.0207

diff --git a/graphics/openexr/BUILD b/graphics/openexr/BUILD
index 5a6f9ec..5423b8e 100755
--- a/graphics/openexr/BUILD
+++ b/graphics/openexr/BUILD
@@ -1,9 +1,5 @@
-if [[ $EXAMPLE == y ]]; then
- OPTS="$OPTS --enable-imfexamples"
-fi &&
-
if [[ $RESTEST == y ]]; then
- OPTS="$OPTS --enable-imffuzztest"
+ OPTS="$OPTS -DOPENEXR_RUN_FUZZ_TESTS=on"
fi &&

-CXXFLAGS="${CXXFLAGS} -fpermissive" LDFLAGS="${LDFLAGS} -lpthread"
default_build
+CXXFLAGS="${CXXFLAGS} -fpermissive" LDFLAGS="${LDFLAGS} -lpthread"
cmake_build
diff --git a/graphics/openexr/CONFIGURE b/graphics/openexr/CONFIGURE
index 30ec664..7d1b237 100755
--- a/graphics/openexr/CONFIGURE
+++ b/graphics/openexr/CONFIGURE
@@ -1,2 +1 @@
-config_query EXAMPLE "Build IlmImf example program?" n &&
config_query RESTEST "Build IlmImf damaged input resilience test?" n
diff --git a/graphics/openexr/DEPENDS b/graphics/openexr/DEPENDS
index d29494d..253f07c 100755
--- a/graphics/openexr/DEPENDS
+++ b/graphics/openexr/DEPENDS
@@ -1,4 +1,4 @@
depends -sub CXX gcc &&
-depends ilmbase &&
-
-optional_depends fltk "" "" "to build 'exrdisplay' image viewer"
+depends cmake &&
+depends python &&
+depends ilmbase
diff --git a/graphics/openexr/DETAILS b/graphics/openexr/DETAILS
index 5f8021a..0c1be59 100755
--- a/graphics/openexr/DETAILS
+++ b/graphics/openexr/DETAILS
@@ -1,11 +1,10 @@
SPELL=openexr
- VERSION=2.2.1
+ VERSION=2.3.0
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://savannah.nongnu.org/download/$SPELL/$SOURCE
- SOURCE_URL[1]=http://www.openexr.com/downloads/$SOURCE
-
SOURCE_HASH[0]=sha512:192100c6ac47534f3a93c55327d2ab90b07a8265156855086b326184328c257dcde12991b3f3f1831e2df4226fe884adcfe481c2f02a157c715aee665e89a480
+
SOURCE_URL[0]=https://github.com/openexr/openexr/archive/v${VERSION}.tar.gz
+
SOURCE_HASH[0]=sha512:268ae64b40d21d662f405fba97c307dad1456b7d996a447aadafd41b640ca736d4851d9544b4741a94e7b7c335fe6e9d3b16180e710671abfc0c8b2740b147b2
WEB_SITE=http://www.openexr.com/
ENTERED=20030123
LICENSE[0]=http://www.ilm.com/opensource/ilm-bsd-lic.html
diff --git a/graphics/openexr/HISTORY b/graphics/openexr/HISTORY
index aa024c2..64dca28 100644
--- a/graphics/openexr/HISTORY
+++ b/graphics/openexr/HISTORY
@@ -1,3 +1,8 @@
+2018-08-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, CONFIGURE: version 2.3.0
+ * BUILD, DEPENDS: use cmake
+ * DEPENDS: add dependency on python
+
2018-01-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.2.1, SECURITY_PATCH++, fixes CVE-2017-9110,
CVE-2017-9111, CVE-2017-9112, CVE-2017-9113, CVE-2017-9114,
CVE-2017-9115,
diff --git a/libs/confuse/DETAILS b/libs/confuse/DETAILS
index 3973e71..0dd80c7 100755
--- a/libs/confuse/DETAILS
+++ b/libs/confuse/DETAILS
@@ -1,8 +1,8 @@
SPELL=confuse
- VERSION=3.2.1
+ VERSION=3.2.2
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL[0]=https://github.com/martinh/lib${SPELL}/releases/download/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:738bacf6a3abb9c64666fec103eb18c8456b994e7ba3562bdb090ef4eb33f0330da844de14d658ef44e74f90104f67ceaf408d21ddf0d251f4c6ddd80e0b387c
+
SOURCE_HASH=sha512:c6baea65e064fe7f2d1bde187c6dcbb7f03c31f5d777cb04576f9cc2d94e9c96b7ee202e030e9a2c7eb619deb240d9e76fb12b3528ae5aa0d3abe231354d12c9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
LICENSE[0]=GPL
WEB_SITE=https://github.com/martinh/libconfuse
diff --git a/libs/confuse/HISTORY b/libs/confuse/HISTORY
index 78d4bd1..24bc4cc 100644
--- a/libs/confuse/HISTORY
+++ b/libs/confuse/HISTORY
@@ -1,3 +1,6 @@
+2018-08-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.2.2
+
2017-08-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.2.1

diff --git a/python-pypi/cherrypy/DETAILS b/python-pypi/cherrypy/DETAILS
index ee4ade4..d9ec213 100755
--- a/python-pypi/cherrypy/DETAILS
+++ b/python-pypi/cherrypy/DETAILS
@@ -1,9 +1,9 @@
SPELL=cherrypy
SPELLX=CherryPy
- VERSION=17.0.0
+ VERSION=17.3.0
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]="https://pypi.io/packages/source/C/${SPELLX}/${SOURCE}";
-
SOURCE_HASH=sha512:55781b464f45503097265ac5cffc6b3ae1bd28eb1517bfda6f59d802d59aa8138b9b2cef527afc75d8bcd075272b449ab32badcd59778bd5207b8ca54254e9cc
+
SOURCE_HASH=sha512:ac859928d7188ae06b2928ed3d9c71939e61a9fd633dd5d876e5adab18c5e239e1c106c0c7d991ce076aa16d566923caef69e2da8e69b4accc0398addf734d96
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=http://www.cherrypy.org/
LICENSE[0]=BSD
diff --git a/python-pypi/cherrypy/HISTORY b/python-pypi/cherrypy/HISTORY
index 5d06d85..bc25945 100644
--- a/python-pypi/cherrypy/HISTORY
+++ b/python-pypi/cherrypy/HISTORY
@@ -1,3 +1,6 @@
+2018-08-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 17.3.0
+
2018-07-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 17.0.0

diff --git a/python-pypi/python-cheroot/DETAILS
b/python-pypi/python-cheroot/DETAILS
index 222589e..d4ea8a9 100755
--- a/python-pypi/python-cheroot/DETAILS
+++ b/python-pypi/python-cheroot/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-cheroot
- VERSION=6.3.3
+ VERSION=6.4.0
SOURCE="cheroot-$VERSION.tar.gz"
SOURCE_URL[0]=http://pypi.io/packages/source/c/cheroot/$SOURCE
-
SOURCE_HASH=sha512:98d998776ec7f2424d99c0d0749e55de189302e6f03b9ab339123fddb896734f5f10b73c563cdaccf2cc36bcdedb4929ea208181970fabd99ab53d93831cfc10
+
SOURCE_HASH=sha512:3023a2e09b730cd9dbf88de8add2846855707e16d7aea94233365b73250b8051c4770951717ca3c3d64e9b902336c61c48452027e38ee8f1a131e1dc89ce0a45
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cheroot-${VERSION}"
WEB_SITE="https://github.com/cherrypy/cheroot";
LICENSE[0]=BSD
diff --git a/python-pypi/python-cheroot/HISTORY
b/python-pypi/python-cheroot/HISTORY
index 2ada6fe..6e8b4f9 100644
--- a/python-pypi/python-cheroot/HISTORY
+++ b/python-pypi/python-cheroot/HISTORY
@@ -1,3 +1,6 @@
+2018-08-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 6.4.0
+
2018-07-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 6.3.3




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (600773bd355afedb182ce57aa7beff7e68fa2cc7), Florian Franzmann, 08/19/2018

Archive powered by MHonArc 2.6.24.

Top of Page