Commit graph

132086 commits

Author SHA1 Message Date
shannonjr
42caf47b41 Prelude-manager now can send alerts via E-mail. Make start depend on mail. 2008-10-18 13:31:12 +00:00
shannonjr
230ede0514 Update to 0.9.14. Changes:
- 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-18 13:29:28 +00:00
shannonjr
08f9034574 Update to 0.9.21.1. Changes:
- 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-18 13:28:28 +00:00
obache
568b538690 global-5.6 => global-5.7.2 [pkg/39760] 2008-10-18 12:59:14 +00:00
obache
40ce44784c __NetBSD_Prereq__ is incompatible with 4/current and 3.
Use __NetBSD_Version instead.
Fixed PR 39705.
2008-10-18 12:51:24 +00:00
adam
6fb5c8d654 Updated security/gnutls; emulators/wine 2008-10-18 11:57:20 +00:00
adam
3fa07441ac Changes 1.0.1:
* Bugfix release
2008-10-18 11:55:27 +00:00
adam
978fa43d4e Changes 2.6.0:
* 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-18 11:55:11 +00:00
adam
e011103ab2 Updated fonts/fontforge to 20080927 2008-10-18 11:48:50 +00:00
adam
4c0f6ff36f Changes 20080927:
* Bug fixes and improvements
2008-10-18 11:43:45 +00:00
hira
fb04471744 Add -Werror-implicit-function-declaration for trunc(3) (lang/gcc34
allows implicit function declaration by default).
This fixes PR pkg/39747.
2008-10-18 11:09:11 +00:00
obache
b64f5c1443 Add HOMEPAGE. 2008-10-18 11:00:09 +00:00
joerg
b0f3b6d70b + p5-Search-QueryParser-SQL 2008-10-18 08:06:43 +00:00
schmonz
3743be54eb Updated mail/spamdyke to 4.0.7 2008-10-18 04:51:14 +00:00
schmonz
5c86445c96 Update to 4.0.7. From the changelog:
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-18 04:51:01 +00:00
hira
3a0c1c3019 Correct PLIST_VARS (x11 -> gtk2). 2008-10-18 01:35:25 +00:00
hira
783bf12ada Note PKGREVISION bump of misc/openoffice3 and misc/openoffice2. 2008-10-18 01:29:19 +00:00
hira
0858bebe7e - Add missing -Wl to patch-ch and patch-cs.
- Correct flag for disabling optimizations.

Ride on previous PKGREVISION bump.
2008-10-18 01:28:22 +00:00
hira
b55c8285bd Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).
Bump PKGREVISION.
2008-10-18 01:09:44 +00:00
hira
401e143303 Bump PKGREVISION for previous commit. 2008-10-18 01:08:44 +00:00
hira
2dd3adceca - Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).
- Fix PLIST without gtk2 option.
2008-10-18 01:05:08 +00:00
gdt
f2a24955bd Updated geography/postgresql81-postgis to 1.3.3 2008-10-17 23:42:47 +00:00
gdt
df49487053 Updated geography/geos to 3.0.2 2008-10-17 23:42:35 +00:00
gdt
87d911c8c8 Update to 1.3.3.
- 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-17 23:42:19 +00:00
gdt
c4d1e9cd9b Update to 3.0.2.
From NEWS:

  Changes in 3.0.1

  - To be added
2008-10-17 23:04:17 +00:00
sborrill
87793dcbb5 Add www/ap{,2}-auth-ntlm 2008-10-17 19:27:53 +00:00
sborrill
24a96db66c Add ap-auth-ntlm and ap2-auth-ntlm 2008-10-17 19:26:26 +00:00
sborrill
a8ffde84d3 NTLM is an authentication protocol used by Microsoft Internet Informations
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 19:23:25 +00:00
epg
574de7354c +bazaar-1.8 [breaks bzr-svn, waiting for update] 2008-10-17 17:35:51 +00:00
drochner
44d30dc4d1 restore the without-threads config arg which I accidentally commented
out in the last update, bump PKGREVISION
fixes PR pkg/39755 by David A. Holland
2008-10-17 16:06:04 +00:00
drochner
8e9f9d3520 +gst-plugins0.10-soup 2008-10-17 15:19:25 +00:00
he
59ca29e40d Two minor fixes:
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-17 14:23:58 +00:00
tron
b736e67170 Prefer "pixman" package from "pkgsrc" under Mac OS X Leopard. The builtin
version is already too old for the "cairo" package.
2008-10-17 13:05:05 +00:00
tron
4d5bc729bb Set API depends here as well. This fixes the build on system with a
builtin "pixman" older than 0.12.0 (e.g. NetBSD-current or Mac OS X).
2008-10-17 13:00:44 +00:00
bjs
dbaa151b50 pyrex update to 0.9.8.5 has been done 2008-10-17 13:00:06 +00:00
bjs
61d359c463 Updated lang/py-pyrex to 0.9.8.5 2008-10-17 12:47:46 +00:00
bjs
0b6da55958 Update to Pyrex-0.8.9.5. Myriad bug fixes and some new features;
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-17 12:46:18 +00:00
wiz
11492c1ed2 Remove some updated ones and physfs-1.1 (devel version). 2008-10-17 12:15:56 +00:00
drochner
37b1c2251c build the "soup" plugin of gst-plugins0.10-good, needed for the
newest version of the totem youtube plugin
2008-10-17 11:30:38 +00:00
drochner
5f7a930515 needs gtk2>=2.24, pointed out by wiz 2008-10-17 11:26:19 +00:00
tron
f8d6236967 Remove "include/cairo/cairo-quartz-image.h" which now longer exists
(even under Mac OS X).
2008-10-17 11:21:03 +00:00
tron
ee79849b4c Fix build with GTK+ 2.13.* and newer. 2008-10-17 11:03:43 +00:00
wiz
8ff130af95 Bump gtk2 depends -- this needs gail. 2008-10-17 10:41:53 +00:00
hira
7fe72f079e Fix typo (PKG_REVISION -> PKGREVISION). 2008-10-17 08:01:23 +00:00
adam
3a6c0805de Updated security/stunnel to 4.26 2008-10-17 07:33:43 +00:00
adam
a88a64a4cc Changes 4.26:
* libwrap related fixes, better debugging messages, MS Visual C++ support

Changes 4.25:
* delay libwrap process spawning after dropping privs, other improvements
2008-10-17 07:31:58 +00:00
gson
09c8161ab9 Updated devel/sdcc to 2.8.0 2008-10-17 07:22:57 +00:00
gson
3345745faf Update devel/sdcc to 2.8.0.
The changes since 2.4.0 are far too numerous to list here; please
refer to the ChangeLog file.
2008-10-17 07:20:22 +00:00
tnn
e16cb426e1 Add more transations to PLIST. Bump rev. 2008-10-17 05:51:57 +00:00
hira
20be4a4815 Note PKGREVISION bump of misc/openoffice3. 2008-10-16 23:18:13 +00:00