FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 6:22 PM GMT
Port details
expat2 2.0.1_2 textproc on this many watch lists=723 search for ports that depend on this port
XML 1.0 parser written in C
Maintained by: kuriyama@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Oct 2000 06:51:38
License: not specified in port
Expat is an XML 1.0 parser written in C. It aims to be fully
conforming. It is currently not a validating XML processor.

WWW: http://sourceforge.net/projects/expat/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required by:
for Libraries

To install the port: cd /usr/ports/textproc/expat2/ && make install clean
To add the package: pkg_add -r expat


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/expat/expat/2.0.1/
http://sunet.dl.sourceforge.net/project/expat/expat/2.0.1/
http://iweb.dl.sourceforge.net/project/expat/expat/2.0.1/
http://switch.dl.sourceforge.net/project/expat/expat/2.0.1/
http://surfnet.dl.sourceforge.net/project/expat/expat/2.0.1/
http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/
http://freefr.dl.sourceforge.net/project/expat/expat/2.0.1/
http://voxel.dl.sourceforge.net/project/expat/expat/2.0.1/
http://jaist.dl.sourceforge.net/project/expat/expat/2.0.1/
http://osdn.dl.sourceforge.net/project/expat/expat/2.0.1/
http://nchc.dl.sourceforge.net/project/expat/expat/2.0.1/
http://ncu.dl.sourceforge.net/project/expat/expat/2.0.1/
http://transact.dl.sourceforge.net/project/expat/expat/2.0.1/
http://softlayer.dl.sourceforge.net/project/expat/expat/2.0.1/
http://internode.dl.sourceforge.net/project/expat/expat/2.0.1/
http://ufpr.dl.sourceforge.net/project/expat/expat/2.0.1/
http://waix.dl.sourceforge.net/project/expat/expat/2.0.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 37

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Nov 2011 15:26:04
Original commit files touched by this commit  2.0.1_2
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
27 Oct 2011 10:03:59
Original commit files touched by this commit  2.0.1_2
erwin search for other commits by this committer
Apply FreeBSD 10 workaround for some high profile ports to
unbreak a lot of dependent ports.

Submitted by:   beat
Tested on:      pointyhat i386-9-exp and i386-10
29 Aug 2011 14:33:26
Original commit files touched by this commit  2.0.1_2
kuriyama search for other commits by this committer
Apply updated (correct) fix for xmlparse.c (r1.166 in expat CVS).

PR:             ports/157469
Submitted by:   Todd Rinaldo <toddr@cpanel.net>
03 Jul 2011 14:40:25
Original commit files touched by this commit  2.0.1_1
ohauer search for other commits by this committer
-remove MD5
08 Dec 2009 01:34:33
Original commit files touched by this commit  2.0.1_1
kuriyama search for other commits by this committer
- Apply 2 patches from CVS.

Security:       CVE-2009-3560, CVE-2009-3720 (DoS)
Obtained from: 
http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmlparse.c?r1=1.164&r2=1.165
               
http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmltok_impl.c?r1=1.13&r2=1.15&view=patch
22 Aug 2009 00:37:17
Original commit files touched by this commit  2.0.1
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.0.1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
11 Apr 2008 13:57:34
Original commit files touched by this commit  2.0.1
pav search for other commits by this committer
- Update to 2.0.1

PR:             ports/113550
Submitted by:   bf <bf2006a@yahoo.com>
Approved by:    maintainer timeout (kuriyama; 10 months)
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.0.0_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
30 Jan 2006 23:18:23
Original commit files touched by this commit  2.0.0
kuriyama search for other commits by this committer
- Upgrade to 2.0.0 (almost bugfixes from 1.95.8).
- Bump shlib version to 6.
24 Jan 2006 03:10:24
Original commit files touched by this commit  1.95.8_3
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.95.8_3
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
12 Jun 2005 16:19:36
Original commit files touched by this commit  1.95.8_3
pav search for other commits by this committer
- Fix breakage from previous changes, incorrect libtool file was being
  installed breaking libtool-aware consumers, like php4-xml. Easiest fix
  is to not install .la file.

