summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-20note update of tcptrace to 6.4.2grant1-1/+2
2003-08-20Update tcptrace to 6.4.2.grant6-65/+69
summary of changes since 5.2.1 (there are a few, since this pkg is ~4 years old): 5.2.2 - Mon Sep 27, 1999 bug fix from Jamshid Majdavi (and Kevin Lahey), SYN-ACKs containing window scaling were getting scaled (and shouldn't be). 5.2.3 - Interal changes and enhancements 5.2.4 - Tue Apr 11, 2000 bug fix by Priya - we were detecting rexmitted bytes in segments in error in some cases fixed bug in IPv6 header processing reported by Takayoshi Ohnishi, IPPROTO_ICMPV6 was causing infinite loop 5.2.6 - Thu Jul 6, 2000 fixed bug in TCP checksum code, it was always saying CORRECT 6.0.0a - preparing for alpha release of version 6 6.0.1a - added support for atmsnoop output format in snoop.c 6.0.1a2 - changed all of the DLT_ constants in tcpdump.[ch] to PCAP_DLT_ with the same numbers to avoid OSs that are renumbering them. 6.0.1a3 - added format characters to several options, as an extension of a suggestion by Brian Utterback. 6.0.0b4- Saturday, 6 Oct 2001 Added options : --xplot_all_files and --xplot_args. Added support for zero window probe packets and urgent data packets. Fixed all sprintf's in the code to snprintf's to thwart any buffer overflow attacks. Changed functionality for window scaled connections so that the output of "min win adv" does not print the minimum window as advertised in SYN packets as SYN packets cannot be scaled themselves. Completely revamped the http module with code sent by Bruce Mah. Added code to verify TCP and UDP checksums in IPv6 packets. However, code has not been tested thoroughly yet. 6.0.1 - Mon Dec 3, 2001 This is the version we'll release Also, added support with --print_seq_zero for printing sequence numbers as relative to the SYN rather than absolute. NOTE: this only works for "-P" which uses connection records, but NOT for "-p" (which doesn't) Also fixed the SACK-printing code to print in decimal if requested. Updated the manual page and made the necessary change to Makefile.in so that the manual page gets installed when tcptrace is installed. Fixed a bug with with the statistics for average window advertisement. Average was showing more than max. Fixed a bug with ACK sequence comparisons in the HTTP module. Many thanks to Daikichi Osuga for pointing out the error. Fixed a divide-by-zero error in PlotHist() in mod_rttgraph.c. Matt Muggeridge has been very kind in providing detailed information regarding porting tcptrace to OpenVMS. Please read the new file README.OpenVMS if you are interested in running tcptrace on OpenVMS. Changes made to code in order to be able to compile tcptrace under cygwin on Windows. Now works on windows too. Does not support reading compressed dump files directly though. The ns code was modified by Angelos Stavrou to read in the more detailed output from the extra headers in the ns FullTcp. Fixed a bug with the host letters. The function HostLetter was skipping host names after y, z ... jumping to ba, bb, ... instead of aa, ab ... 6.2.0 - Stable - Fri Jul 26, 2002 This is the version we'll release 6.2.1 - Fri Aug 09, 2002 enhance fulltcp file reading from r.schramp@kpn.com 6.2.2 - Fri Aug 30, 2002 added vlan support to snoop for Tysko. Need to add support in other formats too, but I don't have a packet dump to test against yet - sdo 6.2.3 - Wed Sep 18, 2002 bugfix: For FIN segments with data only FIN was getting plotted and not the data. Now data gets plotted with the default color and then one byte is plotted with the synfin color. For no data, only one byte of FIN is plotted with the synfin color. 6.2.4 - Wed Sep 18, 2002 bugfix: RST_IN relative offset was being calculated using the incorrect sequence space. 6.2.5 - Mon Nov 11, 2002 bugfix: Negative sequence numbers were being printed by function PrintSeqRep() for the packet print '-p' / '-P' switches. Changed the print format from %d to %u. 6.2.6 - Thu Nov 14, 2002 bugfix: '-c' option - ignore non-complete connections was working only for long output. Fixed it to work for brief output too. Release 6.4.0 ============= Bugfix made to fix misbehavior due to FILE synchronization issues found when tcptrace exits with "PCAP error - truncated file" when asked to read real-time network packets from STDIN - Mani. Patches added to process dumpfiles with 802.11 wireless headers for the Prism2 chipset. Courtesy - Brandon Eisenmann. Added new extended option "--nonreal_live_conn_interval" option to let the user set the duration to timeout live connections, in non real-time mode - Ramani. Merged from development tree: Added the options --oUDP, --iUDP, --oTCP, --iTCP to filter out TCP and UDP connections - Mani Added options --csv, --tsv, --sv=<SP> for comma/tab/<SP>-separated values to be printed with the long output - Avinash 6.4.1 : 26 APR 2003 Mani ----- Fixed a bug in the processing of IPv6 extension headers in ipv6.c:findheader() 6.4.2 : 3 MAY 2003 Jitesh ----- Fixed the processing of duplicate ACKs as in the BSD stack to count towards the 3 dupacks required for fast-retransmit.
2003-08-20- make vfontcap package work even if xpkgwedge is not installed. problemkei2-7/+9
noticed by Hiroshi Fujishima. Thanks a lot! - use an appropriate `-[0-9]*' suffix in `DEPENDS+=' line. unless the package system get confused.
2003-08-19Update centericq to 4.9.5.hubertf2-6/+6
Patch sent by Dawid Szymanski [dawszy /at/ arhea /dot/ pl]. Changes: ******** Internal RSS reader module was implemented. You can now easily add a feed to your list from the menu, and stay tuned on news at your favourite sites. See the README for details. Users who set their status to "away" on the MSN network appeared offline in centericq. Fixed. Jabber online/offline events were not shown in the log window. Fixed this one too. Fixed a bug because of which centericq couldn't connect to networks other than ICQ when the --bind parameter was used. ICQ away messages requests are now shown in the log window. SMSes in Russian now work (with operators which support Cyrillic of course). Auto-wrap was disabled in the internal editor, so now it's possible to paste text and it will not get screwed up. Jabber conferences were fixed. Actually, a small workaround was added for a weirdness of jabber.com server. Jabber passwords hash authentification was enabled.
2003-08-19plug a file descriptor leakdrochner2-1/+19
now Larry gets past the first screen
2003-08-19Need to mkdir WRKSRC before trying to pax into itjmc1-1/+2
2003-08-19Update to correct version number on libraryjmc2-4/+4
2003-08-19Initial import of dropbear-0.36 into the NetBSD Packages Collection.agc1-1/+2
The search for a small Secure Shell server to fit on a laptop with 4 megs ram and no hard disk was fruitless, so Matt Johnston decided to write his own, and Dropbear is the result. It implements various features of the SSH 2 protocol, including X11 and Authentication Agent forwarding. Dropbear is Open Source software, distributed under a MIT-style license. Features * A small memory footprint - Dropbear can compile to a 110kB statically linked binary with uClibc (and only minimal options selected). * Implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients * Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication * Features can easily be disabled when compiling to save space. * Preliminary TCP forwarding support (-L style only)
2003-08-19Add and enable dropbearagc1-1/+2
2003-08-19Initial import of dropbear-0.36 into the NetBSD Packages Collection.agc5-0/+62
The search for a small Secure Shell server to fit on a laptop with 4 megs ram and no hard disk was fruitless, so Matt Johnston decided to write his own, and Dropbear is the result. It implements various features of the SSH 2 protocol, including X11 and Authentication Agent forwarding. Dropbear is Open Source software, distributed under a MIT-style license. Features * A small memory footprint - Dropbear can compile to a 110kB statically linked binary with uClibc (and only minimal options selected). * Implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients * Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication * Features can easily be disabled when compiling to save space. * Preliminary TCP forwarding support (-L style only)
2003-08-19Avoid keyword substitution in keyword matching patterngavan1-2/+2
2003-08-19Remove dependence on ident and awk. This aids portability to Solaris.gavan1-9/+19
2003-08-19note update of tgif to 4.1.43dmcmahill1-1/+2
2003-08-19update to tgif-4.1.43dmcmahill3-7/+7
added features/bug fixes. 1) Fix <Meta> key problem with Mac OS X (Darwin). The Apple Command Key is mapped to Mod2Mask by default. This will be treated as the <Meta> (or <Alt>) key in tgif. 2) Fix a bug with importing an EPS file generated by ps2epsi. Thanks to Ambrose Li <acli@ada.dhs.org> for the patch. 3) Fix tgif to be able to import an EPS file with an 8 bit-per-sample preview bitmap (such as the ones generated by ps2epsi). 4) Get tgif to work with out-of-the-box xcin on Red Hat Linux. Thanks to Ambrose Li <acli@ada.dhs.org> for all the help. 5) Add support a new built-in double-byte input method, tgtwb5, to support the input of big5 encoded traditional Chinese characters using a graphical zhu-yin-fu-hao keypad. This input method is activated by typing <Cntrl><Space> when a double-byte chinese font is selected. 6) Add chat to tgwb. 7) Support a new commandline option "-sbim xim" to use XIM as the input method for single-byte fonts. This is useful if the X Keyboard Extension is used in inputing international characters (with dead keys). Thanks to Daniel Sadoc Menasche <sadoc@land.ufrj.br> for the contribution. 8) Add a new X default, Tgif.IgnoreSlideShowOfffsetsInFile, so that the slideshow offsets stored in a file can be ignored in the slideshow mode. The reason for this is that the offsets mainly depends on the display and not on the content of the file. The slideshow offsets should be set using the Tgif.SlideShowWindowOffset X default. 9) Add a new LaTeX equation symbol file "eq4-lyx-ps2epsi.sym" in the release to edit the equation with LyX. Thanks to Ed Gatzke <gatzke@sc.edu> for the contribution. 10) Update "ru.po". Thanks to Andrew W. Nosenko for the update. 11) Add -D__EMX__ in Tgif.tmpl-cygwin to fix the problem with calling stat() on pathnames that begins with "//". Thanks to Dr. Ing. Dieter Jurzitza <Dieter.Jurzitza@t-online.de> for pointing out the problem. 12) Add support for importing tgif files with the import_file() internal command. 13) Add the following new internal commands: shuffle_obj_to_bottom(<obj_name>) set_file_unsavable()
2003-08-19Added text describing major.minor-latest directories for binaries builtjklos1-1/+4
from pkgsrc current.
2003-08-19On all of these create symlinks from the libraries installed under PYSITELIBjmc12-18/+101
to QTDIR/lib as qmake builds libtool archives that reference themselves as coming from QTDIR/lib. XXX - This really should be fixed in qmake.conf or something and not in each package but for now it fixes 5 broken packages (these + devel/eric3)
2003-08-19note update of gerbv to 0.14dmcmahill1-1/+2
2003-08-19update to gerbv-0.14.dmcmahill2-6/+5
Changes since 0.13: * Removal of the last inclusions of malloc.h after tips from Charles Lepple. * Some patch that fixed a problem for Larry Doolittle * Error messages when running RS274D instead of "crash-and-burn" (ie segfault).
2003-08-18Split the PLIST into common and os dependent parts. Start with NetBSDrecht14-276/+202
and Linux. Disable the curses module on Linux.
2003-08-18Get the OS name from "uname -s" instead of assuming NetBSD.cjep1-4/+6
Observed from Gavan's Solaris bulk build.
2003-08-18Note update of gaim to 0.67.jmmv1-1/+2
2003-08-18Update to 0.67:jmmv3-6/+12
* Brought back the message notification plugin (Brian Tarricone) You'll need to reconfigure your settings for this plugin * IRC protocol plugin rewritten (Ethan Blanton) * New IRC protocol icon (Nuno Donato) * Protocol and status icons now optionally appear on tabs. (Etan Reisner) * Various dialog rewrites (Jabber vCard, Add Group, Alias Chat, Rename Group, Privacy) * Shows "hiptop" icon for AIM buddies using hiptop devices (Robey Pointer) * Privacy core/UI split. * Conversation placement by group now applies to chats in the buddy list as well. * Events in a conversation (user logged in, logged out, window closed, etc.) now grey the tab. * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern Voigt, Paul A (darkrain)) * British English "translation" updated (Sam Halliday) * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Danish translation updated (Morten Brix Pedersen) * Dutch translation updated (Vincent van Adrighem) * French translation updated (Eric Boumaour) * German translation updated (Bjoern Voigt) * Hindi translation added (Guntupalli Karunakar) * Hungarian translation updated (Zoltan Sutto) * Italian translation updated (Luca Beltrame, Claudio Satriano) * Portuguese (Brazilian) translation updated (Mauricio de Lemos Rodrigues Collares Neto) * Romanian translation updated (Misu Moldovan (dumol)) * Serbian translation updated (Danilo Segan) * Spanish translation updated (Javier Fernandez-Sanguino Pena)
2003-08-18Initial import of an autoconf-ed version of NetBSD's sed(1).agc1-1/+2
2003-08-18Add and enable nbsed.agc1-1/+2
2003-08-18Initial import of an autoconf-ed version of NetBSD's sed(1).agc25-0/+18470
2003-08-18- Fix build for NetBSD <= 1.5.recht6-18/+46
- Include bzip2's buildlink2.mk to work-around different API versions. - Include db's buildlink2.mk on non-NetBSD platforms to get a similar feature-set on a pkgsrc platforms.
2003-08-18Note update of www/squid package to 2.5.3nb4.taca1-1/+2
Broken squid-2.5.STABLE3-coss-improvements-2.patch was fixed.
2003-08-18Broken squid-2.5.STABLE3-coss-improvements-2.patch was fixed.taca2-8/+6
Bump package revision.
2003-08-18Note update of www/squid package to 2.5.3nb3.taca1-1/+2
- fix PR pkg/22502 and includes newer official patches (except broken one).
2003-08-18Update squid package to squid-2.5.3nb3.taca3-6/+38
- fix startup script as PR pkg/22502 by Steven M. Bellovin - includes newer official squid patches except squid-2.5.STABLE3-coss-improvements-2.patch (which is broken). o 2003-07-22 15:22 (Cosmetic) statCounter.syscalls.disk counters treated inconsistently o 2003-07-25 17:25 (Minor) Improvements to the (experimental) COSS storage scheme. o 2003-07-28 09:28 (Minor) Blank username logging fix o 2003-07-29 22:29 (Minor) More improvements to the (experimental) COSS storage scheme. o 2003-08-06 13:06 (Medium) assertion failed: http.c:869: "-1 == cfd || FD_SOCKET == fd_table[cfd].type" o 2003-08-06 14:06 (Medium) assertion failed: client_side.c:1478: "size > 0" when using aufs o 2003-08-06 14:06 (Minor) aufs calculates the number of threads and queue limits wrongly o 2003-08-10 07:10 (Cosmetic) Compile error in auth/digest_auth.c o 2003-08-10 19:10 (Minor) Username not logged into ACCESS.LOG in case of /407 o 2003-08-13 00:13 (Minor) ICP dynamic timeout algorithm ignores multicast
2003-08-18This needs nasm-devel in order to compile export_mpeg. Bump version as well.jmc1-3/+3
2003-08-18- Note update of mail/mew3 package to 3.3.taca1-2/+3
- Fix last update date of py-dns. (CVS's id was already 2003/8/17.)
2003-08-18Update mew package to 3.3.taca2-5/+5
Mew 3.3 release (2003/07/24) Mew 3.3 release candidate 4 (2003/07/16) * Set mew-icon-p to t on Emacs 21 when tool-bar is available. KOSEKI Yoshinori <kose@yk.NetLaputa.ne.jp> * Defining mew-highlight-x-face-function. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * Tuning up mew-summary-scan. * mew-input-refile-folders sets inhibit-quit to nil to avoid Emacs 21.3's bug. * Security fix: stunnel now allows access from localhost only. Koga Youichirou <y-koga@cq.jp.nec.com> Mew 3.3 release candidate 3 (2003/06/23) * Implementing mew-find-file-noselect2(). * Setting buffer-file-coding-system for Summary/Virtual mode so that modeline displays "1". * Loosen content-type check. ("Text" instead of "Text/") Mew 3.3 release candidate 2 (2003/06/19) * Security fix: Implementing mew-find-file-noselect to prevent file-local variable attack. * A bug fix for "mr" in Virtual mode. * A bug fix for "mo". Mew 3.3 release candidate 1 (2003/05/22) * A bug fix for mew-smtp-queue again. * A bug fix for handling Message-Id: in citation. * Checking utf-translate-cjk-mode to set mew-internal-utf-8p. * A bug fix for 7bit vs mew-convert-singlepart. * The filename parameter for CDP:inline of CT: Message/. * Moving the position of mew-make-message-hook so that ispell-message works.
2003-08-18Drop XEmacs support (this is included in xemacs-packages; a bit older, though).minoura1-8/+3
2003-08-18Correct XEmacs support (typos and PLIST fix).minoura2-11/+13
2003-08-18Typo (EMACS_VERSIONS_ACCEPTED, not EMACS_VERSION_ACCEPTED).minoura2-4/+4
2003-08-18XEmacs is 21.4, not 21.1.minoura1-2/+2
2003-08-18Correct XEmacs support.minoura2-9/+8
Tested with xemacs214.
2003-08-18xemacs211 -> xemacs214minoura1-4/+4
Include emacs.mk after defining EMACS_VERSIONS_ACCEPTED.
2003-08-18simplify build a bit, and allow any Python version >=2.2drochner2-69/+65
2003-08-18catch up with py-imaging - use distutils and don't depend strictlydrochner5-46/+90
on Python-2.0 anymore
2003-08-18cosmetics: use ${PYSITELIB}drochner2-10/+10
2003-08-18make distutils obey LDFLAGS set in the environment, analogous todrochner3-3/+26
patches we've applied to Python-2.1+
2003-08-18I have missed a USE_MAKEINFO=yes here, without buildlink2 enabled forseb1-1/+2
this package it had only been caught by tools.mk's overriding script.
2003-08-18Update my old address. Noted by Yamano-san.uebayasi1-2/+2
2003-08-18fix manpage.itojun2-1/+67
2003-08-18Tweak the getrusage test to a much larger loop value as my machine was fastjmc3-1/+29
enough in the testing for instance that it never got usage on the process.
2003-08-18Note update of net/py-dns to 1.1.0.gson1-1/+2
2003-08-18Update py-dns to 1.1.0.gson3-7/+15
Summary of changes from 1.0.0: * Message sections are now lists of RRsets, not lists of nodes. * Nodes no longer have names; owner names are associated with nodes in the Zone object's nodes dictionary. * Many tests have been added to the test suite; dnspython 1.0.0 had 47 tests, 1.1.0 has 275. The improved testing uncovered a number of bugs, all of which have been fixed. * The NameDict class provides a dictionary whose keys are DNS names. In addition to behaving like a normal Python dictionary, it also provides the get_deepest_match() method. If, for example, you had a dictionary containing the keys foo.com and com, then get_deepest_match() of the name a.b.foo.com would match the foo.com key. * A new Renderer class for those applications which want finer control over the DNS wire format message generation process. * Support for a "TooBig" exception if the size of wire format output exceeds a specified limit. * Zones now have find_rrset() and find_rdataset() convenience methods. They let you retrieve rdata with the specified name and type in one call, e.g.: rrset = zone.find_rrset('foo', 'mx') * Other new zone convenience methods include: find_node(), delete_node(), delete_rdataset(), replace_rdataset(), iterate_rdatasets(), and iterate_rdatas(). * get_ variants of find_ methods are provided; the difference is that get_ methods return None if the desired object doesn't exist, whereas the find_ methods raise an exception. * Zones now have a to_file() method. * The message and zone from_file() methods allow Unicode filenames on platforms (and versions of python) which support them. Universal newline support is also used if available. * The Zone class now implements more of the standard mapping interface. E.g. you can say zone.keys(), zone.get('name'), zone.iteritems(), etc. __iter__() has been changed to iterate the keys rather than values to match the standard mapping interface's behavior. * Rdatasets support more set operations * Zone and Node factories may be specified, allowing applications to subclass Zone or Node and yet still use the algorithms which build zones from master files or AXFR data. * dns.ipv6.inet_ntoa() now minimizes the text representation of IPv6 addresses in the usual way, e.g. "0000:0000:0000:0000:0000:0000:0000:0001" is minimized to "::1". * dns.query functions now take an optional address family parameter. All known bugs from 1.0.0 are fixed in this release.
2003-08-18Export proper link flags to LDFLAGS based on overall config (i.e. whetherjmc1-4/+4
libiconv exists/is needed and whether to link it in). This means packages can avoid hardcoding LDFLAGS+=-liconv and breaking on -current. Fixes gnomeicu for -current and 1.6.x