Subject: pkg/31071: net/pen is outdated
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <pancake@phreaker.net>
List: pkgsrc-bugs
Date: 08/25/2005 18:07:01
>Number:         31071
>Category:       pkg
>Synopsis:       update pen from 0.12 to 0.15
>Confidential:   yes
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 25 18:07:00 +0000 2005
>Originator:     pancake@phreaker.net
>Release:        Linux 2.6.9pl2
>Organization:
	
>Environment:
	
	
System: Linux pl2 2.6.9pl2 #10 Mon Jul 4 04:19:21 CEST 2005 i686 GNU/Linux
Architecture: i686
Machine: i686
>Description:
Changelog:
0.15:
040706  Servers can be assigned different weights to account for
        differing capacity. New -W command-line option. New penctl
        commands:
        server S weight W       (assign weight to server)
        weight                  (use weight for server selection)
        no weight               (do not use weight for server selection)

        Cleaned up the logic in add_client so the weighted server
        selection can be used without client tracking.

0.14:
040624  Some performance enhancing changes:

        New variable connections_used remembers the number of used
        slots in conns[]. It is incremented by store_conn and
        decremented by close_conn. This allows the main loop to
        only accept new connections if there are empty slots in
        conns[], which is much better than accepting the connection
        only to immediately close it because we can't handle it.

        New variable connections_last remembers the last used slot
        in conns[]. This allows us to scan for empty slots much faster
        in store_conn when there are many simultaneous connections.

        Released 0.14.0.

040622  Documented the procedure to change FD_SETSIZE on Linux
        in INSTALL.

040604  Documented the include command in the penctl manpage.

040527  Fixed SSL so it works in nonblocking mode, except that
        it doesn't work anyway.
        Moved listenfd and ctrlfd out of main.
	
0.13:
040428	Highly experimental SSL code in pen.c. Updated manpage
	with the new options. Added https example to HOWTO.
	Released 0.13.0.
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/pen/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	30 Oct 2003 23:36:29 -0000	1.7
+++ Makefile	25 Aug 2005 18:04:21 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.7 2003/10/30 23:36:29 xtraeme Exp $
 #
 
-DISTNAME=	pen-0.12.0
+DISTNAME=	pen-0.15.0
 CATEGORIES=	net
 MASTER_SITES=	http://siag.nu/pub/pen/					\
 		ftp://siag.nu/pub/pen/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/pen/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	24 Feb 2005 12:14:00 -0000	1.7
+++ distinfo	25 Aug 2005 18:04:21 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.7 2005/02/24 12:14:00 agc Exp $
 
-SHA1 (pen-0.12.0.tar.gz) = e583532f81c5961e26ec625009e2b09a99690ef0
-RMD160 (pen-0.12.0.tar.gz) = d30fbd158ef9b125f7e57a8a153db63cc50eb8a2
-Size (pen-0.12.0.tar.gz) = 94808 bytes
+SHA1 (pen-0.15.0.tar.gz) = 543995208da58aec8b0850079b2d9175fca916e9
+RMD160 (pen-0.15.0.tar.gz) = 9f9ecccfd1e1958aca48e7e76d216b2f16a249b4
+Size (pen-0.15.0.tar.gz) = 112886 bytes
	

>Unformatted: