Commit Graph

144853 Commits

Author SHA1 Message Date
Vasil Dimov
11103e872e Remove expired port games/virt
Approved by:	garga (mentor)
2006-02-15 12:08:48 +00:00
Renato Botelho
6e6430410d Remove expired port games/xgolgo 2006-02-15 11:44:06 +00:00
Renato Botelho
2385e8a57c Remove expired port www/p5-Bundle-Catalyst 2006-02-15 11:30:42 +00:00
Renato Botelho
b36a9e43ed Libdnsres provides a non-blocking thread-safe API for resolving DNS names. It
requires that your main application is built on top of libevent. Libdnsres' API
essentially mirrors the traditional gethostbyname and getaddrinfo interfaces.
All return values have been replaced by callbacks instead.

The code borrows heavily from the BSD resolver library. In fact, it is an
extremely ugly hack to make the BSD resolver library non-blocking and
thread-safe without changing the API too much.

WWW: http://www.monkey.org/~provos/libdnsres/

PR:		ports/93365
Submitted by:	Phil Oleson <oz@nixil.net>
2006-02-15 11:07:43 +00:00
Renato Botelho
37d3425f25 - Update to 1.4.10
PR:		ports/93348
Submitted by:	maintainer
2006-02-15 11:06:47 +00:00
Renato Botelho
6db97f5359 - Update to 1.4
freshmeat blurb:
  A bug was fixed so the options -[ and -] are now properly recognized.

PR:		ports/93362
Submitted by:	maintainer
2006-02-15 10:54:53 +00:00
Renato Botelho
738a3babab - Update to 4.50.15
- OPTIONSify
- Use USE_RC_SUBR

Change Log:
- Speed increased significantly! Caches SpamAssassin results.
   Note you need to run my install.sh script to get the new modules required.
- If "Virus Scanners = auto" (ie. the installed default value) then it
   searches for and uses every available installed virus scanner.
- Added SpamAssassin cache analyser (analyse_SpamAssassin_cache) to the
   distributions. 99% written by Steve Freegard of MailWatch fame.
- Upgraded ClamAV+SA bundle to ClamAV 0.88.
- Added default headers that Thunderbird 1.5 will use to automatically
   identify spam based on SpamAssassin's spam headers.
- Added UU-decoder to automatically extract files from attachments that were
   stored in uu-encoded form. This behaves similarly to the zip and rar
   decoders. The virus scanners should check inside these files for themselves
   anyway, but this assists them when they do not. It also allows for filename
   and filetype checking of files stored in uu-encoded attachments.
- Added configuration option "Find UU-Encoded Files" to set whether uu-encoded
   files are decoded or not. These files are very rarely used, and the
   overhead of finding them is fairly large as it involves reading all
   existing attachments looking for the signature of them. So the default is
   to not look for them. A ruleset can be used to protect particularly
   vulnerable recipients or senders.
- You can now start up MailScanner without changing MailScanner.conf at all.
   It will auto-detect SpamAssassin and all available virus scanners.
- Changed default setting to "Use SpamAssassin = yes" and now auto- detect
   installation of SpamAssassin, logging installation instructions if
   it is not already installed and working.
- Added DBI and DBD::SQLite Perl modules. Please use my install.sh scripts
   when you upgrade or install this version.
- Added American spelling of "analyze_SpamAssassin_cache" as well as English
   spelling of "analyse_SpamAssassin_cache".
- DBI installation is forced in RPM distributions.
- Improved RPM installer to handle DBI module dependencies better. It now
   installs cleanly on the systems I have tested it on. These include Fedora
   Core 3, Fedora Core 4, SuSE 9.3, SuSE 10, RedHat Enterprise 4.
- Made log warnings more obvious when DBI/DBD::SQLite/Digest::MD5 are not
   all installed properly.
- Improved comments about "Allow Filenames" and "Allow Filetypes" in
   MailScanner.conf.
