Commit graph

109545 commits

Author SHA1 Message Date
drochner
88a41f63b8 add xmms-mac-0.3.1, an XMMS plugin for Monkey's Audio files 2007-02-09 21:21:34 +00:00
drochner
aecafff44a add bmp-mac-0.1.1, aBMP plugin for Monkey's Audio files 2007-02-09 21:20:51 +00:00
drochner
f9d5376fd4 add one 2007-02-09 21:20:01 +00:00
drochner
66b08f3bab +bmpx 2007-02-09 21:04:49 +00:00
drochner
d5b2377c9a import bmpx-0.36.1, development version of bmp2, prepared by
Leonard Schmidt in pkgsrc-wip, cleaned up by wiz
2007-02-09 21:04:00 +00:00
drochner
5932fd122b build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISION
where the default build is affected
2007-02-09 20:32:38 +00:00
drochner
5f6e6b5e4c -build against libmp4v2 instead of the full mpeg4ip
-update to 1.25 which contains small bug fixes according to the notes
-the most serious change seems to be that faac comes with an own copy
 of libmp4v2 now which it tries to use exclusively -- add some patches
 to still use an external lib (that's all optional, needed for tagging
 support)
2007-02-09 20:27:16 +00:00
drochner
6f91bbcf2a -build against libmp4v2 instead of the full mpeg4ip
-don't build the plugin for the mpeg4ip player
-kill SDL dependency
-bump PKGREVISION
2007-02-09 20:10:50 +00:00
drochner
0b0fa524ff +libmp4v2 2007-02-09 19:58:48 +00:00
drochner
70986b479c split out the libmp4v2 part from mpeg4ip -- all users in the pkgsrc
tree just need that library, the player in mpeg4ip just causes an unwanted
dependency on SDL and complications due to plugin building
2007-02-09 19:57:48 +00:00
drochner
44395fe33c update to 2.16.3
changes: translation updates
2007-02-09 19:47:39 +00:00
drochner
766fd78c39 Explicitely disable opengl support, otherwise "configure" might pick up
a Mesa from /usr/X11R6.
Fixes a build failyre reported by Robert Elz per PR pkg/35564.
2007-02-09 19:25:05 +00:00
drochner
f957b34f4a rename all the remaining global xdg_mime text symbols to avoid conflicts
with gtk2, fixes some crashes with file-roller and bmpx
2007-02-09 19:06:54 +00:00
joerg
1c628180d9 Include build dependency on libXt for the sake of bulk builds. 2007-02-09 18:15:24 +00:00
sketch
b1e7556614 The HTTP interface to ftp.fi.netbsd.org has a nasty 404 handler which results
in missing distfiles retrieving www.nic.funet.fi.file_not_found.html instead
of failing and carrying on to the next site.

Use FTP instead which does the right thing.
2007-02-09 15:33:19 +00:00
joerg
ece30012c5 Modular Xorg support. 2007-02-09 14:58:30 +00:00
joerg
4490cc85bc Modular Xorg support. 2007-02-09 14:28:48 +00:00
obache
9559a3dae6 Updated security/amavisd-new to 2.4.5. 2007-02-09 02:41:17 +00:00
obache
c7ffb8dc31 Update amavisd-new to 2.4.5.
Patch provided by MAINTAINER, Julian Dunn in PR 35578.

---------------------------------------------------------------------------
                                                           January 30, 2007
amavisd-new-2.4.5 release notes

SECURITY

- Recommended version of Convert::UUlib is 1.08 or higher
  to avoid processing of uninitialized data containing 'random' garbage.

  Note that a security hole in uulib which comes with Convert::UUlib 1.04
  and older is now (as of 2006-12-05) known to be exploitable:
    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1349
  credits to Jean-Sebastien Guay-Leroux;

- p0f-analyzer.pl will no longer reply to queries coming from low-numbered
  UDP ports below 1024 or from nfsd port 2049, and will ignore queries
  with nonce longer than 1024 character or containing characters outside
  of \040-\177 range to limit its usefulness as a potential reflector
  for an attacker from internal networks.


INCOMPATIBLE CHANGE WITH 2.4.4

- p0f-analyzer.pl now only binds to a loopback interface by default, instead
  of to all interfaces;  change $bind_addr in p0f-analyzer.pl to '0.0.0.0'
  if p0f-analyzer.pl is running on a different host from amavisd or from
  other querying clients; suggested by Shaun T. Erickson and Mario Liehr;


BUG FIXES

