Skip to Content.
Sympa Menu

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

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 binary grimoire by Vlad Glagolev (e1ed8b22a90adb7f2dbde2994ef549308082b03c)
  • Date: Thu, 23 Oct 2014 03:00:45 -0500

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

bin-editors/libreoffice-bin-help/CONFIGURE | 4 ++--
bin-editors/libreoffice-bin-help/DETAILS | 2 +-
bin-editors/libreoffice-bin-help/HISTORY | 3 +++
bin-editors/libreoffice-bin-lang/CONFIGURE | 4 ++--
bin-editors/libreoffice-bin-lang/DETAILS | 2 +-
bin-editors/libreoffice-bin-lang/HISTORY | 3 +++
bin-editors/libreoffice-bin/DETAILS | 13 +++++++------
bin-editors/libreoffice-bin/HISTORY | 3 +++
8 files changed, 22 insertions(+), 12 deletions(-)

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

libreoffice-bin-lang: => 4.2.6

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

libreoffice-bin-help: => 4.2.6

commit 7d2ee001a8138fd7ef3cfe09f7b56249f24d5860
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libreoffice: => 4.2.6.3 [security]

diff --git a/bin-editors/libreoffice-bin-help/CONFIGURE
b/bin-editors/libreoffice-bin-help/CONFIGURE
index 74107a7..fa879b7 100755
--- a/bin-editors/libreoffice-bin-help/CONFIGURE
+++ b/bin-editors/libreoffice-bin-help/CONFIGURE
@@ -15,14 +15,14 @@ $HELPLANG_LIST &&
local i=1 &&
for LANGUAGE in $LIBO_HELPLANG; do
if [[ $i == 1 ]]; then
- echo
SOURCE=LibreOffice_\${VERSION}_Linux_\${URL_ARCH/_/-}_rpm_helppack_$LANGUAGE.tar.gz
>> $CFG &&
+ echo
SOURCE=LibreOffice_\${VERSION}-secfix_Linux_\${URL_ARCH/_/-}_rpm_helppack_$LANGUAGE.tar.gz
>> $CFG &&
echo SOURCE_URL[0]=\$SITE/\${URL_ARCH}/\$SOURCE >>
$CFG &&
echo SOURCE$(($i+1))=\$SOURCE.asc >>
$CFG &&
echo SOURCE$(($i+1))_URL[0]=\${SOURCE_URL[0]}.asc >>
$CFG &&
echo SOURCE_GPG=libreoffice.gpg:\$SOURCE$(($i+1)):UPSTREAM_KEY >>
$CFG &&
echo SOURCE$(($i+1))_IGNORE=signature >>
$CFG
else
- echo
SOURCE$i=LibreOffice_\${VERSION}_Linux_\${URL_ARCH/_/-}_rpm_helppack_$LANGUAGE.tar.gz
>> $CFG &&
+ echo
SOURCE$i=LibreOffice_\${VERSION}-secfix_Linux_\${URL_ARCH/_/-}_rpm_helppack_$LANGUAGE.tar.gz
>> $CFG &&
echo SOURCE${i}_URL[0]=\$SITE/\${URL_ARCH}/\$SOURCE$i
>> $CFG &&
echo SOURCE$(($i+1))=\$SOURCE${i}.asc
>> $CFG &&
echo SOURCE$(($i+1))_URL[0]=\${SOURCE${i}_URL[0]}.asc
>> $CFG &&
diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index 937b5d9..d7a7248 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -1,6 +1,6 @@
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-help
- VERSION=4.1.6
+ VERSION=4.2.6

SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
HELPLANG_LIST="en-US cs de es fi fr hr it ja nl pl pt ru sl tr"
diff --git a/bin-editors/libreoffice-bin-help/HISTORY
b/bin-editors/libreoffice-bin-help/HISTORY
index 156ea4e..10ae02d 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2014-10-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, CONFIGURE: updated spell to 4.2.6
+
2014-05-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.1.6