- Improvement to F-Prot output parser to handle new strings.
- Changed filename/type traps to account for new vulnerability in TNEF files.
- Adapted trend-autoupdate for 2006 onwards.
- --help implemented so you can see how to use it now.
- --debug now written. Works just like "Debug = yes" in MailScanner.conf.
- --debug-sa now written. Works just like "Debug SpamAssassin = yes".
- --check ruleset-checker now written. Takes max 1 from address, multiple to
   addresses, client IP address and virus name.
- Added a new command-line parameter "--lint" to verify the config file.
- --lint now prints what virus scanners you have chosen to use, and what
- --lint now checks SpamAssassin configuration too.
   scanners it can find installed.
- Added hi-res timing so the batch speed timings are now displayed to
   micro-second accuracy.
- Added Time::HiRes to the list of required modules. You must use ./ install.sh
   to upgrade to, or install, this version in order to get the new module.
   Time taken to process the entire batch is logged, and time taken to do
   "Always Looked Up Last" is logged separately if it is being used at all.
- Added check that MailScanner.conf has at least been customised to set the
   organisation name, long name and web site.
- Added "SpamAssassin Cache Timings" configuration option for the few people
   who need to adjust these settings. Do *not* change it unless you really
   know what you are doing, the default settings will work nicely.
- Updated important perl modules.
- Removed duplicate logging of warnings about infected messages.
- Added detection of no virus scanners being installed, giving the user
   advice about how to install ClamAV using my easy-installation package.
- Improved ClamAV+SA easy-installation package so that it automatically
   enables the updates by commenting out the "Example" lines.
- Changed default Lock Type for sendmail to "posix" instead of "flock" as
   new Linux systems (the most popular platform by far) run sendmail
   8.13 or later, which requires this to be "posix".
- Upgraded Sys::Hostname::Long and HTML::Parser in ClamAV+SA package.
- Disabled movie format "deny" rules in filetype.rules.conf and have enabled
   filetype checking by default.
- Updated man pages.
- Updated AVG parser to handle latest version 7.1.
- Added "Always Looked Up Last After Batch" which is looked up after the
   "Always Looked Up Last" option. The 2nd of those is looked up once for
   each message, the "...After Batch" value is looked up once for the
   entire batch. It is only intended for use with a Custom Function, its
   value is ignored.

* Fixes *
- Improved reliability of Bayes rebuilds a lot.
- Force installation of DBI as previous versions cause problems.
- Removed broken patch I was given, which was temporarily in 4.50.
- Packaging bug in 4.50.9-1 fixed. MailTools version typo.
- Fixed bug where temporary files were not cleaned up properly.
- Fixed missing HTML-Parser 3.48 package.

PR:		ports/93026
Submitted by:	maintainer
2006-02-15 10:47:00 +00:00
Sergey A. Osokin
9c896d58a7 Update to 3.45. 2006-02-15 10:23:51 +00:00
Emanuel Haupt
d66c5a4cb1 - Update to 2.0.5
- Update WWW
- Respect CC (self)
- Remove files/patch-FreeBSD (self)
- Use REINPLACE_CMD instead of SED (self)

PR:		93355
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-02-15 10:23:16 +00:00
Sergey A. Osokin
71cbe65edd Update to 3.24. 2006-02-15 10:22:40 +00:00
Emanuel Haupt
9ef160c4e8 - update to 1.053
- pass maintainer-ship to submitter

PR:		93356
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-02-15 09:58:13 +00:00
Emanuel Haupt
ab644bec45 Correct the author information in pkg-descr for science/buddy as requested by
the author.

