Skip to Content.
Sympa Menu

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

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 grimoire by Vlad Glagolev (a25d03513bee9f4cd8021e3d52f011af847aa60b)
  • Date: Mon, 15 Oct 2012 08:58:57 -0500

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

http/seamonkey/DEPENDS | 2 +-
http/seamonkey/HISTORY | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

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

seamonkey: added check for nss <3.13.5

diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 2ddf99d..0744963 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -12,7 +12,7 @@ fi &&

depends -sub 3.13.x nss &&

-if spell_ok nss && is_version_less $(installed_version nss) 3.13.2; then
+if spell_ok nss && is_version_less $(installed_version nss) 3.13.5; then
force_depends nss
fi &&

diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index a31c220..0d4f98a 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,5 +1,5 @@
2012-10-15 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: added check for nspr <4.9.2 and sqlite <3.7.13
+ * DEPENDS: added check for nspr <4.9.2, nss <3.13.5 and sqlite <3.7.13

2012-10-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.13.1; SECURITY_PATCH++



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a25d03513bee9f4cd8021e3d52f011af847aa60b), Vlad Glagolev, 10/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page