PR:             ports/82020
Submitted by:   pav
Approved by:    maintainer timeout (4 days - acute fix)
05 Jun 2005 14:18:52
Original commit files touched by this commit  1.95.8_2
kuriyama search for other commits by this committer
Avoid linking with libc.so (for supporting PTHREAD_LIBS
correctly on 4-stable).

Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
PR:             ports/81730
05 Jun 2005 14:17:52
Original commit files touched by this commit  1.95.8_2
kuriyama search for other commits by this committer
Avoid linking with libc.so (for supporting PTHREAD_LIBS
correctly on 4-stable).

Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
PR:             ports/81730
24 Apr 2005 09:37:32
Original commit files touched by this commit  1.95.8_1
kuriyama search for other commits by this committer
Use libtool-1.5 (with required plist fix).

PR:             ports/78291
Submitted by:   delphij
04 Aug 2004 04:46:24
Original commit files touched by this commit  1.95.8
kuriyama search for other commits by this committer
Upgrade to 1.95.8.
09 Jul 2004 17:43:11
Original commit files touched by this commit  1.95.7
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
14 Mar 2004 07:57:43
Original commit files touched by this commit  1.95.7
kuriyama search for other commits by this committer
Upgrade to 1.95.7 (shlib major is bumped to 5).
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.95.6_1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
22 Feb 2003 07:48:51
Original commit files touched by this commit  1.95.6_1
kuriyama search for other commits by this committer
de-pkg-comment.
06 Feb 2003 01:25:48
Original commit files touched by this commit  1.95.6_1
kuriyama search for other commits by this committer
Move declaration of enum XML_Status to more earlier place.
This patch is already included in expat repository and will be removed
after next version is released.

Pointed out by: Jordanas Kriauciunas <joskis@xxx.lt>
03 Feb 2003 22:27:13
Original commit files touched by this commit  1.95.6
kuriyama search for other commits by this committer
Upgrade to 1.95.6.
17 Sep 2002 06:36:53
Original commit files touched by this commit  1.95.5
kuriyama search for other commits by this committer
I forgot to bump shlib version.

Spotted by:     Mike Harding <mvh@ix.netcom.com>
17 Sep 2002 02:26:23
Original commit files touched by this commit  1.95.5
kuriyama search for other commits by this committer
Upgrade to 1.95.5.

PR:             ports/42749
Submitted by:   Paul Dlug <paul@aps.org>
21 Jul 2002 02:16:17
Original commit files touched by this commit  1.95.4
kuriyama search for other commits by this committer
Upgrade to 1.95.4 (shlib version bumped).

Submitted by:   Sandro Tolaini <sandro@focuseek.com> and
                KATO Tsuguru <tkato@prontomail.com>
PR:             ports/40682, ports/40798
06 Jul 2002 08:10:24
Original commit files touched by this commit  1.95.3
kuriyama search for other commits by this committer
Upgrade to 1.95.3.

PR:             ports/39993
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
11 May 2002 01:54:17
Original commit files touched by this commit  1.95.2
sobomax search for other commits by this committer
Force SHELL MAKE_ENV to be /bin/sh.

Submitted by:   Kent Stewart <kstewart@owt.com>
10 May 2002 17:40:21
Original commit files touched by this commit  1.95.2
sobomax search for other commits by this committer
Use bmake instead of gmake - this hopefully resolves dependency deadloop
(gettext->expat->gmake->gettext->expat->...) occasionally created by yours
truly.

Reported by:            marcus
Self kick applied to:   sobomax
26 Nov 2001 06:27:49
files touched by this commit
kuriyama search for other commits by this committer
Upgrade to 1.95.2.    
31 Aug 2001 15:20:29
files touched by this commit
sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
17 Mar 2001 04:01:46
files touched by this commit
kuriyama search for other commits by this committer
Fix prototype to reduce warning.    
10 Mar 2001 06:44:04
files touched by this commit
kuriyama search for other commits by this committer
Fix typo (INSTALLS_SHLIBS -> INSTALLS_SHLIB).    
05 Feb 2001 16:35:27
files touched by this commit
olgeni search for other commits by this committer
More style fixes for ports/textproc.    
26 Oct 2000 13:36:51
files touched by this commit
knu search for other commits by this committer
Add MAKE_ARGS to tell libtool to use the specified shlib version.    
26 Oct 2000 02:20:04
files touched by this commit
kuriyama search for other commits by this committer
Bump SHLIB_MAJOR (and PORTREVISION) not to conflict with expat1.2.    
24 Oct 2000 10:51:38
files touched by this commit
kuriyama search for other commits by this committer
Introduce latest version of expat.   This development version will be released
as 2.0 and maintained on   sourceforge.    

Number of commits found: 37

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours8
new 7 days47
new fortnight70
new month143

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