- let p0f-analyzer.pl exit when a pipe on stdin is closed (e.g. when p0f
  is killed or crashes), instead of entering a tight loop; reported by
  Justin Piszcz and Henrik Krohns;

- hard-blacklisting no longer skips quarantining when
  $spam_quarantine_cutoff_level is undefined (or is an empty string);

- restart timer after Sophie times out; previously the next attempt
  would run with no time limit; reported by Nick Leverton and
  Nicklas Bondesson;

- fixed AM.PDP code to always provide smtp-quoted form in angle brackets
  in delrcpt and addrcpt attributes of a response, i.e. in the same form
  as was received in sender and recipient attributes;

- fix error reporting in open_on_specific_fd when POSIX::dup2 fails;
  thanks to Chris (decoder);

- fix signal handling in read_snmp_variables() and register_proc(),
  a signal could previously get lost (not re-signaled) if it occurred
  within these subroutines;

- fixed get_body_digest which incorrectly determined 7- or 8-bitness
  of mail header and body, setting body_type incorrectly (with only
  cosmetic ill-effects);

- AM.PDP protocol: ensure proper address form is used in server response
  attributes 'delrcpt' and 'addrcpt': the same form should be used as
  in 'sender' and 'recipient' attributes. The attribute value syntax is
  specified in RFC 2821 as 'Reverse-path' (i.e. smtp-quoted form, enclosed
  in <>); previously enclosing angle brackets were missing in a server reply;

- documentation - amavisd.conf-default incorrectly stated that a default
  value for $prepend_header_fields_hdridx is 1;  actually the default is 0
  as correctly indicated in release notes; reported by Jo Rhett;


OTHER

- qmail interfacing notice:
  MTA timeout for waiting on results from amavisd should be longer than
  $child_timeout (8 minutes by default) with some margin, setting MTA timeout
  to 15 or 20 minutes is usual. With qmail however the QMQP code in qmail
  has hard-coded timeouts set, 10 seconds for connect and 60 seconds for
  read/write. If amavisd processing takes longer than 60 seconds, the MTA
  drops connection and retries later, yet amavisd continues processing
  and eventually delivers a mail (with each MTA retry), causing repeated
  deliveries of the same message. The following patch by Eric Huss on
  the www.qmail.org page: http://www.ehuss.org/qmail/qmqpc-timeout.tar.gz
  should be applied to qmail when interfacing it to a post-queue content
  filter. Problem researched by Nicklas Bondesson;

- better timeout handling in interface code to daemonized virus scanners
  like clamd,  Sophie, Trophie: allow short time (10 s) for connect and
  for sending a request, then allow normal (long) time to collect results;
  keep evidence of the initial deadline on retries;

- prefer '7bit' as Content-Transfer-Encoding when attaching original message
  or its headers (message/rfc822 or text/rfc822-headers) to DSN or to a
  defanged mail, and only specify '8bit' when necessary;

- remove protecting the $ and @ characters in second argument
  of a regexp selector macro, it is unnecessary and confusing;

- sanitize Message-ID and Resent-Message-ID header field bodies in
  macros %m, %r and header_field by providing angle brackets if missing
  to facilitate log parsing (angle brackets are RFC 2822 required syntax
  and are semantically not part of a message id);

- updated $map_full_type_to_short_type_re to avoid mapping file(1) result
  'MS-DOS executable (built-in)' to types 'exe-ms' and 'exe'; the file(1)
  utility generously declares any text file starting with LZ to be a
  'MS-DOS executable (built-in)';  thanks to Noel Jones, Jakob Curdes
  and Clifton Royston for troubleshooting;

- add X-Spam-* header fields to quarantined mail if spam score is at or
  above tag_level. Previously message needed to be recognized as spammy
  or spam (tag2 or kill level) in order to receive spam header fields
  in quarantined copy. This also makes it more consistent with adding
  such header fields to passed mail;  suggested by Michael Gaskins;

- add X-Amavis-OS-Fingerprint header field to quarantined mail;

- header field X-Spam-Score in a passed or quarantined mail now reflects
  score boost even when SA score is unknown (e.g. when SA was not called),
  and reflects white and blacklisting by pushing score to 0 or 64, to
  make it consistent with a bar size in X-Spam-Level header field;

- resignal "timed out" after (almost) every eval {} which has no subsequent
  call to prolong_timer() to ensure we do not continue running with
  disabled timer. Exceptions are DESTROY and END handlers, and code which
  handles timer in some other way (e.g. by keeping evidence of a deadline);

