[arch-commits] Commit in nss/repos (24 files)

2017-06-09 Thread Jan Steffens
Date: Friday, June 9, 2017 @ 12:09:36
  Author: heftig
Revision: 298483

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 298482, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 298482, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 298482, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 298482, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-config.xml
(from rev 298482, nss/trunk/nss-config.xml)
  nss/repos/testing-i686/nss.pc.in
(from rev 298482, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 298482, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 298482, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 298482, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 298482, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 298482, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 298482, nss/trunk/nss.pc.in)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss-config.xml
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss-config.xml
  nss/repos/testing-x86_64/nss.pc.in

+
 /PKGBUILD  |  198 ++
 /bundle.sh |   44 ++
 /certdata2pem.py   |  756 +++
 /nss-config.in |  290 ++
 /nss-config.xml|  264 +
 /nss.pc.in |   22 +
 testing-i686/PKGBUILD  |  120 --
 testing-i686/bundle.sh |   22 -
 testing-i686/certdata2pem.py   |  378 ---
 testing-i686/nss-config.in |  145 ---
 testing-i686/nss-config.xml|  132 --
 testing-i686/nss.pc.in |   11 
 testing-x86_64/PKGBUILD|  120 --
 testing-x86_64/bundle.sh   |   22 -
 testing-x86_64/certdata2pem.py |  378 ---
 testing-x86_64/nss-config.in   |  145 ---
 testing-x86_64/nss-config.xml  |  132 --
 testing-x86_64/nss.pc.in   |   11 
 18 files changed, 1574 insertions(+), 1616 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-06-09 12:08:20 UTC (rev 298482)
