summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-13Add "show-var" to the list of recursable targets.tv1-2/+3
2001-01-13Change DEPENDS to 1.3.14nb1.tv1-2/+2
2001-01-13Use the "nb" convention to distinguish the teeny version bump caused bytv1-2/+2
pkgsrc (instead of a real version number change in the program).
2001-01-13Add in new qt2-examples packageskrll1-1/+2
2001-01-13Wildcard dependency on lynx.wiz1-2/+2
2001-01-13New qt2-2.2.3 examples package that installs the examples and tutorialsskrll2-0/+673
from the qt2 distribution. Based on the package submitted in pkg/11932 by Rex McMaster <rmcm@compsoft.com.au>, but heavily modified by me.
2001-01-13Make this package work under Solaris.tron1-5/+12
2001-01-13New qt2-2.2.3 examples package that installs the examples and tutorialsskrll3-0/+43
from the qt2 distribution. Based on the package submitted in pkg/11932 by Rex McMaster <rmcm@compsoft.com.au>, but heavily modified by me.
2001-01-13Wildcard dependency on nmap.wiz1-2/+2
2001-01-13Wildcard dependency on oaf.wiz1-2/+2
2001-01-13Some tidyup.skrll1-8/+8
2001-01-13Wildcard dependency on libcdaudio.wiz1-2/+2
2001-01-13"glib" supports Solaris's threading library so that we don't need "pth".tron1-3/+6
2001-01-13upgrade to 20001217 snapshot.itojun5-24/+36
Major changes with snapshot-20001217 ==================================== This release involves little change in functionality and a lot of small changes to lots of files. The code is put out as a separate snapshot release so that I have a tested baseline for further work. All time-related configuration parameters now accept a one-letter suffix to indicate the time unit (s: second, m: minute, h: hour, d: day, w: week). The exceptions are the LDAP and MYSQL modules which are maintained separately. The mysql client was partially rewritten in order to elimimate some memory allocation/deallocation problems. The code needs more work, and needs to be tested in a real production environment. The local_transport and default_transport configuration parameters can now be specified in transport:destination notation, just like the mailbox_transport and fallback_transport parameters. The :destination part is optional. However, these parameters take only one destination, unlike relayhost and fallback-relay which take any number of destinations. Incompatible changes with snapshot-20001210 =========================================== If this release does not work for you, you can go back to a previous Postfix version without losing your mail, subject to the "incompatible changes" listed for previous Postfix releases below. When delivering to /file/name (as directed in an alias or .forward file), the local delivery agent now logs a warning when it is unable to create a /file/name.lock file. Mail is still delivered as before. The "sun_mailtool_compatibility" feature is going away (a compatibility mode that turns off kernel locks on mailbox files). It still works, but a warning is logged. Instead of using "sun_mailtool_compatibility", specify the mailbox locking strategy as "mailbox_delivery_lock = dotlock". The Postfix SMTP client now skips SMTP server replies that do not start with "CODE SPACE" or with "CODE HYPHEN" and flags them as protocol errors. Older Postfix SMTP clients silently treated "CODE TEXT" as "CODE SPACE TEXT", i.e. as a valid SMTP reply. This snapshot does not yet change default relay settings. That change alone affects a dozen files, most of which documentation. This may be an incompatibility with some people's expectations, but such are my rules - between code freeze and release no major functionality changes are allowed. Several interfaces of libutil and libglobal routines have changed. This may break third-party code written for Postfix. In particular, the safe_open() routine has changed, the way the preferred locking method is specified in the sys_defs.h file, as well as all routines that perform file locking. When compiling third-party code written for Postfix, the incompatibilities will be detected by the compiler provided that #include file dependencies are properly maintained. Major changes with snapshot-20001210 ==================================== This snapshot includes bugfixes that were already released as patches 12 and 13 for the 19991231 "stable" release: - The queue manager could deadlock for 10 seconds when bouncing mail under extreme load from one-to-one mass mailings. - Local delivery performance was substandard, because the per-user concurrency limit accidentally applied to the entire local domain. The mailbox locking style is now fully configurable at runtime. The new configuration parameter is called "mailbox_delivery_lock". Depending on the operating system type, mailboxes can be locked with one or more of "flock", "fcntl" or "dotlock". The command "postconf -l" shows the available locking styles. The default mailbox locking style is system dependent. This change affects all mailbox and all "/file/name" deliveries by the Postfix local delivery agent. The new "import_environment" and "export_environment" configuration parameters now provide explicit control over what environment variables Postfix will import, and what environment variables Postfix will pass on to a non-Postfix process. This is better than hard-coding my debugging environment into public releases. The "mailbox_transport" and "fallback_transport" parameters now understand the form "transport:nexthop", with suitable defaults when either transport or nexthop are omitted, just like in the Postfix transport map. This allows you to specify for example, "mailbox_transport = lmtp:unix:/file/name". The MYSQL client now supports server connections over UNIX-domain sockets. Code provided by Piotr Klaban. See the file MYSQL_README for examples of "host" syntax.
2001-01-13add missing '$'hubertf1-2/+2
2001-01-13Replace spaces with tabs.jlam1-7/+7
2001-01-13HOMEPAGE and primary FTP site have moved.jlam1-3/+4
2001-01-13Make this build if "${CC}" is not "cc".tron3-7/+8
2001-01-13Update MD5 checksum to match updated file on master site.tron1-2/+2
2001-01-13Add trailing slash to HOMEPAGE.jlam1-2/+2
2001-01-13Fix thinko in last commit.tron1-4/+3
2001-01-13It doesn't make sense to remove "bin/cc" and recreate it later intron1-4/+5
"post-install" target.
2001-01-13Remove bogus file entries.tron1-4/+1
2001-01-13Don't cause a build failure if "${CC} -version" doesn't work.tron1-2/+4
2001-01-12Cosmetic changes.jlam1-13/+13
2001-01-12Add CPPFLAGS to the configure environment so -Dunix gets passed throughijlam1-1/+2
correctly.
2001-01-12Fix this script for Solaris's "/bin/sh".tron1-2/+3
2001-01-12s/sysconfdif/sysconfdir/jlam2-3/+12
2001-01-12add shinonome font. (hrs-t@hh.iij4u.or.jp)itojun12-40/+95
do not install non-rectangular font by default. split PLIST to make it easier to install part of the collections.
2001-01-12Update HOMEPAGE.dent3-6/+6
2001-01-12Update HOMEPAGE.dent2-4/+4
2001-01-12Update HOMEPAGE and MASTER_SITES.dent1-3/+3
2001-01-12Update HOMEPAGE.dent2-4/+4
2001-01-12Update HOMEPAGE and MASTER_SITES.dent2-7/+6
2001-01-12re-enable ucd-snmp dependsitojun1-2/+2
2001-01-12upgrade to 0.8.14.itojun2-5/+10
Overview of changes in Ethereal 0.8.15: * HSRP updates (Heikki) * MGCP updates (Ed, Gilbert) * Fix infinite loop problem in ICQ dissector (Gilbert) * Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert) * SMB fixes (Jeroen Ruigrok van der Werven) * More complete 'manuf' file. (Gerald) * X.25 updates (Olivier, Richard) * RADIUS updates (Guy) * AIM updates (Ralf Holzer) * WCCP 2.0 support * NG Sniffer file-reading fixes (Guy) * New dissector: Label Distribution Protocol (Richard) * tvbuff updates, fixes, additions (Gilbert, Guy) * New dissector: GVRP (Kevin Shi) * NVS v4 support (Mike Frisch) * RTSP updates (Guy) * Miscellaneous clean-ups (Guy, Gilbert) * NBIPX update (Guy) * Fix for improper buffer-overflow check in wiretap's pppdump support (Daniel Thompson) * ISAKMP fix (itojun) * Add TCP segment and UDP datagram checksumming code (Guy) * Added Router-Alert IP option, RFC 2113 (Ashok) * PPP updates (Burke Lau) * Mobile IPv6 support (Martti Kuparinen) * "Match Selected" works better with FT_STRING types (Ed Warnicke) * Windows time format bug avoidance (Richard) * X.25 over TCP support (Paul Ionescu) * Enable FT_BYTES display filtering (Ed Warnicke) * Added tethereal_static build target (Nathan) * Kerberos update (Nathan, Guy) * DLT_LINUX_SLL capture type support, used with current libpcap captures on the Linux "any" device. (Guy) * CLNP update (Guy) * TFTP update (Guy) * BGP update (Greg Hankins) * OSPF update (Guy) * Capture updates and fixes (Guy) * LAPBETHER support (Richard, Guy) * TCP update for TCP MD5 signature (Greg Hankins) * SMB-PIPE fix (Richard) * Display filter creation GUI (Guy, based on work by Jeff Foster) * Updates to HTTP (uPnP and SSDP support) (David Hampton) * Preferences API updates (Guy) * DEC LANBridge Spanning Tree Protocol support (Paul Ionescu) * X.25 over LLC support (Paul Ionescu) * CDP update for IP Prefix field (Paul Ionescu) * Tvbuffication of dissectors (Guy, Gilbert) * Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu) * Support for NG Sniffer Frame Relay traces (Jeff Foster) * Conversation/dissector registration updates (Guy) * MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen) * Doco updates (Guy) * SOCKS fix for crashing in a conversation ping-ping (Jeff Foster) * IEEEE 802.11 fix (Guy) * Proper (I think) lineheight calculation in proto_draw.c (Gilbert) * HTTP dissector can accept registration from sub-protocols (Guy) * make-reg-dotc.py speeds up build on Win32 (Gilbert) * LLC update (Guy) * SCTP updates (Michael Tuexen) * ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
2001-01-12Add manpage.hubertf3-2/+131
Submitted by Andrew Brown <atatat@atatdot.net> in PR 11935.
2001-01-11Update HOMEPAGE and MASTER_SITES (moved to sourceforge).dent1-3/+3
2001-01-11Fix typo.dent2-4/+4
2001-01-11Update HOMEPAGE.dent2-4/+4
2001-01-11Fix lynx's completely mucked version numbering scheme to something more sane.tv2-4/+4
2.8.3rel.1 -> 2.8.3.1 2.8.4dev.10 -> 2.8.4.0b10
2001-01-11Update HOMEPAGE.dent2-4/+4
2001-01-11Update HOMEPAGE.dent2-4/+4
2001-01-11Update HOMEPAGE.dent2-4/+4
2001-01-11Update cups to 1.1.5.2. No functional changes from 1.1.5.1, but NetBSDjlam12-323/+31
changes were folded back into the main source tree.
2001-01-11Kill compiler warning.jlam2-7/+9
2001-01-11Have the package installed the html documentation as well. While I'm hereskrll2-667/+2077
move the man pages to somewhere more sensible.
2001-01-11Don't try to install a manpage for a dprofpp.jlam2-1/+14
2001-01-11Make this package build on Solaris.tron1-1/+5
2001-01-11Make this build without root permissions. Fixes Luke's PR 11893.rh2-1/+17