Commit graph

68616 commits

Author SHA1 Message Date
adrianp
a9a4eb033f - Update nessus to 2.2.0
- ok'ed frueauf
- Add MESSAGE about local state dir

Local security checks over SSH : Nessus can now log into the remote hosts
to determine their patch levels and missing updates

A rewritten internal knowledge base API : the new knowledge base API makes
KB access faster and lets the plugins store any amount of data

An improved internal communication between the various nessusd processes, thus
reducing the overhead it takes to handle the results of the plugins and pass
them to the client

An improved plugin scheduler which reduces the time Nessus needs to organize
the order in which plugins should be launched

Sensitive scripts (which can execute commands over SSH) are cryptographically
signed
2004-11-01 23:59:13 +00:00
xtraeme
39ba685971 Make this build/work on DragonFlyBSD. Patches were submitted by
Todd Willey via tech-pkg@.
2004-11-01 23:41:58 +00:00
xtraeme
2c91b23d48 Update mail/dspam to 3.2.1.
Version 3.2.1 is a maintenance release and contains bugfixes to v3.2.0 only.

BUGFIX: PGP Messages cause pop3filter to hang
BUGFIX: Invalid read of free()'d memory caused by parsing multi-line headers
BUGFIX: SQLite driver fails to call PRAMA specified in dspam.conf
BUGFIX: MySQL generates DUPLICATE KEY errors on simultaneous inserts
BUGFIX: Memory leaks in dspam_clean
BUGFIX: dspam_clean crashes with SQLite driver
BUGFIX: Signatures include leading whitespace when in loose match
BUGFIX: Some versions of PostgreSQL don't support PQfreemem()
BUGFIX: Memory mishandling in PostgreSQL driver
BUGFIX: Message delimiters mangled when processing a PGP signed message
BUGFIX: --with-delivery-agent configure option no longer present
BUGFIX: Default log directory /var/log not writable by some installs
BUGFIX: Man page installation doesn't prefix with $(DESTDIR)
BUGFIX: Emails ending with http:// cause invalid memory read
2004-11-01 23:15:15 +00:00
xtraeme
1ea39ce33a Update mail/clamsmtp to 1.1.
Changes:

  - Added CLIENT and SERVER variables to VirusAction script environment.
  - Even better logging for network errors.
  - Print out clamsmtp version in debug logs
  - Allow configuration of server keep alives (NOOPs). Default to none
2004-11-01 23:08:44 +00:00
xtraeme
f19ab226a1 Update sysutils/swapd to 1.0.2.
Changes:

