Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (2ec7dce1945ec3d76d13aab37078b22863d2c834)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (2ec7dce1945ec3d76d13aab37078b22863d2c834)
  • Date: Wed, 28 Dec 2011 05:09:10 -0600

GIT changes to master binary grimoire by Thomas Orgis
<sobukus AT sourcemage.org>:

bin-http/firefox-bin/DETAILS | 6 +++---
bin-http/firefox-bin/HISTORY | 5 +++++
bin-http/firefox-bin/INSTALL | 3 ++-
3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 2ec7dce1945ec3d76d13aab37078b22863d2c834
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox-bin: bump to 9.0.1

diff --git a/bin-http/firefox-bin/DETAILS b/bin-http/firefox-bin/DETAILS
index c7c7a5f..22646b9 100755
--- a/bin-http/firefox-bin/DETAILS
+++ b/bin-http/firefox-bin/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox-bin
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
- VERSION=7.0.1
+ VERSION=9.0.1
SOURCE=firefox-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
@@ -9,14 +9,14 @@ if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
else
if [ "$FIREFOX_DEVEL" == "y" ]; then
- VERSION=7.0.1
+ VERSION=9.0.1
SOURCE=firefox-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"

SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$SOURCE

SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$SOURCE2
else
- VERSION=7.0.1
+ VERSION=9.0.1
SOURCE=firefox-${VERSION}.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
diff --git a/bin-http/firefox-bin/HISTORY b/bin-http/firefox-bin/HISTORY
index 8539697..7a86abb 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-bin/HISTORY
@@ -1,3 +1,8 @@
+2011-12-28 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: 9.0.1
+ * INSTALL: use install for firefox-bin (ensuring world-readable script
+ also from git grimoire when git user has some umask)
+
2011-10-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 7.0.1, SECURITY_PATCH=27
* firefox.gpg: copy from test grimoire
diff --git a/bin-http/firefox-bin/INSTALL b/bin-http/firefox-bin/INSTALL
index e931cb1..c3e2538 100755
--- a/bin-http/firefox-bin/INSTALL
+++ b/bin-http/firefox-bin/INSTALL
@@ -9,7 +9,8 @@ INSTALLDIR=/opt/firefox
mkdir -pv $INSTALLDIR &&
cp -Rv $SOURCE_DIRECTORY/* $INSTALLDIR &&
# cp $SCRIPT_DIRECTORY/firefox.sh /etc/profile.d/ &&
-cp -v $SCRIPT_DIRECTORY/firefox-bin /usr/bin/ &&
+# use install to ensure user permission
+install -v $SCRIPT_DIRECTORY/firefox-bin /usr/bin/ &&

#
# Create symlink to mozilla or firefox if selected



  • [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (2ec7dce1945ec3d76d13aab37078b22863d2c834), Thomas Orgis, 12/28/2011

Archive powered by MHonArc 2.6.24.

Top of Page