summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-22Fix more obvious word size cruft.mycroft4-7/+104
2002-08-22Deal with some obvious pointer size issues that prevent xdoom even loading themycroft2-4/+65
WAD file on LP64. Whether it works beyond that point now, I don't know.
2002-08-22Update lang/ocaml to 3.06, using patch supplied by Martin Weberjschauma4-23/+392
(ephaeton at gmx dot net) in PR pkg/18023. Besten Dank! Changes from 3.04 to 3.05 (abbreviated list, full list available at http://caml.inria.fr/archives/200207/msg00558.html): Language features: - Support for polymorphic methods and record fields. - Allows _ separators in integer and float literals, e.g. 1_000_000. Type-checker: - Fixed subtle typing bug with higher-order functors. - Fixed several complexity problems; - Fixed various bugs with objects and polymorphic variants. Bytecode compiler: - Fixed issue with ocamlc.opt and dynamic linking. Native-code compiler: - Fixed GC bug related to constant constructors of polymorphic variant types. - Fixed compilation bug for top-level "include" statements. Toplevel interactive system: - ocamlmktop: minimized possibility of name clashes with user-provided modules. Run-time system: - Better support for lazy data in the garbage collector. - Support for float formats that are neither big-endian nor little-endian - Fixed bug in callback*_exn functions in the exception-catching case. Standard library: - Protect against integer overflow in sub-string and sub-array bound checks. - New module Complex implementing arithmetic over complex numbers. - New module Scanf implementing format-based scanning a la scanf() in C. - various fixes and enhancements to existing modules Tools: - ocamldoc part of distribution - Debugger: now supports the option -I +dir. - ocamllex: supports the same identifiers as ocamlc; Changes from 3.05 to 3.06: Type-checking: - Apply value restriction to polymorphic record fields. Run-time system: - Fixed GC bug affecting lazy values. Both compilers: - Added option "-version" to print just the version number. - Fixed wrong dependencies in .cmi generated with the -pack option. Native-code compiler: - Fixed wrong return value for inline bigarray assignments. Libraries: - Unix.getsockopt: make sure result is a valid boolean. Tools: - ocamlbrowser: improved error reporting;
2002-08-22grr, files missed in last commit.grant3-13/+19
Update to xfstt-1.3. Significant changes since 1.2: * Fixed unix socket and its dir permissions * Added full path to unix socket address and use sockaddr_un instead * Added support for --notcp * Removed hard coded limits on path length (needed by the Hurd) Significant changes since 1.1: * Fixes bug that broke xfstt when using unix * domain sockets under linux 2.4 * Fixed bug in realloc() use. * Added Patch for Boxdrawing glyphs * New Encodings: iso8859_11 (latin/Thai) and koi8_u * Now compiles properly under newer versions of gcc
2002-08-22Update to xfstt-1.3.grant3-142/+23
Significant changes since 1.2: * Fixed unix socket and its dir permissions * Added full path to unix socket address and use sockaddr_un instead * Added support for --notcp * Removed hard coded limits on path length (needed by the Hurd) Significant changes since 1.1: * Fixes bug that broke xfstt when using unix * domain sockets under linux 2.4 * Fixed bug in realloc() use. * Added Patch for Boxdrawing glyphs * New Encodings: iso8859_11 (latin/Thai) and koi8_u * Now compiles properly under newer versions of gcc
2002-08-22Undo last.wiz1-2/+4
Conflicts with PKGNAME-[0-9]* are automatic and don't have to be added. The CONFLICTS in this file was for a conflict with older version of this package, which had autoconf-devel as PKGNAME. Add a comment explaining this, since a lot of people don't realize it.
2002-08-22This conflicts with autoconf, not autoconf-devel (itself!)grant1-2/+2
2002-08-22upgrade to 0.9.6. includes security fix.itojun2-5/+5
Overview of changes in Ethereal 0.9.6: * Update README.hpux re: version 11i (Guy) * Update printing output routines (Guy) * Properly adjust offset value in packet-bootp.c (Guy) * Add AppleTalk ZIP support, adjust ddp socket filter names (Didier Gautheron) * Fix unsigned value printing in packet-atalk.c (Guy) * Fix a possible buffer overflow in packet-isis-clv.c (Guy) * NETLOGON cleanup and updates (Ronnie) * pcap_dispatch() and fifo updates for tethereal.c (Graeme) * Add missing static declarations to editcap.c and text2pcap.c (Joerg) * Fix arguments in SAMR's dissect_nt_policy_hnd() routine (Tim) * Add signature characters for IPX messages, improve socket number handling (Guy) * Allow TCP stream code to handle bad TCP packets (Guy) * Handle Linux token ring bug (Guy) * Update vcvars32.bat and cleanbld.bat notes in README.win32 (Guy) * Improve handling of "send buffer length" in SMB RAP messages (Devin Heitmueller) * Fix #includes, DLCI field handling, and Q.931 parameters in IUA (Michael) * Implemented a couple of easy windows registry dissectors (Tim) * Fix QueryKey mod time handling in WINREG (Guy) * Fix FILETIME handling in WINREG (Guy) * Fix DELTA_USER name and structure in NETLOGON (Ronnie) * Update README.win32 re cmd.exe vs command.com (Gerald) * Add selected tree view item length to status bar (Gerald) * SAMR update (Andrew Bartlett) * Update command interpreter docs in README.win32 (Guy) * Fix unneccessary include path, fix plugin directory path handling (Nix) * Fix DELTA_DOMAIN name, fix structure in NETLOGON (Ronnie) * Fix DELTA_GROUP name in NETLOGON (Ronnie) * DELTA_RENAME_GROUP, DELTA_RENAME_USER, DELTA_RENAME_ALIAS NETLOGON updates (Ronnie) * Updated NETLOGON DELTA_GROUP_MEMBER and DELTA_ALIAS structures (Ronnie) * Updated NETLOGON DELTA_ALIAS_MEMBER and DELTA_POLICY (Ronnie) * Updated NETLOGON DELTA_TRUSTED_DOMAINS and DELTA_ACCOUNTS (Ronnie) * Updated NETLOGON DELTA_UNION (Ronnie) * Updated NETLOGON NetrDatabaseDeltas function (Ronnie) * Fix the setting of "column.format" from the command line in Ethereal and tethereal (Liviu Daia) * Add formatting room for long field lengths in the status bar (Guy) * Update of NETLOGON's DATABASESYNC function (Ronnie) * Updated NETLOGON ACCOUNTDELTAS and ACCOUNTSYNC functions (Ronnie) * Give some more information on the "command.com" vs. "cmd.exe" issue in README.win32 (Guy) * Support the new version of ASAP's I-Ds (Michael) * Desegmentation of multi-TCP-segment TNS messages (and support for multiple TNS messages per TCP segment) (Bernd) * Updated NETLOGON GetDCName LogonControl and GetAnyDCName (Ronnie) * Convert from prs_* routines to dissect_ndr_* routines in SPOOLSS (Tim) * Update types and bases for many TNS fields (Bernd) * Add NTLMSSP dissector (Devin Heitmueller) * Reorder boolean fields in NTLMSSP, DCERPC and SPOOLSS (Tim) * Fix an erroneous example, other errors in README.developer (Guy) * Put back code to show auth data in DCERPC (Guy) * NTLMSSP length and message content display fixes (Guy) * Fix NETLOGON credential time stamp handling (Guy) * Redback vendor-specific items for RADIUS and L2TP (Thierry Pelle) * Get rid of unneeded #includes, fix DATA chunk handling in SCTP (Michael) * Added another authentication service for Snego to DCE RPC (Tim) * Add NSIS checkbox bitmaps to Makefile.am (Gerald) * Update IUA to latest drafts, make packet fields searchable, add pref for Implementers Guide support (Michael) * Add DOCSIS support (Anand V. Narwani) * Clean up the order of some lists of plugin items (Guy) * Fix some warnings in SMB (Tim) * Add missing #include to packet-smb-mailslot.c (Joerg) * Fix a typo in packet-ftp.c (Guy) * Properly handle responses in FTP, make SMTP fields filterable (Guy) * Add smtp.req and smtp.rsp to the tree only when needed (Guy) * Fix DOCSIS Info column erasure (Anand) * Change the reported length of VJ uncompressed data to handle a pppdump bug (Guy) * Clarify the octet-stuffed framing code for pppdump (Guy) * Add a Boolean field for the RSVP Bundle message type (Guy) * Add/update booleans for RSVP Ack, Srefresh and HELLO (Guy) * Fix a save-over-existing-capture bug (Richard) * Fix random access handling in pppdump reader (Guy) * Allow for SMTP and FTP response codes above 255 (Guy) * Clean up the setting of "id_offset" and "sd_offset" in pppdump.c (Guy) * The previous pppdump/VJ bug was actually the FCS. Handle accordingly (Guy) * Fix a sample call to add an item to the subtree, add/update documentation for PROTONAME, PROTOSHORTNAME and PROTOABBREV in README.developer (Guy) * Glib-ize and otherwise make a bunch of code more portable (Joerg) * Added support for dissecting RSVP Bundle Messages (Ashok) * Update the "NT sucks for PPP capture" note to include NT 5.1 in capture.c (Guy) * Fix dual sync-mode related capture popup error messages (Graeme) * Allow "-" as the Wiretap output file name, capture loop optimization (Graeme) * Fix some error-message printing code, improve seekable file handling (Guy) * Don't allocate random access structs for sequential reads in pppdump.c (Guy) * Add needed snprintf.h #includes (Joerg) * Get rid of unused variables and functions, improve missing libpcap handling (Guy) * Removed #if-0-ed code, redundant and unneded #includes all over the place (Joerg) * Add VSAs, fix attribute table termination in RADIUS (Kan Sasaki) * Adjust the behavior of tvb_find_line_end(), and modify SMTP to take advantage of it (Guy) * Adjust the tree display, fix a loop termination in RTCP (Guy) * Fix errors in README.plugins (Richard Urwin) * #include sys/types.h in snprintf.h (Uwe) * Add request/response time to SMB tree (Prabhakar Krishnan) * Fix for the DOCSIS request frame Info column (Anand) * Change a DOCSIS loop counter from guint8 to int (Guy) * Fix a capture file overwrite bug (Joerg) * Fix the declaration of yyin(), update options and usage message in text2pcap.c (Guy) * Update text2pcap documentation (Guy) * Update comments, fix byte ordering in in_cksum.c (Guy) * Fix info column display, add missing Extended header fields (Anand) * Fix spacing in Netbios display (Tim) * Gracefully display stub data in DCE RPC (Guy) * Fix offsets in SIP (Stefan Wenk) * Fix and SMB conversation handling bug (Ronnie) * Put all SMB command PDUs in the summary line (Ronnie) * Add NetBIOS address handling to Kerberos (Jim McDonough) * Eliminate the need to #include sys/types.h, netinet/in.h, and winsock2.h all over the code (Joerg) * Fix a memory leak in gtk/colors.c found by Valgrind (Joerg) * Add FPGetUserInfo to AFP (Didier Gautheron) * Fully decode Quake2 client->server packets, start on server->client (Jan Berkel) * Update Windows printing code, fix variable freeing in print code (Guy) * Add AF_INET6 support for DLT_NULL captures from MacOS X (Michael) * Fix subtree creation in WSP (Guy) * Improve progress bar window timing (Graeme) * Add a CMP_ADDRESS macro (Ronnie) * Check if 802.11 FCS is present (Chris Waters) * Fix infinite loops, data fetching in RSVP (Guy) * Fix a typo in packet_info.h (Ronnie) * Improve TPKT heuristics (Guy) * Add support for CoSine L2 debug output (Motonori) * Fix decoding of AUTHORIZE in HCLNFSD (Mike Frisch) * Add LsaQueryInformationPolicy2 to LSA (Jim McDonough) * Add winsock2.h back to wtap.h (Joerg) * Fix zlib.h #inclusion typo in wtap-int.h (Joerg) * Fix get_persconffile_path-related memory leaks (Joerg) * More data type (system-specific vs glib) cleanup (Joerg) * Add TCP sequence number analysis (Ronnie) * Fix entry for 0:0:0:0:0:0 in manuf.tmpl (Joerg) * Update NETLOGON LogonControl2 and ServerAuthenticate2 functions (Ronnie) * Fix system-specific netinet/in.h and sys/types.h dependencies (Guy) * Remove unneeded arpa/inet.h and sys/socket.h #includes (Guy) * Create a minimal TCP tree early on, in case an exception is thrown (Guy) * Update the IEEE URL in make-manuf and manuf (Joerg) * Add sequence number wrap to tcp window checking (Joerg) * Fix a bug in the EPM dissector (Sergei Shokhor) * Undo a couple of #include changes (Joerg) * More NETLOGON function updates (Ronnie) * Fix the PPP FCS computation (Hidetaka Ogawa) * Remove net/inet.h #include from packet-isis-lsp.c (Joerg) * Fix MMSE handling of strings with specified character set (Jan Kratochvil) * Fix frame number data type in NFS (Guy) * Fix a data type in wiretap/cosine.c (Guy) * Add DOCSIS to Wiretap's table of encapsulations (Anand) * Sync the SETCLIENTID args decoder with the latest nfs4_prot.x (Mike Frisch) * Fix NFSv4 ACL decoding (Mike) * Put a comment about DOCSIS in packet-frame.c (Guy) * Fix a typo in packet-smb.c (Guy) * Fix SamrConnect[2-4] function names in SAMR (Richard) * Add more information to the NBNS Info column (Tim) * Add DOS error 259 to SMB (Tim) * Fix Info column error reporting in DCERPC NT (Tim) * Add OpenEntry, EnumKey and Unknown1A to REG, rename WINREG to REG (Tim) * Fix a return code in SAMR (Tim) * Fix NFSv4 LOOKUPP, add new error codes, fix ACL decoding (Mike) * Properly set the LANE traffic type in libpcap.c (Guy) * Fix non-multipart content handling in MMSE, along with POST data subtrees (Tom Uijldert) * Add support for CheckPoint FireWall-1 monitor files (Alfred Koebler) * Get rid of redundant "fw1_" text in preference name (Guy) * Remove unused #includes in packet-fw1.c (Joerg) * Add FATTR4_MOUNTED_ON_FILEID to packet-nfs.c (Mike) * WTP TPI dissection, and reindentation (Tom Uijldert) * Update SetInformationPolicy2 function name in LSA (Ronnie) * Add Xyplex terminal server protocol support (Randy McEoin) * Handle NTLMSSP authentication messages, and handle the flags field in NTLMSSP messages properly (Devin) * Update get_unicode_or_ascii_string(), "un"used variables in SMB (Guy) * Add a terminator to the ntlmssp_message_types list (Guy) * Changed some incorrect pointer types in NETLOGON (Ronnie) * Fix variable name / keyword conflict in packet-fw1.c (Guy) * Add server name to negprot reply and fixed a pointer deferral problem in SMB (Ronnie) * Use "atm_guess_traffic_type()" in wiretap/netmon.c (Guy) * Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()" (Guy) * Handle NTLMSSP over HTTP (Tim) * Display the protocol name for the DCERPC UUID in the Info column (Tim) * Update Windows printing prefs (Guy) * Handle user2 access granted mask, name open/create domain/user/group policy handles (Tim) * Get rid of a commented-out #include in packet-smpp.c (Guy) * Handle base64_decode() properly in packet-http.c (Guy) * Fix a case statement in capture.c (Guy) * Fix an NTLMSSP memory leak in packet-http.c. Improve display. (Tim) * Replace AC_PROG_RANLIB with AM_PROG_LIBTOOL in configure.in (Joerg) * Update .cvsignore (Joerg) * Add CPHA support (Yaniv Kaul) * Add and improve plugin API routines (Tomas Kukosa, Guy) * Don't free a needed tvb in packet-http.c (Tim) * Add AC_LIBTOOL_DLOPEN back to configure.in (Joerg) * Fix unrecognized capability display in BGP, add ORF support (Jian Yu) * LDP VC FEC dissection fix (Motonori) * CoSine updates (Motonori) * Fix FIN and ACK handling in TCP (Ronnie) * Convert some all caps NETLOGON names to more friendly names (Tim) * Fixed incorrect NDR pointer type in Authenticate3 in NETLOGON (Ronnie) * Added new function name LogonSamLogonEx in NETLOGON (Ronnie) * Fix a typo in a M2UA table and reformat it (Michael) * Revert part of the TCP session tracking code (Ronnie) * Fix some incorrect NETLOGON poitner types (Jean-Francois Micouleau) * Adjust pointer usage in NETLOGON (Ronnie) * Sync PPP with IANA, add MPLSCP and CDPCP, CDP over PPP (ENDOH Akira) * Add protocol blurbs to "-G" fields (Vassilii Khachaturov) * Adjust "-G"scripts to handle FT_UINT64, FT_INT64 and FT_STRING (Guy) * Properly extract ISAKMP data, handle Initiator and Responder cookies (Yaniv) * Fix handling of SCSI mode sense (Bill Studenmund) * Fix a couple of string handling bugs and properly display a uint in NTLMSSP (Guy) * Tweak the Solaris/SVR4 packaging a bit (Gerald) * Limit the parameter and data tvbuffs in SMB (Guy) * Keep track of "i", "a" and "m" tags in SDP (Guy) * Fix "PS" bit recording in SCSI, improve unknown page display, fix MODE SELECT payload length, add more data length checks, fix density code (Guy) * Generalize paths in ethereal.nsi and remove the need for ethereal.nsi.in (Ulf Lamping) * Set "SetShellVarContext all" in ethereal.nsi (Gerald) * Add COMMON_FILES_GNU to config.nmake (Gerald) * Add LLMNR support (Itojun) * Add a plain text FAQ to the distribution (Joerg) * Fix ethereal.nsi entries in Makefile.am (Joerg) * Add TDS protocol support (Brian Bruns, Joerg) * Add make-faq script (Joerg) * Add the text FAQ to each package (Joerg) * Clean up RPM building process (Joerg) * Fix zero-infinite-looping problem in packet-tds.c (Guy) * Fix formatting of SCSI "(size)" tags, track device/command types better, other updates (Guy) * Parse ISAKMP group descriptions, improve transform/payload display, parse vendor ID (Yaniv) * Add -S option to tethereal (Joerg) * Improve SCSI device type handling, fix memory leaks, fix SSC READ(6) and WRITE(6) dissectors (Guy) * Add missing "-static.o" to Makefile.am * Fix infinite recursion bug in DOCSIS (Anand) * Update CPHA to use the new dissector API (Guy)
2002-08-21Fix problems introduced by our local patch: AutoCommit handles wouldn't,mjl3-18/+19
and executes on closed handles crashed perl hard. Fixes PR/18009.
2002-08-21upgrade to 0.6dillo3-129/+10
changes since 0.5: * pkgsrc fixes for 0.5 integrated * support for the Quantum compression method reverse-engineered by Matthew Russotto * cabextract now exhaustively searches your files for cabinets. If there's more than one cabinet in the same file, cabextract will find those too. * Spanning cabinets sets contain both a 'next' and 'previous' cabinet name. cabextract now searches backwards through the cabinet chain to find the start of a cabinet set, before searching in the forwards direction as usual.
2002-08-21Arrggh... I've been looking at this screen for far too long today.skrll2-39/+20
Make sure the patch doesn't include an RCS Id.
2002-08-21Oops. Fix the distinfo after last commit.skrll1-2/+2
2002-08-21Apply the fixes provided in pkg/17912 and pkg/17981 so that ksysguarddskrll4-116/+573
can show something useful. Both PRs are from Hume Smith <hclsmith at yahoo dot ca> PKGREVISION++
2002-08-21Add `peace'kent1-1/+2
2002-08-21First import of PEACE pkgsrc.kent6-0/+194
PEACE is a set of programs to run Win32 executables on NetBSD. http://chiharu.hauN.org/peace/
2002-08-21adjust stdout/stderr redirect of ifconfig. cosmetic change onlyabs1-2/+2
2002-08-21Sync with PEACE repositrykent6-15/+106
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/ * Update w32api to 1.5 - Add comcat.h, mapi.h, ntsecpkg.h, schannel.h, schnlsp.h, security.h, sspi.h, wsnetbs.h, - Many bug fixes * Add crt files for PEACE
2002-08-21Sync with PEACE repositrykent13-195/+90
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ - Update binutils to 2.13 - Remove f77/objcc stuff
2002-08-21Patched lynx to make sure endwin() is called on exit.blymn2-1/+25
2002-08-21Make PKGNAME's version number part numeric.wiz1-1/+2
2002-08-21set USE_INET6 if we are on an IPv6 capable Solaris host.grant1-1/+3
2002-08-21Add and enable gp-grapecjep1-1/+2
2002-08-21Initial import of GRAPE 4r1 into the NetBSD packages collection ascjep5-0/+135
math/gp-grape. GRAPE is a GAP package for mathematical computation with graphs and groups. It was written by Leonard H. Soicher of Queen Mary, University of London.
2002-08-21Add and enable gapcjep1-1/+2
2002-08-21Initial import of GAP-4.3 (bug fix level 1) into the NetBSD packagescjep7-0/+4420
collection as math/gap. GAP (Groups, Algorithms and Programs) is a free system for computational discrete algebra. Its capabilities include computation involving cyclotomic and finite fields, residue class rings, p-adic numbers, multivariate polynomials and rational functions, vectors, matrices and finite groups. GAP can be copied and distributed freely for any non-commercial purpose.
2002-08-21If using SASL cyrus-sasl package is actually needed.seb1-1/+5
2002-08-21use .bz2 distfile.grant2-4/+5
2002-08-21include libs to make this work on Solaris.grant1-1/+5
2002-08-21Cosmetic nit: don't use -DFreeBSD - this is NetBSD!simonb3-6/+39
2002-08-21Include <string.h> in a few places to stop some warnings on alpha (andsimonb4-1/+40
other 64-bit platforms?).
2002-08-21Install the man page and other miscellaneous documention.simonb3-8/+26
2002-08-21.elseif -> .elifgrant1-3/+3
2002-08-21Update antiword to 0.33.rh6-68/+73
Changes 0.32-0.33 ----------------- Bug fixes: - Bug reported by Yannick PERRET <yperret@bat710.univ-lyon1.fr> fixed Old features: - The -X option is no longer supported. Replace "-X 2" by "-m 8859-2.txt" New features: - A little more accurate font translation - Full support for documents from WinWord 2.0 - Some support for documents from Word-for-DOS and WinWord 1.x - Selective header numbering. - Implementation of stylesheets. - The system-wide directory for the mapping files was changed from "/opt/antiword/share" into "/usr/share/antiword", in accordance with FHS, the file-system hierarchy standard. As suggested by Anand Buddhdev <arb@anand.org> - Antiword now turns white text into light gray text. - Antiword is now closer to "64-bit clean". Based on information supplied by Duncan Haldane <f.duncan.m.haldane@worldnet.att.net>
2002-08-21check that USE_INET6 is defined.grant7-18/+18
remove extraneous parenthesis around .if (${FOO} ..) conditions.
2002-08-21Enable pth threading, it now seems to work all right.mjl2-5/+3
Correct PLIST.
2002-08-21reverse if ${USE_INET6} condition, as USE_INET6 is not guaranteed togrant1-4/+4
be defined.
2002-08-21use BUILD_DEFS instead of USE_INET6.grant2-4/+4
2002-08-21Update to balsa 1.4.0mjl4-80/+98
- filter documentation. - adding mailboxes out of local mail directory hierachy. - various build fixes. - building fixes. - code cleanup. - new MostRecentlyUsed list. - mailbox rename fixes. - search and filtering fixes. - reasonable searching in message bodies held in IMAP mailboxes. - do not crash when called with -a. - minor filter UI improvements (sensitive). - more verbose on common SMTP errors. - RFC-compliant header encoding - password privacy fixes - build fixes (--without-esmtp, --disable-threads) - filter-on-receive fixes. - general cleanup and other small bug fixes - protect ESMTP passwords and pass-phrases - new mailboxes scanned in a thread - improved message include function - preserve References: headers over message postpone - number of crashes and other bugs fixed - build fixes. Make some dependencies optional - remove some double free()s - filter incoming POP3 messages - fixed content-disposition and charset bugs - fixes for printing of multipart messages with different content-types - rescanning local directories - delayed message deletion (and undeletion) - highlight bad addresses in compose window - external editor support - imap message caching - imap password handling fixes - first step to searching and filters - delayed IMAP tree scanning - "reply to group" functional
2002-08-21Update p5-DBI to 1.30.mjl2-5/+5
Most notable changes: Fixed problems with selectrow_array, selectrow_arrayref, and selectall_arrayref introduced in DBI 1.29. The trace output can be sent to STDOUT instead of STDERR by using "STDOUT" as the name of the file, i.e., $h->trace(..., "STDOUT") Added $sth->{ParamValues} to return a hash of the most recent values bound to placeholders via bind_param() or execute(). Enhanced ShowErrorStatement to include ParamValues if available: "DBD::foo::st execute failed: errstr [for statement ``...'' with params: 1='foo']" Fixed missing column in C implementation of fetchall_arrayref() Added C implementations of selectrow_arrayref() and fetchall_arrayref() in Driver.xst. All compiled drivers using Driver.xst will now be faster making those calls. Drivers just need to be recompiled and reinstalled to enable it. Added $max_rows parameter to fetchall_arrayref() to optionally limit the number of rows returned. Can now fetch batches of rows. Added MaxRows attribute to selectall_arrayref() which then passes it to fetchall_arrayref(). Documented that $h->func() does not trigger RaiseError etc so applications must explicitly check for errors. HandleError subroutine interface is now regarded as stable. Fixed reference loop causing a handle/memory leak that was introduced in DBI 1.16. Fixed DBI::Format to work with 'filehandles' from IO::Scalar and similar modules Fixed $h->func for DBI::PurePerl Fixed $dbh->{Name} for DBI::PurePerl Added DBI method call profiling and benchmarking. Added execute_array() and bind_param_array() documentation Removed undocumented Handlers attribute (replaced by HandleError). Greatly improved DBI::PurePerl in performance and accuracy. Added DBI::PurePerl, a transparent DBI emulation for pure-perl drivers See Perldoc DBI::PurePerl for details. Added DBI::Const::GetInfo* modules Added write_getinfo_pm utility to DBI::DBD Added $allow_active==2 mode for prepare_cached() Extend $h->{Warn} to commit/rollback ineffective warning
2002-08-21Update g-wrap to 1.2.1. Changes are built-time tweaks only and amjl5-49/+8
version number bump. 1.2.x is required for gnucash.
2002-08-20Update to V2.9-11.soren6-101/+61
This includes several new emulators including one for the VAX, which runs NetBSD/vax!
2002-08-20make it work with non-netbsditojun2-7/+10
2002-08-20Add and enable osh.cjep1-1/+2
2002-08-20Initial import of osh-020214 into the NetBSD packages collectioncjep5-0/+69
as shells/osh. Osh is a re-implementation of the old and obsolete shell version, which was in standard use up to UNIX 6th Edition and was supplied as osh with UNIX 7th Edition. Its command language is a sparse subset of those of modern shells and is mostly common both to sh(1) and csh(1). This pkgsrc entry is based on the FreeBSD ports entry for osh.
2002-08-20teach it about python21-pthdrochner2-3/+12
2002-08-20Build a Python version with thread support. For now, we only havedrochner11-0/+1997
devel/pth, which tends to coredumps sometimes. But a number of Python packages insists in threads, so we have to start somewhere.
2002-08-20Avoid namespace collision on errno. This should now build again.skrll4-1/+46
2002-08-20Upgrade arla to 0.35.9wennmach19-6/+1030
Fixes two security holes: 'xdr'-bug (in vos, not in arlad), and xfs failes to check for negative numbers in pioctl. Additional changes: NetBSD/sparc64 now supported, 'themis' added, local locking, bug fixes. See http://www.stacken.kth.se/lists/arla-drinkers/2002-08/msg00019.html
2002-08-20Fix sparc64 build by patching sigs/sha/sha.c like the revision 1.6 ofseb2-11/+133
basesrc/lib/libc/hash/sha1.c.
2002-08-20openssl/buildlink.mk enforces OpenSSL>=0.9.5f due to the DoS fix. Do not botherabs1-4/+6
trying to ask for 0.9.5a as we will not be allowed to use it anyway.