summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-18Update to 0.16.6. This closes PR pkg/23255.xtraeme9-874/+66
Many bugfixes were solved, please review Changelog to see a complete list of changes.
2003-12-18- wmbiffxtraeme1-2/+1
2003-12-18Remove postfix-2.0.16, we have already this.xtraeme1-2/+1
2003-12-18Updated net/pure-ftpd to 1.0.17axtraeme2-3/+3
2003-12-18Update to 1.0.17axtraeme2-6/+5
Changes: * Version 1.0.17a: + An old standing issue has been fixed : ungracefully aborted transfers caused the session to exit without removing ftpwho entry and atomic files. This fix also speeds up ftpwho and peruserlimit. * Version 1.0.17: + The SSL certificate file can now be changed through a new configuration switch, --with-certfile. It doesn't depend on sysconfdir any more and it defaults to the original location : /etc/ssl/private/pure-ftpd.pem. + Shadowed NIS accounts and MacOS X Panther system accounts are now processed by the pure-pwconvert tool. + The server doesn't reject users any more on Linux when capabilities are used. + The documentation has been improved (man pages, README, FAQ, typos). + Optimizations have been made. + SO_REUSEPORT is now used on FreeBSD to always bind the ftp-data port. + SSL-related error messages are now more explicit. + The SITE TIME command has been implemented. + The sample PAM configuration file has been rewritten. + A logfile parser has been added to the contribs. + MacOS X Panther specific instructions have been added. + Upload is now atomic. A file is uploaded with a temporary name and it gets its final name only once the upload has been completed. If a file already exists with the same name, the content can be preserved until the new content has been fully transfered (using the new --notruncate run-time switch). Web servers will no more serve partially transfered files during uploads. The new handling of uploads also limits the races in virtual quota handling. * Version 1.0.16c: + The PAM backend and the CGI mode were accidentally broken in version 1.0.16b. This version fixes both issues. + The Norwegian translation has been updated. * Version 1.0.16b: + The server now properly compiles with SSL/TLS on RedHat 9 systems. + pure-ftpwho now outputs nice-looking XHTML 1.1 conformant code, an XSS issue has been fixed and the local host name is now properly displayed in verbose mode. + The path to SSL certificates now follows the --sysconfdir prefix. + Minor optimizations have been made. + IPv4 and IPv6 addresses will now listen for connections even without the -4 switch on NetBSD and FreeBSD.
2003-12-18Updated graphics/sodipodi to 0.33xtraeme2-3/+3
2003-12-18Update to 0.33xtraeme3-9/+18
Changes: - Text gradients get double href and thus are built again and again - Fix rendering of gradients with global opacity - Make export dialog honour filename - Make internal canvas position floating-point - Split ::Modified and ::Update flags in SPObject - Fix zooming into scaled text - Baseline-shift and spacing properties - Does export create namedview views that are not destroyed? - Star::Build does not work for non-sodipodi objects
2003-12-18eliminate some manual work in post-install and PLIST, and generalgrant5-36/+33
tidyup: - buildlink2 for db2 libs/includes. - USE_PKGINSTALL for CONF_FILES and OWN_DIRS. - PKG_SYSCONFSUBDIR for configuration file.
2003-12-18Updated graphics/avidemux to 2.0.18xtraeme2-3/+3
2003-12-18Update to 2.0.18xtraeme10-171/+17
New features were added and many bugfixes were solved. Review Changelog to see a complete list of changes.
2003-12-18no need for PLIST_SUBST+=PKG_SYSCONFDIRgrant1-2/+1
2003-12-18Regen.xtraeme2-5/+2
2003-12-18revert previous; it is not needed.grant1-2/+1
2003-12-18subst PKG_SYSCONFDIR in the PLIST, avoiding having to do it manuallygrant1-1/+2
in every package which uses it.
2003-12-18Updated net/ettercap to 0.6.bxtraeme2-3/+3
2003-12-18Update to 0.6.bxtraeme4-16/+21
Changes: 0.6.b 20030710 + Plugins now works with GTK+ interface + Updated the passive OS fingerprint database (1279 records) !! Fixed internal refreshing (for huge traffic loads) !! Fixed wifi-dump support !! Fixed doppleganger re-arp !! Fixed a problem with signed char under mac G3 !! Fixed some possible buffer overflows 0.6.a 20030507 + Buffered Data Connections (only for ncurses) + New Sniffing method (Port Stealing) + Updated the passive OS fingerprint database (1189 records) + enhanced smb dissector + enhanced troll plugin against request caching + NEW PLUGIN: Confusion,Hunter, SMB suite + partial wifi-dump support (experimental) !! Fixed demonization problem !! Fixed StateMachine problem !! a bouch of bug fix
2003-12-18kill some trailing whitespace (mmm, cutnpaste).grant1-4/+4
2003-12-18tnftp listens _on_ a port, not "at" a port.grant1-2/+2
s/netbsd.org/NetBSD.org/
2003-12-18indent conditionals, quote some literals, uppercase some literals.grant1-9/+9
2003-12-18indent conditionals, quote some literals, uppercase FTP and a literal.grant1-8/+8
2003-12-18tnftpd 20031217lukem1-1/+2
2003-12-18Update tnftpd to 20031217. Notable changes:lukem3-7/+15
* Improved portability to Tru64, IRIX, and other LP64 platforms. (Inbuilt ls works on IRIX now. Thanks to Onno van der Linden for highlighting the underlying issue!) * License updates on third party code. * Update fts(3) code to include fix for possible race condition.
2003-12-17latest build has ORBit statically linked, so drop the dependency ongrant1-2/+1
it.
2003-12-17Let this work on Solaris (verified) and maybe Darwin (please test).heinz2-6/+19
Create user and group if necessary, not every OS has "games:games".
2003-12-17update MESSAGE with instructions for Apache 2.x, which needs AddHandlerjdolecek1-2/+11
rather than AddType problem reported in pkg/23536 by Makoto Fujiwara
2003-12-17display message with guide/examples locationjdolecek1-0/+8
2003-12-17update pear-Log to (most recent) 1.8.1. Changes since 1.7.0:jdolecek5-9/+38
1.8.1: * Fixed some bugs in the 'win' handler. * Updated the Log_observer::factory() method for consistency with Log::factory(). 1.8.0: * The Log package now includes a users guide, example scripts and unit tests. * A number of small improvements have been made to the 'win' log handler (based on suggestions from Paul Yanchenko). * A new 'display' log handler has been added to the distribution. Contributed by Paul Yanchenko, this handler simply prints the error message back to the browser. It respects the 'error_prepend_string' and 'error_append_string' PHP INI values and is useful when using PEAR::setErrorHandling()'s PEAR_ERROR_CALLBACK mechanism. 1.7.1: * The mail handler now uses "\n" to terminate lines instead of "\r\n". * The file handler's path creation routines now guard against potentially infinite recursion. * It is now possible to pass an object to the logging methods. If the object offers a PEAR_Error-style getMessage() or PHP5 exception-style toString() method, it will be used to extract the message text. Documentation and the guide are installed in ${LOCALBASE}/share/doc/pear-Log.
2003-12-17add pear-Log-1.7.0, from pkgsrc-wip, done by Adrian Portellijdolecek6-2/+23
The Log framework provides an abstracted logging system for PHP. It supports logging to console, file, syslog, SQL, mail, and mcal targets. It also provides a subject - observer mechanism.
2003-12-17add pear-HTML_Select-1.2, from pkgsrc-wip, done by Adrian Portellijdolecek2-3/+5
HTML_Select provides an OOP way of generating HTML form select elements from PHP.
2003-12-17Add pear-HTML_Select-1.2, from pkgsrc-wip, done by Adrian Portellijdolecek4-0/+20
HTML_Select provides an OOP way of generating HTML form select elements from PHP.
2003-12-17added pear-HTML_Common-1.2.1, moved from pkgsrc-wip, as done by Adrian Portellijdolecek2-2/+4
The PEAR::HTML_Common PHP package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code.
2003-12-17various fixups:jdolecek1-3/+4
* set CATEGORIES and MAINTAINER properly * use correct path to pear.mk
2003-12-17add CATEGORIES=timejdolecek1-1/+2
2003-12-17add pear-HTML_Common package; moved from pkgsrc-wip, done byjdolecek4-0/+20
Adrian Portelli The PEAR::HTML_Common PHP package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code.
2003-12-17added pear-Date 1.3, from pkgsrc-wip, as done by Adrian Portellijdolecek2-2/+4
pear-Date constains generic PHP classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs. Includes time zone data, time zone conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats.
2003-12-17Add pear-Date 1.3jdolecek4-0/+23
pear-Date are generic PHP classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs. Includes time zone data, time zone conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats.
2003-12-17add base PHP4 glue for PHP Pear packagesjdolecek1-0/+55
moved over from pkgsrc-wip, and based on initial work done by Adrian Portelli of pkgsrc-wip team
2003-12-17Rename restrict() to badratio(), as it's a C++ keyword.sketch5-9/+93
2003-12-17Note update of www/squid package to 2.5.4nb5.taca1-1/+2
2003-12-17Update squid package to squid-2.5.4nb5, including six official patches.taca2-4/+22
o Repeated POST requests causes number of persistent connections to grow synopsis If responses to POST or other non-indempotent requests allows the connection to be kept persistently open then this can lead to a increased connection usage by Squid. This patch changes the behaviour to keep the number of connections stable by closing a persistent connection before opening the new connection. severity Minor date 2003-12-13 16:13 bugzilla #862 versions Squid-2.5 platforms All workaround Disable server-side persistent connections by setting "server_persistent_connections off" in squid.conf. o Segmentation fault on aborted FTP PUT requests synopsis If a FTP PUT request is aborted while Squid is writing data to the server then Squid may abort with a segmentation fault. severity Major date 2003-12-14 12:14 bugzilla #853 versions Squid-2.5 and earlier platforms All workaround If this plauges you a lot then you can deny the use of FTP PUT until the server can be patched. But please note that this will limit the functionality of the proxy by not allowing FTP uploads via the proxy. acl FTP protocol FTP acl PUT method PUT http_access deny FTP PUT o Limit use of persistent connections when filedescriptor usage is high synopsis Under high usage a lot of filedescriptors may be idle persistent connections, causing a shortage of filedescriptors for handling new requests. severity Minor date 2003-12-14 12:14 bugzilla #571 versions Squid-2.5 and earlier platforms All workaround Disable the use of persistent connections in squid.conf. But pleae note that disabling persistent connections will cause a networking performance penalty unless you are actually short on filedescriptors. Alternatively rebuild Squid with support for more filedescriptors. o Icon URLs are uneededly complex synopsis The URL syntax used by Squid for FTP/Gopher icons are uneededly complex and often causes problems. This patch adds a "short_icon_urls" directive which can be used to enable a less complex URL syntax for icons. severity Cosmetic date 2003-12-14 13:14 bugzilla #856 versions Squid-2.5 and earlier platforms All o redirector_access does not handle slow acls such as dst or external correctly synopsis redirector_access was a "fast" acl lookup and did not handle "slow" acls requiring external lookups such as dst or external correcly. severity Minor date 2003-12-14 13:14 bugzilla #860 versions Squid-2.5 and earlier platforms All o Persistent connection usage too high after sudden burst of traffic synopsis Persistent server connections are reused in a round-robin fashion which may cause the number of connections to stay artificially high after a sudden burst of requests. This patch changes persistent connection management to use a LIFO order reusing the most recently used connection first, thereby allowing unneeded connections to close down by idle timeout. severity Minor date 2003-12-15 23:15 bugzilla #865 versions Squid-2.5 and earlier platforms All workaround This usually is not a significant problem, but if you are plauged by this you can try disabling server-side persistent connections in squid.conf.
2003-12-17Note new cdrtools-ossdvd package.wiz1-1/+2
2003-12-17Add and enable cdrtools-ossdvd.wiz1-1/+2
2003-12-17Initial import of cdrtools-ossdvd, a patched version of cdrtoolswiz15-0/+445
with DVD writing support.
2003-12-17Note update of www/ruby-webrick package to 1.3.1.taca1-1/+2
2003-12-17Update ruby-webrick package to 1.3.1, based on PR pkg/23592 by Rasputin.taca3-38/+60
- HTTPProxyServer class. - HTTPAuth::Authenticator class. - HTTPUtils::FormData class. - AccessLog module. - refactored and bugsfixed.
2003-12-17Remove the dependancy on GNU make, which should be unnecessary. Thissketch1-2/+1
package would previously fail to build if devel/gmake wasn't already installed due to the circular dependancy prevention logic in tools.mk
2003-12-17Use __func__ instead of __FUNCTION__ to give this package a bettersketch2-1/+24
chance of building with non-GCC compilers.
2003-12-17Use a more portable test construct for compatability with Solaris andsketch3-1/+34
others. Remove -Wall to get the package building with USE_SUNPRO by default.
2003-12-17Note addtion of web/ruby-webunit 20030121 package.taca1-1/+2
2003-12-17Add and enable ruby-webunit.taca1-1/+2