Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (c56c1e123fe3bec31bc6e9606ee810b42e8731e4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (c56c1e123fe3bec31bc6e9606ee810b42e8731e4)
  • Date: Thu, 13 Nov 2008 10:00:06 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/seamonkey/DEPENDS | 4 +++-
http/seamonkey/DETAILS | 6 +++---
http/seamonkey/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit c56c1e123fe3bec31bc6e9606ee810b42e8731e4
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

seamonkey: Updated to version 1.1.13. SECURITY_PATCH++
Added depends fixes for nss 3.12 from Bug #14858

diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 869d18b..7d36625 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -3,8 +3,10 @@ depends jpeg '--with-system-jpeg'
&&
depends libidl '--with-libIDL' &&
depends libpng '--with-system-png' &&
depends libxft &&
+if spell_ok nss && [[ $(installed_version nss) == 3.11* ]]; then
depends nspr '--with-system-nspr' &&
-depends nss '--with-system-nss --enable-crypto' &&
+depends nss '--with-system-nss --enable-crypto'
+fi &&
depends perl &&
depends xorg-libs '--with-x' &&
depends zip &&
diff --git a/http/seamonkey/DETAILS b/http/seamonkey/DETAILS
index fedaa8d..cede440 100755
--- a/http/seamonkey/DETAILS
+++ b/http/seamonkey/DETAILS
@@ -1,12 +1,12 @@
SPELL=seamonkey
- VERSION=1.1.12
+ VERSION=1.1.13
SOURCE=$SPELL-$VERSION.source.tar.bz2
-
SOURCE_HASH=sha512:95f14ac5c04c36b938f8a8d483aea8c194e2fb19a73592d16f3dc1b4d14a1f65450b197d0f2e40ab9f41440297708ec5ad1bf0c0d6cad60358d097a248afe222
+
SOURCE_HASH=sha512:58d15a31f0781026756332cacebbcee705e52d3bb2267b899aa2c5e63e2214f4f67b417dedda36f378fcb867b8d656655d792e8b450a9b673dfd8990f57f1430
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URI=seamonkey/releases/$VERSION/$SOURCE
SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
WEB_SITE=http://www.mozilla.org/
- SECURITY_PATCH=14
+ SECURITY_PATCH=15
ENTERED=20010922
LICENSE[0]=MPL
DOCS="LICENSE README.txt"
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index d543ab8..25c8aa2 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,7 @@
+2008-11-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 1.1.3. SECURITY_PATCH++
+ * DEPENDS: Added nss 3.12 fix from #14858
+
2008-09-23 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to vesion 1.1.12. SECURITY_PATCH++

http://www.mozilla.org/security/known-vulnerabilities/seamonkey11.html



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (c56c1e123fe3bec31bc6e9606ee810b42e8731e4), George Sherwood, 11/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page