pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nspr



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jul  3 12:18:17 UTC 2017

Modified Files:
        pkgsrc/devel/nspr: Makefile distinfo
        pkgsrc/devel/nspr/patches: patch-ac

Log Message:
Update to 4.15

Changelog:
NSPR 4.15 contains the following changes:

- added TCP Fast Open functionality
- various correctness fixes


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/nspr/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/nspr/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/nspr/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nspr/Makefile
diff -u pkgsrc/devel/nspr/Makefile:1.89 pkgsrc/devel/nspr/Makefile:1.90
--- pkgsrc/devel/nspr/Makefile:1.89     Fri Mar 31 23:38:37 2017
+++ pkgsrc/devel/nspr/Makefile  Mon Jul  3 12:18:17 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2017/03/31 23:38:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.90 2017/07/03 12:18:17 ryoon Exp $
 
 DISTNAME=      nspr-${NSPR_RELEASE:S/.0$//}
-NSPR_RELEASE=  4.14.0
+NSPR_RELEASE=  4.15.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v${NSPR_RELEASE:S/.0$//}/src/}
 

Index: pkgsrc/devel/nspr/distinfo
diff -u pkgsrc/devel/nspr/distinfo:1.43 pkgsrc/devel/nspr/distinfo:1.44
--- pkgsrc/devel/nspr/distinfo:1.43     Fri Mar 31 23:38:37 2017
+++ pkgsrc/devel/nspr/distinfo  Mon Jul  3 12:18:17 2017
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.43 2017/03/31 23:38:37 ryoon Exp $
+$NetBSD: distinfo,v 1.44 2017/07/03 12:18:17 ryoon Exp $
 
-SHA1 (nspr-4.14.tar.gz) = 4c9ffda940882229104090f8fc8539f6412e1ff7
-RMD160 (nspr-4.14.tar.gz) = 211bbe6b0724feb18e36fe7b8f80893c09c8b688
-SHA512 (nspr-4.14.tar.gz) = cb0c82d7bb3dfebdfc167f88bc0dde1c0eb4340eb7c53342a57591b120b42248da9f3ee604bec60c80c4af24fb8e46c5cacf859d66e3253e7f35d2c47cf4e676
-Size (nspr-4.14.tar.gz) = 1136626 bytes
+SHA1 (nspr-4.15.tar.gz) = 56030e0177849034ba3027a23ae2a7f8ed41f379
+RMD160 (nspr-4.15.tar.gz) = 27b31774022523b9eb88684f7c0b459c2d225ff0
+SHA512 (nspr-4.15.tar.gz) = 1d6e9ba3ef71376ddb4f5ef2a6796bf3f95cf37abfac89d1745f02cc01003877d088a87946208d3827a3b3e28420215e543a647aadceff2ae6f9c1c70d4ac563
+Size (nspr-4.15.tar.gz) = 1140182 bytes
 SHA1 (patch-ab) = d93c055bbb12bd9edf5f21138a93898d6b3b3c73
-SHA1 (patch-ac) = 543f0e899f7c1d7e8b7c63db76a6492e68b1a585
+SHA1 (patch-ac) = fb55a0da3e7978532823b0b25d17803f50087b95
 SHA1 (patch-ae) = c6cf30927792140d867bb4dc3adf19786f6cdbe0
 SHA1 (patch-ag) = 653d4bc8cc4eced8f628cfb738c5d99cc1a6cf24
 SHA1 (patch-az) = 8961cde8e657176e9e18098ab8e8e4d59723ceca

Index: pkgsrc/devel/nspr/patches/patch-ac
diff -u pkgsrc/devel/nspr/patches/patch-ac:1.11 pkgsrc/devel/nspr/patches/patch-ac:1.12
--- pkgsrc/devel/nspr/patches/patch-ac:1.11     Sun Aug 28 07:00:50 2016
+++ pkgsrc/devel/nspr/patches/patch-ac  Mon Jul  3 12:18:17 2017
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.11 2016/08/28 07:00:50 richard Exp $
+$NetBSD: patch-ac,v 1.12 2017/07/03 12:18:17 ryoon Exp $
 
 add runpath to Linux caught during check-shlibs-elf
 
---- nspr/configure.in.orig     2016-02-12 13:51:25.000000000 +0000
+--- nspr/configure.in.orig     2017-06-05 20:16:00.000000000 +0000
 +++ nspr/configure.in
 @@ -38,7 +38,7 @@ OBJDIR_NAME=.
  OBJDIR_SUFFIX=OBJ
@@ -13,7 +13,15 @@ add runpath to Linux caught during check
  LIBPLC='-L$(dist_libdir) -lplc$(MOD_MAJOR_VERSION)'
  CYGWIN_WRAPPER=
  MACOS_SDK_DIR=
-@@ -1531,6 +1531,33 @@ tools are selected during the Xcode/Deve
+@@ -1389,6 +1389,7 @@ case "$target" in
+     changequote([,])
+     if test "$HOST_DARWIN_MAJOR" -ge 15 ; then
+         AC_DEFINE(HAS_CONNECTX)
++    fi
+     AS='$(CC) -x assembler-with-cpp'
+     CFLAGS="$CFLAGS -Wall -fno-common"
+     case "${target_cpu}" in
+@@ -1571,6 +1572,33 @@ tools are selected during the Xcode/Deve
      DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
      MDCPUCFG_H=_freebsd.cfg
      PR_MD_CSRCS=freebsd.c
@@ -47,7 +55,7 @@ add runpath to Linux caught during check
      ;;
  
  *-hpux*)
-@@ -1805,6 +1832,9 @@ tools are selected during the Xcode/Deve
+@@ -1846,6 +1874,9 @@ tools are selected during the Xcode/Deve
      MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
      DSO_CFLAGS=-fPIC
      DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
@@ -57,7 +65,7 @@ add runpath to Linux caught during check
      _OPTIMIZE_FLAGS=-O2
      _DEBUG_FLAGS="-g -fno-inline"  # most people on linux use gcc/gdb, and that
                                     # combo is not yet good at debugging inlined
-@@ -2128,7 +2158,7 @@ tools are selected during the Xcode/Deve
+@@ -2169,7 +2200,7 @@ tools are selected during the Xcode/Deve
      AC_DEFINE(HAVE_SOCKLEN_T)
      CFLAGS="$CFLAGS -ansi -Wall"
      CXXFLAGS="$CXXFLAGS -ansi -Wall"
@@ -66,7 +74,7 @@ add runpath to Linux caught during check
      DSO_CFLAGS=-fPIC
      MDCPUCFG_H=_openbsd.cfg
      PR_MD_CSRCS=openbsd.c
-@@ -2715,7 +2745,7 @@ if test -n "$USE_PTHREADS"; then
+@@ -2756,7 +2787,7 @@ if test -n "$USE_PTHREADS"; then
        if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
            ac_cv_have_dash_pthread=yes
                case "$target_os" in
@@ -75,7 +83,7 @@ add runpath to Linux caught during check
  # Freebsd doesn't use -pthread for compiles, it uses them for linking
              ;;
            *)
-@@ -2753,7 +2783,7 @@ if test -n "$USE_PTHREADS"; then
+@@ -2794,7 +2825,7 @@ if test -n "$USE_PTHREADS"; then
              _PTHREAD_LDFLAGS=
          fi
            ;;
@@ -84,7 +92,7 @@ add runpath to Linux caught during check
            AC_DEFINE(_REENTRANT)
            AC_DEFINE(_THREAD_SAFE)
            dnl -pthread links in -lc_r, so don't specify it explicitly.
-@@ -2834,7 +2864,7 @@ case "$target" in
+@@ -2875,7 +2906,7 @@ case "$target" in
          AC_DEFINE(_PR_NEED_PTHREAD_INIT)
      fi
      ;;



Home | Main Index | Thread Index | Old Index