Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d53dc4db528d5d7e6abbd9be4e2401312de70024)

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 master grimoire by Treeve Jelbert (d53dc4db528d5d7e6abbd9be4e2401312de70024)
  • Date: Thu, 10 Mar 2016 13:25:44 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

chat-libs/libotr/DETAILS | 5 +++--
chat-libs/libotr/HISTORY | 6 ++++++
chat-libs/libotr/otr.gpg |binary
dev/null |binary
libs/libwps/DETAILS | 4 ++--
libs/libwps/HISTORY | 3 +++
python-pypi/alembic/DETAILS | 4 ++--
python-pypi/alembic/HISTORY | 3 +++
python-pypi/python-llfuse/DETAILS | 4 ++--
python-pypi/python-llfuse/HISTORY | 3 +++
xorg-proto/wayland-protocols/DETAILS | 4 ++--
xorg-proto/wayland-protocols/HISTORY | 3 +++
12 files changed, 29 insertions(+), 10 deletions(-)

New commits:
commit d53dc4db528d5d7e6abbd9be4e2401312de70024
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libotr-4.1.1 - SECURITY FIX

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

wayland-protocols: => 1.3

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

alembic: => 0.8.5

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

python-llfuse: => 1.0

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

libwps: => 0.4.3

diff --git a/chat-libs/libotr/2BA87C5C.gpg b/chat-libs/libotr/2BA87C5C.gpg
deleted file mode 100644
index d75c8d6..0000000
Binary files a/chat-libs/libotr/2BA87C5C.gpg and /dev/null differ
diff --git a/chat-libs/libotr/DETAILS b/chat-libs/libotr/DETAILS
index b726f01..96b42d3 100755
--- a/chat-libs/libotr/DETAILS
+++ b/chat-libs/libotr/DETAILS
@@ -1,11 +1,12 @@
SPELL=libotr
- VERSION=4.1.0
+ VERSION=4.1.1
+ SECuRITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2=$SOURCE.asc
WEB_SITE="https://otr.cypherpunks.ca/";
SOURCE_URL[0]=$WEB_SITE/${SOURCE}
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=2BA87C5C.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_GPG=otr.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
LICENSE[0]=GPL
diff --git a/chat-libs/libotr/HISTORY b/chat-libs/libotr/HISTORY
index b87d5fc..37ce468 100644
--- a/chat-libs/libotr/HISTORY
+++ b/chat-libs/libotr/HISTORY
@@ -1,3 +1,9 @@
+2016-03-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.1.1
+ SECuRITY_PATCH=1 fixes CVE-2016-2851
+ * otr.gpg:added
+ * 2BA87C5C.gpg: deleted
+
2015-02-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.1.0
new url
diff --git a/chat-libs/libotr/otr.gpg b/chat-libs/libotr/otr.gpg
new file mode 100644
index 0000000..382e238
Binary files /dev/null and b/chat-libs/libotr/otr.gpg differ
diff --git a/libs/libwps/DETAILS b/libs/libwps/DETAILS
index fbca219..4e90bf6 100755
--- a/libs/libwps/DETAILS
+++ b/libs/libwps/DETAILS
@@ -1,6 +1,6 @@
SPELL=libwps
- VERSION=0.4.2
-
SOURCE_HASH=sha512:f7f9bc985ebd5599e0a38006dff6f63b0cb0c3ac2b873bbdb19878f71031d00527fa88fc134b75722329954ac7a8849ec9d314a11099a7089f407e9321530073
+ VERSION=0.4.3
+
SOURCE_HASH=sha512:a7be3997962a7aab4f471ef0d4b7c13d5af2bbcd6ab0ecd0f62f191ba6c9ce96f68043930ff1cdddc4f4690d893475a49ad534651bf5f5e37fa82d5ae52c851a
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://dev-www.libreoffice.org/src/$SOURCE
diff --git a/libs/libwps/HISTORY b/libs/libwps/HISTORY
index 0371a30..a806635 100644
--- a/libs/libwps/HISTORY
+++ b/libs/libwps/HISTORY
@@ -1,3 +1,6 @@
+2016-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.3
+
2015-10-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.4.2
* BUILD: added, to link to boost_system
diff --git a/python-pypi/alembic/DETAILS b/python-pypi/alembic/DETAILS
index 7d73215..5169202 100755
--- a/python-pypi/alembic/DETAILS
+++ b/python-pypi/alembic/DETAILS
@@ -1,6 +1,6 @@
SPELL=alembic
- VERSION=0.8.4
-
SOURCE_HASH=sha512:ef0c156d21b28dcabe1cb9249a0350fb12b489019240e46c37f2b070f04f86471afe0011c3df745f4d126a0477605f460cef63133cc28cb5ddf550f10627a7ab
+ VERSION=0.8.5
+
SOURCE_HASH=sha512:bc60363cc1dc4ee7dbc0b788f7ec638e3338b83dcca5858432bff1672c7bf5bbe8ba7522d80002140e8075017f1d5861ffb69b9c027790adc1b589484ad7448e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/a/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/alembic/HISTORY b/python-pypi/alembic/HISTORY
index ba2188d..6b64c07 100644
--- a/python-pypi/alembic/HISTORY
+++ b/python-pypi/alembic/HISTORY
@@ -1,3 +1,6 @@
+2016-03-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.5
+
2015-12-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.4

