FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 4:26 PM BST
Port details
apr1 1.4.5.1.3.12_1 devel on this many watch lists=54 search for ports that depend on this port
Apache Portability Library
Maintained by: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 May 2010 04:00: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/python27, 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/apr1/ && make install clean
To add the package: pkg_add -r apr-devrandom-gdbm-db42


Configuration Options
===> The following configuration options are available for apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1:
     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"
     MYSQL=off (default) "Enable MySQL suport in apr-util"
     NDBM=off (default) "Enable NDBM support in apr-util"
     PGSQL=off (default) "Enable Postgresql suport in apr-util"
     SQLITE=off (default) "Enable SQLite3 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.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
    
    
Port Moves
  • port moved here from devel/apr on 2010-05-18
    REASON: Renamed to devel/apr1

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Jan 2012 22:48:55
Original commit files touched by this commit  1.4.5.1.3.12_1
pgollucci search for other commits by this committer
- Fix ./configure tests w/ CLANG for IPv6
- No PORTVERSION bump, clang is not default

PR:             ports/164420
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
With Hat:       apache@
12 Sep 2011 13:46:59
Original commit files touched by this commit  1.4.5.1.3.12_1
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
19 Jun 2011 10:27:12
Original commit files touched by this commit  1.4.5.1.3.12
skv search for other commits by this committer
Update to 5.14.1

Changes:        http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod
22 May 2011 21:31:16
Original commit files touched by this commit  1.4.5.1.3.12
ohauer search for other commits by this committer
- update to apr-1.4.5
- update to apr-util-1.3.12
- add new make target "test:"

Changes for APR 1.4.5
  *) Security: CVE-2011-1928
     apr_fnmatch(): Fix high CPU loop.  [William Rowe]
  *) Fix top_builddir in installed apr_rules.mk.  [Bojan Smojver]

Changes with APR-util 1.3.12
  *) apr_ldap: Fix crash because of NULL cleanup registered by
     apr_ldap_rebind_init().  [Rainer Jung]

commit with hat apache@
17 May 2011 22:29:25
Original commit files touched by this commit  1.4.4.1.3.11_1
pav search for other commits by this committer
- Bump PORTREVISION so the recent fix is visible to dependencies

Reported by:    pointyhat
16 May 2011 20:02:22
Original commit files touched by this commit  1.4.4.1.3.11
ohauer search for other commits by this committer
 - add a fix to allow tomcat-native buld work again

  Fix send also upstream to dev@apr.ao
13 May 2011 23:00:18
Original commit files touched by this commit  1.4.4.1.3.11
ohauer search for other commits by this committer
- update apr1 to version 1.4.4 (security update CVE-2011-0419)

Changes: (trimmed non FreeBSD related to keep the list shorter)
http://www.apache.org/dist/apr/CHANGES-APR-1.4

Changes for APR 1.4.4
Changes for APR 1.4.3

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

  *) poll, pollset, pollcb on Windows: Handle calls with no file/socket
     descriptors.  PR 49882.  [Stefan Ruppert <sr myarm.com>, Jeff Trawick]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Apr 2011 11:45:59
Original commit files touched by this commit  1.4.2.1.3.10
ohauer search for other commits by this committer
 - make sure the system own sed is choosen even when
   textproc/gsed is installed during build time.

   This preserves issues in case textproc/gsed is removed
   from the system after build time.

   Issue described by Ryusuke SUZUKI <ryusuke _at_ FreeBSD.org>

   With Hat:  apache@
25 Feb 2011 06:15:44
Original commit files touched by this commit  1.4.2.1.3.10
ade search for other commits by this committer
Update to libtool 2.4

Tested by:      pav (multiple -exp runs)
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.4.2.1.3.10
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  1.4.2.1.3.10
ade search for other commits by this committer
Punt autoconf267->autoconf268
06 Oct 2010 05:32:24
Original commit files touched by this commit  1.4.2.1.3.10
pgollucci search for other commits by this committer
- Update apr-util to 1.3.10

Security:  
http://www.vuxml.org/freebsd/dd943fbb-d0fe-11df-95a8-00219b0fc4d8.html
With Hat:   apache@

<ChangeLog>
  *) SECURITY: CVE-2010-1623 (cve.mitre.org)
     Fix a denial of service attack against apr_brigade_split_line().
     [Stefan Fritsch]

  *) SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
     Fix two buffer over-read flaws in the bundled copy of expat which
     could cause applications to crash while parsing specially-crafted
     XML documents.  [Joe Orton]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
05 Oct 2010 23:13:42
Original commit files touched by this commit  1.4.2.1.3.9_2
pgollucci search for other commits by this committer
- bsd.port.mk adds CFLAGS to CONFIGURE_ENV but not if you reference it directly
in the Makefile.  Even if you use bsd.port.(pre|post).mk.

- This re-fixes WITH_MYSQL=yes WITH_MYSQL_VER=55 after ale@ really fixed
database/mysql55-client, databases/mysql55-server include/mysql layout.

This is a very non default config, so no PORTREVISION bump

PR:             ports/146276
05 Oct 2010 19:57:56
Original commit files touched by this commit  1.4.2.1.3.9_2
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  1.4.2.1.3.9_2
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
11 Sep 2010 13:28:57
Original commit files touched by this commit  1.4.2.1.3.9_1
pgollucci search for other commits by this committer
- Bump supported pthon version
27 May 2010 03:32:06
Original commit files touched by this commit  1.4.2.1.3.9_1
pgollucci search for other commits by this committer
- set LIB_DEPENDS with just = not +=
26 May 2010 23:27:44
Original commit files touched by this commit  1.4.2.1.3.9_1
pgollucci search for other commits by this committer
- full patch from dev@apr.apache.org to detech bdb 5.0

With Hat:   apache@
18 May 2010 05:44:57
Original commit files touched by this commit  1.4.2.1.3.9_1
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)

PR:             ports/146621
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
With Hat:       apache@
18 May 2010 04:00:27
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/apr to devel/apr1

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

Number of commits found: 20

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.182 seconds.