pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q4]: pkgsrc/net/openafs Pullup ticket 2055 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31165d2e986e
branches:  pkgsrc-2006Q4
changeset: 523074:31165d2e986e
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Mar 21 20:09:01 2007 +0000

description:
Pullup ticket 2055 - requested by gendalia
security update for openafs

Revisions pulled up:
- pkgsrc/net/openafs/Makefile                           1.21, 1.22
- pkgsrc/net/openafs/PLIST                              1.5
- pkgsrc/net/openafs/distinfo                           1.11

   Module Name:         pkgsrc
   Committed By:        gendalia
   Date:                Wed Mar 21 04:29:29 UTC 2007

   Modified Files:
        pkgsrc/net/openafs: Makefile distinfo

   Log Message:
   Update OpenAFS from 1.4.1 to 1.4.4.

   Changes:
   * Security bugfix:
   - SetUID is no longer honored for the local cell by default. The
      "fs setcellstatus" command must be issued for any cell the system
      administrator wishes to allow setuid files in.
   >From 1.4.3:
   All unix systems:
   - Fix Universal AFS Error mapping when the local OS does not define some
      errors.
   - Avoid byte range locking for java when it means to ask for a whole file
      lock but uses a -1 length.
   - Reinit resolver library on afsdb failure.
   All systems:
   - Make rxdebug be less aggressive when retransmitting.
   - Allow unix domain socket for fileserver-volserver communication.
   - Fix server fake address support when NetRestrict is being used.
   - Fix crash when 3.4 jumbograms are part of an Rx connection.
   - Fix crashes in pts chown and pts rename.
   - Make asetkey buildable with Heimdal.
   - Avoid potential orphaned files during vos restore.
   - Improve ubik debug logging.
   - Add vldb repair tool.
   - Avoid potential bosserver process list corruption.
   - Revert to previous fileserver startup attachment order.

   >From 1.4.2:
   All systems:
   * Volume dump parsing code in the volserver has better error checking.
   * salvager has improved damaged volume handling on namei fileservers.
   * fileserver has size validity checks for when large file support is
      disabled.
   * fileserver avoids potentially multiply adding a host to its hash table.
   * rxkad client private data storage is allocated dynamically on ticket size.
   * Handle universal error code translation for file locking.
   * fileserver needs to swap callback connections on a client IP change.
   * fileserver host package revised to reduce lock contention.
   * Rx has been fixed to count hard acks, thus opening the congestion window.
   * All servers support bound Rx sockets (on one interface).
   * namei fileserver no longer use lockf() to avoid range locking issues.
   * most binaries now support the -version switch.
   * backup suite fixes for 64 bit platforms.
   * volserver avoids holding holds during volume purges.
   * volserver avoids losing files on namei during vos zap.

   > Since 1.4.1:
   All systems:
     * Fix rx usage of WSAStartup/WSACleanup
     * Fix the code that writes the backconnectionhostnames value
       to ensure that the data buffer is written with the correct
       length.
     * Do not panic if the maximum number of volume entries are in use
       and one of them can be recycled.
     * Add a missing lock that was lost during the pullup
       of patchs for 1.4.1c
     * Fix the pthread library so that it can be loaded
       and unloaded safely by an application.
---
   Module Name:         pkgsrc
   Committed By:        gendalia
   Date:                Wed Mar 21 19:49:24 UTC 2007

   Modified Files:
        pkgsrc/net/openafs: Makefile PLIST

   Log Message:
   fix PLIST, bump PKGREVISION

diffstat:

 net/openafs/Makefile |  7 ++++---
 net/openafs/PLIST    |  3 ++-
 net/openafs/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r 5075c900868a -r 31165d2e986e net/openafs/Makefile
--- a/net/openafs/Makefile      Tue Mar 20 15:28:12 2007 +0000
+++ b/net/openafs/Makefile      Wed Mar 21 20:09:01 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2006/06/09 16:05:51 minskim Exp $
+# $NetBSD: Makefile,v 1.20.6.1 2007/03/21 20:09:01 salo Exp $
 
-DISTNAME=      openafs-1.4.1-src
+DISTNAME=      openafs-1.4.4-src
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME:C/-src//}
 CATEGORIES=    net sysutils
-MASTER_SITES=  http://www.openafs.org/dl/openafs/1.4.1/
+MASTER_SITES=  http://www.openafs.org/dl/openafs/1.4.4/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    gendalia%NetBSD.org@localhost
diff -r 5075c900868a -r 31165d2e986e net/openafs/PLIST
--- a/net/openafs/PLIST Tue Mar 20 15:28:12 2007 +0000
+++ b/net/openafs/PLIST Wed Mar 21 20:09:01 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/04/29 05:48:25 gendalia Exp $
+@comment $NetBSD: PLIST,v 1.4.6.1 2007/03/21 20:09:01 salo Exp $
 bin/afsmonitor
 bin/bos
 bin/cmdebug
@@ -83,6 +83,7 @@
 include/afs/kauth.h
 include/afs/kautils.h
 include/afs/keys.h
+include/afs/ktc.h
 include/afs/ktime.h
 include/afs/mit-sipb-cr.h
 include/afs/namei_ops.h
diff -r 5075c900868a -r 31165d2e986e net/openafs/distinfo
--- a/net/openafs/distinfo      Tue Mar 20 15:28:12 2007 +0000
+++ b/net/openafs/distinfo      Wed Mar 21 20:09:01 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2006/04/29 05:48:25 gendalia Exp $
+$NetBSD: distinfo,v 1.10.6.1 2007/03/21 20:09:01 salo Exp $
 
-SHA1 (openafs-1.4.1-src.tar.bz2) = 8f2ba479dfdc32e7471555f4a19493839bdd736f
-RMD160 (openafs-1.4.1-src.tar.bz2) = f842cc0ba7c434eea82721528c0449a307aea62b
-Size (openafs-1.4.1-src.tar.bz2) = 11244316 bytes
+SHA1 (openafs-1.4.4-src.tar.bz2) = 07c2854d97fab807ee023c281ec7203f1e9ef723
+RMD160 (openafs-1.4.4-src.tar.bz2) = 712907afc74ced010996dd43f785b341ac24da46
+Size (openafs-1.4.4-src.tar.bz2) = 12500224 bytes
 SHA1 (patch-aa) = a24cc0d97a0045e44dadbcb195a55c50dfc2d308



Home | Main Index | Thread Index | Old Index