diff --git a/python-pypi/python-llfuse/DETAILS
b/python-pypi/python-llfuse/DETAILS
index 64b1258..b15de88 100755
--- a/python-pypi/python-llfuse/DETAILS
+++ b/python-pypi/python-llfuse/DETAILS
@@ -1,6 +1,6 @@
SPELL=python-llfuse
- VERSION=0.43
-
SOURCE_HASH=sha512:d3dfd33898eefd5774d007c960ac72f6c7a509ad18b5fb520a07f8c9b23414ba3f171e7d36a8703cdb2421270c3a3da82626cb6be7eb0cb3840d29506926c73f
+ VERSION=1.0
+
SOURCE_HASH=sha512:17d5fc91083dc29b11120980b68d000605582a757bf61a09ce4b840105fe0dc2b6afa416d09bf2abf11fd3c8bcbd5dfa4d90a9c9cc955c80a38111fb594e8b06
SOURCE="llfuse-${VERSION}.tar.bz2"
SOURCE_URL[0]=https://pypi.python.org/packages/source/l/llfuse/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/llfuse-${VERSION}"
diff --git a/python-pypi/python-llfuse/HISTORY
b/python-pypi/python-llfuse/HISTORY
index bae598e..a23eb70 100644
--- a/python-pypi/python-llfuse/HISTORY
+++ b/python-pypi/python-llfuse/HISTORY
@@ -1,3 +1,6 @@
+2016-03-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0
+
2016-02-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.43

diff --git a/xorg-proto/wayland-protocols/DETAILS
b/xorg-proto/wayland-protocols/DETAILS
index dc1ff82..466a2f9 100755
--- a/xorg-proto/wayland-protocols/DETAILS
+++ b/xorg-proto/wayland-protocols/DETAILS
@@ -1,6 +1,6 @@
SPELL=wayland-protocols
- VERSION=1.2
-
SOURCE_HASH=sha512:593716745cb1fbef01dc6effb44b8905e90d1ba8a88e5bb0b001838a10a65c8ad26f5e4a8810fceef2319447e883774126b5f480d645062778e9e955c3098acb
+ VERSION=1.3
+
SOURCE_HASH=sha512:8e407bce93e595ebb7c6a8c7542d4db81d352821c63f41ac75d27f6d52e81e18e0a9a7d4b18460e446c4201931e42a98c0cd214015f154363099eda5747cd738
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/xorg-proto/wayland-protocols/HISTORY
b/xorg-proto/wayland-protocols/HISTORY
index 16b9ff3..02e476b 100644
--- a/xorg-proto/wayland-protocols/HISTORY
+++ b/xorg-proto/wayland-protocols/HISTORY
@@ -1,3 +1,6 @@
+2016-03-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3
+
2016-03-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d53dc4db528d5d7e6abbd9be4e2401312de70024), Treeve Jelbert, 03/10/2016

Archive powered by MHonArc 2.6.24.

Top of Page