PR:		93372
Submitted by:	Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
2006-02-15 09:49:25 +00:00
Emanuel Haupt
a8585622c1 Add spoofer 0.4, ANA Spoofer Project testing software.
PR:		ports/92913
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-02-15 09:44:30 +00:00
Jun Kuriyama
c17679e635 Upgrade to 1.4.2.1.
Security:	False positive signature verification in GnuPG
References:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000211.html
Prodded by:	simon
2006-02-15 08:56:51 +00:00
Kris Kennaway
6c1cde1b64 Update to adzap-20060203
PR:		ports/92759
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-02-15 08:37:45 +00:00
Sam Lawrance
96c6b14baa Install header files in a subdirectory.
Add 'net' category.

PR:		ports/93255
Submitted by:	Alejandro Pulver <alejandro@varnet.biz> (maintainer)
2006-02-15 07:49:32 +00:00
Kris Kennaway
6d04ba603f Add a mechanism for reporting client machine error conditions back to the
server.  Error conditions are flagged by other processes by creating
a named dotfile in ${scratchdir}.  If these files are found, report the
error status instead of the number of running jobs.  Currently report "ERR"
for all error conditions; I will probably change this to a per-condition
message.

Currently only "squid not running" and "disk space low" conditions are
reported.
2006-02-15 07:48:53 +00:00
Sam Lawrance
af8d1f0fc3 Update to 0.3RC7.
PR:		ports/93272
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
2006-02-15 07:47:56 +00:00
Kris Kennaway
744179e319 Trim some unused cruft
If the package copy fails, bail out immediately instead of later on when
we try to pkg_add it.  Also trap signals and bail out.

Both conditions will cause a retry of the package build.
2006-02-15 07:45:53 +00:00
Kris Kennaway
56aabd9e31 Save the output of portbuild run on the client to a temporary log file.
If portbuild bailed out unexpectedly, mail the log to ${mailto}.

Add some XXX comments about improving robustness of this script.

Sleep for 2 minutes before retrying builds, to avoid spamming ${mailto}
with a high rate of failure logs.  In future we might be smarter about
attempting to automatically correct common failure modes.
2006-02-15 07:44:47 +00:00
Sam Lawrance
925c1dab85 Update to 1.10.
Submitter takes maintainership.

PR:		ports/93296
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-02-15 07:44:35 +00:00
Sam Lawrance
09e8d7aa13 Update to 0.5.6.
Submitter takes maintainership.

PR:		ports/93298
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-02-15 07:43:16 +00:00
Kris Kennaway
d270e5ec99 Add some sanity checking of the build environment:
* Test whether squid is running.  If not, try to kick off
  the rc script in the background in case it can be restarted
  cleanly.

* Test for at least 100MB of free space on the scratch partition.

If either condition fails, set an exception flag and bail out.  This
will be reported back to the server via reportload.
2006-02-15 07:42:30 +00:00
Kris Kennaway
bb3de95c29 * Don't try to pkg_delete packages that are not installed (the usual
cause is because it was specified in the list twice)

* Don't panic when the list of packages to delete becomes empty

* When unexpected filesystem changes are detected, bail immediately
  instead of proceeding and hiding the error in the middle of
  the log
