Skip to Content.
Sympa Menu

sm-commit - Re: [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 Kraljic <pyrobor AT ver.si>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (afb5e490494247908a94ce9e88957f81acd15ed4)
  • Date: Sat, 26 Sep 2009 14:47:10 +0200

Dne sobota 26 septembra 2009 ob 14:30:46 je Jaka Kranjc napisal(a):
> On Saturday 26 of September 2009 14:06:10 Bor Kraljič wrote:
> > 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:2fe9eafe99c64c57503739cabcd58f8aac29c1f353379c4072c183c0
> >bf0dee3fc7147120ad0fc8fef4dc6fdae542e5068ffca0a7e7d0bcf99d23500d49e9dc35 ;;
> > 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:6a103fdfe2b3f243ece02de68e2075a034acb80e242e96b6c6f07ef4
> >d88a4b0c69aecaf6d5ce6b84c59ca610c96c70a10af144042723402ca1e19d122ec93e4b +
> >
> >
> > SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/
> >NSS_3_12_4_RTM/src/$SOURCE +
> > SOURCE_HASH=sha512:f9914a326124a1372674b1070a7e4b4da5b85e56897797121372a999
> >5a75753f1cfbdee712a95dcca004a41285ced0fac8ad297e60a46d9443d94db409bd90cd ;;
> > esac
> >
> > @@ -25,7 +25,6 @@ esac
> > LICENSE[0]=MPL
> > LICENSE[1]=GPL
> > LICENSE[2]=LGPL
> > - PATCHLEVEL=1
> Why did you remove this? From the diff it appears to be outside the version
> switch statement, so it is relevant to all. You should move it to the other
> version(s) instead.
>
> LP

It wasn't me it was quill :) But now that you have mentioned. I can see that
this is wrong. I will move it to NSS_BRANCH=3.11.

have a nice day

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page