Commit graph

123073 commits

Author SHA1 Message Date
weinem
8fb1b19c9a Error fixed: Local adjustment was commited by mistake. Many thanks to kano for pointing out! 2008-02-19 17:21:42 +00:00
tnn
f0462b82fe Pass gcc's -mabi=* option (used on mips) without warning. 2008-02-19 16:50:11 +00:00
reed
605314b3af Updated amavisd-new. 2008-02-19 16:21:24 +00:00
reed
e9c0ed7055 Update to 2.5.3. This update is from maintainer in PR #38062.
From the amavisd-new-2.5.3 release notes:

BUG FIXES

- fix parsing a SMTP status response from MTA when releasing from a
  quarantine, when a MTA response did not include an enhanced status
  code (RFC 3463) (such as with old versions of Postfix);  a parsing
  failure resulted in attribute "setreply=450 4.5.0 Unexpected:..."
  in an AM.PDP protocol response, even though a release was successful;
  reported by Ron Miller, John M. Kupski, investigated by Tony Caduto
  and Jeremy Fowler;

- change parsing of addresses in From, To, and Cc header fields, avoiding
  complex Perl regular expressions which could crash a process on certain
  degenerate cases of these header fields; thanks for detailed problem
  reports to Carsten Lührs and Attila Nagy;

- completely rewritten parsing of Received header field to work around a
  Perl regular expression problem which could crash a process on certain
  degenerate cases of mail header fields; problem reported by Thomas Gelf;

- harden to some extent regular expressions in parse_message_id to cope
  better with degenerate cases of header fields carrying message-id;

- sanitize 8-bit characters in In-Reply-To and References header fields
  before using them in Pen Pals SQL lookups to avoid UTF-8 errors like:
    penpals_check FAILED: sql exec: err=7, 22021, DBD::Pg::st execute failed:
    ERROR: invalid byte sequence for encoding "UTF8": 0xd864

- when turning an infection report into a spam report, avoid adding newly
  discovered virus names (i.e. fraud names) to a cached list if these names
  are already listed; previously the list would just grow on each passage
  through a cache, leading to unsightly long lists of spam tests in a
  report; based on a patch by Henrik Krohns;

- fix diagnostics when an invalid command line argument is given;


OTHER

- reduce log clutter when certain Perl modules are loaded late, i.e. after
  chrooting and daemonizing, but still before a fork; now only issue one
  log entry by a parent process: "extra modules loaded after daemonizing: ";

- slightly relax mail address syntax in subroutine split_address;

- fetch additional information (tags) from SpamAssassin: TESTS, ASN,
  ASNCIDR, DKIMDOMAIN and DKIMIDENTITY, making them available through a macro
  'supplementary_info' (if a version of SpamAssassin in use provides them);

- updated DKIM section in amavisd-new-docs.html, removing the historical
  DomainKeys milter from examples;

- declared a dummy subroutine dkim_key() and new dummy configuration
  variables @dkim_signature_options_bysender_maps, %signed_header_fields,
  $reputation_factor, @signer_reputation_maps and $sql_partition_tag, members
  of policy banks, in preparation for 2.6.0 - declared now for improved
  downgrade compatibility of 2.6.0 configuration files, if need arises.
2008-02-19 16:20:15 +00:00
reed
f7336fad52 Sort some PLIST entries. 2008-02-19 16:18:18 +00:00
obache
9c4c0e5316 tor is now 0.1.2.19. 2008-02-19 15:57:55 +00:00
joerg
7f98245283 pkg_install-20080219:
Add new parser for pkg_vulnerabilities, that handles decompress
transparently and internally. Preliminary tests with a modified
audit-packages show a speed increase by 2 for common operations
like listening all vulnerable installed packages.
2008-02-19 15:16:24 +00:00
taca
10878d1cae Note update of www/plone3 package to 3.0.6. 2008-02-19 14:13:45 +00:00
taca
ef018fd7e3 Update plone3 package to 3.0.6.
Change log

* Various tests were enhanced to increase our test coverage
* Implement unlocking for content which does not use portal_factory
  and for LinguaPlone translations.
* Add a method to cleanup persistent schemas from content objects
  which were created by the 'update schema' feature from older
  Archetypes releases. This is available through the ZMI.
* Correct removing of all roles from a group. This fixes This fixes 6994.
* Correct generation of session cookies for long userids. This fixes
  problems with OpenID2 accounts.
* Correct handling of unicode arguments for
  acl_users.enumerateUsers. This fixes zope-pas bug 189627.