+++ testing-i686/PKGBUILD   2017-06-09 12:09:36 UTC (rev 298483)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nss
-pkgname=(nss ca-certificates-mozilla)
-pkgver=3.31
-pkgrel=1
-pkgdesc="Network Security Services"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
-arch=(i686 x86_64)
-license=('MPL' 'GPL')
-_nsprver=4.12
-depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
-makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz";
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('e90561256a3271486162c1fbe8d614d118c333d36a4455be2af8688bd420a65d'
-'512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
-'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1')
-
-prepare() {
-  mkdir certs
-
-  echo -n "$(date +"%e %B %Y")" >date.xml
-  echo -n "$pkgver" >version.xml
-
-  cd nss-$pkgver
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-
-  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
-  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
-}
-
-
-build() {
-  xmlto man nss-config.xml
-
-  cd certs
-  python2 ../certdata2pem.py
-
-  cd ..
-  sh bundle.sh
-
-  cd nss-$pkgver/nss
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ALLOW_SSLKEYLOGFILE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS} -Wno-error=int-in-bool-context"
-
-  [[ $CARCH == x86_64 ]] && export USE_64=1
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-  make clean_docs build_docs
-}
-
-package_nss() {
-  cd nss-$pkgver
-
-  install -d "$pkgdir"/usr/{bin,include/nss,lib/pkgconfig,share/man/man1}
-
-  NSS_VMAJOR=$(grep '#d

[arch-commits] Commit in nss/repos (24 files)

2017-04-05 Thread Jan Steffens
Date: Wednesday, April 5, 2017 @ 21:05:35
  Author: heftig
Revision: 292219

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 292218, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 292218, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 292218, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 292218, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-config.xml
(from rev 292218, nss/trunk/nss-config.xml)
  nss/repos/testing-i686/nss.pc.in
(from rev 292218, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 292218, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 292218, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 292218, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 292218, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 292218, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 292218, nss/trunk/nss.pc.in)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss-config.xml
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss-config.xml
  nss/repos/testing-x86_64/nss.pc.in

+
 /PKGBUILD  |  240 
 /bundle.sh |   44 ++
 /certdata2pem.py   |  756 +++
 /nss-config.in |  290 ++
 /nss-config.xml|  264 +
 /nss.pc.in |   22 +
 testing-i686/PKGBUILD  |  120 --
 testing-i686/bundle.sh |   22 -
 testing-i686/certdata2pem.py   |  378 ---
 testing-i686/nss-config.in |  145 ---
 testing-i686/nss-config.xml|  132 --
 testing-i686/nss.pc.in |   11 
 testing-x86_64/PKGBUILD|  120 --
 testing-x86_64/bundle.sh   |   22 -
 testing-x86_64/certdata2pem.py |  378 ---
 testing-x86_64/nss-config.in   |  145 ---
 testing-x86_64/nss-config.xml  |  132 --
 testing-x86_64/nss.pc.in   |   11 
 18 files changed, 1616 insertions(+), 1616 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-05 21:04:48 UTC (rev 292218)
+++ testing-i686/PKGBUILD   2017-04-05 21:05:35 UTC (rev 292219)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nss
-pkgname=(nss ca-certificates-mozilla)
-pkgver=3.30
-pkgrel=1
-pkgdesc="Network Security Services"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
-arch=(i686 x86_64)
-license=('MPL' 'GPL')
-_nsprver=4.12
-depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
-makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz";
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('a8cdae5e992f6563972e26dbfefc50d006dd845c43b8ca24ea50169ff3a9'
-'512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
-'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1')
-
-prepare() {
-  mkdir certs
-
-  echo -n "$(date +"%e %B %Y")" >date.xml
-  echo -n "$pkgver" >version.xml
-
-  cd nss-$pkgver
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-
-  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
-  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
-}
-
-
-build() {
-  xmlto man nss-config.xml
-
-  cd certs
-  python2 ../certdata2pem.py
-
-  cd ..
-  sh bundle.sh
-
-  cd nss-$pkgver/nss
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ALLOW_SSLKEYLOGFILE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  [[ $CARCH == x86_64 ]] && export USE_64=1
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-  make clean_docs build_docs
-}
-
-package_nss() {
-  cd nss-$pkgver
-
-  install -d "$pkgdir"/usr/{bin,include/nss,lib/pkgconfig,share/man/man1}
-
-  NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/li

[arch-commits] Commit in nss/repos (24 files)

2017-03-07 Thread Jan Steffens
Date: Tuesday, March 7, 2017 @ 21:05:26
  Author: heftig
Revision: 290106

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 290105, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 290105, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 290105, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 290105, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-config.xml
(from rev 290105, nss/trunk/nss-config.xml)
  nss/repos/testing-i686/nss.pc.in
(from rev 290105, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 290105, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 290105, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 290105, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 290105, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 290105, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 290105, nss/trunk/nss.pc.in)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss-config.xml
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss-config.xml
  nss/repos/testing-x86_64/nss.pc.in

+
 /PKGBUILD  |  240 
 /bundle.sh |   44 ++
 /certdata2pem.py   |  756 +++
 /nss-config.in |  290 ++
 /nss-config.xml|  264 +
 /nss.pc.in |   22 +
 testing-i686/PKGBUILD  |  122 --
 testing-i686/bundle.sh |   54 --
 testing-i686/certdata2pem.py   |  200 --
 testing-i686/nss-config.in |  145 ---
 testing-i686/nss-config.xml|  132 --
 testing-i686/nss.pc.in |   11 
 testing-x86_64/PKGBUILD|  122 --
 testing-x86_64/bundle.sh   |   54 --
 testing-x86_64/certdata2pem.py |  200 --
 testing-x86_64/nss-config.in   |  145 ---
 testing-x86_64/nss-config.xml  |  132 --
 testing-x86_64/nss.pc.in   |   11 
 18 files changed, 1616 insertions(+), 1328 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-07 21:02:52 UTC (rev 290105)
+++ testing-i686/PKGBUILD   2017-03-07 21:05:26 UTC (rev 290106)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nss
-pkgname=(nss ca-certificates-mozilla)
-pkgver=3.29.3
-pkgrel=1
-pkgdesc="Network Security Services"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
-arch=(i686 x86_64)
-license=('MPL' 'GPL')
-_nsprver=4.12
-depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
-makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz";
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('35ddcc31251ef829994efeee925011aa1414e32be7e388236970255aa3c8e1eb'
-'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
-'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1')
-
-prepare() {
-  mkdir certs
-
-  echo -n "$(date +"%e %B %Y")" >date.xml
-  echo -n "$pkgver" >version.xml
-
-  cd nss-$pkgver
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-
-  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
-  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
-}
-
-
-build() {
-  xmlto man nss-config.xml
-
-  cd certs
-  python2 ../certdata2pem.py
-
-  cd ..
-  sh bundle.sh
-
-  cd nss-$pkgver/nss
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ALLOW_SSLKEYLOGFILE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  [[ $CARCH == x86_64 ]] && export USE_64=1
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-  make clean_docs build_docs
-}
-
-package_nss() {
-  cd nss-$pkgver
-
-  install -d "$pkgdir"/usr/{bin,include/nss,lib/pkgconfig,share/man/man1}
-
-  NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/lib/ns

[arch-commits] Commit in nss/repos (24 files)

2017-03-06 Thread Jan Steffens
Date: Monday, March 6, 2017 @ 21:37:12
  Author: heftig
Revision: 290067

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 290066, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 290066, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 290066, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 290066, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-config.xml
(from rev 290066, nss/trunk/nss-config.xml)
  nss/repos/testing-i686/nss.pc.in
(from rev 290066, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 290066, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 290066, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 290066, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 290066, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 290066, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 290066, nss/trunk/nss.pc.in)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss-config.xml
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss-config.xml
  nss/repos/testing-x86_64/nss.pc.in

+
 /PKGBUILD  |  244 +++
 /bundle.sh |  108 ++
 /certdata2pem.py   |  400 +++
 /nss-config.in |  290 
 /nss-config.xml|  264 +
 /nss.pc.in |   22 ++
 testing-i686/PKGBUILD  |  122 ---
 testing-i686/bundle.sh |   54 -
 testing-i686/certdata2pem.py   |  200 ---
 testing-i686/nss-config.in |  145 --
 testing-i686/nss-config.xml|  132 
 testing-i686/nss.pc.in |   11 -
 testing-x86_64/PKGBUILD|  122 ---
 testing-x86_64/bundle.sh   |   54 -
 testing-x86_64/certdata2pem.py |  200 ---
 testing-x86_64/nss-config.in   |  145 --
 testing-x86_64/nss-config.xml  |  132 
 testing-x86_64/nss.pc.in   |   11 -
 18 files changed, 1328 insertions(+), 1328 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-06 21:36:03 UTC (rev 290066)
+++ testing-i686/PKGBUILD   2017-03-06 21:37:12 UTC (rev 290067)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nss
-pkgname=(nss ca-certificates-mozilla)
-pkgver=3.29.2
-pkgrel=1
-pkgdesc="Network Security Services"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
-arch=(i686 x86_64)
-license=('MPL' 'GPL')
-_nsprver=4.12
-depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
-makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz";
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('bc44302b624faf0ac187ec4b8b4c003c0ec465aa846744a085e6ac5ff3012891'
-'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
-'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1')
-
-prepare() {
-  mkdir certs
-
-  echo -n "$(date +"%e %B %Y")" >date.xml
-  echo -n "$pkgver" >version.xml
-
-  cd nss-$pkgver
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-
-  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
-  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
-}
-
-
-build() {
-  xmlto man nss-config.xml
-
-  cd certs
-  python2 ../certdata2pem.py
-
-  cd ..
-  sh bundle.sh
-
-  cd nss-$pkgver/nss
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ALLOW_SSLKEYLOGFILE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  [[ $CARCH == x86_64 ]] && export USE_64=1
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-  make clean_docs build_docs
-}
-
-package_nss() {
-  cd nss-$pkgver
-
-  install -d "$pkgdir"

[arch-commits] Commit in nss/repos (24 files)

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 23:00:10
  Author: heftig
Revision: 289122

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 289121, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 289121, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 289121, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 289121, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-config.xml
(from rev 289121, nss/trunk/nss-config.xml)
  nss/repos/testing-i686/nss.pc.in
(from rev 289121, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 289121, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 289121, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 289121, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 289121, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 289121, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 289121, nss/trunk/nss.pc.in)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss-config.xml
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss-config.xml
  nss/repos/testing-x86_64/nss.pc.in

+
 /PKGBUILD  |  244 +++
 /bundle.sh |  108 ++
 /certdata2pem.py   |  400 +++
 /nss-config.in |  290 
 /nss-config.xml|  264 +
 /nss.pc.in |   22 ++
 testing-i686/PKGBUILD  |  122 ---
 testing-i686/bundle.sh |   54 -
 testing-i686/certdata2pem.py   |  200 ---
 testing-i686/nss-config.in |  145 --
 testing-i686/nss-config.xml|  132 
 testing-i686/nss.pc.in |   11 -
 testing-x86_64/PKGBUILD|  122 ---
 testing-x86_64/bundle.sh   |   54 -
 testing-x86_64/certdata2pem.py |  200 ---
 testing-x86_64/nss-config.in   |  145 --
 testing-x86_64/nss-config.xml  |  132 
 testing-x86_64/nss.pc.in   |   11 -
 18 files changed, 1328 insertions(+), 1328 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-02-17 22:54:48 UTC (rev 289121)
+++ testing-i686/PKGBUILD   2017-02-17 23:00:10 UTC (rev 289122)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nss
-pkgname=(nss ca-certificates-mozilla)
-pkgver=3.29
-pkgrel=1
-pkgdesc="Network Security Services"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
-arch=(i686 x86_64)
-license=('MPL' 'GPL')
-_nsprver=4.12
-depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
-makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz";
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('ee19ebfe7b012dedb71f04a55dd06fa26f8dce435e5980531c790bd42673c6fa'
-'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
-'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1')
-
-prepare() {
-  mkdir certs
-
-  echo -n "$(date +"%e %B %Y")" >date.xml
-  echo -n "$pkgver" >version.xml
-
-  cd nss-$pkgver
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-
-  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
-  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
-}
-
-
-build() {
-  xmlto man nss-config.xml
-
-  cd certs
-  python2 ../certdata2pem.py
-
-  cd ..
-  sh bundle.sh
-
-  cd nss-$pkgver/nss
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ALLOW_SSLKEYLOGFILE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  [[ $CARCH == x86_64 ]] && export USE_64=1
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-  make clean_docs build_docs
-}
-
-package_nss() {
-  cd nss-$pkgver
-
-  install -d "$pkgdi

[arch-commits] Commit in nss/repos (24 files)

2016-10-10 Thread Jan Steffens
Date: Monday, October 10, 2016 @ 22:14:07
  Author: heftig
Revision: 278207

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 278206, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 278206, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 278206, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 278206, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-config.xml
(from rev 278206, nss/trunk/nss-config.xml)
  nss/repos/testing-i686/nss.pc.in
(from rev 278206, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 278206, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 278206, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 278206, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 278206, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 278206, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 278206, nss/trunk/nss.pc.in)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss-config.xml
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss-config.xml
  nss/repos/testing-x86_64/nss.pc.in

+
 /PKGBUILD  |  244 +++
 /bundle.sh |  108 ++
 /certdata2pem.py   |  400 +++
 /nss-config.in |  290 
 /nss-config.xml|  264 +
 /nss.pc.in |   22 ++
 testing-i686/PKGBUILD  |  122 ---
 testing-i686/bundle.sh |   54 -
 testing-i686/certdata2pem.py   |  200 ---
 testing-i686/nss-config.in |  145 --
 testing-i686/nss-config.xml|  132 
 testing-i686/nss.pc.in |   11 -
 testing-x86_64/PKGBUILD|  122 ---
 testing-x86_64/bundle.sh   |   54 -
 testing-x86_64/certdata2pem.py |  200 ---
 testing-x86_64/nss-config.in   |  145 --
 testing-x86_64/nss-config.xml  |  132 
 testing-x86_64/nss.pc.in   |   11 -
 18 files changed, 1328 insertions(+), 1328 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-10-10 22:13:53 UTC (rev 278206)
+++ testing-i686/PKGBUILD   2016-10-10 22:14:07 UTC (rev 278207)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nss
-pkgname=(nss ca-certificates-mozilla)
-pkgver=3.27
-pkgrel=1
-pkgdesc="Network Security Services"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
-arch=(i686 x86_64)
-license=('MPL' 'GPL')
-_nsprver=4.12
-depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
-makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz";
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa'
-'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
-'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1')
-
-prepare() {
-  mkdir certs
-
-  echo -n "$(date +"%e %B %Y")" >date.xml
-  echo -n "$pkgver" >version.xml
-
-  cd nss-$pkgver
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-
-  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
-  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
-}
-
-
-build() {
-  xmlto man nss-config.xml
-
-  cd certs
-  python2 ../certdata2pem.py
-
-  cd ..
-  sh bundle.sh
-
-  cd nss-$pkgver/nss
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ALLOW_SSLKEYLOGFILE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  [[ $CARCH == x86_64 ]] && export USE_64=1
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-  make clean_docs build_docs
-}
-
-package_nss() {
-  cd nss-$pkgver
-
-  install -d "$pkgdir

[arch-commits] Commit in nss/repos (24 files)

2014-11-04 Thread Jan de Groot
Date: Tuesday, November 4, 2014 @ 12:17:26
  Author: jgc
Revision: 225606

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 225605, nss/trunk/PKGBUILD)
  nss/repos/extra-i686/ca-certificates-mozilla.install
(from rev 225605, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/extra-i686/certdata2pem.py-loudness.patch
(from rev 225605, nss/trunk/certdata2pem.py-loudness.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 225605, nss/trunk/nss-config.in)
  nss/repos/extra-i686/nss.pc.in
(from rev 225605, nss/trunk/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 225605, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/extra-x86_64/PKGBUILD
(from rev 225605, nss/trunk/PKGBUILD)
  nss/repos/extra-x86_64/ca-certificates-mozilla.install
(from rev 225605, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/extra-x86_64/certdata2pem.py-loudness.patch
(from rev 225605, nss/trunk/certdata2pem.py-loudness.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 225605, nss/trunk/nss-config.in)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 225605, nss/trunk/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 225605, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-i686/PKGBUILD
  nss/repos/extra-i686/ca-certificates-mozilla.install
  nss/repos/extra-i686/certdata2pem.py-loudness.patch
  nss/repos/extra-i686/nss-config.in
  nss/repos/extra-i686/nss.pc.in
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
  nss/repos/extra-x86_64/PKGBUILD
  nss/repos/extra-x86_64/ca-certificates-mozilla.install
  nss/repos/extra-x86_64/certdata2pem.py-loudness.patch
  nss/repos/extra-x86_64/nss-config.in
  nss/repos/extra-x86_64/nss.pc.in
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch

-+
 /PKGBUILD   |  244 ++
 /ca-certificates-mozilla.install|   22 +
 /certdata2pem.py-loudness.patch |   26 +
 /nss-config.in  |  290 ++
 /nss.pc.in  |   22 +
 /ssl-renegotiate-transitional.patch |   42 +++
 extra-i686/PKGBUILD |  122 -
 extra-i686/ca-certificates-mozilla.install  |   11 
 extra-i686/certdata2pem.py-loudness.patch   |   13 
 extra-i686/nss-config.in|  145 ---
 extra-i686/nss.pc.in|   11 
 extra-i686/ssl-renegotiate-transitional.patch   |   21 -
 extra-x86_64/PKGBUILD   |  122 -
 extra-x86_64/ca-certificates-mozilla.install|   11 
 extra-x86_64/certdata2pem.py-loudness.patch |   13 
 extra-x86_64/nss-config.in  |  145 ---
 extra-x86_64/nss.pc.in  |   11 
 extra-x86_64/ssl-renegotiate-transitional.patch |   21 -
 18 files changed, 646 insertions(+), 646 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 225605:225606 to see the changes.


[arch-commits] Commit in nss/repos (24 files)

2014-08-27 Thread Jan Steffens
Date: Wednesday, August 27, 2014 @ 21:51:52
  Author: heftig
Revision: 220722

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 220719, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/ca-certificates-mozilla.install
(from rev 220719, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-i686/certdata2pem.py-loudness.patch
(from rev 220719, nss/trunk/certdata2pem.py-loudness.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 220719, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.pc.in
(from rev 220719, nss/trunk/nss.pc.in)
  nss/repos/testing-i686/ssl-renegotiate-transitional.patch
(from rev 220720, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 220720, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
(from rev 220720, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-x86_64/certdata2pem.py-loudness.patch
(from rev 220720, nss/trunk/certdata2pem.py-loudness.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 220720, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 220720, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch
(from rev 220720, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/ca-certificates-mozilla.install
  nss/repos/testing-i686/certdata2pem.py-loudness.patch
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-i686/ssl-renegotiate-transitional.patch
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
  nss/repos/testing-x86_64/certdata2pem.py-loudness.patch
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss.pc.in
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch

---+
 /PKGBUILD |  244 
 /ca-certificates-mozilla.install  |   22 +
 /certdata2pem.py-loudness.patch   |   26 +
 /nss-config.in|  290 
 /nss.pc.in|   22 +
 /ssl-renegotiate-transitional.patch   |   42 ++
 testing-i686/PKGBUILD |  122 
 testing-i686/ca-certificates-mozilla.install  |   11 
 testing-i686/certdata2pem.py-loudness.patch   |   13 
 testing-i686/nss-config.in|  145 --
 testing-i686/nss.pc.in|   11 
 testing-i686/ssl-renegotiate-transitional.patch   |   21 -
 testing-x86_64/PKGBUILD   |  122 
 testing-x86_64/ca-certificates-mozilla.install|   11 
 testing-x86_64/certdata2pem.py-loudness.patch |   13 
 testing-x86_64/nss-config.in  |  145 --
 testing-x86_64/nss.pc.in  |   11 
 testing-x86_64/ssl-renegotiate-transitional.patch |   21 -
 18 files changed, 646 insertions(+), 646 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 220721:220722 to see the changes.


[arch-commits] Commit in nss/repos (24 files)

2014-08-27 Thread Jan Steffens
Date: Wednesday, August 27, 2014 @ 21:34:58
  Author: heftig
Revision: 220715

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 220714, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/ca-certificates-mozilla.install
(from rev 220714, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-i686/certdata2pem.py-loudness.patch
(from rev 220714, nss/trunk/certdata2pem.py-loudness.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 220714, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.pc.in
(from rev 220714, nss/trunk/nss.pc.in)
  nss/repos/testing-i686/ssl-renegotiate-transitional.patch
(from rev 220714, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 220714, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
(from rev 220714, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-x86_64/certdata2pem.py-loudness.patch
(from rev 220714, nss/trunk/certdata2pem.py-loudness.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 220714, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 220714, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch
(from rev 220714, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/ca-certificates-mozilla.install
  nss/repos/testing-i686/certdata2pem.py-loudness.patch
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-i686/ssl-renegotiate-transitional.patch
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
  nss/repos/testing-x86_64/certdata2pem.py-loudness.patch
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss.pc.in
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch

---+
 /PKGBUILD |  244 
 /ca-certificates-mozilla.install  |   22 +
 /certdata2pem.py-loudness.patch   |   26 +
 /nss-config.in|  290 
 /nss.pc.in|   22 +
 /ssl-renegotiate-transitional.patch   |   42 ++
 testing-i686/PKGBUILD |  122 
 testing-i686/ca-certificates-mozilla.install  |   11 
 testing-i686/certdata2pem.py-loudness.patch   |   13 
 testing-i686/nss-config.in|  145 --
 testing-i686/nss.pc.in|   11 
 testing-i686/ssl-renegotiate-transitional.patch   |   21 -
 testing-x86_64/PKGBUILD   |  122 
 testing-x86_64/ca-certificates-mozilla.install|   11 
 testing-x86_64/certdata2pem.py-loudness.patch |   13 
 testing-x86_64/nss-config.in  |  145 --
 testing-x86_64/nss.pc.in  |   11 
 testing-x86_64/ssl-renegotiate-transitional.patch |   21 -
 18 files changed, 646 insertions(+), 646 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 220714:220715 to see the changes.


[arch-commits] Commit in nss/repos (24 files)

2012-08-19 Thread Jan de Groot
Date: Sunday, August 19, 2012 @ 12:04:33
  Author: jgc
Revision: 165445

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 165444, nss/trunk/PKGBUILD)
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
(from rev 165444, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 165444, nss/trunk/nss-config.in)
  nss/repos/extra-i686/nss-no-rpath.patch
(from rev 165444, nss/trunk/nss-no-rpath.patch)
  nss/repos/extra-i686/nss.pc.in
(from rev 165444, nss/trunk/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 165444, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/extra-x86_64/PKGBUILD
(from rev 165444, nss/trunk/PKGBUILD)
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
(from rev 165444, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 165444, nss/trunk/nss-config.in)
  nss/repos/extra-x86_64/nss-no-rpath.patch
(from rev 165444, nss/trunk/nss-no-rpath.patch)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 165444, nss/trunk/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 165444, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-i686/PKGBUILD
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
  nss/repos/extra-i686/nss-config.in
  nss/repos/extra-i686/nss-no-rpath.patch
  nss/repos/extra-i686/nss.pc.in
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
  nss/repos/extra-x86_64/PKGBUILD
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
  nss/repos/extra-x86_64/nss-config.in
  nss/repos/extra-x86_64/nss-no-rpath.patch
  nss/repos/extra-x86_64/nss.pc.in
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch

-+
 extra-i686/PKGBUILD |  214 +--
 extra-i686/add_spi+cacert_ca_certs.patch| 1192 +++---
 extra-i686/nss-config.in|  290 ++---
 extra-i686/nss-no-rpath.patch   |   28 
 extra-i686/nss.pc.in|   22 
 extra-i686/ssl-renegotiate-transitional.patch   |   42 
 extra-x86_64/PKGBUILD   |  214 +--
 extra-x86_64/add_spi+cacert_ca_certs.patch  | 1192 +++---
 extra-x86_64/nss-config.in  |  290 ++---
 extra-x86_64/nss-no-rpath.patch |   28 
 extra-x86_64/nss.pc.in  |   22 
 extra-x86_64/ssl-renegotiate-transitional.patch |   42 
 12 files changed, 1846 insertions(+), 1730 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 165444:165445 to see the changes.


[arch-commits] Commit in nss/repos (24 files)

2012-05-04 Thread Evangelos Foutras
Date: Friday, May 4, 2012 @ 06:15:27
  Author: foutrelis
Revision: 158536

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 158535, nss/trunk/PKGBUILD)
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
(from rev 158535, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 158535, nss/trunk/nss-config.in)
  nss/repos/extra-i686/nss-no-rpath.patch
(from rev 158535, nss/trunk/nss-no-rpath.patch)
  nss/repos/extra-i686/nss.pc.in
(from rev 158535, nss/trunk/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 158535, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/extra-x86_64/PKGBUILD
(from rev 158535, nss/trunk/PKGBUILD)
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
(from rev 158535, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 158535, nss/trunk/nss-config.in)
  nss/repos/extra-x86_64/nss-no-rpath.patch
(from rev 158535, nss/trunk/nss-no-rpath.patch)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 158535, nss/trunk/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 158535, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-i686/PKGBUILD
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
  nss/repos/extra-i686/nss-config.in
  nss/repos/extra-i686/nss-no-rpath.patch
  nss/repos/extra-i686/nss.pc.in
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
  nss/repos/extra-x86_64/PKGBUILD
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
  nss/repos/extra-x86_64/nss-config.in
  nss/repos/extra-x86_64/nss-no-rpath.patch
  nss/repos/extra-x86_64/nss.pc.in
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch

-+
 extra-i686/PKGBUILD |  211 ++--
 extra-i686/add_spi+cacert_ca_certs.patch| 1136 +++---
 extra-i686/nss-config.in|  290 ++---
 extra-i686/nss-no-rpath.patch   |   28 
 extra-i686/nss.pc.in|   22 
 extra-i686/ssl-renegotiate-transitional.patch   |   42 
 extra-x86_64/PKGBUILD   |  211 ++--
 extra-x86_64/add_spi+cacert_ca_certs.patch  | 1136 +++---
 extra-x86_64/nss-config.in  |  290 ++---
 extra-x86_64/nss-no-rpath.patch |   28 
 extra-x86_64/nss.pc.in  |   22 
 extra-x86_64/ssl-renegotiate-transitional.patch |   42 
 12 files changed, 1730 insertions(+), 1728 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 158535:158536 to see the changes.