From thorsten.greiner@web.de  Thu Jan 30 04:34:54 2003
Return-Path: <thorsten.greiner@web.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 20B8537B405
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Jan 2003 04:34:54 -0800 (PST)
Received: from gate1.psi.de (Gate1.psi.de [194.115.214.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8862C43F43
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Jan 2003 04:34:52 -0800 (PST)
	(envelope-from thorsten.greiner@web.de)
Received: from IntServBln1.psi.de (host-001.194.115.213.psi.de [194.115.213.1])
	by gate1.psi.de (8.11.3/8.11.3) with ESMTP id h0UCYig24688
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Jan 2003 13:34:45 +0100
Received: from web.de (DHCP132.nev.psi.de [192.168.142.132])
	by IntServBln1.psi.de (8.12.2/8.9.1) with ESMTP id h0UCYhup017087
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Jan 2003 13:34:44 +0100
Message-Id: <3E391BC8.7020905@web.de>
Date: Thu, 30 Jan 2003 13:34:16 +0100
From: Thorsten Greiner <thorsten.greiner@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: amy

>Number:         47672
>Category:       ports
>Synopsis:       New port: amy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 30 04:40:04 PST 2003
>Closed-Date:    Sat Feb 15 07:14:49 PST 2003
>Last-Modified:  Wed Dec  9 23:50:00 UTC 2009
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
  >Submitter-Id:	current-users
  >Originator:	Thorsten Greiner <thorsten.greiner@web.de>
  >Confidential:	no
  >Synopsis:	New port: amy
  >Severity:	non-critical
  >Priority:	low
  >Category:	ports
  >Class:		change-request
  >Release:	FreeBSD 5.0-RELEASE i386
  >Environment:
 System: FreeBSD tybalt 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Mon Jan 20
 22:40:34 CET 2003 root@tybalt:/usr/obj/usr/src/sys/TYBALT i386
  >Description:
 
 A chess program for playing and analyzing games. Amy comes complete with
 an opening book build from about 12000 master games. Please read the
 README file to find out how build your own book or use endgame tablebases.
 
 The user interface is command line based. For a graphical user interface
 install xboard (games/xboard) and use the '-fcp Amy' switch to play
 against Amy.
 
  >How-To-Repeat:
 	
  >Fix:
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	games/amy
 #	games/amy/Makefile
 #	games/amy/distinfo
 #	games/amy/pkg-descr
 #	games/amy/pkg-comment
 #	games/amy/pkg-plist
 #
 echo c - games/amy
 mkdir -p games/amy > /dev/null 2>&1
 echo x - games/amy/Makefile
 sed 's/^X//' >games/amy/Makefile << 'END-of-games/amy/Makefile'
 X# New ports collection makefile for:	amy
 X# Date created:				30 Jan 2003
 X# Whom:					Thorsten Greiner <thorsten.greiner@web.de>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	amy
 XPORTVERSION=	0.8.2
 XCATEGORIES=	games
 XMASTER_SITES=	http://www.stethojupi.de/
 XDISTFILES=	amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2
 XEXTRACT_ONLY=	amy-${PORTVERSION}.tar.gz
 X
 XMAINTAINER=	thorsten.greiner@web.de
 X
 XLIB_DEPENDS=	db2.0:${PORTSDIR}/databases/db2:install
 X
 XHAS_CONFIGURE=	yes
 X
 Xpost-extract:
 X	@(cd ${WRKSRC}/PGN; bzip2 -dc ${DISTDIR}/ClassicGames.pgn.bz2 >
 ClassicGames.pgn)
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${PREFIX}/share/doc/amy
 X	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/amy
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-games/amy/Makefile
 echo x - games/amy/distinfo
 sed 's/^X//' >games/amy/distinfo << 'END-of-games/amy/distinfo'
 XMD5 (amy-0.8.2.tar.gz) = 52aa891abac2245ac88df9b793cb4462
 XMD5 (ClassicGames.pgn.bz2) = 87a741347572c2f616e5228bdd0e637b
 END-of-games/amy/distinfo
 echo x - games/amy/pkg-descr
 sed 's/^X//' >games/amy/pkg-descr << 'END-of-games/amy/pkg-descr'
 XA chess program for playing and analyzing games. Amy comes complete with
 Xan opening book build from about 12000 master games. Please read the
 XREADME file to find out how build your own book or use endgame tablebases.
 X
 XThe user interface is command line based. For a graphical user interface
 Xinstall xboard (games/xboard) and use the '-fcp Amy' switch to play
 Xagainst Amy.
 END-of-games/amy/pkg-descr
 echo x - games/amy/pkg-comment
 sed 's/^X//' >games/amy/pkg-comment << 'END-of-games/amy/pkg-comment'
 XA chess program for playing and analyzing games
 END-of-games/amy/pkg-comment
 echo x - games/amy/pkg-plist
 sed 's/^X//' >games/amy/pkg-plist << 'END-of-games/amy/pkg-plist'
 Xbin/Amy
 Xshare/amy/Eco.db
 Xshare/amy/Book.db
 X%%PORTDOCS%%share/doc/amy/README
 X@dirrm share/amy
 X%%PORTDOCS%%@dirrm share/doc/amy
 END-of-games/amy/pkg-plist
 exit
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: tom 
Responsible-Changed-When: Thu Jan 30 09:24:57 PST 2003 
Responsible-Changed-Why:  
Reassign misfiled PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47672 
State-Changed-From-To: open->closed 
State-Changed-By: markp 
State-Changed-When: Sat Feb 15 07:13:47 PST 2003 
State-Changed-Why:  
Committed, thanks! Changed to use ${BZCAT} and COMMENT. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47672 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/47672: commit references a PR
Date: Wed,  9 Dec 2009 23:48:14 +0000 (UTC)

 pgollucci    2009-12-09 23:48:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/apache22         Makefile distinfo 
   Log:
   - Update to 2.2.14
   - With hat apache@
   
   Note: The 3 CVE's are a no-op for the FreeBSD port --
   
   date: 2009/08/25 05:33:03;  author: kuriyama;  state: Exp;  lines: +0 -0
   (Forced commit)
   
   - 2.2.13 (acutally 2.2.12) includes fixes for several CVEs. [1]
     but in our ports tree, APR related ones (CVE-2009-0023,
     CVE-2009-1955, CVE-2009-1956) were already backported in 2.2.11_5.
   
   References:     http://www.apache.org/dist/httpd/CHANGES_2.2.12 [1]
   
   Changes:
   ---------
   
     *) SECURITY: CVE-2009-2699 (cve.mitre.org)
        Fixed in APR 1.3.9.  Faulty error handling in the Solaris pollset support
        (Event Port backend) which could trigger hangs in the prefork and event
        MPMs on that platform.  PR 47645.  [Jeff Trawick]
   
     *) SECURITY: CVE-2009-3095 (cve.mitre.org)
        mod_proxy_ftp: sanity check authn credentials.
        [Stefan Fritsch <sf fritsch.de>, Joe Orton]
   
     *) SECURITY: CVE-2009-3094 (cve.mitre.org)
        mod_proxy_ftp: NULL pointer dereference on error paths.
        [Stefan Fritsch <sf fritsch.de>, Joe Orton]
   
     *) mod_proxy_scgi: Backport from trunk. [André Malo]
   
     *) mod_ldap: Don't try to resolve file-based user ids to a DN when AuthLDAPURL
        has been defined at a very high level.  PR 45946.  [Eric Covener]
   
     *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
   
     *) mod_ldap: Bring the LDAPCacheEntries and LDAPOpCacheEntries
        usage() in synch with the manual and the implementation (0 and -1
        both disable the cache). [Eric Covener]
   
     *) mod_ssl: The error message when SSLCertificateFile is missing should
        at least give the name or position of the problematic virtual host
        definition. [Stefan Fritsch sf sfritsch.de]
   
     *) htdbm: Fix possible buffer overflow if dbm database has very
        long values.  PR 30586 [Dan Poirier]
   
     *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
   
     *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
        type.  PR 45107.  [Michael Ströder <michael stroeder.com>,
        Peter Sylvester <peter.sylvester edelweb.fr>]
   
     *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
        defined session identifiers encoded in the URL when caching.
        [Ruediger Pluem]
   
     *) mod_mem_cache: fix seg fault under load due to pool concurrency problem
        PR: 47672 [Dan Poirier <poirier pobox.com>]
   
     *) mod_autoindex: Correctly create an empty cell if the description
        for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
   
   Revision  Changes    Path
   1.244     +1 -1      ports/www/apache22/Makefile
   1.78      +3 -3      ports/www/apache22/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