* Added "include_cache" option (and documented).
2004-11-01 23:05:49 +00:00
he
81300ce599 Correct PLIST after upgrade to postgresql 7.3.8. 2004-11-01 22:32:26 +00:00
jdolecek
726163e39c Add php5-mysqli 5.0.2 - enhanced PHP interface to MySQL 4.1 and later, which
includes support for more advanced features such as prepared statements.
2004-11-01 22:08:43 +00:00
jdolecek
15d24c4687 ${PREFIX}/lib/php/Net might or might not exist, so remove it using
@unuexec ${RM} -rf
2004-11-01 21:57:25 +00:00
jdolecek
246b697777 Add pear-SOAP-0.7.5 - Implementation of SOAP protocol and services for PHP.
Courtesy of pkgsrc-wip, thank you.
2004-11-01 21:50:40 +00:00
jdolecek
83749aeaf7 Add pear-HTTP_Request-1.2 - PHP classes to provides an easy way to perform
HTTP requests.
Courtesy of pkgsrc-wip, thank you.
2004-11-01 21:44:21 +00:00
jdolecek
37646c4dee Add pear-HTTP_Request-1.2 - PHP classes to provides an easy way to perform
HTTP requests.
Courtesy of pkgsrc-wip.
2004-11-01 21:42:37 +00:00
jdolecek
a78043458c Add pear-Net_Socket 1.0.1 - PHP classes to provide Network Socket Interface.
This comes bundled in 4.x, so arrange for this to be built only with PHP 5.x.
Based on pkgsrc-wip package.
2004-11-01 21:39:29 +00:00
jdolecek
dc43c99810 Add pear-Net_Socket 1.0.1 - PHP classes to provide Network Socket Interface.
This comes bundled in 4.x, so arrange for this to be built only with PHP 5.x.
2004-11-01 21:36:44 +00:00
jdolecek
0fa2b1765d fixup pear DIME entry - now is pear-Net_DIME (originally imported as pear-DIME) 2004-11-01 20:45:15 +00:00
jdolecek
d94301521d g/c - reimported as (correct) pear-Net_DIME 2004-11-01 20:43:41 +00:00
jdolecek
27fc9e8f3d Fix mistake in import - this time import pear-Net_DIME as such, instead
of pear-DIME. pear-Net_DIME 0.3 constains PHP classes that implement
DIME encoding for SOAP.
2004-11-01 20:43:03 +00:00
jdolecek
2c63d3db06 Add pear-Net_URL-1.0.10 - PHP classes to easy parsing of URLs.
Courtesy of pkgsrc-wip, thanks.
2004-11-01 20:37:44 +00:00
jdolecek
bf570a57b3 Add pear-Mail_Mime 1.2.1 - PHP classes to create and decode mime messages.
Courtesy of pkgsrc-wip.
2004-11-01 20:32:37 +00:00
jdolecek
da05b47ca8 'data' items must be handled same way as 'test' and 'doc' - they are installed
into BASE/data/<pkgname>/*
2004-11-01 20:31:13 +00:00
wiz
bf21d49489 Note automake-1.9.3 update. 2004-11-01 20:29:36 +00:00
wiz
a9eafbf3ca Update to 1.9.3:
Bugs fixed in 1.9.3:

* Bug introduced by 1.9:

  - Dependency tracking using mode "dashmstdout" or "dashXmstdout" did
    not work for libtool objects compiled with --tag (i.e., compiled
    with Libtool 1.5 or later).  The compilation would succeed, but
    `depcomp' would emit a warning and not output any dependency
    information.

* Long standing bugs:

  - Ignore comments from augmented variables, so that
       FOO = foo # bar
       FOO += baz
    no longer results in `FOO = foo # bar baz'.

  - `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'.

  - _PROGRAMS now always create programs.  Before 1.9 it would
    mistakenly create a libtool library if the name of the program
    ended in `.la'.  Between 1.9 and 1.9.2 a program with such a name
    would fail to build because half the code was assuming a program
    was being built, while the other half was considering a library...

  - `compile' now handles `*.obj' objects.

  - `aclocal' recognizes AC_DEFUN_ONCE.

* Noteworthy manual updates:

  - LIBOBJS: more documentation and an example setup.
  - Libtool Convenience Libraries: show how to force the linker selection.
  - Extending: more comments about install-data-hook vs install-exec-hook.
  - Clean: document -local targets.
2004-11-01 20:29:08 +00:00
jdolecek
930eab16eb Need also patch-au from mysql4-server. The build completes successfully
with this patch.
2004-11-01 20:23:21 +00:00
jdolecek
f43bf91292 Add pear DIME package 0.3, which implements the DIME encoding for SOAP.
Courtesy of pkgsrc-wip.
2004-11-01 20:20:32 +00:00
jdolecek
62acd6f713 no need to fill PLIST, pear package wrapper generates proper one 2004-11-01 20:18:46 +00:00
jdolecek
4f4ebf540b Deal with backslashes in the file names, translate them to forward
slashes. This is necessary e.g. for pear-DIME, which uses backslashes.
2004-11-01 20:17:20 +00:00
jdolecek
1a2db1902f Add pear DIME package 0.3, which implements the DIME encoding for SOAP.
Courtesy of pkgsrc-wip.
2004-11-01 20:06:36 +00:00
jdolecek
d91e48994d define USE_BUILDLINK3 before including Makefile.common, which pulls some
buildlink3.mk files
2004-11-01 20:00:51 +00:00
jdolecek
b5617b477e use the shared pear module framework, so that these work with both PHP4
and PHP5; no functional change, so PKGREVISION not bumped
2004-11-01 19:57:10 +00:00
jdolecek
7b5228a60f use shared pear package support framework for both php4 & php5; based on
the former php4 version
2004-11-01 19:55:57 +00:00
jdolecek
b7fe8d73e2 default to full dependance on php for anything including this buildlink 2004-11-01 19:52:58 +00:00
jdolecek
4e5e307a89 follow rename of php4-* packages to php-* 2004-11-01 19:50:45 +00:00
jdolecek
399a4e61d9 Make sure to install the _CLI_ version to ${PREFIX}/bin/php, and _CGI_
to ${PREFIX}/libexec/cgi-bin; install also couple more files same way
as PHP4

Of particular note is that CLI ignores setting of register_argc_argv
(treats as if it would be On), so it's no longer necessary to do anything
special for Pear packages to work. g/c MESSAGE warning about the Pear issue.
2004-11-01 19:46:18 +00:00
kristerw
6e37f27cce Use __va_copy instead of va_copy for NetBSD. This is needed on gcc 3.4
since the build use -ansi that in turn makes gcc 3.4 modify its pre-
defined symbols in such a way that va_copy is not defined.
2004-11-01 18:07:24 +00:00
abs
982bd253df Update exim to 4.43nb1
Update exim-exiscan to 4.43_28nb1
Add back patch to ensure fork() is not called with closed fd 0, 1, or 2
2004-11-01 17:25:25 +00:00
gavan
40ad5f21d0 Workaround for compilation problems on Solaris/gcc. 2004-11-01 16:39:06 +00:00
gavan
bbb07c3eb7 Use GNU awk. 2004-11-01 16:35:59 +00:00
wiz
cc2012d9e1 Update MASTERSITES. 2004-11-01 15:07:51 +00:00
markd
fc1c315a01 Make build on Solaris. 2004-11-01 12:47:22 +00:00
recht
058c4aad83 fix PLIST substitution for Darwin 2004-11-01 10:51:30 +00:00
minskim
7377cbf8f1 Include libexif/buildlink3.mk because this package uses libexif directly.
Also remove redundant BUILDLINK_DEPENDS.libexif setting.
2004-11-01 10:50:55 +00:00
grant
44fd2ddde4 move patch-af back here and don't share patches with mysql4-server.
some of the patches disable part of the build and break the client
build.

should fix build issue noted on tech-pkg.
2004-11-01 08:30:24 +00:00
wiz
7fdcb7d19a Update HOMEPAGE. 2004-11-01 00:27:41 +00:00
jdolecek
8b91b79ee5 update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well
2004-10-31 23:47:32 +00:00
jdolecek
f6c83cf624 update for php4-gd -> php-gd rename; since this package is PHP 4.x only
for now, force dependance on 4.3.*
2004-10-31 23:44:13 +00:00
jdolecek
2560415070 drop dependence on ap-php4 and Apache - the package should work on anything
PHP-enabled

bump PKGREVISION
2004-10-31 23:31:31 +00:00
seb
8f86de1b7a Note update of devel/p5-Test-Pod to version 1.20nb1 [dependencies fix] 2004-10-31 22:42:58 +00:00
seb
f0454764d3 No meed to depend on p5-Pod-Escapes now that p5-Pod-Simple has it
as its own dependency. Hence add dependency on p5-Pod-Simple>=3.02nb1.

Bump PKGREVISION.
2004-10-31 22:39:57 +00:00
seb
2b3060ecd1 Note update of textproc/p5-Pod-Simple to version 3.02nb1 [dependencies fix] 2004-10-31 22:22:57 +00:00
seb
b3c5242ff9 It seems that the Perl module Pod::Escapes is needed by Pod::Simple: add
a dependency on it. Now the 'test' target pass.

Bump PKGREVISION.
2004-10-31 22:16:38 +00:00
jdolecek
0a2a2ce869 Add php5-sqlite - package for PHP SQLite extension. This is PHP 5.x only. 2004-10-31 22:14:44 +00:00