summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2004-10-10Update moss to 0.1.11. Patch provided by Myung-Gon Park, the maintainer.minskim1-1/+2
Changes since 0.1.9: - Avoid an infinite loop with buffer underrun in the live mode. - More detailed and consistent log messages.
2004-10-10Update PostgreSQL 7.4 packages to 7.4.5. Changes are mostly reliability fixes.jdolecek1-1/+2
Dump/restore is not necessary for 7.4.x users. Changes in 7.4.5: * Repair possible crash during concurrent btree index insertions This patch fixes a rare case in which concurrent insertions into a btree index could result in a server panic. No permanent damage would result, but it's still worth a re-release. The bug does not exist in pre-7.4 releases. Changes in 7.4.4: * Prevent possible loss of committed transactions during crash Due to insufficient interlocking between transaction commit and checkpointing, it was possible for transactions committed just before the most recent checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1. * Check HAVING restriction before evaluating result list of an aggregate plan * Avoid crash when session's current userID is deleted * Fix hashed crosstab for zero-rows case (Joe) * Force cache update after renaming a column in a foreign key * Pretty-print UNION queries correctly * Make psql handle \r\n newlines properly in COPY IN * pg_dump handled ACLs with grant options incorrectly * Fix thread support for OS X and Solaris * Updated JDBC driver (build 215) with various fixes * ECPG fixes * Translation updates (various contributors)
2004-10-10Added strace. Only for Linux now. Please test under SunOS, Solaris,reed1-1/+2
System V release 4 and Irix.
2004-10-09Note pwlib, openh323, gnugkmjl1-1/+5
2004-10-09Note update of phppgadmin to 3.4.1, based on patches submitted in PR pkg/26539jdolecek1-1/+2
by Sergio Jimenez. The full change list since 2.4 is not available, and even the changes in 3.x line are too numberous to list. See package file HISTORY for details. Highlights include much more complete support for various PostgreSQL features, full support for version up to and including 8.0 beta1, localization to many languages.
2004-10-09Import ttf2pk-1.3.1: TrueType to TeX PK font converterhubertf1-1/+2
ttf2pk/ttf2tfm permit using TrueType fonts with teTeX. To be used for pkgsrc-wip/cjk-latex & friends (fixes and a working cjk-latex-wadalab font pkg to be committed too)
2004-10-09Note update of gtk2 to 2.4.11.jmmv1-1/+2
2004-10-09+ hugo-3.1.01dillo1-1/+2
2004-10-08Note PKGREVISION bump for misc/dync.kristerw1-1/+2
2004-10-08Note update of glib2 to 2.4.7.jmmv1-1/+2
2004-10-08Updated psiconv to 0.9.6adam1-1/+2
2004-10-08Updated dbh to 1.0.20martti1-1/+2
2004-10-08Updated several xfce4 pluginsmartti1-1/+7
2004-10-08Update mail/clamsmtp to 0.9.5:xtraeme1-1/+2
0.9.5 - Fixed problems with the select zeroing out timeouts. - Added support for setting the PidFile from the config file 0.9 - Don't quit when too many threads created - Restructured smtp passthru system so it can be used by other apps - Better IO and SMTP parsing - Changed default header to be similar to Amavis - Compiles and runs on systems without error checking mutexes - Ability to drop privileges and run as a different user [Rubio Vaughan] - Fixed config file bugs - Virus Actions. Run a script every time a virus is found. - By default don't use ClamAV sessions. This fixes several stability problems that were being experienced with clamd.
2004-10-08Note update of adzap to version 20040914 - lots of new ad pattern updates.simonb1-2/+2
2004-10-07Update exim to 4.43 from 4.42abs1-1/+5
Update exim-exiscan to 4.43_28 from 4.42_27 Update exim-html to 4.40 from 4.30 exim-exiscan: 28 - Added F-Secure support, thanks to Johan Thelmen <jth@home.se>. - Upgraded SRS support to libsrs_alt 0.5 via Miles Wilton's patch. - REMOVED exiscan-acl implementation of custom header placement in favor of Philip Hazel's native implementation. However, a new option option was added for it to mimic the behaviour of the old header_pos_middle option. Read section 10 of exiscan-acl-spec.txt. exim: 1. Fixed a longstanding but relatively impotent bug: a long time ago, before PIPELINING, the function smtp_write_command() used to return TRUE or FALSE. Now it returns an integer. A number of calls were still expecting a T/F return. Fortuitously, in all cases, the tests worked in OK situations, which is the norm. However, things would have gone wrong on any write failures on the smtp file descriptor. This function is used when sending messages over SMTP and also when doing verify callouts. 2. When Exim is called to do synchronous delivery of a locally submitted message (the -odf or -odi options), it no longer closes stderr before doing the delivery. 3. Implemented the mua_wrapper option. 4. Implemented mx_fail_domains and srv_fail_domains for the dnslookup router. 5. Implemented the functions header_remove(), header_testname(), header_add_at_position(), and receive_remove_recipient(), and exported them to local_scan(). 6. If an ACL "warn" statement specified the addition of headers, Exim already inserted X-ACL-Warn: at the start if there was no header name. However, it was not making this test for the second and subsequent header lines if there were newlines in the string. This meant that an invalid header could be inserted if Exim was badly configured. 7. Allow an ACL "warn" statement to add header lines at the start or after all the Received: headers, as well as at the end. 8. Added the rcpt_4xx retry error code. 9. Added postmaster_mailfrom=xxx to callout verification option. 10. Added mailfrom=xxxx to the callout verification option, for verify= header_sender only. 11. ${substr_1_:xxxx} and ${substr__3:xxxx} are now diagnosed as syntax errors (they previously behaved as ${substr_1_0:xxxx} and ${substr:_0_3:xxxx}). 12. Inserted some casts to stop certain compilers warning when using pointer differences as field lengths or precisions in printf-type calls (mostly affecting debugging statements). 13. Added optional readline() support for -be (dynamically loaded). 14. Obscure bug fix: if a message error (e.g. 4xx to MAIL) happened within the same clock tick as a message's arrival, so that its received time was the same as the "first fail" time on the retry record, and that message remained on the queue past the ultimate address timeout, every queue runner would try a delivery (because it was past the ultimate address timeout) but after another failure, the ultimate address timeout, which should have then bounced the address, did not kick in. This was a "< instead of <=" error; in most cases the first failure would have been in the next clock tick after the received time, and all would be well. 15. The special items beginning with @ in domain lists (e.g. @mx_any) were not being recognized when the domain list was tested by the match_domain condition in an expansion string. 16. Added the ${str2b64: operator. 17. Exim was always calling setrlimit() to set a large limit for the number of processes, without checking whether the existing limit was already adequate. (It did check for the limit on file descriptors.) Furthermore, 18. Imported PCRE 5.0. 19. Trivial typo in log message " temporarily refused connection" (the leading space). 20. If the log selector return_path_on_delivery was set and an address was redirected to /dev/null, the delivery process crashed because it assumed that a return path would always be set for a "successful" delivery. In this case, the whole delivery is bypassed as an optimization, and therefore no return path is set. 21. Internal re-arrangement: the function for sending a challenge and reading a response while authentication was assuming a zero-terminated challenge string. It's now changed to take a pointer and a length, to allow for binary data in such strings. 22. Added the cyrus_sasl authenticator (code supplied by MBM). 23. Exim was not respecting finduser_retries when seeking the login of the uid under which it was called; it was always trying 10 times. (The default setting of finduser_retries is zero.) Also, it was sleeping after the final failure, which is pointless. 24. Implemented tls_on_connect_ports. 25. Implemented acl_smtp_predata. 26. If the domain in control=submission is set empty, Exim assumes that the authenticated id is a complete email address when it generates From: or Sender: header lines. 27. Added "#define SOCKLEN_T int" to OS/os.h-SCO and OS/os.h-SCO_SV. Also added definitions to OS/Makefile-SCO and OS/Makefile-SCO_SV that put basename, chown and chgrp in /bin and hostname in /usr/bin. 28. Exim was keeping the "process log" file open after each use, just as it does for the main log. This opens the possibility of it remaining open for long periods when the USR1 signal hits a daemon. Occasional processlog errors were reported, that could have been caused by this. Anyway, it seems much more sensible not to leave this file open at all, so that is what now happens. 29. The long-running daemon process does not normally write to the log once it has entered its main loop, and it closes the log before doing so. This is so that log files can straightforwardly be renamed and moved. However, there are a couple of unusual error situations where the daemon does write log entries, and I had neglected to close the log afterwards. 30. The text of an SMTP error response that was received during a remote delivery was being truncated at 512 bytes. This is too short for some of the long messages that one sometimes sees. I've increased the limit to 1024. 31. It is now possible to make retry rules that apply only when a message has a specific sender, in particular, an empty sender. 32. Added "control = enforce_sync" and "control = no_enforce_sync". This makes it possible to be selective about when SMTP synchronization is enforced. 33. Added "control = caseful_local_part" and "control = "caselower_local_part". 32. Implemented hosts_connection_nolog. 33. Added an ACL for QUIT. 34. Setting "delay_warning=" to disable warnings was not working; it gave a syntax error. 35. Added mailbox_size and mailbox_filecount to appendfile. 36. Added control = no_multiline_responses to ACLs. 37. There was a bug in the logic of the code that waits for the clock to tick in the case where the clock went backwards by a substantial amount such that the microsecond fraction of "now" was more than the microsecond fraction of "then" (but the whole seconds number was less). 38. Added support for the libradius Radius client library this is found on FreeBSD (previously only the radiusclient library was supported).
2004-10-07Note update of epiphany to 1.4.3.jmmv1-5/+6
While here, fix date of changes that happened today (it's 7th, not 6th!).
2004-10-07Mention new tuxpaint-config package.wiz1-1/+2
2004-10-07Fix entry. (hi quentin)skrll1-2/+2
2004-10-07+ guile-1.6.5.wiz1-1/+2
2004-10-07Note updates of tuxpaint and tuxpaint-stamps.wiz1-1/+3
2004-10-07+ R-2.0.0, erlang-r10b, gstreamer-0.8.7, oss-3.99.1h, slrn-0.9.8.1,wiz1-3/+7
sylpheed-0.9.99.
2004-10-07Note update of rhythmbox to 0.8.7.hira1-1/+2
2004-10-06Suggest update for conglomerate-0.7.14.reed1-1/+2
2004-10-06Note update of pkg_tarup to 1.6.3.erh1-1/+2
2004-10-06Update moss to 0.1.9. Submitted by Myung-Gon Park, new MAINTAINER.minskim1-1/+2
Changes: - Bug fix in live mode.
2004-10-06Note update of gal2 to 2.2.2.jmmv1-1/+2
2004-10-06+ doxygen-1.3.9, gstreamer-0.8.6, snd-7.7, wesnoth-0.8.5.wiz1-3/+5
2004-10-06Note cfg+ -> libcfg+ move.wiz1-1/+2
2004-10-06Note update of "freetype" package to version 1.3.1nb2.tron1-1/+2
2004-10-06Note update of "kde" package to version 3.3.0nb1.tron1-1/+2
2004-10-06jikes -> 1.22tv1-1/+2
2004-10-06Note update to taglib 1.3, and remove from todo list.chris2-3/+3
2004-10-06Added MyPasswordSafe-20041001.wiz1-1/+2
2004-10-05-gnucashmjl1-2/+1
2004-10-05Note gnucash 1.8.9mjl1-1/+2
2004-10-05Correct version number in last entry.tron1-2/+2
2004-10-05Note update of "qt3" package to version 3.3.3.tron1-1/+2
2004-10-05Note update of ns-flash to 7.0.x series. Change list not available.jdolecek1-2/+2
The update was actually to 7.0.25 for Linux version and 7.0.53 for Solaris/sparc, use 7.0.25 for this version as least common denominator
2004-10-05Update galeon to 1.3.17:abs1-1/+2
- Works with Mozilla 1.4 through 1.8a2 and trunk - Support printing with Xprint - Get rid of the startup script; you need to update your scripts if you have been using galeon-bin directly - Add saved files in recent-files list for easy access - Add support for vfolders of bookmarks. - Restore the 'Reload Frame' context menu item - Add progress dialog when printing. - Don't copy the history of the old tab, when creating an unrelated new tab - Support the new GNOME 2.8 mime type system - lots of other bug fixes Also include fix for http://bugzilla.gnome.org/show_bug.cgi?id=153693
2004-10-05Update rconfig to 0.39:abs1-1/+3
- No longer require ssh to localhost for probe - When reporting a error in probe, use the netname not the short name
2004-10-05Updated sylpheed-claws to 0.9.12badam2-4/+3
2004-10-05+ allegro-4.1.16, openoffice-1.1.3.wiz1-3/+3
2004-10-05Initial import of ntfsprogs-1.9.4 into the packages collection.agc1-1/+2
The Linux-NTFS project (http://linux-ntfs.sf.net/) aims to bring full support for the NTFS filesystem to the Linux operating system. The ntfsprogs package currently consists of a static library and utilities such as mkntfs, ntfscat, ntfsls, ntfsresize, and ntfsundelete (for a full list of included utilities see man 8 ntfsprogs after installation). Provided in PR 27119 by Darrin B. Jewell, modified by myself to remove dylib files from PLIST, add NetBSD statvfs compatibility, and quieten a warning in one of the patches. Darrin's patches perform the following changes: . provide for redirection of error output without having an lvalue stderr . support for NetBSD disklabels . fix for ntfs_attr_pread to avoid reading a partial block . workaround for darwin sys/mount.h namespace pollution This package is currently configured with the gnome-vfs module disabled.
2004-10-05Note PKGREVISION bump of glib.minskim1-1/+3
2004-10-05Updated ImageMagick to 6.1.0-2adam1-1/+2
2004-10-05Updated xfce4-utils to 4.0.6nb2martti1-1/+2
2004-10-05Note update of graphics/dcraw to version 1.208 [new camera models supportseb1-1/+2
and bug fixes]
2004-10-05Remove blank line.tron1-2/+1
2004-10-05Note update of "nessus" package to version 2.0.12.tron1-1/+2