summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-14Fixed PKGMANDIR and the path to the configuration file from the manualrillig3-21/+10
page, which was mentioned in PR 34813.
2006-10-14Fixed PKGMANDIR.rillig3-7/+8
2006-10-14Updated meta-pkgs/pkg_developer to 1.1adrianp1-1/+3
Updated mail/pear-Mail to 1.1.14
2006-10-14Update to 1.1.14adrianp2-6/+6
Addresses PR #34643 - Fix missing seperation between headers and body in the SMTP driver - Fix _sanitizeHeaders() so that it doesn't eat multiline headers. - The sendmail backend now correctly writes a blank line between the headers and body text. - Fix typo in _sanitizeHeaders() that blanked out all headers. - Mail::prepareHeaders() no longer appends a trailing newline. (Bug 7492) - Mail::parseRecipients() now returns a PEAR_Error object on error. (Bug 7491) - Mail_RFC822::isValidInetAddress() now permits domain parts longer than four characters. The two character minimum remains in effect. (Bug 7562) - Fixed the tests for the existence of the PHP_EOL constant. (Bug 7682) - Changed the default 'sendmail_args' value to include the '-i' argument. (Bug 7785) - We now guard against email injection exploits. (Bug 6229) - The SMTP driver now includes an error code in its PEAR_Error objects. - SMTP connections are now reset (RSET) when an error occurs. (Bug 5212) - The SMTP driver now exposes a disconnect() method which forcibly destroys the SMTP connection. (Bug 5372) - Removing a stray debugging line that snuck into the 1.1.7 release. (Bug 5190) - Mail_RFC822::isValidInetAddress() now accepts the '+' character in strict local-parts. (Bug 4943) - The SMTP backend now returns standardized error messages which now include additional error details from the Net_SMTP package. (Bug 4241) - Mail::factory() now returns object references without generating PHP warnings. - The SMTP backend now supports a 'persist' parameter which allows the internal SMTP connection object to be reused over multiple calls to the send() method. (Bug 4122) - Don't emit warnings with PHP 4.4/5.1. - Unfold long lines before parsing addresses in Mail_RFC822. - The SMTP driver now supports a 'timeout' value. (Request 3776) - An array of Received: headers can now be provided. (Bug 4636)
2006-10-14Add checkpermsadrianp1-2/+3
Bump to 1.1
2006-10-14The "phpmyadmin" package was updated to version 2.9.0.2.tron1-3/+1
2006-10-14Note update of "phpmyadmin" package to version 2.9.0.2.tron1-1/+2
2006-10-14Update "phpmyadmin" package to version 2.9.0.2.tron3-13/+18
Changes since version 2.8.2.4: - Fixed for security vulnerability reported in PMASA-2006-5 - New export options - A lot of bug fixes
2006-10-14Updated security/stunnel to 4.15.obache2-3/+3
2006-10-14Update stunnel to 4.15.obache5-53/+50
Patch provided by Shaun Amott via PR 34436, take maintainership. And define USE_LIBTOOL, regen patch with mkpatches.
2006-10-14Updated mail/dovecot to 1.0rc9.ghen1-1/+2
2006-10-14Update to dovecot-1.0rc9. From the release announcement mail:ghen2-6/+6
Most importantly this should fix the login process problems that people have been reporting. There were also some bugs in the proxying feature. Also note the 64bit change in dovecot.index.cache files. Unless you delete dovecot.index.cache files manually, you'll these kind of error messages into your logs: Error: Corrupted index cache file ...dovecot.index.cache: registered field date.sent size changed They'll get fixed automatically of course, but it might be a bit annoying to see them. * 64bit systems: dovecot.index.cache file will be rebuilt because some time fields have been changed from 64bit fields to 32bit fields. Now the same cache file can be used in both 32bit and 64bit systems without it being rebuilt. * Added libmysqlclient workaround to conflicting sha1_result symbol, which caused Dovecot to fail logging into MySQL. + dovecot.index.cache file opening is delayed until it's actually needed. This reduces disk accesses a bit with eg. STATUS commands. + auth_cache: Try to handle changing passwords automatically: If password verification fails, but the last one had succeeded, don't use the cache. This works only with plaintext auth. - dovecot.index.cache: We didn't properly detect if some fields were different length than we expected, which caused assert crashes - Lots of fixes to login/master process handling - mbox: Fixed a bug causing "X-IMAPbase uid-last unexpectedly lost in mbox file" errors, and possibly others.
2006-10-14Updated sysutils/gentoo to 0.11.56.obache2-3/+3
2006-10-14Update gentoo to 0.11.56.obache3-21/+6
Patch provided by Martin Wilke via PR 34341. 0.11.56 * Fixed buglet that caused copying of protection bits to always be a fatal error, regardless of the "Ignore Failure to Copy Attributes" option setting. * Fixed a silly case of errno "leaking" out of the window title setting code (which needs to mess with NLS). This had gentoo break totally (couldn't even copy files) on Ubuntu. Big thanks to M. Williams for letting me ssh and vnc to his Ubuntu box so I could hunt this one down. * Rewrote core of regular file copying function. It seems when writing to a Samba-mounted (network) share, write() doesn't like large buffer sizes. So we loop to empty the buffer of read data, doing as many writes() per read() as is necessary. Odd. * Fixed bug that made it impossible to use RenameSeq on volumes using a VFAT filesystem. This was due to the use of invalid characters in temporary filenames. * Made RenameSeq's start value settable through a spinbutton in the dialog, rather than a plain entry. Faster small changes. * Added a new page to the RenameRE dialog, 'Map', which does simple character mappings on filenames. Also supports removing a set of character (think 'tr', applied twice). * Added information about missing options (--locale-info, --run) to the manual page.
2006-10-14Fixes to tcpdump2xplot:bad3-2/+38
- Strip output added by modern tcpdump versions in verbose mode from input lines (IP options, tcp checksum status). - Split sack ranges on consecutive spaces instead of just a single space. While here use a string comparison operator to compare second filed against "IP" by copying the code from graphics/xplot patch-ab.
2006-10-14Fixes to tcpdump2xplot:bad3-8/+25
- Strip output added by modern tcpdump versions in verbose mode from input lines (IP options, tcp checksum status). - Split sack ranges on consecutive spaces instead of just a single space.
2006-10-14Add "ncursesw" package.tron1-1/+2
2006-10-14Added the user-settable variable CCACHE_DIR, so that the cache can berillig1-2/+13
outside of WRKDIR. I don't see a reason for having the cache inside a directory that will go away on "make clean", but I left the default value as is.
2006-10-14Ha, already did the pango update!wiz1-2/+1
2006-10-14+ clisp-2.41, libetpan-0.47, mysql5-client-5.0.26, mysql5-server-5.0.26,wiz1-3/+9
openoffice2-2.0.4, openoffice2-bin-2.0.4, pango-1.14.7, wine-0.9.23.
2006-10-14pango updated to 1.14.7.wiz1-1/+2
2006-10-14Update to 1.14.7:wiz2-6/+6
Overview of changes between 1.14.6 and 1.14.7 ============================================== * Fixed broken build with included lang modules. * Bugs fixed in this release: Bug 361938 - Can't include *-lang modules (./configure --with-included-modules fails)
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz6-15/+15
2006-10-14Fixed PKGMANDIR.rillig1-2/+2
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-10-14Add forgotten e16menuedit2's category.obache1-2/+2
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz44-104/+105
2006-10-14Sort sections. New sentence, new line.wiz1-20/+24
2006-10-14Add ruby-daemons.minskim2-2/+4
2006-10-14Import ruby-daemons-1.0.2.minskim4-0/+38
daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. daemons can also run and control blocks of Ruby code in a daemon process.
2006-10-14Updated e16menuedit2 to 0.0.3.obache2-3/+3
2006-10-14Update e16menuedit2 to 0.0.3.obache2-7/+7
Patch provided by MAINTAINER, Chris Wareham via PR 34595. ChangeLog is unknown.
2006-10-14- file-4.17obache1-2/+1
2006-10-14Fixed "test ==".rillig5-15/+92
2006-10-14Fixed "test ==".rillig13-23/+169
2006-10-14This package installs the demo programs as executable, but doesn't carerillig1-1/+3
about the path to the script interpreter.
2006-10-14Fixed "test ==" and a few pkglint warnings.rillig4-11/+80
2006-10-14Fixed "test ==".rillig3-1/+29
2006-10-14Needs shells/scsh for a binary.rillig1-1/+4
2006-10-14Fixed "test ==".rillig7-4/+60
2006-10-14Fixed "test ==".rillig8-3/+75
2006-10-14Fixed "test ==" and pkglint warnings.rillig5-37/+69
2006-10-14Fixed PKGMANDIR.rillig1-6/+8
2006-10-14Fixed "test ==" and a lot of pkglint warnings.rillig4-9/+51
2006-10-14Fixed "test ==".rillig9-7/+233
2006-10-14Completely rewrote apache.mk and apachever.mk. The latter is now anrillig2-161/+107
alias for apache.mk, since I don't see a reason why a package should query the apache version without also adding a dependency on apache. Fixed the documentation to match the code. Made the code simpler. Added sanity checks for both package-settable and user-settable variables.
2006-10-13Fix small but serious bug; no change in distname.reinoud2-6/+6
2006-10-13add etracegdt1-1/+2
2006-10-13 Added devel/etrace version 2.1 [gdt 2006-10-13]gdt1-1/+2
2006-10-13etrace: A run-time tracing toolgdt4-0/+64
------------------------------- These source files comprise a simple but efficient utility that allows the display of a function call tree in a C program at run-time. It is also possible to dump the results of a program execution to an ASCII file for later examination. * ptrace.c compiles your code to enable this run-time tracing * etrace is a Python script that will perform the run-time tracing by displaying the function names as they are called * etrace.pl is a Perl script that will perform the run-time tracing by displaying the function names as they are called. Moreover, etrace.pl can be used to trace dynamic libraries.