summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Spell ruby-pg correctly...joerg1-2/+2
2008-10-19Added devel/p5-Internals version 1.1 [apb 2008-10-19]apb1-1/+3
Updated devel/p5-PerlIO-via-dynamic to 0.13nb1 [apb 2008-10-19]
2008-10-19Depend on p5-Internals. This is actually needed only for perl-5.10apb1-1/+7
(p5-PerlIO-via-dynamic worked with perl-5.8 without needing p5-Internals), but I don't know a way to encode that sort of conditional dependency.
2008-10-19Add devel/p5-Internals version 1.1. This is needed byapb3-0/+51
p5-PerlIO-via-dynamic when using perl-5.10. This module allows you to write-protect and write-enable your Perl variables, objects and data structures. Moreover, the reference count of any Perl variable can be read and set.
2008-10-19+ ruby-pgjoerg1-1/+2
2008-10-19Don't set PLIST.gtk2 to `no'.hira1-2/+1
2008-10-19Add lang-nb; Norwegian Bokmal (book language) language support.taca1-0/+1
2008-10-19Comment out LICENSE=public-domain because we aren't putting in freegdt1-2/+2
licenses yet. Noticed By smb@.
2008-10-18Fix build w/ GTK+ 2.14.xtnn6-1/+66
2008-10-18Fixed another "closedir() on undefined".rillig1-12/+6
Made the code around PLIST.* variables prettier.
2008-10-18+ruby-rspec-1.1.8, rubygems-1.3.0.taca1-1/+3
2008-10-18Added entry for updating libprelude and prelude-lmlshannonjr1-1/+3
2008-10-18Prelude-manager now can send alerts via E-mail. Make start depend on mail.shannonjr1-2/+2
2008-10-18Update to 0.9.14. Changes:shannonjr2-6/+6
- Fix log file permission error, that could happen thought the user Prelude-LML was running as could access the file (#291). - ModSecurity ruleset update, by Dan Kopecek <dkopecek@redhat.com>: provides much more descriptive classification.text, add regexps for [file ..], [line ...], [tag ...] fields and fine tune targets/types (#321). - Deprecate Gamin/FAM support in favor of libev: the previous implementation had problem on SELinux enabled system due to Gamin server startup being triggered by other program, and thus using improper role for Prelude-LML. (#326). - Improved polling architecture by using Operating System specific backend when possible. - We now monitor files that are not immediately available for reading on startup: once the file can be monitored, libev provide us with a notification.
2008-10-18Update to 0.9.21.1. Changes:shannonjr3-8/+7
- Fix an assertion warning upon sensor start in case the address for the local machine could not be found. - Consistency rework of EasyBindings IDMEFCriteria API. - Add refcount support for prelude_client_t and prelude_client_profile_t, and update EasyBindings destructor to use them. - Fix a bug where EasyBindings would be built although they were not enabled. - Fix path issue in case libprelude was configured with specific path outside of $prefix (fix #319).
2008-10-18global-5.6 => global-5.7.2 [pkg/39760]obache1-2/+2
2008-10-18__NetBSD_Prereq__ is incompatible with 4/current and 3.obache2-11/+6
Use __NetBSD_Version instead. Fixed PR 39705.
2008-10-18Updated security/gnutls; emulators/wineadam2-3/+4
2008-10-18Changes 1.0.1:adam3-9/+8
* Bugfix release
2008-10-18Changes 2.6.0:adam7-56/+39
* libgnutls: Correct printing and parsing of IPv6 addresses. * libgnutls-openssl: fix out of bounds access. * certtool: Use inet_pton for parsing IPv6 addresses. * Added API to replace and update the crypto backend. * certtool: can add several subject alternative names via template file. * opencdk: Parse (but not decrypt) encrypted secret keys. * more...
2008-10-18Updated fonts/fontforge to 20080927adam1-1/+2
2008-10-18Changes 20080927:adam5-34/+35
* Bug fixes and improvements
2008-10-18Add -Werror-implicit-function-declaration for trunc(3) (lang/gcc34hira2-1/+23
allows implicit function declaration by default). This fixes PR pkg/39747.
2008-10-18Add HOMEPAGE.obache1-1/+2
2008-10-18+ p5-Search-QueryParser-SQLjoerg1-1/+2
2008-10-18Updated mail/spamdyke to 4.0.7schmonz1-1/+2
2008-10-18Update to 4.0.7. From the changelog:schmonz2-6/+6
VERSION 4.0.7: 10/17/2008 Changed Makefile.in to compile configuration.c in two steps: first use gcc to produce the preprocessed source, then use gcc to compile it. For some reason, gcc crashes on FreeBSD 6.0 when the file is compiled in one step. Thanks to K. Shantanu for reporting this one and Felix Buenemann for suggesting the fix. VERSION 4.0.6: 10/16/2008 Fixed a problem in examine_ip_in_rdns_keyword_entry() that was not correctly terminating the end of the keyword buffer, causing strstr() to search too far, leading to false negatives (and potentially segmentation faults). Thanks to Erald Troja for reporting this one. Fixed another problem in middleman() that was not correctly replacing _all_ of qmail's AUTH advertisements when the "smtp-auth-level" option is "always" or "always-encrypted". Thanks to Youri Kravatsky for reporting this one (again). Fixed the fix to a bug in nihdns_query() that was setting return_target_name_index to 0 in all cases. This was causing log messages to print the first RBL/RHSBL name instead of the one that actually matched. Thanks to Arthur Girardi for reporting this one (again). Reverted a change from 4.0.5 -- removing the usable_buf_input flag from middleman() meant could only tell if there was input in the buffer, not if any of it was actually usable. If the remote server delays sending its data for any reason, middleman() will loop rapidly to continually check if its buffered data can be sent to qmail. Removing the flag meant spamdyke was consuming 100% CPU while receiving messages with large attachments. Thanks to Paulo Henrique Fonseca for reporting this one. Added the "cputime" program to the "tests" folder to measure the CPU time used by a process. Neither the shell "time" command nor the POSIX "time" command seem to do that. Changed sendrecv to always wait() for its child processes so CPU accounting will be performed correctly. Fixed check_rhsbl() to correctly return the name of the matching RHSBL instead of an index that could be beyond the end of the array. Changed the values of LOG_USE_CONFIG_TEST, LOG_USE_STDERR and LOG_USE_SYSLOG to make none of them equal to 0. Because the "log-target" option is a CONFIG_TYPE_NAME_MULTIPLE option, it is set to 0 until the command line and all configuration files are parsed. When LOG_USE_CONFIG_TEST is 0, the progress messages from process_config_file() are sent to stderr until the configuration file is completely loaded. For Plesk users, xinetd sends stderr to the network connection, so the remote server gets the output. Thanks to Arthur Girdari for reporting this one and helping track it down.
2008-10-18Correct PLIST_VARS (x11 -> gtk2).hira1-2/+2
2008-10-18Note PKGREVISION bump of misc/openoffice3 and misc/openoffice2.hira1-1/+3
2008-10-18 - Add missing -Wl to patch-ch and patch-cs.hira3-11/+11
- Correct flag for disabling optimizations. Ride on previous PKGREVISION bump.
2008-10-18Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).hira3-6/+6
Bump PKGREVISION.
2008-10-18Bump PKGREVISION for previous commit.hira1-2/+2
2008-10-18 - Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).hira4-7/+10
- Fix PLIST without gtk2 option.
2008-10-17Updated geography/postgresql81-postgis to 1.3.3gdt1-1/+2
2008-10-17Updated geography/geos to 3.0.2gdt1-1/+2
2008-10-17Update to 1.3.3.gdt3-9/+16
- shp2pgsql, pgsql2shp improvements - regression tests on Windows - OS/X 10.5 compatibility - DBF-only loading flag (-n) - fix to Date DBF output - ST_SimplifyPreserveTopology(geometry, float8) Allows simplification of polygons without creating invalid geometries. - Fix to |>> and <<| operators - Build system more sensitive to GEOS version number - KML support updates (from Eduin Carillo) - SVG support updates (from Marco Hugentobler)
2008-10-17Update to 3.0.2.gdt3-8/+9
From NEWS: Changes in 3.0.1 - To be added
2008-10-17Add www/ap{,2}-auth-ntlmsborrill1-1/+3
2008-10-17Add ap-auth-ntlm and ap2-auth-ntlmsborrill1-1/+3
2008-10-17NTLM is an authentication protocol used by Microsoft Internet Informationssborrill17-0/+235
Server(tm) and Microsoft Internet Explorer(tm). While it is not really secure, it offers background authentication (the workstation logon credentials of users are passed through to the web server). This feature is widely used in intranets based on these Microsoft products. This module is implementing NTLM authentication for Apache on Unix platforms. It is available free of charges under the BSD License.
2008-10-17+bazaar-1.8 [breaks bzr-svn, waiting for update]epg1-1/+2
2008-10-17restore the without-threads config arg which I accidentally commenteddrochner1-2/+3
out in the last update, bump PKGREVISION fixes PR pkg/39755 by David A. Holland
2008-10-17+gst-plugins0.10-soupdrochner1-1/+2
2008-10-17Two minor fixes:he3-6/+5
o Documentation fix: the blbump script does not print the names of the package directories it succeeded in bumping, only the ones which it failed to bump o Code fix: remove a pointless assignment / substitution in blbump
2008-10-17Prefer "pixman" package from "pkgsrc" under Mac OS X Leopard. The builtintron1-2/+2
version is already too old for the "cairo" package.
2008-10-17Set API depends here as well. This fixes the build on system with atron1-1/+3
builtin "pixman" older than 0.12.0 (e.g. NetBSD-current or Mac OS X).
2008-10-17pyrex update to 0.9.8.5 has been donebjs1-2/+1
2008-10-17Updated lang/py-pyrex to 0.9.8.5bjs1-1/+2
2008-10-17Update to Pyrex-0.8.9.5. Myriad bug fixes and some new features;bjs2-8/+9
the only changelog I found is very dense (CHANGES.TXT) and I do not have the time to condense it for inclusion here.
2008-10-17Remove some updated ones and physfs-1.1 (devel version).wiz1-8/+1