Skip to Content.
Sympa Menu

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

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 (623c881ad909fe50f06120abc561cc082ef239e8)
  • Date: Fri, 22 Sep 2017 08:15:50 +0000

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

ChangeLog | 6 ++++++
crypto/ca-certificates/DETAILS | 6 +++---
crypto/ca-certificates/HISTORY | 3 +++
haskell/haskell-concurrent-output/DEPENDS | 8 ++++++++
haskell/haskell-concurrent-output/DETAILS | 18 ++++++++++++++++++
haskell/haskell-concurrent-output/HISTORY | 3 +++
haskell/haskell-disk-free-space/DEPENDS | 1 +
haskell/haskell-disk-free-space/DETAILS | 13 +++++++++++++
haskell/haskell-disk-free-space/HISTORY | 3 +++
mail/claws-mail/DETAILS | 2 +-
mail/claws-mail/HISTORY | 3 +++
python-pypi/brotli/DETAILS | 4 ++--
python-pypi/brotli/HISTORY | 3 +++
13 files changed, 67 insertions(+), 6 deletions(-)

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

crypto/ca-certificates: version 20170717

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

python-pypi/brotli: version 1.0.0

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

haskell/haskell-concurrent-output: new spell, library for concurrent
console output

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

haskell/haskell-disk-free-space: new spell, library for querying free
disk space

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

mail/claws-mail: version 3.15.1

diff --git a/ChangeLog b/ChangeLog
index fb28c98..da8d412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * haskell/haskell-disk-free-space: new spell, library for querying
free disk
+ space
+ * haskell/haskell-concurrent-output: new spell, library for concurrent
+ console output
+
2017-09-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* disk/ext4magic: new spell, a recovery tool for the ext3/4
filesystems

diff --git a/crypto/ca-certificates/DETAILS b/crypto/ca-certificates/DETAILS
index cf132b5..6b55c3b 100755
--- a/crypto/ca-certificates/DETAILS
+++ b/crypto/ca-certificates/DETAILS
@@ -1,7 +1,7 @@
SPELL=ca-certificates
- VERSION=20161130+nmu1
- SECURITY_PATCH=1
-
SOURCE_HASH=sha512:e13b55442a708a06857251bddf1d72ad9278438bcab7bee4746ef1d107b5430abc413072ed5f89f0b061a723971207b39c7df55d6d717afb8298d24596382f01
+ VERSION=20170717
+ SECURITY_PATCH=2
+
SOURCE_HASH=sha512:ed58a4e7c548337134b6e680b74b6b26711a81adf7feefea99cfb5870ba741e996f958fce3d9d20ad5715b179aef04f5ffde3cdd32d02fbfeaa0b29e26fed628
SOURCE=${SPELL}_${VERSION}_all.deb
SOURCE_URL[0]=https://ftp.de.debian.org/debian/pool/main/c/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
diff --git a/crypto/ca-certificates/HISTORY b/crypto/ca-certificates/HISTORY
index 212cd3c..d3f96cf 100644
--- a/crypto/ca-certificates/HISTORY
+++ b/crypto/ca-certificates/HISTORY
@@ -1,3 +1,6 @@
+2017-09-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 20170922
+
2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 20161130+nmu1