* Kupu updates:
    o Correct full screen mode. This fixes 7473.
    o Correct intenal link insertion for IE. This fixes 7494.
    o Correct stripping out of anchor to top of current page. This fixes 7680.
    o The 'Home' link nows goes to the content root instead of the
      Plone root. This fixes 7713.
    o 'Link using UIDs' broke indexing of richt text fields with
      non-ASCII characters. This fixes 7728.
    o Update the flags and languages list. This fixes 7441.
    o  Revert internal change in language selector code in the
       plone.app.i18n release from Plone 3.0.5 in the language
       selector widget which broke LinguaPlone.
    o Fix lock timeout which was set by default to 12 minutes, it is
      now set to maxtimeout (71582788 minutes). This fixes 7358.
    o Fix TypeError when an anonymous user locks content. This fixes 7246.

Updated packages

    * archetypes.kss 1.2.6
    * plone.app.i18n 1.0.3
    * plone.app.controlpanel 1.0.4
    * plone.app.linkintegrity 1.0.5
    * plone.app.vocabularies 1.0.3
    * plone.locking 1.0.5
    * plone.session 1.2
    * Archetypes 1.5.6
    * CMF 2.1.1
    * CMFPlone 3.0.6
    * PloneLanguageTool 2.0.2
    * PlonePAS 3.2
    * PloneTranslations 3.0.11
    * PluggableAuthService 1.5.3
    * kupu 1.4.8
2008-02-19 14:12:46 +00:00
xtraeme
595c421b15 Do not remove a directory that doesn't belong to that pkg. 2008-02-19 14:09:12 +00:00
schmonz
d49c575364 DJB has placed certain of his software in the public domain. Excerpted
from <URL:http://cr.yp.to/distributors.html>:

  What are the distribution terms for daemontools?

  2007.12.28: I hereby place the daemontools package (in particular,
  daemontools-0.76.tar.gz, with MD5 checksum
  1871af2453d6e464034968a0fbcb2bfc) into the public domain. The
  package is no longer copyrighted.

  What are the distribution terms for djbdns?

  2007.12.28: I hereby place the djbdns package (in particular,
  djbdns-1.05.tar.gz, with MD5 checksum 3147c5cd56832aa3b41955c7a51cbeb2)
  into the public domain. The package is no longer copyrighted.

  What are the distribution terms for ucspi-tcp?

  2007.12.28: I hereby place the ucspi-tcp package (in particular,
  ucspi-tcp-0.88.tar.gz, with MD5 checksum
  39b619147db54687c4a583a7a94c9163) into the public domain. The
  package is no longer copyrighted.

  Am I free to modify uncopyrighted packages and distribute modified
  versions?

  Yes. But this does not mean that modifications are _encouraged_!

And from <URL:http://cr.yp.to/qmail/dist.html>:

  I hereby place the qmail package (in particular, qmail-1.03.tar.gz,
  with MD5 checksum 622f65f982e380dbe86e6574f3abcb7c) into the
  public domain. You are free to modify the package, distribute
  modified versions, etc.

  This does not mean that modifications are encouraged!

pkgsrc will strive, as it has, to keep modifications to a tasteful
minimum. This addresses PR pkg/37964 by Aleksej Saushev.
2008-02-19 13:59:04 +00:00
xtraeme
31302e1043 Improve COMMENT. 2008-02-19 13:57:39 +00:00
xtraeme
be5318ea66 Updated x11/gtksourceview-sharp to 2.0-0.11
Updated devel/monodevelop to 0.19
2008-02-19 13:54:21 +00:00
xtraeme
f2929fa133 Update to 0.19: misc bugfixes. 2008-02-19 13:53:04 +00:00
xtraeme
63b65587a1 Update to 0.11: misc bugfixes. 2008-02-19 13:52:20 +00:00
xtraeme
5fe412a6a5 Updated x11/gtk2-sharp to 2.10.3
Added x11/gnome-sharp-2.16.1
2008-02-19 13:51:03 +00:00
xtraeme
a8ac436688 + gnome-sharp 2008-02-19 13:49:05 +00:00
xtraeme
652423b65e Initial import of gnome-sharp-2.16.1.
This package provides C# bindings for the GNOME libraries.
2008-02-19 13:48:13 +00:00
obache
0355cf21fd Adjust patch-ae to same as previous revision.
Should fix PR 38046.
2008-02-19 13:48:12 +00:00
xtraeme
4412e5d2bd Update to 2.10.3: this syncs the code with the latest API available,
tons of bugfixes, misc build problems fixed, etc. This update also
removes the need for the GNOME libraries, they will be available in
a separate pkg.
2008-02-19 13:47:37 +00:00
obache
b3c1ef4733 Pass --with-libevent-dir unconditionally, since BUILDLINK_PREFIX.libevent is
unusable here yet.
2008-02-19 13:45:18 +00:00
xtraeme
5d54aa1ba3 Updated devel/mono-addins to 0.3.1 2008-02-19 13:44:09 +00:00
xtraeme
afb6d1bb08 Update to 0.3.1: misc build fixes and bugfixes. 2008-02-19 13:43:19 +00:00
adrianp
a52bca50f5 Updated mail/dkim-milter to 2.4.4 2008-02-19 13:23:31 +00:00
adrianp
fa37ceac10 Update to 2.4.4
* LIBDKIM: Fix bug #SF1867839: 64-bit portability in rfc2822.c.
  Patch from Geoff Adams.
