diff options
author | wiz <wiz> | 2002-10-14 09:51:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-14 09:51:36 +0000 |
commit | 154bd44de2242cacd71a3dd837a1e3a8c9322bb9 (patch) | |
tree | a9263fd3f7f476c7db01f02b260fcd2150a8f052 /net/ORBit2 | |
parent | e458fa1b5e7a21f53469c73094b6f07a86df57fb (diff) | |
download | pkgsrc-154bd44de2242cacd71a3dd837a1e3a8c9322bb9.tar.gz |
Update to 2.4.3.
Changes:
+ GIOP fragment handling
+ Security Audit
+ 'LocalOnly' mode
+ new ORBIT_DEBUG=errors spew
+ debug build debug hooks
+ more graceful OOM handling
+ blank uninitialized outgoing data
+ random keys re-hashed / accelerated
+ skeptical sequence de-marshling
+ configure time dofus detection
+ beefed up regression tests
+ various spoofing
+ randomized valid data
+ broken fragments
plus lots of bug fixes.
Diffstat (limited to 'net/ORBit2')
-rw-r--r-- | net/ORBit2/Makefile | 7 | ||||
-rw-r--r-- | net/ORBit2/PLIST | 4 | ||||
-rw-r--r-- | net/ORBit2/distinfo | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 825cd1a30ed..5da053d1aff 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2002/10/05 03:34:20 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/14 09:51:36 wiz Exp $ # -DISTNAME= ORBit2-2.4.0 -PKGREVISION= 2 +DISTNAME= ORBit2-2.4.3 CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/ORBit2/}/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.4/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org diff --git a/net/ORBit2/PLIST b/net/ORBit2/PLIST index 0a944b02340..276efaba3f8 100644 --- a/net/ORBit2/PLIST +++ b/net/ORBit2/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/23 12:24:48 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/10/14 09:51:36 wiz Exp $ bin/ior-decode-2 -bin/name-client-2 bin/orbit-idl-2 -bin/orbit-name-server-2 bin/orbit2-config bin/typelib-dump include/orbit-2.0/ORBitservices/CosNaming.h diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo index 0f4ec0f8567..d33aba0bcd5 100644 --- a/net/ORBit2/distinfo +++ b/net/ORBit2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2002/08/25 19:23:10 jlam Exp $ +$NetBSD: distinfo,v 1.8 2002/10/14 09:51:36 wiz Exp $ -SHA1 (ORBit2-2.4.0.tar.bz2) = 234b4b8f66744637386ad7f2caf0aeca88afe484 -Size (ORBit2-2.4.0.tar.bz2) = 431841 bytes +SHA1 (ORBit2-2.4.3.tar.bz2) = eee9757ce93739bd2a4809c025b0ea2bba4983dd +Size (ORBit2-2.4.3.tar.bz2) = 447591 bytes SHA1 (patch-aa) = 41e3dd08b704ed3fc20161e2c151bfc58b969eaa SHA1 (patch-ab) = 1dee388a93179376810250207e52cebeb55af875 |