diff --git a/haskell/haskell-concurrent-output/DEPENDS
b/haskell/haskell-concurrent-output/DEPENDS
new file mode 100755
index 0000000..b26d92e
--- /dev/null
+++ b/haskell/haskell-concurrent-output/DEPENDS
@@ -0,0 +1,8 @@
+depends ghc &&
+depends haskell-ansi-terminal &&
+depends haskell-async &&
+depends haskell-exceptions &&
+depends haskell-stm &&
+depends haskell-terminal-size &&
+depends haskell-text &&
+depends haskell-transformers
diff --git a/haskell/haskell-concurrent-output/DETAILS
b/haskell/haskell-concurrent-output/DETAILS
new file mode 100755
index 0000000..3016867
--- /dev/null
+++ b/haskell/haskell-concurrent-output/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=haskell-concurrent-output
+ VERSION=1.10.0
+ SOURCE="concurrent-output-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/package/concurrent-output-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:38be2a623ba77efc080512cc0fe619ed26c7b41c8256a66ad47b9d7994fc372a91bf3081db8de158b93a787692d1e683fc2d3c4af71b7f1fac7af06cf9a28d0a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/concurrent-output-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/concurrent-output";
+ LICENSE[0]=BSD
+ ENTERED=20170919
+ SHORT="lets multiple threads and external processes concurrently
output to the console"
+cat << EOF
+Lets multiple threads and external processes concurrently output to the
+console, without it getting all garbled up.
+
+Built on top of that is a way of defining multiple output regions, which
+are automatically laid out on the screen and can be individually updated by
+concurrent threads. Can be used for progress displays etc.
+EOF
diff --git a/haskell/haskell-concurrent-output/HISTORY
b/haskell/haskell-concurrent-output/HISTORY
new file mode 100644
index 0000000..9edf20d
--- /dev/null
+++ b/haskell/haskell-concurrent-output/HISTORY
@@ -0,0 +1,3 @@
+2017-09-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-disk-free-space/DEPENDS
b/haskell/haskell-disk-free-space/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-disk-free-space/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-disk-free-space/DETAILS
b/haskell/haskell-disk-free-space/DETAILS
new file mode 100755
index 0000000..0a2e49e
--- /dev/null
+++ b/haskell/haskell-disk-free-space/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-disk-free-space
+ VERSION=0.1.0.1
+ SOURCE="disk-free-space-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/disk-free-space-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/disk-free-space-${VERSION}"
+ WEB_SITE="https://github.com/redneb/disk-free-space";
+ LICENSE[0]=BSD
+ ENTERED=20170920
+ SHORT="library for retrieving info about disk space usage"
+cat << EOF
+A cross-platform library for retrieving information about disk space usage.
+EOF
diff --git a/haskell/haskell-disk-free-space/HISTORY
b/haskell/haskell-disk-free-space/HISTORY
new file mode 100644
index 0000000..e9fb986
--- /dev/null
+++ b/haskell/haskell-disk-free-space/HISTORY
@@ -0,0 +1,3 @@
+2017-09-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/mail/claws-mail/DETAILS b/mail/claws-mail/DETAILS
index b5b2d56..c615928 100755
--- a/mail/claws-mail/DETAILS
+++ b/mail/claws-mail/DETAILS
@@ -1,5 +1,5 @@
SPELL=claws-mail
- VERSION=3.15.0
+ VERSION=3.15.1
SECURITY_PATCH=1
SOURCE=$SPELL-${VERSION}.tar.xz

SOURCE_URL="http://www.claws-mail.org/download.php?file=releases/${SOURCE}";
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 8ffa67f..3a108b3 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,6 @@
+2017-09-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.15.1
+
2017-08-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: fix typo

diff --git a/python-pypi/brotli/DETAILS b/python-pypi/brotli/DETAILS
index f51383b..9744690 100755
--- a/python-pypi/brotli/DETAILS
+++ b/python-pypi/brotli/DETAILS
@@ -1,6 +1,6 @@
SPELL=brotli
- VERSION=0.6.0
-
SOURCE_HASH=sha512:36caa277790efeb5bff0fdc090cdcf00fd9995c4e81a60ed31d36af2e13848ec1afe5d84e6926eebbee013525191e9404e112cb7fbede16097221c5bc3dfb5d5
+ VERSION=1.0.0
+
SOURCE_HASH=sha512:d47728d5adb9ace79eb7fe89e0465fbf1874605b6febdee55fe03e88cb560c6808feb4a32657f21654c713a56f4f223e4ad5bd55a301d44795db98e3ea34adbb
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/google/brotli
diff --git a/python-pypi/brotli/HISTORY b/python-pypi/brotli/HISTORY
index 7110677..1325169f 100644
--- a/python-pypi/brotli/HISTORY
+++ b/python-pypi/brotli/HISTORY
@@ -1,3 +1,6 @@
+2017-09-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0.0
+
2017-04-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.6.0




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (623c881ad909fe50f06120abc561cc082ef239e8), Florian Franzmann, 09/22/2017

Archive powered by MHonArc 2.6.24.

Top of Page