Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (afb5e490494247908a94ce9e88957f81acd15ed4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (afb5e490494247908a94ce9e88957f81acd15ed4)
  • Date: Sat, 26 Sep 2009 07:06:10 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

crypto/nss/BUILD | 4 +++-
crypto/nss/DETAILS | 7 +++----
crypto/nss/HISTORY | 5 +++++
dev/null |binary
spelling/hunspell/DETAILS | 2 +-
spelling/hunspell/HISTORY | 3 +++
spelling/hunspell/hunspell-1.1.12.tar.gz.sig | 0
spelling/hunspell/hunspell-1.2.8.tar.gz.sig |binary
8 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit afb5e490494247908a94ce9e88957f81acd15ed4
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

hunspell: => 1.2.8

commit c5adaba49decb2bf9dd375a7e1dbc004986bf049
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

nss: NSS_BRANCH=3.12 to 3.12.4

diff --git a/crypto/nss/BUILD b/crypto/nss/BUILD
index 9f9d559..4aa02ae 100755
--- a/crypto/nss/BUILD
+++ b/crypto/nss/BUILD
@@ -12,7 +12,9 @@ cd $SOURCE_DIRECTORY/mozilla/security/coreconf &&

echo 'INCLUDES += -I/usr/include/nspr -I$(DIST)/include/dbm' >> headers.mk &&

-sed -e 's:$(DIST)/lib:/usr/lib/nspr:' -i location.mk &&
+if [[ $NSS_BRANCH != 3.12 ]]; then
+ sedit 's:$(DIST)/lib:/usr/lib/nspr:' location.mk
+fi &&

make_single &&

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 938a8db..7387375 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -12,10 +12,10 @@ case $NSS_BRANCH in

SOURCE_HASH=sha512:2fe9eafe99c64c57503739cabcd58f8aac29c1f353379c4072c183c0bf0dee3fc7147120ad0fc8fef4dc6fdae542e5068ffca0a7e7d0bcf99d23500d49e9dc35
;;
3.12)
- VERSION=3.12.3.1
+ VERSION=3.12.4
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_3_1_RTM/src/$SOURCE
-
SOURCE_HASH=sha512:6a103fdfe2b3f243ece02de68e2075a034acb80e242e96b6c6f07ef4d88a4b0c69aecaf6d5ce6b84c59ca610c96c70a10af144042723402ca1e19d122ec93e4b
+
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_4_RTM/src/$SOURCE
+
SOURCE_HASH=sha512:f9914a326124a1372674b1070a7e4b4da5b85e56897797121372a9995a75753f1cfbdee712a95dcca004a41285ced0fac8ad297e60a46d9443d94db409bd90cd
;;
esac

@@ -25,7 +25,6 @@ esac
LICENSE[0]=MPL
LICENSE[1]=GPL
LICENSE[2]=LGPL
- PATCHLEVEL=1
GATHER_DOCS=off
KEYWORDS="security crypto"
SHORT='Network Security Services (NSS)'
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 12b0b19..456fb4c 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,8 @@
+2009-09-26 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: removed sed edit that breaks the build for new version
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated NSS_BRANCH=3.12 to 3.12.4
+
2009-07-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.12.3.1, bz2 -> gz

diff --git a/spelling/hunspell/DETAILS b/spelling/hunspell/DETAILS
index 38f43e9..01563f8 100755
--- a/spelling/hunspell/DETAILS
+++ b/spelling/hunspell/DETAILS
@@ -1,5 +1,5 @@
SPELL=hunspell
- VERSION=1.1.12
+ VERSION=1.2.8
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
diff --git a/spelling/hunspell/HISTORY b/spelling/hunspell/HISTORY
index c246a0e..0d9dc4c 100644
--- a/spelling/hunspell/HISTORY
+++ b/spelling/hunspell/HISTORY
@@ -1,3 +1,6 @@
+2009-09-26 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.2.8
+
2007-10-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.1.12

diff --git a/spelling/hunspell/hunspell-1.1.12.tar.gz.sig
b/spelling/hunspell/hunspell-1.1.12.tar.gz.sig
deleted file mode 100644
index 9ed7cef..0000000
Binary files a/spelling/hunspell/hunspell-1.1.12.tar.gz.sig and /dev/null
differ
diff --git a/spelling/hunspell/hunspell-1.2.8.tar.gz.sig
b/spelling/hunspell/hunspell-1.2.8.tar.gz.sig
new file mode 100644
index 0000000..68b2e1b
Binary files /dev/null and b/spelling/hunspell/hunspell-1.2.8.tar.gz.sig
differ




Archive powered by MHonArc 2.6.24.

Top of Page