summaryrefslogtreecommitdiff
path: root/net/libpcap
AgeCommit message (Collapse)AuthorFilesLines
2005-12-21Remove obsolete patch hanginground from the 0.9.3 to 0.9.4 updateadrianp1-7/+0
2005-12-08Update libpcap to 0.9.4.uebayasi2-8/+6
From CHANGES: Mon. September 5, 2005. ken@xelerance.com. Summary for 0.9.4 libpcap release Support for radiotap on Linux (Mike Kershaw) Fixes for HP-UX Support for additional Juniper link-layer types Fixes for filters on MPLS-encapsulated packets "vlan" filter fixed "pppoed" and "pppoes" filters added; the latter modifies later parts of the filter expression to look at the PPP headers and headers in the PPP payload
2005-10-23Apply patch-aa to correct file.wiz2-7/+7
2005-10-22Fix included version string. Addresses part of PR 31423 by Zafer Aydogan.wiz4-7/+15
Bump PKGREVISION.
2005-09-06Enable IPv6 for all platforms that have /usr/include/netinet/ip6.h,jlam1-5/+3
not just on Solaris, Linux, and NetBSD. Bump the PKGREVISION to 3.
2005-08-13Add include/pcap-int.h which is needed by some programsadrianp2-3/+7
Bump to nb2
2005-08-10libtoolize, to get a shared librarydrochner4-4/+104
bump PKGREVISION
2005-08-05update to 0.9.3drochner2-6/+6
changes: Minor bug fixes, compilation failure fixes for windows.
2005-07-13update to 0.9.1drochner4-24/+20
changes: Fixes for compiling on nearly every platform, including improved 64bit support MSDOS Support Add support for sending packets OpenBSD pf format support IrDA capture (Linux only) appearently filtering in ieee802_11_radio packets works now pkgsrc: enabled IPv6 for NetBSD too
2005-06-05sort.salo1-3/+3
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-48/+73
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-30Make this build on Darwin 8.1.0.yyamano2-1/+15
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-12Mark as NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-26Add EXTRACT_ELEMENTS to prevent blowup on first extract due to malformedtv1-1/+4
pathnames in the tarball.
2005-01-12Lower dependency requirement to 0.5.0, required for some pkgs onxtraeme1-2/+2
NetBSD with old libpcap.
2005-01-11Use this builtin.mk from pkgsrc-wip, which works for all platformsxtraeme1-45/+44
and detects a lot of more versions, thanks to Peter Postma.
2005-01-11typo, thanks peter.xtraeme1-2/+2
2005-01-11Always matching 0.8.3 if FreeBSD >= 5.3xtraeme1-2/+2
2005-01-11FreeBSD >= 5.3 uses libpcap-0.8.3, older versions are using 0.7.x.xtraeme1-3/+5
2005-01-11libpcap was updated to 0.8.3 in NetBSD-2.99.9 (more or less), so matchxtraeme1-3/+3
NetBSD<=2.99.8 as 0.7.2, also match future NetBSD versions as 0.8.3.
2005-01-11this should be 0.7.2 not 0.7xtraeme1-2/+2
2005-01-11Better checking of libpcap versions, based in heimdal/builtin.mk.xtraeme1-4/+60
for now we are assumming that: _LIBPCAP_VERSIONS= 0.8.3 0.7.2 _LIBPCAP_0.8.3= NetBSD-2.99.9* NetBSD-2.99.1[0-9]* _LIBPCAP_0.7= NetBSD-1.[56]* NetBSD-2.0* Users of other platforms should update this list eventually.
2004-10-05Add m4 as a required GNU tool to fix current build problems.adrianp1-2/+2
2004-10-05Remove me as maintainer of this package because I don't use it anymore.tron1-2/+2
2004-09-28update to libpcap 0.8.3. changes include:mrg4-9/+9
Tue. March 30, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.3 release Fixed minor problem in gencode.c that would appear on 64-bit platforms. Version number is now sane. Mon. March 29, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.2 release updates for autoconf 2.5 fixes for ppp interfaces for freebsd 4.1 pcap gencode can generate code for 802.11, IEEE1394, and pflog. Wed. November 12, 2003. mcr@sandelman.ottawa.on.ca. Summary for 0.8 release added pcap_findalldevs() Win32 patches from NetGroup, Politecnico di Torino (Italy) OpenBSD pf, DLT_PFLOG added Many changes to ATM support. lookup pcap_lookupnet() Added DLT_ARCNET_LINUX, DLT_ENC, DLT_IEEE802_11_RADIO, DLT_SUNATM, DLT_IP_OVER_FC, DLT_FRELAY, others. Sigh. More AIX wonderfulness. Document updates. Changes to API: pcap_next_ex(), pcap_breakloop(), pcap_dump_flush(), pcap_list_datalinks(), pcap_set_datalink(), pcap_lib_version(), pcap_datalink_val_to_name(), pcap_datalink_name_to_val(), new error returns.
2004-09-23Use BUILDLINK_LDFLAGS.libpcap instead of LDFLAGS.jlam1-4/+4
2004-06-27on Solaris, binaries that use libpcap.a always need -lnsl and -lsocketgrant1-1/+11
for the socket functions.
2004-06-08Enable IPv6 support in Linuxmartti1-2/+2
2004-05-12Unused.wiz1-55/+0
2004-04-08Enable pkgviews installation.minskim1-1/+3
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-7/+2
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-11Use USE_GNU_TOOLS for lex and yacc instead of just using BUILD_DEPENDSreed1-3/+2
for SunOS only. Okayed by maintainer, tron@. (Also this checks for SunOS and /usr/include/netinet/ip6.h for IPv6 support, maybe the OPSYS check can be removed; but this is not changed in this patch.)
2004-03-10Split out the code that deals with checking whether the software isjlam2-46/+23
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-02-18bl3ifyminskim1-2/+2
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam1-16/+18
environment overrides all other settings.
2004-02-12Create a new variable PREFER_NATIVE that has the opposite semanticsjlam2-6/+26
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
2004-02-12Reorganize code so that any dependencies are checked as part of decidingjlam2-12/+16
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable.
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam2-10/+8
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam2-10/+8
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam2-2/+18
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-2/+2
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-17/+9
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-4/+4
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+49
buildlink3 framework.
2003-10-06Trivially convert to use buildlink2.jlam1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2