- for the purpose of looking up client IP address in @mynetworks_maps,
  treat unknown/unavailable IP address as 0.0.0.0;  this allows treating
  directly submitted mail on the MTA host (not submitted through SMTP) as
  coming from IP address 0.0.0.0 (i.e. "This" Network - according to RFC 1700);

  Note that this is indistinguishable from other reasons when IP address
  is not made available to amavisd, e.g. when smtp_send_xforward_command
  option in Postfix smtp service is not enabled, which is why the default
  setting of @mynetworks does not include a 0.0.0.0/8 network to prevent
  falsely loading a MYNETS policy bank.

  One should add 0.0.0.0/8 to a @mynetworks list only when XFORWARD is known
  to work and if some software on the MTA host is submitting its mail to MTA
  directly, e.g. through a sendmail command, and MYNETS policy bank loading
  is needed for proper processing of such mail;

- report a more informative message when a file(1) utility fails to produce
  useful results: joins exit status with a parsing report into one message;
  thanks to Andres, whose file(1) utility was crashing with SEGV;

- consistency: rearrange implicitly adding $X_HEADER_TAG to a hash
  %allowed_added_header_fields so that it is possible to turn off
  insertion of $X_HEADER_TAG header field by turning off associated key in
  %allowed_added_header_fields even when $X_HEADER_TAG is explicitly defined;

- let %allowed_added_header_fields also control insertion of header fields
  into quarantined message;

- amavisd-nanny now displays a title line indicating the semantics of columns;

- Courier patch: ensure the information is stored to newly introduced
  recip_addr_smtp and sender_smtp object attributes, which are needed
  to preserve pristine address forms for DSN and ORCPT use and for logging;
  a patch by Martin Orr;

- qmqpqq (qmail): ensure the information is stored to newly introduced
  recip_addr_smtp and sender_smtp object attributes;

- qmail patch now activates line-by-line sending to qmail to avoid qmail bug
  ('bare LF' reported when CR and LF are separated by a TCP packet boundary);

- tighten a regexp on matching a p0f fingerprint for Windows XP to avoid
  matching 'Windows XP SP1+, 2000 SP3';  suggested by Michael Scheidell;

- updated AV entry for CentralCommand Vexira (vascan):
  removed hard-coded option '--vdb';  by Brian Wong;

- internal: move code dealing with a SA call to a dedicated
  subroutine call_spamassassin;

- internal: provide new routines to collect scalar and structured results
  from a subprocess (collect_results, collect_results_structured) and
  take advantage of them in decoding, in AV and in dspam interface routines,
  unifying code and providing results size sanity limit and consistent
  killing of runaway external programs;

- experimental: taking advantage of the above, make it possible to run SA in
  a spawned process, requested by setting a new config variable $sa_spawned
  to true (it is off by default); benefits are that a mainstream child process
  can not be brought down by potential processing problems in SA or its
  external modules, and timeouts are handled cleanly by a calling process;
  downside is an increase of process count (worst case: doubled), with
  corresponding increase in memory footprint, plus about 20 .. 30 ms
  of additional processing time for each call to SA;

- added a tuning tip on buffer sizes to README.sql for MySQL with InnoDB,
  by Wayne Smith;

- updated URL of Sophie AV scanner;
2007-02-09 02:39:40 +00:00
obache
abd8e894eb MAKEFLAGS for su-${.TARGET} is ${MAKEFLAGS.su-${.TARGET}},
not ${MAKEFLAGS.${.TARGET}} .

Fix non-root user update target.
2007-02-09 01:57:17 +00:00
rillig
473e50fc15 regen 2007-02-08 23:27:40 +00:00
rillig
d3fc114320 CPP should not be set to /usr/ccs/bin/cpp. Building 64-bit binaries on
Solaris/SPARC is no longer tricky.
2007-02-08 23:25:10 +00:00
drochner
b7b8a15da0 mention recent updates 2007-02-08 21:54:20 +00:00
drochner
5ac9ceaff8 +gst-plugins0.10-gnonlin 2007-02-08 21:43:29 +00:00
drochner
d92a135914 import gnonlin-0.10.7 which are plugins for gstreamer-0.10 useful
for audio/video editors
2007-02-08 21:42:26 +00:00
drochner
cfa6332761 update to 0.10.7
changes: minor bugfixes
2007-02-08 21:33:33 +00:00
drochner
5199426607 add "test" targets (which only make sense if gstreamer was built with
the "gstcheck" option, but do no harm otherwise)
2007-02-08 21:30:24 +00:00
drochner
f8e351cd93 add a "gstcheck" option which makes that the "check" library is pulled in
and an additional library library gets built which can be used for
selftests of gstreamer and plugins
not enabled per default
2007-02-08 21:27:14 +00:00
drochner
d3f76b4e09 update to 1.0-beta1
changes: "lots of new features", too much to list here
2007-02-08 20:17:53 +00:00
drochner
73ef4be89c update to 0.9.7
changes: bugfixes (thread termination failure, crashes)
2007-02-08 20:12:25 +00:00
adam
84cb0e4f7f Yet another PostgreSQL update: to 8.2.3, 8.1.8, and 8.0.12 2007-02-08 20:03:14 +00:00
adam
2c18f3a641 Changes 8.0.12:
* Remove overly-restrictive check for type length in constraints and
  functional indexes
