summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-11add back comments accidently lost in previous commitabs6-11/+21
2011-02-11All source files in mame.zip have CR-LF but are marked as binary, soabs7-85/+77
unzip -a does not help. Hence all patches must have CR-LF
2011-02-11Updated net/libpcap to 4.1.1; net/tcpdump to 4.1.1adam2-4/+4
2011-02-11Changes 4.1.1:adam4-38/+28
* Fix build on systems with PF, such as FreeBSD and OpenBSD. * Don't blow up if a zero-length link-layer address is passed to linkaddr_string(). Changes 4.1.0: * Fix printing of MAC addresses for VLAN frames with a length field * Add some additional bounds checks and use the EXTRACT_ macros more * Add a -b flag to print the AS number in BGP packets in ASDOT notation rather than ASPLAIN notation * Add ICMPv6 RFC 5006 support * Decode the access flags in NFS access requests * Handle the new DLT_ for memory-mapped USB captures on Linux * Make the default snapshot (-s) the maximum * Print name of device (when -L is used) * Support for OpenSolaris (and SXCE build 125 and later) * Print new TCP flags * Add support for RPL DIO * Add support for TCP User Timeout (UTO) * Add support for non-standard Ethertypes used by 3com PPPoE gear * Add support for 802.11n and 802.11s * Add support for Transparent Ethernet Bridge ethertype in GRE * Add 4 byte AS support for BGP printer * Add support for the MDT SAFI 66 BG printer * Add basic IPv6 support to print-olsr * Add USB printer * Add printer for ForCES * Handle frames with an FCS * Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames * Fix TCP sequence number printing * Report 802.2 packets as 802.2 instead of 802.3 * Don't include -L/usr/lib in LDFLAGS * On x86_64 Linux, look in lib64 directory too * Lots of code clean ups * Autoconf clean ups * Update testcases to make output changes * Fix compiling with/out smi (--with{,out}-smi) * Fix compiling without IPv6 support (--disable-ipv6)
2011-02-11Changes 1.1.1:adam8-94/+84
* Fix build on RHEL5. * Fix shared library build on AIX. Changes 1.1.0: * Add SocketCAN capture support * Add Myricom SNF API support * Update Endace DAG and ERF support * Add support for shared libraries on Solaris, HP-UX, and AIX * Build, install, and un-install shared libraries by default; don't build/install shared libraries on platforms we don't support * Fix building from a directory other than the source directory * Fix compiler warnings and builds on some platforms * Update config.guess and config.sub * Support monitor mode on mac80211 devices on Linux * Fix USB memory-mapped capturing on Linux; it requires a new DLT_ value * On Linux, scan /sys/class/net for devices if we have it; scan it, or /proc/net/dev if we don't have /sys/class/net, even if we have getifaddrs(), as it'll find interfaces with no addresses * Add limited support for reading pcap-ng files * Fix BPF driver-loading error handling on AIX * Support getting the full-length interface description on FreeBSD * In the lexical analyzer, free up any addrinfo structure we got back from getaddrinfo(). * Add support for BPF and libdlpi in OpenSolaris (and SXCE) * Hyphenate "link-layer" everywhere * Add /sys/kernel/debug/usb/usbmon to the list of usbmon locations * In pcap_read_linux_mmap(), if there are no frames available, call poll() even if we're in non-blocking mode, so we pick up errors, and check for the errors in question. * Note that poll() works on BPF devices is Snow Leopard * If an ENXIO or ENETDOWN is received, it may mean the device has gone away. Deal with it. * For BPF, raise the default capture buffer size to from 32k to 512k * Support ps_ifdrop on Linux * Added a bunch of #ifdef directives to make wpcap.dll (WinPcap) compile under cygwin. * Changes to Linux mmapped captures. * Fix bug where create_ring would fail for particular snaplen and buffer size combinations * Update pcap-config so that it handles libpcap requiring additional libraries * Add workaround for threadsafeness on Windows * Add missing mapping for DLT_ENC <-> LINKTYPE_ENC * DLT: Add DLT_CAN_SOCKETCAN * DLT: Add Solaris ipnet * Don't check for DLT_IPNET if it's not defined * Add link-layer types for Fibre Channel FC-2 * Add link-layer types for Wireless HART * Add link-layer types for AOS * Add link-layer types for DECT * Autoconf fixes (AIX, HP-UX, OSF/1, Tru64 cleanups) * Install headers unconditionally, and include vlan.h/bluetooth.h if enabled * Autoconf fixes+cleanup
2011-02-11Updated sysutils/ipa to 2.1obache1-1/+2
2011-02-11Update ipa to 2.1.obache2-6/+7
per maintainer update request by PR#44548. Changes in pkgsrc: * Added LICENSE. Changes: * Versions of ipa_{ac,db,st}_mod APIs were changed to 2. * Optimized and simplified source code of IPA. * New parameter "ictl" in ipa.conf. * New parameter "ctl_query_max_size" in ipa.conf. * New parameter "value_units" in ipa.conf and ipastat.conf. * Now "restart" and "expire" parameters are optional in ipa.conf. * Now "limit" and "threshold" parameters in ipa.conf can be equal to zero. * Now ipactl can create and delete dynamic rules. * Now ipactl accepts commands "set limit ... counter ..." and "set threshold ... counter ...". * If a limit or a threshold uses "null" database and if it was initialized, then next time during initialization (when some time related problem occurred) imitate its old state from its current state. * Allow to use '_' characters in macro variables names. * Added support for ipactl's messages credentials checking for NetBSD. * Give limitation on the depth of included files (macro variable INCLUDE_DEPTH_MAX with default value 100). * configure.ac was optimized. * All manual pages were reformatted to follow traditional typographic style. * Now all debug messages in ipa and ipastat are written with the "DEBUG: " prefix. * Check correctness of names of dynamic rules and names in received control commands. * Check correctness of names in ipa, ipastat and ipactl options arguments. * Now ipa does not use SIGALRM in timeout implementation for control socket. * Now ipactl does not use SIGALRM in timeout implementation. * Now non-standard function mem_vasprintf() exported to modules returns number of characters in allocated buffer. * Now if some configuration error occurred in included file, then ipa and ipastat log include history, that allows much easy identify point of failure. * Now ipactl does not have limits on lengths of rules, limits, thresholds names. * In some places where EWOULDBLOCK is checked, checks for EAGAIN were added, as it is documented in SUSv3. * On some systems there is no strtoull(3) function, which is part of SUSv3, check it in the configure script and use own version if it is absent.
2011-02-11Updated net/ntop to 4.0.3nb1adam1-1/+2
2011-02-11* Install Geo information.adam6-39/+32
* Depend on py-mako, so maps get be generated. * Don't discard badly checksummed packets. * Clean-up.
2011-02-11Note update of lua-mode to 20110121.jmmv1-1/+2
2011-02-11Update to 20110121:jmmv2-7/+8
* lua-mode now lives in github. * Small patch to show how to make Emacs automatically use lua-mode for files that have a hash-bang line containing "lua", even if they don't have a ".lua" suffix. * Customization of indent level and comments.
2011-02-11Fix destdir installation.wiz1-2/+2
2011-02-11Added devel/py-mako version 0.3.6adam2-2/+4
2011-02-11Mako is a template library written in Python. It provides a familiar, non-XMLadam4-0/+103
syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.
2011-02-11Marked as MAKE_JOBS_SAFE=no.obache1-1/+2
try to link with non-existent libwebkit-1.0.la from Programs/unittests/*.
2011-02-11Updated audio/mac to 3.99u4b5s7wiz1-1/+2
2011-02-11Switch to the version provided by the shntool people (which is alsowiz2-9/+10
the one that Gentoo uses). Closes PR 44533 by myself. Changes since the last version we had in pkgsrc, 3.99-u4-b5: version 3.99-u4-b5-s7 + fixed compilation issue on big-endian systems [report: Michael Plotkin] version 3.99-u4-b5-s6 + fixed compilation issues with GCC 4.4 on some 64-bit systems [report: Eivind Eide] version 3.99-u4-b5-s5 + fixed long-standing 64-bit decompression crash [patch: Adam Nielsen] + fixed crash with pathnames longer than 256 characters [report: Kabakov Boris ] + fixed a compilation issue (don't pass -fno-common to yasm) version 3.99-u4-b5-s4 + include error reason with error code in mac.exe + automatically recalculate quick verify checksum when compressing, if necessary (e.g. piped encoding with foobar2000, or truncated WAVE file) version 3.99-u4-b5-s3 + reenabled quick-verification of APE files (via new '-q' option) version 3.99-u4-b5-s2 + show above version in mac.exe help screen (sN = shntool revision N) + added support for encoding WAVE data of unknown length (all files/pipes are now treated as unknown length; this forces mac.exe to write a seek table of maximum size regardless of input file size, adding ~30kb/file) version 3.99-u4-b5-s1 + added support for pipe encoding/decoding
2011-02-11Updated lang/ecl to 11.1.1asau1-1/+2
2011-02-11Update ECL to version 11.1.1.asau5-154/+164
Requested by Matthew Mondor, who contributed description of changes. Since 10.4.1, changes were made in the following areas: - Better cross-compile support, including with C++ compilers - FFI from interpreted code now requires libffi - Compiler now shipped as a single FASL file, cmp.fas - Various fixes, notably in handling of: LIST/LIST*, foreign arrays and structures, optimization annotations, pathnames (logical pathnames and case), RENAME-FILE, READ, the debugger, ANSI CL function declarations, DECLAIM, DEFMACRO, EXPT, ASDF, rational math - Performance optimizations in the following areas: SETF expansions, AREF/ASET, unboxing, sequence functions, LOOP, ASSERT, use of long-long and long-double where possible, reworked compilation policies, EXT:MAKE-FOREIGN-DATA-FROM-ARRAY - Other new features: EXT:WITH-BACKEND See http://ecls.cvs.sourceforge.net/viewvc/ecls/ecl/src/CHANGELOG?revision=1.793 for more details, or src/CHANGELOG in the source.
2011-02-11Set LICENSE.wiz1-1/+3
2011-02-10provide distfilezafer6-12/+12
2011-02-10provide distfilezafer3-7/+6
2011-02-10update to 1.2.7drochner7-167/+6
changes: -fix some security problems (CVE-2010-4492, CVE-2010-4493, CVE-2011-0482, CVE-2010-4199, CVE-2010-4578) -fix some crashes (which were partly patched in pkgsrc before)
2011-02-10Add a fix for lavtools and jpeg7 from Gentoo via upstream bug tracker.wiz2-1/+29
Ride bump from a few minutes ago.
2011-02-10Add upstream bug report URL.wiz2-3/+4
2011-02-10+ bzr-2.3.0, feh-1.11.2, libraw-0.13.0, ns-3.10, octave-3.4.0,wiz1-9/+10
phpmyadmin-3.3.9.1, puzzles-9084, redland-1.0.13.1, trac-0.12.2.
2011-02-10Note update of the "phpmyadmin" package to version 2.11.11.2.tron1-1/+2
2011-02-10Update "phpmyadmin" package to version 2.11.11.2.tron2-7/+6
This version fixes the information leak reported in PMASA-2011-1.
2011-02-10Updated multimedia/mjpegtools to 1.9.0nb6wiz1-1/+2
2011-02-10Really fix png support. From John Bowler.wiz3-52/+511
Bump PKGREVISION.
2011-02-10+ spandsp.wiz1-1/+2
2011-02-10Sort, add nvramtool.wiz1-2/+3
2011-02-10Sort.wiz2-4/+4
2011-02-10Make HAVE_MTRR actually work. This increases my X performancepooka3-35/+38
so much it's borderline not funny anymore. (tested on a similar patch to libpciaccess 0.10.8, since my X still refuses to start with libpciaccess 0.11) from jmcneill
2011-02-10update ldpc package to pkgrevision 1agc4-4/+24
fix a packaging botch whereby the file of random numbers was not installed, and a reference to the build directory was embedded in the executables. now the regression tests run to completion: Running ex-dep: Running ex-ham7a: Running ex-ham7b: Running ex-ldpc-encode: Running ex-ldpc36-1000a: Running ex-ldpc36-5000a: Running ex-ldpcvar-5000a: Running ex-wrong-model: 155c155 < Bit error rate (on message bits only): 1.320e-02 --- > Bit error rate (on message bits only): 1.299e-02
2011-02-10Add instructions to user to MESSAGE file instead of DESCR.wiz2-9/+12
2011-02-10Updated x11/libxdg-basedir to 1.1.1nb1obache1-1/+2
2011-02-10Change default directry to match pkgsrc style, PR#42575obache1-1/+18
* Use ${PREFIX}/share instead of /usr/local/share for XDG_DATA_DIRS * Use ${PKG_SYSCONFDIR}/xdg instead of /etc/xdg for XDG_CONFIG_DIRS While here, set TEST_TARGET=check and modify test patterns to adapt above changes. Bump PKGREVISION.
2011-02-10Updated www/http_load to 20060312nb2obache1-1/+2
2011-02-10need to initialize for Internet family.obache3-3/+18
based on PR#32197. Bump PKGREVISION.
2011-02-10Updated chat/pidgin to 2.7.10adam1-1/+6
2011-02-10Changes 2.7.10:adam4-10/+9
* Force video sources to all have the same capabilities. This reduces the number of times video must be scaled down, saving CPU time. * Starting multiple video calls and ending one no longer causes the other calls to stop sending audio and video. * Perl bindings now respect LDFLAGS. * Added AddTrust External Root CA. * Resolve some issues validating X.509 certificates signed off the CAcert Class 3 intermediate cert when using the GnuTLS SSL/TLS plugin.
2011-02-10set LICENSE=2-clause-bsd.obache1-1/+2
2011-02-10Added clang to PKGSRC_COMPILERadam1-2/+2
2011-02-10Updated databases/ipa_sdb to 1.1obache1-1/+2
2011-02-10Update ipa_sdb to 1.1.obache2-6/+7
per maintainer update request by PR#44544. set LICENSE=2-clause-bsd additionaly. Changes: * Added support for ipa_db_mod and ipa_st_mod API version 2.
2011-02-10add two patches from upstream:drochner4-3/+62
-fix possible free() of an uninitialized pointer when reading a malformed pcap-ng file (CVE-2011-0538) -add length check in pcap-ng reader bump PKGREV
2011-02-10update to 20110203, from John Marino per PMdrochner2-6/+6
changes: -use newer gcc-4.6 shapshot -improvements to NetBSD support: -catch up with some libc symbol RENAMEs -support shlib runtime search path
2011-02-10Disable certificate checks when using "curl". This fixes the build oftron1-2/+2
the "youtube-dl" package.
2011-02-10restore some Makefile parts which got lost when I added DESTDIR supportdrochner4-12/+15