diff --git a/bin-editors/libreoffice-bin-lang/CONFIGURE
b/bin-editors/libreoffice-bin-lang/CONFIGURE
index c297406..a3644b9 100755
--- a/bin-editors/libreoffice-bin-lang/CONFIGURE
+++ b/bin-editors/libreoffice-bin-lang/CONFIGURE
@@ -15,14 +15,14 @@ $LANG_LIST &&
local i=1 &&
for LANGUAGE in $LIBO_LANG; do
if [[ $i == 1 ]]; then
- echo
SOURCE=LibreOffice_\${VERSION}_Linux_\${URL_ARCH/_/-}_rpm_langpack_$LANGUAGE.tar.gz
>> $CFG &&
+ echo
SOURCE=LibreOffice_\${VERSION}-secfix_Linux_\${URL_ARCH/_/-}_rpm_langpack_$LANGUAGE.tar.gz
>> $CFG &&
echo SOURCE_URL[0]=\$SITE/\${URL_ARCH}/\$SOURCE >> $CFG &&
echo SOURCE$(($i+1))=\$SOURCE.asc >>
$CFG &&
echo SOURCE$(($i+1))_URL[0]=\${SOURCE_URL[0]}.asc >>
$CFG &&
echo SOURCE_GPG=libreoffice.gpg:\$SOURCE$(($i+1)):UPSTREAM_KEY >>
$CFG &&
echo SOURCE$(($i+1))_IGNORE=signature >>
$CFG
else
- echo
SOURCE$i=LibreOffice_\${VERSION}_Linux_\${URL_ARCH/_/-}_rpm_langpack_$LANGUAGE.tar.gz
>> $CFG &&
+ echo
SOURCE$i=LibreOffice_\${VERSION}-secfix_Linux_\${URL_ARCH/_/-}_rpm_langpack_$LANGUAGE.tar.gz
>> $CFG &&
echo SOURCE${i}_URL[0]=\$SITE/\${URL_ARCH}/\$SOURCE$i >> $CFG &&
echo SOURCE$(($i+1))=\$SOURCE${i}.asc
>> $CFG &&
echo SOURCE$(($i+1))_URL[0]=\${SOURCE${i}_URL[0]}.asc
>> $CFG &&
diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 519953d..36bd949 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -1,6 +1,6 @@
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-lang
- VERSION=4.1.6
+ VERSION=4.2.6

SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LANG_LIST="cs de es fi fr hr it ja nl pl pt ru sl tr"
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY
b/bin-editors/libreoffice-bin-lang/HISTORY
index 2417748..2596be0 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2014-10-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, CONFIGURE: updated spell to 4.2.6
+
2014-05-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.1.6

diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index eb965e1..54c3f5b 100755
--- a/bin-editors/libreoffice-bin/DETAILS
+++ b/bin-editors/libreoffice-bin/DETAILS
@@ -1,24 +1,25 @@
SPELL=libreoffice-bin
SPELLX=libreoffice
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- VERSION=4.1.6
- BUILD_VERSION=2
- SOURCE=LibreOffice_${VERSION}_Linux_x86-64_rpm.tar.gz
+ VERSION=4.2.6
+ BUILD_VERSION=3
+ SOURCE=LibreOffice_${VERSION}-secfix_Linux_x86-64_rpm.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
URL_ARCH="x86_64"
LIBO_ARCH="x86_64"
else
- VERSION=4.1.6
- BUILD_VERSION=2
- SOURCE=LibreOffice_${VERSION}_Linux_x86_rpm.tar.gz
+ VERSION=4.2.6
+ BUILD_VERSION=3
+ SOURCE=LibreOffice_${VERSION}-secfix_Linux_x86_rpm.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
URL_ARCH="x86"
LIBO_ARCH="i586"
fi
+ SECURITY_PATCH=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_URL[0]=http://download.documentfoundation.org/${SPELLX}/stable/${VERSION}/rpm/$URL_ARCH/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
diff --git a/bin-editors/libreoffice-bin/HISTORY
b/bin-editors/libreoffice-bin/HISTORY
index 50a01e7..220fc60 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,6 @@
+2014-10-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.2.6.3; SECURITY_PATCH=1; updated source
+
2014-05-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.1.6.2




  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (e1ed8b22a90adb7f2dbde2994ef549308082b03c), Vlad Glagolev, 10/23/2014

Archive powered by MHonArc 2.6.24.

Top of Page