* Update for latest Authentication-Results: header draft.
* Take advantage of some more features that were introduced with
  milter v2 in sendmail 8.14.0:
* Report "hardfail" instead of "fail" on authentication failures,
  in compliance with the Authentication-Results: draft.
* Fix use of "UseSSPDeny" to include handling of unsigned messages.
* Replace "gentxt.csh" with more robust "dkim-genkey" utility.

And *lots* more (the package in pkgsrc was 2 years+ old)

See RELEASE_NOTES for all the details
2008-02-19 13:23:06 +00:00
xtraeme
daf8490435 Updated x11/gtksourceview to 2.1.2 2008-02-19 12:09:11 +00:00
xtraeme
8730e3b339 Update to 2.1.2.
News in 2.1.2
-------------

* Fix a GtkSourceMark API issue
* Updated translations

News in 2.1.1
-------------

* Misc bugfixes
* Updated translations

News in 2.1.0
-------------

* New gtk-print based printing API
* New GtkTextMark-based GtkSourceMark API
* Misc bugfixes
* Updated translations

News in 2.0.0
-------------

* Updated translations

News in 1.90.4
--------------

* Many improvements to all the lang files
* Many minor API tweaks
* Misc bugfixes
* Updated translations

News in 1.90.3
--------------

* New default set of styles used to define a style scheme
* Many improvements to all the lang files, ruby and perl lang
  files in particular.
* Some API tweaks
* Misc bugfixes

News in 1.90.2
--------------

