Commit graph

70579 commits

Author SHA1 Message Date
atatat
d0643060a9 Updated lsof to 4.73nb1 2004-11-28 23:58:31 +00:00
wiz
3fe75bdbea adam at monkeybyte dot org's mail setup is broken, revert to tech-pkg. 2004-11-28 23:38:39 +00:00
wiz
3e04e7b036 Updated amavisd-new to 2.2.0. 2004-11-28 23:32:49 +00:00
wiz
73e5e40aee Update to 2.2.0.
New in 2.2.0:
MIME traversal now includes MIME container parts (e.g. multipart/*,
message/*), making them visible to banned rules. This version
preserves original zip archives for virus scanners if the archive
contains any zero-length members. New short types 'dll' and 'empty'
makes blocking recent viruses more flexible, including their
unsuccessful propagation attempts. It recognizes standard Unix
archives and unpacks Debian binary packages. The LDAP modules were
rewritten. The handling of double errors was improved. This version
supports mail size limits and Mail::ClamAV 0.12. A new AV entry
'check-jpeg' can test JPEG images for validity.

New in 2.1.2:
This release fixes (hard) blacklisting and whitelisting on static
lookup tables, which was failing to match any sender. The 'neutral'
sender notification, which was joining the Subject and the Message-ID
header fields in some situations, has been fixed. The signal and
error handling in code sections holding BDB locks is now more
thorough. A new %e macro is provided that evaluates to a best guess
of the originator IP address collected from the Received trace.

New in 2.1.1:
The default use of $banned_filename_re, which was lost in 2.1.0,
was added back. A fix was made for inappropriate log entry in SQL
whitelisting, complaining about unexpected wb field value. Missing
import of &ca was added to the amavisd-new-courier.patch. A default
directory is now provided with delivery method "bsmtp", if not
specified. The Mail::SpamAssassin::Plugin::Hashcash module is
pre-loaded with SA 3.0.0, and Mail::SpamAssassin::SpamCopURI with
URI::* is loaded for older SA versions. Small enhancements were
made to amavisd-nanny.

New in 2.1.0:
The use of BerkeleyDB is now optional. The configuration files were
cleaned up, and a small new amavisd-nanny utility that shows the
status of all child processes and checks for vanished or stale
processes was included. Two important bugfixes were made in the
ACL and SQL lookup code along with numerous other fixes and small
improvements. Users of 2.0 should upgrade to this release.
2004-11-28 23:31:49 +00:00
seb
5f3af586e8 Kbarcode 1.9.* are development releases. 2004-11-28 23:26:21 +00:00
wiz
a5d5a2ac36 Remove -Werror from CFLAGS, since on -current this makes it fail
(lots of "char" uses where NetBSD expects "unsigned char" (tolower etc)).
2004-11-28 23:25:17 +00:00
wiz
0efb2210fb shmux updated to 1.0b5. 2004-11-28 23:12:31 +00:00
wiz
3e2c794fba Update to 1.0b5:
Changes since 1.0b4 [2004/08/07]:

- Use SHMUX_SPAWNMODE environmental variable, as per the manual page.
- New SHMUX_MAX environmental variable (suggested by Jon Amundsen).

Changes since 1.0b3 [2004/07/06]:

- ported to cygwin (problems reported by Jon Amundsen).
- better background detection code.

Changes since 0.13b [2004/06/07]:

- added code to try to avoid hanging accessing the controlling terminal.
- Sun's OpenSSH chokes on "-xa", use "-x -a" instead (reported by Poehner Uwe).

Changes since 0.12b [2004/04/05]:

- clear environment of harmful variables to run tests.
- updated "timers" test for Solaris.
- minor Makefile changes.

Changes since 0.11a [2003/11/28]:

- added test suite.
- fixed various minor problems with parsing of -A for regex/pcre analyzers.
- fixed fatal regex analyzer initialization problem.
- fixed mmap() usage.

Changes since 0.10a [2003/06/22]:

- suppressed extraneous empty lines in final report.
- fixed minor scheduling bug resulting in slower runs with the default "-S one".
- cleaned up handling of early termination.
- minor code cleanup in term.c.
- command timeouts (-C) are now also enforced by shmux with SIGTERM and SIGKILL.

Reset maintainer to tech-pkg on previous maintainers request.
2004-11-28 23:12:05 +00:00
wiz
c3b6880ef6 p5-MIME-tools updated to latest CPAN version, 5.145. 2004-11-28 23:09:05 +00:00
wiz
8c147782d6 Update to latest CPAN version, 5.145:
2004-10-27  David F. Skoll

	* VERSION 5.415 RELEASED

	* Fixed parsing of paramater="" in headers, and fixed case where
	multipart boundary is ""

2004-10-06  David F. Skoll

	* VERSION 5.414 RELEASED

	* Remove MIME::QuotedPrint 3.03 as a dependency and add
	MIME::Base64 3.03 instead.

	* Check return values of I/O operations like open(), close(), etc.
	and die if they fail.  Problem reported by Mark Martinec.

2004-09-15  David F. Skoll

	* VERSION 5.413 RELEASED

	* Fix some $VERSION = xxx assignments that were broken; make sure
	VERSION shows up as 5.413 everywhere.  Sorry about that!

2004-09-09  David F. Skoll

	* VERSION 5.412 RELEASED

	* Recognize "binhex40", "mac-binhex" and "mac-binhex40"
	Content-Transfer-Encodings.

	* Filer.pm: Be much more strict in evil_filename, allowing only
	a set of known good characters.

2004-09-08  David F. Skoll

	* Skip BinHex decoding if prerequisite modules not installed.

	* Fix BinHex decoder so it encodes correctly; regression test for
	BinHex encoding now passes.

	* Require MIME::QuotedPrint 3.03 or newer.

	* Rename variable "$jkfis" to "$how_encoded"

	* Correct attribution of changes in changelog.

	* Correct bad regexp test for "bad PDF" files.

2004-09-07  David F. Skoll

	* lib/MIME/Parser/Filer.pm (evil_filename): Make evil_filename
	more paranoid (Julian Field and Martin Blapp)

	* lib/MIME/Parser/Filer.pm (exorcise_filename): Delete leading and
	trailing whitespace (Julian Field)

	* Remove all the Benchmark code (Martin Blapp)

	* lib/MIME/Decoder.pm: Add support for BinHex encoded attachments
	(Julian Field)

	* lib/MIME/Decoder.pm: Require MIME::QuotedPrint 3.03 or newer
	for correct decoding of binary attachments. (Alexey Kravchuk)

	* lib/MIME/Decoder/QuotedPrint.pm: Attempt to deal sanely with
	PDF files encoded using quoted-printable encoding by Outlook,
	which does not follow the RFC guidelines.  (Martin Blapp)

	* lib/MIME/Field/ParamVal.pm: Deal with RFC2231-encoded parameters.

	* lib/MIME/Head.pm: Correct "7-bit", "7 bit" and "7_bit" to 7bit;
	likewise for 8bit lookalikes.  (Martin Blapp)

	* lib/MIME/Parser.pm: Add max_parts method to limit maximum number
	of MIME parts we are willing to parse.

	* DSKOLL took over maintainership of MIME::tools at version 5.411a.
2004-11-28 23:08:21 +00:00
wiz
bf8782fded p5-MIME-Base64 updated to 3.05. 2004-11-28 23:04:55 +00:00
wiz
d1bd159b54 Update to 3.05:
2004-09-20   Gisle Aas

   Release 3.05

   Steve Hay found the warn test broken
   on Windows and provided a fix.



2004-09-18   Gisle Aas

   Release 3.04

   Fixed the bad-sv.t test script to actually contain the
   correct expected result as of v3.02.



2004-08-25   Gisle Aas

   Release 3.03

   Forgot to increment version number in MIME::QuotedPrint even
   if its interface changed in 3.02.  As a result you will now
   need to require MIME::QuotedPrint 3.03 if you want to ensure
   it provides the binmode interface.



2004-08-24   Gisle Aas

   Release 3.02

   The encode_qp() function now takes an optional third argument
   to select binary encoding mode.
   <https://rt.cpan.org/Ticket/Display.html?id=7456>

   The result of encode_qp($non_empty, $eol) will now always be
   $eol terminated.  If the string to encode does not end with "\n"
   then a soft line break is appended to the result.  As an example
   encode_qp("foo") used to be encoded as "foo", but now encodes as
   "foo=\n".
2004-11-28 23:04:15 +00:00
simonb
013c28b4b3 freedb.freedb.de seems to be down - use freedb.freedb.org as the
freedb server name.
2004-11-28 23:02:26 +00:00
atatat
76d4751d5c Tweak the sys/bufq.h support (it disappeared again), enhance the
procfs support a little, incorporate the author's patches to deal with
netbsd-current version numbers getting longer, and add ptyfs support.

These patches are adapted from an interim release the author made and
will appear in the next full release.

PKGREVISION bumped to 1 for the ptyfs support.
2004-11-28 22:39:07 +00:00
jlam
c88ff0fa15 Set initial values for PKG_{CC,CPP,CXX,FC} which are used within the
${compiler}.mk files to discover the short names of the compilers.
This allows ccache.mk to properly create symlinks when CC is set
explicitly within /etc/mk.conf.
2004-11-28 21:32:47 +00:00
snj
384f5495c5 id3v2 is already at 0.1.11. 2004-11-28 20:32:15 +00:00
snj
5e42612b80 Updated criticalmass to 0.99. 2004-11-28 20:27:25 +00:00
snj
de16647a17 Update to 0.99.
Changes:
* Added support for changing resolution at runtime.
* Added option to restart game after death when you didn't make the top ten.
* Minor fixes and updates.
2004-11-28 20:26:35 +00:00
jlam
471902b827 buildlink2 is D-E-A-D. 2004-11-28 19:22:08 +00:00
jlam
40377c791f Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4.  The "buildlink" phase was removed for the last branch,
and this is the final cleanup.  "post-buildlink" is now "post-wrapper".
2004-11-28 19:19:51 +00:00
kleink
e371cd291e Note update of kdepim3 to 3.3.1nb2. 2004-11-28 18:37:37 +00:00
kleink
d74855573c From KDE CVS, KDE_3_3_BRANCH:
kdepim/korganizer/plugins/holidays/holidays.cpp 1.12.2.1:
Backport of bug fixes for #84979 (crash on AMD64) [...]

Bump version to kdepim-3.3.1nb2, and update the version required by
the kde3 meta package.
2004-11-28 18:35:48 +00:00
ben
9e17c457d2 Do not build on LP64 systems, as there are severe problems at run time. 2004-11-28 18:24:24 +00:00
ben
97a9c7ec01 Make note of csound4 import and xmms-meta-csound update. 2004-11-28 17:26:12 +00:00
ben
08e3e6a786 Add csound4 SUBDIR. 2004-11-28 17:25:00 +00:00
wiz
8344da8542 Fix two entries. 2004-11-28 17:19:56 +00:00
ben
8998549f48 Bump version number to reflect recent runtime dependency change. 2004-11-28 17:19:38 +00:00
ben
d068ad33dd Update to reflect migration from (csound-bath,csound-dev) to csound4. 2004-11-28 17:18:43 +00:00
ben
d122d6c2eb Initial import of csound4-4.23.12.6
Csound is a software synthesis package in the tradition of so-called
music-N languages, among which the best-known is Music V.  It consists
of an orchestra- and score-driven executable, written in C for
portability.  Since Csound is a computational language, it is highly
flexible and efficient; complexity is gained only at the expense of
computation time.  Basically Csound reads some files and creates the
result as a file on disk or, on faster machines, through a DAC in real
time.
2004-11-28 17:16:48 +00:00
ben
19643c87cf Make note of csound-dev removal. 2004-11-28 17:13:19 +00:00
ben
58db1103d7 Remove csound-dev to make way for csound4. 2004-11-28 17:12:28 +00:00
ben
94eac1dab9 Make note of csound-bath removal. 2004-11-28 17:10:28 +00:00
ben
88be4f5db4 Remove csound-bath to make way for csound4. 2004-11-28 17:09:13 +00:00
wiz
221c59fca1 ruby-fox-1.2.0 is unstable, and we need to update our fox
to the 1.2 series first; remove it for now. Noted by taca.
2004-11-28 16:50:44 +00:00
taca
d177d1f4fc Note update of www/squid package to 2.5.7nb1. 2004-11-28 16:35:08 +00:00
taca
3137fa81b2 Apply six official patches:
* 2004-11-07 23:37 (Minor) Squid fails to close TCP connection after
			   blank HTTP response
* 2004-11-06 21:42 (Minor) 100% CPU on startup on new/experimental Linux
			   kernels due to O_NONBLOCK
* 2004-11-06 15:28 (Minor) Failure to shut down busy helpers on -k
			   rotate/reconfigure
* 2004-10-20 23:23 (Minor) The new req_header and resp_header acls segfaults
			   immediately on parse of squid.conf
* 2004-10-19 10:09 (Cosmetic) Document -v (protocol version) option to LDAP
			      helpers
* 2004-10-14 22:48 (Minor) 100% CPU usage on half-closed PUT/POST requests

Bump package revision.
2004-11-28 16:33:58 +00:00
recht
3b8c3b9764 roundup-0.7.9 2004-11-28 16:30:05 +00:00
recht
0341d1e3df update to roundup-0.7.9
2004-10-26 0.7.9
Feature:
- DateHTMLProperty.field() accepts format string (thanks Wil Cooley)

Fixed:
- popup listing uses filter args (thanks Marlon van den Berg)
- fixed editing of message contents
- loosened the detection of issue cross-references in messages
- open CSV files in "universal newline" mode
- s/Modifed/Modified (thanks donfu)
- applied patch fixing some form handling issues in ZRoundup (thanks Chris
  Withers)
- enforce View Permission when serving file content (sf bug 1050470)
- don't index common words (sf bug 1046612)
- set the current username correctly after rego (sf bug 1048398)
- don't wrap query.item.html in a <span> (thanks Roch'e Compaan)
- TAL expressions like 'request/show/whatever' return True
  if the request does not contain explicit @columns list
- NumberHTMLProperty should return '' not "None" if not set (thanks
  William)
- ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf
  bug 950963)
- always honor indexme property on Strings (sf patch 1063711)
- make hyperdb value parsing errors readable in mailgw errors
- make anydbm journal export handle removed properties
- allow use of XML templates again

2004-10-15 0.7.8
Fixed:
- Clean out sessions / otks tables when migrating

2004-10-11 0.7.7
Fixed:
- ZRoundup's search interface works now (sf bug 994957)
- fixed history display when "ascending"
- removed references to py2.3+ boolean values (sf bug 995682)
- fix static file path normalisation in security check (thanks David Linke)
- less specific messages for login failures (thanks Chris Withers)
- Reject raised against email messages should result in email rejection, not
  discarding of the message
- mailgw can override the MAIL_DEFAULT_CLASS
- handle Py2.3+ datetime objects as Date specs (sf bug 971300)
- use row locking in MySQL newid() (sf bug 1034211)
- add sanity check for sort and group on same property (sf bug 1033477)
- extend OTK and session table value cols to TEXT (sf bug 1031271)
- fix lookup of REMOTE_USER (sf bug 1002923)
- new Interval props weren't created properly in rdbms
- date.Interval() now accepts an Interval as a spec (sf bug 1041266)
- handle deleted properties in RDBMS history
- apply timezone in correct direction in user input (sf bug 1013097)
- more efficient find() in RDBMS (sf bug 1012781)
- pydotorg-specific change to mailgw to handle bizzaro permissions ;)
2004-11-28 16:26:50 +00:00
martti
bcfa1612c2 Updated LPRng to 3.8.28 2004-11-28 16:04:47 +00:00
wiz
9820174050 Reset maintainer, email bounced. 2004-11-28 16:04:14 +00:00
martti
8c393d76ae Updated LPRng to 3.8.28 2004-11-28 16:04:00 +00:00
wiz
49c314e199 Reset maintainer, email bounced. 2004-11-28 16:03:23 +00:00
martti
8810884cde Updated LPRng-core to 3.8.28
* doc updates
* bug fixes
2004-11-28 16:03:22 +00:00
wiz
52cd474957 Reset maintainer, email bounced. 2004-11-28 16:01:57 +00:00
wiz
9d6dc66256 Guess new maintainer email (from other package). 2004-11-28 16:01:30 +00:00
taca
3dd354a81d Add rubyforge.org site to MASTER_SITES. 2004-11-28 16:00:18 +00:00
recht
351a507f2f doclifter-1.15 2004-11-28 15:48:57 +00:00
wiz
e35f007341 Take maintainership. 2004-11-28 15:47:21 +00:00
taca
2eff3a9c03 -ap-ruby and ap2-ruby. 2004-11-28 15:45:31 +00:00
taca
39fcae583c Note update of www/ap2-ruby and www/ap-ruby package to 1.2.4. 2004-11-28 15:45:05 +00:00