2006-02-15 07:39:48 +00:00
Kris Kennaway
4787e51b8b Add support for 6-exp builds (FreeBSD 6.x is our new reference platform) 2006-02-15 07:34:02 +00:00
Mark Linimon
fbfaf7b967 Unbreak INDEX build.
Hat:	portmgr
2006-02-15 06:55:02 +00:00
Maho Nakata
4478135dcf A cosmetic change
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-02-15 06:13:27 +00:00
Brooks Davis
0da2a193c8 CONFLICTS with globus2 and add a build dep on gtar.
Reported by:	kris (gtar)
2006-02-15 06:00:06 +00:00
Brooks Davis
fb1f151e91 Add LATEST_LINK=globus2 and CONFLICT with globus4. 2006-02-15 05:49:57 +00:00
Edwin Groothuis
49441ef88d [PATCH] comms/gpsk31: [fix pkg-plist and unbreak]
PR:		ports/93323
Submitted by:	Søren Straarup <xride@beacon.x12.dk>
2006-02-15 05:46:07 +00:00
Hiroki Sato
4496565316 Fix a malformed entry in the fonts.alias file.
Submitted by:	Koji Yokota
PR:		ports/93370
2006-02-15 04:44:47 +00:00
Joe Marcus Clarke
bbf93d2eb5 Sync the configure options with devel/dbus. 2006-02-15 04:39:47 +00:00
Joe Marcus Clarke
03748f9608 * Fix creation of the dbus system socket
* Update for the new USE_RC_SUBR world order
2006-02-15 04:29:02 +00:00
Cheng-Lung Sung
3ba6a71f55 - update to 0.56 2006-02-15 04:00:55 +00:00
Marcus Alves Grando
db66963e4e - Convert scripts/configure.postfix to OPTIONS and unBROKEN [1]
- Convert scripts/fix-files-list to REINPLACE_CMD
- s/rcNG/rc.d/
- portlint(1)
- Reorganize Makefile
- Bump PORTREVISION
- Mark OPENLDAP was BROKEN

Requested by:	kris [1]
2006-02-15 03:04:58 +00:00
Michael Johnson
dda8b5c2fd - Update to 0.99.9
- Upgrade to the use of libtool:15
2006-02-15 02:33:38 +00:00
Eric Anholt
eca9d83441 Update to 1.2.0, and use the new asciidoc port to generate and install manpages. 2006-02-15 02:30:03 +00:00
Eric Anholt
a26cccc0b7 New port: asciidoc, a tool to create man, html, pdf, etc. from short, formatted
plain-text documents.
2006-02-15 02:22:31 +00:00
Ying-Chieh Liao
6b04ad9a20 upgrade to 12.5.8 2006-02-15 01:47:54 +00:00
Maho Nakata
fb8a2cc237 build cleanup of cad/tochnog again
PR:		92782
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-02-15 01:26:28 +00:00
Ying-Chieh Liao
2d805327bc upgrade to 0.6.0 2006-02-15 01:21:04 +00:00
Cheng-Lung Sung
40c50a6b73 - update to 0.403
PR:		93353
Submitted by:	maintainer (Kuang-che Wu)
2006-02-15 01:09:24 +00:00
Ying-Chieh Liao
3eec13d8bc upgrade to 0.9.6 2006-02-15 01:07:53 +00:00
Ying-Chieh Liao
2ed706f243 upgrade to 2.4 2006-02-15 01:07:01 +00:00
Jean-Yves Lefort
5ff317bd16 Set USE_LINUX instead of dirrmtry'ing ${PREFIX}/usr/share and
${PREFIX}/usr ourselves.

PR:			ports/93327
Submitted by:		maintainer
Favourite colour of:	maintainer, netchild
2006-02-15 00:51:13 +00:00
Joe Marcus Clarke
50c60afdff * Fix some off-by-one errors
* Update our strndup implementation
2006-02-14 23:54:32 +00:00
Maxim Sobolev
6df0070796 Use corrected version of the codec negotiation patch.
Submitted by:	J.R. Oldroyd
2006-02-14 23:50:27 +00:00
Doug Barton
341e59ba90 Updgrade to 8.4.7, the latest from ISC. 2006-02-14 22:14:52 +00:00
Alexander Leidinger
cbb9012766 - chase the pwlib library rename
- don't change the name of the lib depending on the hw-architecture
- let Steve Ames maintain the port

Discussed with:	Steve Ames <steve@energistic.com>
2006-02-14 21:53:30 +00:00
Alexander Leidinger
f6be84e00d - fix build on 64bit machines ("-fPIC"-dance) [1]
- don't change the name of the lib depending on the hw-architecture [2]
- assign a maintainer [2]

Submitted by:	Steve Ames <steve@energistic.com> [2]
Tested by:	erwin (on amd64) [1]
2006-02-14 21:19:43 +00:00