2007-02-08 20:00:57 +00:00
adam
7663b98733 Changes 8.1.8:
* Remove overly-restrictive check for type length in constraints and
  functional indexes
2007-02-08 20:00:46 +00:00
adam
038538cdd2 Changes 8.2.3:
* Remove overly-restrictive check for type length in constraints and
  functional indexes
* Fix optimization so MIN/MAX in subqueries can again use indexes
2007-02-08 20:00:27 +00:00
drochner
8cfc122c46 point to a better HOMEPAGE 2007-02-08 18:37:57 +00:00
drochner
f6f0e99cd3 update to 0.7.7
changes:
* Add IsPositiveDefinite, IsPositiveSemidefinite, QuarticFormula
* SEMANTICS: QuadraticFormula, CubicFormula, Eigenvalues, and DiagonalOf
  now consistently return a column vector
* Fix CubicFormula for complex coefficients and better handle real roots,
  and use QuarticFormula in PolynomialRoots
* Eigenvalues now computes eigenvalues for 3x3 and 4x4 matrices
-some UI improvements
* Documentation updates
* Fix plugin reading
* Portability fixes
* Translation updates
2007-02-08 18:27:22 +00:00
drochner
cb886eab47 update to 2.16.3
changes:
-code cleanup
-translation updates
2007-02-08 18:21:27 +00:00
drochner
0665929773 update to 0.13
changes:
- Revert theme change since it breaks gecko < 1.9
- Make deprecated keywords grey
- Only search for books in the XDG data/home directories
-bugfixes
-translation updates
2007-02-08 18:20:04 +00:00
drochner
8a3d3aa644 -make this build with newer g++ (add a forward decl; for older compilers
a "friend" decl seems to imply this)
-put hiscore files to a sane location
-update to 0.4pre10 - this is called "Debian/PPC fix" in the changelog,
 but there is obviously more cleanup and fixes
2007-02-08 18:16:09 +00:00
drochner
2cf998ac80 Cleanup of (optional) ipod support: use a strict API_DEPENDS, fix PLIST.
no effect on default build
2007-02-08 18:04:29 +00:00
adam
97933558a6 Distribution file change 2007-02-08 17:56:19 +00:00
wiz
f260bff94c + hylafax-5.0.4, libpreludedb-0.9.11.3, mongrel-1.0.1, mpg123-0.65,
rails-1.2.2, rubygems-0.9.2, sylpheed-devel-2.4.0beta3.
2007-02-08 17:28:17 +00:00
xtraeme
3101b52615 Updated devel/libevent to 1.2a 2007-02-08 17:07:24 +00:00
xtraeme
39efdc765d Update to 1.2a.
1.2a:

* Made HTTP support more usable
* Various portability fixes.

1.2:

* Support for non-blocking DNS resolution; from Adam Langley
  and Nick Mathewson.
* Support for lightweight HTTP clients and servers.
* Support for Sun's Event Ports from David Pacheco of Sun.
2007-02-08 17:06:28 +00:00
tv
f8f798106f NOT_FOR_PLATFORM Interix. 2007-02-08 15:54:15 +00:00
tv
bfdd1bfa0e Add openssl bl3. 2007-02-08 15:49:06 +00:00
tv
c18bf00cf1 Add zlib bl3. 2007-02-08 15:43:06 +00:00
markd
d4e4feef3d Remove obsolete patch (already removed from distinfo). 2007-02-08 11:31:23 +00:00
ghen
9a45389654 Updated mail/spamassassin to 3.1.7nb1. 2007-02-08 09:31:09 +00:00
abs
2796eae3ab some plugins such as syanascope require SDL - bump to nb1 2007-02-08 09:30:57 +00:00