* Library is now LGPL (some lang files aren't yet)
* Support replacing contexts
* Support symbolic colors in schemes
* Add tango style scheme
* Some API tweaks
* Many lang file updates
* Misc bugfixes

News in 1.90.1
--------------

* GtkSourceStyle is now a gobject
* Be more careful about Language and LanguageManager lifecycles: add
  gtk_source_[language|style_scheme]_manager_get_default to obtain
  managers object owned by gtksourceview
* Most of the files are now officially licensed under LGPL, still
  waiting for a few approval before completely switching the license.
* Port to GRegex
* Misc lang file updates
* Misc bugfixes

News in 1.90.0
--------------

This marks the road to GtkSourceView 2.0, and breaks the API. It is still
considererd API-unstable.

* API update/break
* New highlighting and theming engines (Yevgen Muntyan, Marco Barisione)
* GnomePrint-based print API removal
2008-02-19 12:08:26 +00:00
xtraeme
5af55181db Check if BUILDLINK_AUTO_VARS.${_pkg_} is defined before testing it
via !empty. This fixes a problem with gnome-panel and db1.
2008-02-19 11:12:51 +00:00
schmonz
a8f5159269 Note updates of py-html2text, rss2email, getmail. 2008-02-19 10:35:15 +00:00
schmonz
a4982e4f3d Update to 4.7.8. From the changelog:
* explicitly close current IMAP mailbox when selecting a new one,
    so all servers expunge deleted mail. Thanks: Josh Triplett.

* include experimental spec file for creating RPM with rpmbuild.
    Thanks: Dag Wieers, Rob Loos, Dries Verachtert.

* convert changelog to utf-8 encoding.

* update email addresses, etc. Domain for mailing lists has changed
    to lists.pyropus.ca.

* add FAQ about memory errors on OS X. Thanks: Andres Gasson.

* drop log message level for stderr output of destination if
    ignore_stderr is set, just like for filter. Thanks: Jeremy
    Chadwick.
2008-02-19 10:34:07 +00:00
schmonz
cd365015bd Update to 2.62. From the changelog:
* Local feeds (/home/user/file.xml) should work
* Now really compatible with SunOS
* Don't wrap long subject headers
* New parameter CHARSET_LIST to override or supplement the order
    in which charsets are tried against an entry
* Don't use blank content to generate id
* Using GMail as mail server should work
2008-02-19 10:33:05 +00:00
schmonz
aed9fe0a7a Update to 2.29. From the changelog:
* fix degenerate sites (cough 9rules) that don't close head tags
* fix crash when feedparser wasn't available (tx Johann Burkard)
2008-02-19 10:31:53 +00:00
taca
c0462a27d8 Try to fix build problem on current with pam option. 2008-02-19 10:28:12 +00:00
xtraeme
a6ae4a6837 gtk-sharp is not needed here, otherwise a cyclic dependency graph is
created in gtk-sharp.

Bump PKGREVISION.
2008-02-19 09:59:33 +00:00
xtraeme
cd15079216 Updated multimedia/avidemux to 2.4.1 2008-02-19 09:12:37 +00:00
xtraeme
1f4d970ede Update to 2.4.1.
A short changelog compared to 2.3:

* Input and output support for MKV and FLV containers
* Rewritten MP4/MOV/3GP reader
* Support for Nellymoser codec
* New DV video output support
* New MPEG-TS support including H.264 Elementary Stream
* OCR support for MPEG-TS subtitles
* New video bitstream unpacker (improved compatibility)
* Capability to pack video bitstreams
* New Yadif filter (ported from Avisynth)
* Video filters can be loaded as external plug-ins (sample plug-in included)
* Three interfaces now offered: command line, GTK+ and Qt4 (Qt4 is still incomplete)
* Several key dialogs have been revamped (GTK+ user interface only)
* Preview system refactored
* Priority control added for encoding and video playback (Win32 only)
* New Jog Shuttle control (GTK+ user interface only)
* Support for Jog Shuttle hardware (Linux & GTK+ only)
* New iPod and PlayStation Portable profiles
* New Glyph Editor
* Improved Bitrate Histogram
* JACK support (Linux only)
* DirectX support (Win32 only)
* New Avisynth Proxy GUI (Win32 only)
* Improved crash recovery - session settings are saved and reloaded upon
  application start
* Numerous bugs fixed

...and more, see the changelog for more info.
2008-02-19 09:11:43 +00:00
taca
e09896db61 Unlimit data size when ruby-build-ri-db option is enabled,
hoping to solve bulk build problem.
2008-02-19 03:56:08 +00:00
epg
b9daf18e55 Look for mktemp in /bin, too, where Debian systems keep it. 2008-02-19 03:03:08 +00:00
rh
b99ad72289 Note update of cgoban-java to 3.3.22 2008-02-19 02:54:41 +00:00
rh
4b599f131b Update cgoban-java to 3.3.22. Notable changes include:
- Fixed the problem where some users are always told that their
   user info has changed.
 - Updated Thawte code signing certificate.
2008-02-19 02:53:50 +00:00
rh
c4511af7f1 Note addition of highlight-2.6.8 2008-02-19 02:26:37 +00:00
rh
b304463313 Add and enable highlight 2008-02-19 02:25:04 +00:00
rh
78821a2e60 Import highlight-2.6.8, a tool that converts source code to formatted text
with syntax highlighting.  Based on the wip package (with version update
and minor modifications) by dhowland <at> users <dot> sf <dot> net.
2008-02-19 02:23:44 +00:00
weinem
4154195836 regen 2008-02-19 01:06:31 +00:00
weinem
4334621cfd Various fixes 2008-02-19 00:58:07 +00:00
weinem
fa84713a67 regen 2008-02-19 00:05:33 +00:00
weinem
e2f12ad977 More details about getting pkgsrc via cvs, updates 2008-02-18 23:57:53 +00:00
dmcmahill
1b97ddd7f4 Update to gerbv-2.0.1.
Many updates including

- 100% of RS274-X is now supported
- cairo rendering which among other things gives printing to a printer, pdf,
  png, ps, or svg.
- gnome/kde desktop integration
- added a regression test suite
- lots of rework of the gui.

All in all this is a major overhaul.
2008-02-18 22:40:36 +00:00
jlam
d3a42c55a4 Make this more cut-and-paste-friendly. 2008-02-18 20:37:22 +00:00
jlam
79d070da7a Actually add that prestart function as a start_precmd. Ride previous
PKGREVISION bump.
2008-02-18 20:35:48 +00:00