c7b5 FreshPorts -- devel/apr1
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
apr1 1.4.6.1.4.1_3 devel on this many watch lists=58 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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. lang/python27
  3. devel/automake
  4. devel/autoconf
  5. devel/libtool
Required To Run:
  1. security/openssl
Required Libraries:
  1. textproc/expat2
  2. databases/gdbm
  3. converters/libiconv
  4. databases/db42

This port is required by:

for Build for Libraries

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


Configuration Options
===> The following configuration options are available for apr-1.4.6.1.4.1_3:
====> Options available for the radio CRYPTO: you can only select none or one of them
     SSL=on: OpenSSL crypto driver
====> Options available for the group APR
     THREADS=on: Threading support
     IPV6=on: IPv6 protocol support
     DEVRANDOM=on: Use /dev/random or compatible
====> Options available for the group APU
     BDB=on: Berkeley DB support
     GDBM=on: GNU dbm library support
     LDAP=off: LDAP support
     MYSQL=off: MySQL database support
     NDBM=off: NDBM support
     PGSQL=off: PostgreSQL database support
     SQLITE=off: SQLite database support
     FREETDS=off: FreeTDS library support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://apache.rinet.ru/pub/mirror/apache.org/dist/apr/
  2. ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/apr/
  3. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  4. ftp://ftp.forthnet.gr/pub/www/apache/apr/
  5. ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/apr/
  6. ftp://ftp.rhnet.is/pub/apache/apr/
  7. ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/
  8. ftp://ftp.task.gda.pl/pub/www/apache/dist/apr/
  9. ftp://mir1.ovh.net/ftp.apache.org/dist/apr/
  10. ftp://sunsite.icm.edu.pl/pub/www/apache/dist/apr/
  11. ftp://xenia.sote.hu/pub/mirrors/www.apache.org/apr/
  12. http://archive.apache.org/dist/apr/
  13. http://ftp.twaren.net/Unix/Web/apache/apr/
  14. http://ring.nict.go.jp/archives/net/apache/apr/
  15. http://www.apache.org/dist/apr/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-09-02
    Affects: users of devel/apr1
    Author: ohauer@FreeBSD.org
    Reason: 
      APR was updated to 1.4.6 and APR-util was updated to 1.4.1.
    
      Please rebuild all ports which are using functions from
      APR/APR-util such as apache, subversion ...
    
      # portmaster -r apr
      or
      # portupgrade -r devel/apr1
      or
      # pkg install -fR devel/apr1
    
    
  • 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/apr0 on 2012-08-18
    REASON: Has expired

  • port moved here from devel/apr on 2010-05-18
    REASON: Renamed to devel/apr1

Number of commits found: 30

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 08:50:47
Original commit files touched by this commit  1.4.6.1.4.1_3
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
26 Mar 2013 09:06:13
Original commit files touched by this commit  1.4.6.1.4.1_3
ohauer search for other commits by this committer
- fix build with freetds
- no version bump (not a default option)

PR:		177118
Submitted by:	Christopher Dukes <chris.dukes.aix@gmail.com>
19 Feb 2013 21:54:08
Original commit files touched by this commit  1.4.6.1.4.1_3
ohauer search for other commits by this committer
- Revert PTHREAD cleanup, else apr-1-config returns wrong values
  even if build with explicit LDFLAGS set.

Noted on the apache@ list by Geoff Speicher
http://lists.freebsd.org/pipermail/freebsd-apache/2013-February/003044.html
14 Feb 2013 09:42:13
Original commit files touched by this commit  1.4.6.1.4.1_3
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
13 Jan 2013 22:26:01
Original commit files touched by this commit  1.4.6.1.4.1_3
ohauer search for other commits by this committer
- add apu OPTION for freetds
  (no PORTREVISION bump, since not a default option)

  Requested on
    http://lists.freebsd.org/pipermail/freebsd-apache/2013-January/003020.html

  Apache bug Id.
   https://issues.apache.org/bugzilla/show_bug.cgi?id=53666

Submitted by:	"Mikhail T." <mi+thun@aldan.algebra.com>
14 Dec 2012 15:06:10
Original commit files touched by this commit  1.4.6.1.4.1_3
ale search for other commits by this committer
Fix PLIST.
12 Dec 2012 19:52:04
Original commit files touched by this commit  1.4.6.1.4.1_2
ohauer search for other commits by this committer
- add and enable Crypto framework [1]
   (only OpenSSL, there are some build issues with NSS)
- remove unused PERL build dependency [2]
- use OPTIONS_GROUP instead OPTIONS_DEFINE
- bump PORTREVISION

[1] requested by many on the apache@ list
[2] thanks to andre@ (noted on the apache@ list)
02 Sep 2012 14:31:59
Original commit files touched by this commit  1.4.6.1.4.1_1
ohauer search for other commits by this committer
devel/apr1 [1]
- update APR to 1.4.6
- update APR-util to 1.4.1
- remove PKGNAMESUFFIX'es

www/apache-(event|itk|peruser|worker)-mpm
- adopt new Makefile header, adjust
  PKGNAMESUFFIX in apache22 masterport
  PKGNAME match now LATEST_LINK

www/apache22 [2]-[6]
- rewrite for options NG
- PORTNAME s|apache|apache22|
- remove APR APR-util specific otions,
  will be checked now with help of apr/u-1-config
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Jul 2012 18:08:22
Original commit files touched by this commit  1.4.5.1.3.12_1
ohauer search for other commits by this committer
- cleanup option desc.
08 Jul 2012 16:48:26
Original commit files touched by this commit  1.4.5.1.3.12_1
ohauer search for other commits by this committer
- convert to options NG
- sort pkg-plist
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: 30

2824
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0