FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 4:26 PM BST
Port details
apr0 0.9.20.0.9.19 devel on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable.
Deprecated DEPRECATED: will be unsupported by ASF when 2.4.0 is released, migrate to devel/apr1 now
Expired This port expired on: 2012-02-01
Apache Portability Library
Maintained by: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 May 2010 04:38:53
License: not specified in port


The Apache Portable Runtime is a library of C data structures and routines, 
forming a system portability layer that covers as many operating systems as 
possible, including Unices, Win32, BeOS, and OS/2.

This port also includes the APR-Util package, which contains some useful 
utilities built on top of APR.

WWW: http://apr.apache.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8, devel/automake, devel/autoconf, devel/libtool
Required Libraries: textproc/expat2, databases/gdbm, converters/libiconv, databases/db42

Required by:
for Libraries

To install the port: cd /usr/ports/devel/apr0/ && make install clean
To add the package: pkg_add -r apr


Configuration Options
===> The following configuration options are available for apr-0.9.20.0.9.19:
     THREADS=on (default) "Enable Threads in apr"
     IPV6=on (default) "Enable IPV6 Support in apr"
     BDB=on (default) "Enable Berkley BDB support in apr-util"
     GDBM=on (default) "Enable GNU dbm support in apr-util"
     LDAP=off (default) "Enable LDAP support in apr-util"
     NDBM=off (default) "Enable NDBM support in apr-util"
     DEVRANDOM=on (default) "Use /dev/random or compatible in apr"
===> Use 'make config' to modify these settings

Master Sites:
http://www.apache.org/dist/apr/
http://archive.apache.org/dist/apr/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/apr/
ftp://mir1.ovh.net/ftp.apache.org/dist/apr/
ftp://ftp.forthnet.gr/pub/www/apache/apr/
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/apr/
ftp://ftp.esat.net/mirrors/ftp.apache.org/apr/
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/apr/
ftp://ftp.rhnet.is/pub/apache/apr/
http://ring.nict.go.jp/archives/net/apache/apr/
ftp://ftp.task.gda.pl/pub/www/apache/dist/apr/
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/apr/
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/apr/
ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-05-18
    Affects: users of devel/apr0, devel/apr1, www/apache20, www/apache22
    Author: pgollucci@FreeBSD.org
    Reason: 
      devel/apr port has been renamed to devel/apr1.
    
      WITH_APR_FROM_PORTS=yes for www/apache22 has been dissolved and may be
      removed from your configuration files; devel/apr1 is always used now.
    
      Please manually delete apache-2.\* if installed _before_ updating using
      either portmaster or portupgrade:
    
    	pkg_delete -f apache-2.\*
    
      Then, if you use portmaster:
    
    	portmaster -o devel/apr1 devel/apr
    
      If you use portupgrade:
    
    	portupgrade -f -o devel/apr1 devel/apr
    
      Finally, reinstall Apache port if you deleted it earlier and update ports as
      usual (`XX' below is either 20 or 22):
    
    	portinstall www/apacheXX
    
    

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Nov 2011 22:36:10
Original commit files touched by this commit  0.9.20.0.9.19
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
- bump PORTREVISION (devel/apr0 update)
- set EXPIRATION date to 2012-02-01

Feature safe:   yes
13 Nov 2011 22:31:25
Original commit files touched by this commit  0.9.20.0.9.19
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
- update apr to version 0.9.20

Changes with APR 0.9.20

  *) Security: CVE-2011-0419
     Reimplement apr_fnmatch() from scratch using a non-recursive
     algorithm; now has improved compliance with the fnmatch() spec.
     [William Rowe]

  *) Updated config.guess and config.sub.  [Rainer Jung]

  *) Fix flag character '#' in combination with format character 'x' in
     apr snprintf implementations.  [Rainer Jung]

with hat apache@

PR:             ports/162247
Submitted by:   Takefu <takefu@airport.fm>
Feature safe:   yes
26 Sep 2011 16:26:11
Original commit files touched by this commit  0.9.19.0.9.19_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Match deprecation date of other apache related ports
12 Sep 2011 13:46:59
Original commit files touched by this commit  0.9.19.0.9.19_1
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
03 Jul 2011 14:59:23
Original commit files touched by this commit  0.9.19.0.9.19
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
-remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.9.19.0.9.19
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to new bsd.autotools.mk
20 Oct 2010 21:16:46
Original commit files touched by this commit  0.9.19.0.9.19
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Update to apr: 0.9.19, apr-util 0.9.19

Security:  
http://www.vuxml.org/freebsd/dd943fbb-d0fe-11df-95a8-00219b0fc4d8.html
Changes:    http://www.apache.org/dist/apr/CHANGES-APR-0.9
Changes:    http://www.apache.org/dist/apr/CHANGES-APR-UTIL-0.9
With Hat:   apache@
16 Oct 2010 11:52:47
Original commit files touched by this commit  0.9.18.0.9.17_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Punt autoconf267->autoconf268
05 Oct 2010 19:57:56
Original commit files touched by this commit  0.9.18.0.9.17_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
15 Sep 2010 18:35:24
Original commit files touched by this commit  0.9.18.0.9.17_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
27 May 2010 03:32:06
Original commit files touched by this commit  0.9.18.0.9.17
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- set LIB_DEPENDS with just = not +=
26 May 2010 23:00:57
Original commit files touched by this commit  0.9.18.0.9.17
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- By definition these ports can not conflict.
  http://apr.apache.org/versioning.html#parallel
18 May 2010 15:46:05
Original commit files touched by this commit  0.9.18.0.9.17
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- devel/apr0 doesn't even use python

Pointyhat to:   myself
Reported by:    QAT
18 May 2010 15:32:11
Original commit files touched by this commit  0.9.18.0.9.17
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Fix duplicate latest link with devel/apr1
- You really shouldn't be installing this port directly.

Reported by:    erwinbot
18 May 2010 05:46:02
Original commit files touched by this commit  0.9.18.0.9.17
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Define python version explicitly
  ${APR_WRKDIR}/build/gen-build.py does not work with Python 3.1
- No PORTREVISION bump (build only)
 [duplicate fix as devel/apr1]

PR:             ports/146621
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
With Hat:       apache@
18 May 2010 04:41:03
Original commit files touched by this commit  0.9.18.0.9.17
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Convert to the apr 0.9.x series.  Specifically apr-0.9.18 and apr-util-0.9.17

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
18 May 2010 04:38:11
Original commit files touched by this commit  1.4.2.1.3.9_1
pgollucci search for other commits by this committer
- Force commit to note repo copy from devel/apr1 to devel/apr0

PR:             ports/146553
Repo copy by:   marcus
Submitted by:   myself (pgollucci@)
With Hat:       apache@

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 11
new 48 hours31
new 7 days57
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.38 seconds.