Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:27:38 UTC Now

2009-04-29 10:54:22 UTC MAIN commitmail json YAML

Updated news/leafnode to 1.11.7

(wiz)

2009-04-29 10:54:11 UTC MAIN commitmail json YAML

Update to 1.11.7, provided by Aleksey Cheusov in PR 41291.

* 1.11.7, 2009-04-20

### WORKAROUND
- fetchnews: If the LN_SUPPRESS_DATE environment variable is defined and set
  to any value or empty, fetchnews will not test the upstream server's time by
  means of the "DATE" NNTP command.
  This can be used to quench related log messages.

### BUGFIXES
- Fix logging if texpire unlinks files without further hardlinks from
  message.id/NNN/
- Fix potential segfault on libcs that do not catch NULL for %s formatting
  (several GNU libc versions do) when trying to retrieve delayed bodies from
  corrupt article headers. Pretend success, to purge article number from
  subscription file.  Bug reported by Chris Carr.
- Fix & change "noactive" so that it can be overridden by "fetchnews -f", as
  documented in config.example.
  Regression as side effect of 1.9.50 fix, reported by Jesse F. Hughes.
- Fix logged IP address in "connected to..., reply:" message when compiled
  without IPv6 support.
  Fixes Mandriva Bug #45605, reported by David W. Hodgins.
- Print connected to... to console as well at proper verbosity level, found
  by maintainer while debugging aforementioned bug.
- Only emit warning that no server with posting permission was found if that's
  actually needed. Reported by Christian Weiske.
- If corrupted articles had been detected, fetchnews -x NNN would not be able
  to re-fetch the said article because a 0-sized file remained in message.id,
  making fetchnews believe the article was in the spool.
  0-sized message.id/NNN/ files are now purged when checking if the article is
  already in the spool.
  Reported by Peter Bauernfeind. (de.comm.software.newsserver post, May 2008)
- Change interface enumeration to track incompatible NetBSD 5 changes.  The
  latter led to bogus connection refusals in NNTPD.  SourceForge Bug #2700756,
  by Aleksey Cheusov, fix suggested by Roy Marples.
- Add support for SIOCGIFALIAS where available (BSD) in order to obtain
  netmasks for 4.4BSD-style IP aliases.
  getifaddrs() has been suggested as well, but it isn't available everywhere,
  so we would have to keep the old code around anyways, and we can just fix
  that rather than introduce alternative code branches.

### BUGFIXES BACKPORTED FROM LEAFNODE 2
- lsort (used by make update) now detects and report errors.
- "make update" handles the lockfile properly now: it records its PID and
  removes the lock also in cases of failure.
- "make update" restores the old groupinfo file if lsort fails.
- "make update" now builds an up-to-date lsort first.
- "make update" now uses the configured NEWS_USER and _GROUP.
- "make update" is now a phony Makefile target, i. e. it will work even
  if there is a file "update" in the build directory.

### CHANGES
- When creating a Path: header (because the newsreader did not do that), use
  "not-for-mail" instead of NEWS_USER (usually "news") as the user component.
  This seems to resolve propagation issues with 2nd-hop-upstreams, as reported
  in Debian Bug#459980 by Michael Weitzel, with Universit
- When writing to client fails, log decoded errno, too.
  This can help debugging certain firewall misconfigurations more easily.
- Undoing a wordwrap in configure.ac allows for bootstrapping on Cygwin.
- Drop obsolete mysetvbuf().
- leafnode-version now supports an additional "-v" mode to print more
  information on the installation. The output then is similar, but not
  identical - due to different feature sets - to the way leafnode-2 prints it.

### DOCUMENTATION
- Add some comments to UNINSTALL-daemontools
- Put README-FQDN* under leafnode's license. Found to be in conflict with
  Debian's DFSG by Mark Brown.

==============================================================================
* 1.11.6, 2007-03-17

### BUGFIXES
- .site TLDs are refused in FQDN.
- apply patch from Georg Schwarz to fix compilation with SGI IDO cc.
- do not delete articles if the References: lines are malformatted.
  Reported by Adam Funk.
- support autoconf 2.60, fixing datarootdir-related warnings.
- do not log authentication success unless in verbose mode.

### DOCUMENTATION
- fix minor typos in README-FQDN.
- minor changes to INSTALL.

==============================================================================
* 1.11.5, 2006-04-09

### BUGFIXES
- Fix logging of invalid FQDH/FQDN.
- Do not trash delaybody download markers if the interesting.group/* files
  are writeable by NEWS_USER ("news") but owned by somebody else. Found
  debugging a problem described by David Aldred.
- Some syslog messages were still logged at LOG_DEBUG priority without
  debugmode set.
- Support noactive = 0. Reported by Rafal Maj, Debian Bug #329760.
- Support nodesc = 0.
- Keep non-expiring groups (negative groupexpire date) in active file even if
  they have expired upstream. Sourceforge Bug #1230256, Thomas Zajic.
- INSTALL: leafnode needs a "news" group as well. Found by Julien Sansonnens.
- Allow unterminated lines in regular files. Found by Ivo Maintz.
- Applyfilter unfolds headers before matching, to match fetchnews behavior.
- Applyfilter no longer unconditionally removes messages without body
  if delaybody is off. The interesting.groups/group.name file might still
  have pointers so that fetchnews will download the bodies later.

### CHANGES
- "killed nnn (<mess@ge.id>), already fetched before" messages have been
  demoted to debug priority, to avoid syslog spamming with multiple upstream
  servers or after crashes.  Reported by Adam Funk.
- The RPM is now accompanied by a -debuginfo package.
- Build "grouplist" program in "make check".
- The fetchnews manual page states that -f is not to be used in cron jobs.
- The filtering documentation (applyfilter(8) man page and filters.example)
  was overhauled, at the suggestion of Michael R. McCarrey.
  Mike also courteously provided additional filter examples with documentation.

### WEBSITE
- http://www.leafnode.org/ is now served by SourceForge's VHOST service and
  thus serves the same content as http://leafnode.sourceforge.net/

==============================================================================
* 1.11.4, 2005-11-23

### BUGFIXES
- Skip server processing when posting articles fails, for instance,
  because of a protocol error or server disconnect/timeout.
  Bug found when analyzing Debian #318644.
- Do not mark the active for refetch when the failed server has "noread" set
  or fetchnews is in -P (post only) mode. Patch by Brian Sammon.

### COMPATIBILITY CHANGE
- GNU coreutils 5.92 are broken and can no longer create a missing directory
  with "mkdir -p missing/." Work around the bug. Reported by Michael Shigorin.

### DOCUMENTATION
- Switch FAQ.pdf formatting back to XSL stylesheets and RenderX XEP 4.4,
  now that a personal license for OpenSource documentation is available.
- Renamed all CAN-YYYY-NNNN to CVE-YYYY-NNNN in leafnode-SA-*.txt, ChangeLog,
  NEWS and OLDNEWS to chase the CVE database change of 2005-10-19.

(wiz)

2009-04-29 09:24:18 UTC MAIN commitmail json YAML

2009-04-29 09:20:40 UTC MAIN commitmail json YAML

Convert to user-destdir. From Aleksey Cheusov in PR 39982.

(wiz)

2009-04-29 09:16:47 UTC MAIN commitmail json YAML

Fix installation without destdir; reported in PR 41270.

(wiz)

2009-04-29 08:57:00 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.08101

(sno)

2009-04-29 08:56:14 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for perl module DBIx::Class to 0.08101
  - bump dependency to Class::C3::Componentised

Upstream changes since 0.08100:
0.08101 2009-04-27 09:45:00 (UTC)
        - Fix +select, +as, +columns and include_columns being stripped
          by $rs->get_column
        - move load_optional_class from DBIx::Class::Componentised to
          Class::C3::Componentised, bump dependency
        - register_extra_source() now *really* fixed wrt subclassing
        - Added missing POD descriptions (RT#45195)
        - Fix insert() to not store_column() every present object column
        - Multiple Makefile.PL fixes

(sno)

2009-04-29 07:47:14 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 0.90

(sno)

2009-04-29 07:46:22 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module DateTime::TimeZone to 0.90

Upstream changes since 0.89:
- This release is based on version 2009g of the Olson database. This
  release has changes for Egypt.

(sno)

2009-04-29 07:40:20 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 5.826

(sno)

2009-04-29 07:39:37 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module LWP to 5.826 from 5.825

Upstream changes:
2009-04-24  Release 5.826

Gisle Aas (2):
      Avoid returning stale Content-Type header after message parts have been updated
      Don't let content saved to file be affected by the $\ setting

Graeme Thompson (1):
      Issues around multipart boundaries [RT#28970]

Mike Schilli (1):
      Ignore random _proxy env variables, allow only valid schemes

Slaven Rezic (1):
      README.SSL is not anymore available at the linpro.no URL.

john9art (1):
      Make LWP::UserAgent constructor honor the default_headers option [RT#16637]

(sno)

2009-04-29 06:20:58 UTC MAIN commitmail json YAML

2009-04-29 06:19:37 UTC MAIN commitmail json YAML

Import tex-xmltex-doc-0.8 as textproc/tex-xmltex-doc.

This is documentation for tex-xmltex.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 05:50:51 UTC MAIN commitmail json YAML

Add tex-fancyhdr and tex-fancyhdr-doc.

(minskim)

2009-04-29 05:49:33 UTC MAIN commitmail json YAML

Import tex-fancyhdr-doc-3.1 as print/tex-fancyhdr-doc.

This is documentation for tex-fancyhdr.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 05:49:05 UTC MAIN commitmail json YAML

Import tex-fancyhdr-3.1 as print/tex-fancyhdr.

The package provides extensive facilities, both for constructing
headers and footers, and for controlling their use (for example, at
times when LaTeX would automatically change the heading style in use).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 05:45:28 UTC MAIN commitmail json YAML

2009-04-29 05:30:19 UTC MAIN commitmail json YAML

Add tex-marvosym and tex-marvosym-doc.

(minskim)

2009-04-29 05:28:55 UTC MAIN commitmail json YAML

Import tex-marvosym-doc-2.1 as fonts/tex-marvosym-doc.

This is documentation for tex-marvosym.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 05:28:22 UTC MAIN commitmail json YAML

Import tex-marvosym-2.1 as fonts/tex-marvosym.

Martin Vogel's Symbol (marvosym) font contains the Euro currency
symbol as defined by the European commission, and also in shapes to
blend with typefaces Times, Helvetica and Courier; symbols for
structural engineering; symbols for steel cross- sections; astronomy
signs (sun, moon, planets); the 12 signs of the zodiac; scissor
symbols; CE sign and others.  The font is distributed here as an Adobe
Type 1 font, which was converted from Vogel's original TrueType;
support macros for use with LaTeX are also provided.  Separate
packaging for OzTeX users is available.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 05:15:38 UTC MAIN commitmail json YAML

2009-04-29 05:15:14 UTC MAIN commitmail json YAML

Rewrite csh scripts in sh, by request of agc. Closes PR 37581.

While here, clean up a lot of pkglint; it appears that the manual
substitutions in the makefile got rolled into several of the patches
at some point. Various problems remain (e.g. the build system runs
/usr/bin/make explicitly in a number of places; plus the manual
substitutions should be tidied away) but this should cover the most
serious ones.

PKGREVISION++.

(dholland)

2009-04-29 04:57:00 UTC MAIN commitmail json YAML

Note addition of netpgp-20090428

(agc)

2009-04-29 04:55:29 UTC MAIN commitmail json YAML

Add and enable netpgp

(agc)

2009-04-29 04:54:34 UTC MAIN commitmail json YAML

Initial import of the "glorious 50" release of netpgp-20090428 into the
Packages Collection.

The netpgp command can digitally sign files and verify that the
signatures attached to files were signed by a given user identifier.
netpgp can also encrypt files using the public or private keys of
users and, in the same manner, decrypt files which were encrypted.

The netpgp utility can also be used to generate a new key-pair for a
user.  This key is in two parts, the public key (which can be used by
other people) and a private key.

In addition to these primary uses, the third way of using netpgp is to
maintain keyrings.  Keyrings are collections of public keys belonging
to other users.  By using other means of identification, it is
possible to establish the bona fides of other users.  Once trust has
been established, the public key of the other user will be signed.
The other user's public key can be added to our keyring.  The other
user will add our public key to their keyring.

This software is built on top of openpgpsdk 0.9.1, but provides a
higher-level interface, is autoconf-ed and libtool-ed, and has had
some significant bugs fixed.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2009-04-29 04:42:33 UTC MAIN commitmail json YAML

Add tex-colortbl and tex-colortbl-doc.

(minskim)

2009-04-29 04:41:01 UTC MAIN commitmail json YAML

Import tex-colortbl-doc-0.1 as print/tex-colortbl-doc.

This is documentation for tex-colortbl.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 04:40:25 UTC MAIN commitmail json YAML

Import tex-colortbl-0.1 as print/tex-colortbl.

colortbl is a LaTeX package that allows rows and columns to be
colored, and even individual cells.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 04:25:06 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-amsfonts.

(minskim)

2009-04-29 04:24:33 UTC MAIN commitmail json YAML

tex-amsfonts needs tex-cmex for cmex[789].

Bump PKGREVISION.

(minskim)

2009-04-29 03:35:47 UTC MAIN commitmail json YAML

Correct the dependency pattern.

(minskim)

2009-04-29 03:32:49 UTC MAIN commitmail json YAML

2009-04-29 03:31:31 UTC MAIN commitmail json YAML

Import tex-cmex-2008.7340 as fonts/tex-cmex.

Support for cmex fonts from TeXTrace project, as originally suggested
by Taco Hoekwater.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 03:14:11 UTC MAIN commitmail json YAML

Add tex-oberdiek and tex-oberdiek-doc.

(minskim)

2009-04-29 03:03:47 UTC MAIN commitmail json YAML

Import tex-oberdiek-doc-2008.12705 as print/tex-oberdiek-doc.

This is documentation for tex-oberdiek.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 03:03:03 UTC MAIN commitmail json YAML

Import tex-oberdiek-2008.12705 as print/tex-oberdiek.

This is a bundle of TeX packages submitted by Heiko Oberdiek.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 02:42:51 UTC MAIN commitmail json YAML

Add tex-carlisle and tex-carlisle-doc.

(minskim)

2009-04-29 02:40:12 UTC MAIN commitmail json YAML

Import tex-carlisle-doc-2008.7340 as print/tex-carlisle-doc.

This is documentation for tex-carlisle.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-29 02:39:38 UTC MAIN commitmail json YAML

Import tex-carlisle-2008.7340 as print/tex-carlisle.

This package contains various LaTeX packages that are not related
to each other except by the fact that they have the same author:
David Carlisle.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-28 21:48:17 UTC MAIN commitmail json YAML

Updated net/dhcpcd-gtk to 0.4.0

(roy)

2009-04-28 21:43:50 UTC MAIN commitmail json YAML

update master. ok'd by obache.

(zafer)

2009-04-28 21:39:14 UTC MAIN commitmail json YAML

Update to dhcpcd-ui-0.4.0

Changes from dhcpcd-gtk-0.3.0 include
* Native dbus support via the internal libdhcpcd
* icons imported from the Tango Project are used if no GTK+ theme present
* Now shows historical wireless network strength on all platforms

(roy)

2009-04-28 21:36:43 UTC MAIN commitmail json YAML

remove broken mirror. ok'd by obache.

(zafer)

2009-04-28 21:30:09 UTC MAIN commitmail json YAML

remove dead mirrors. ok'd by obache.

(zafer)

2009-04-28 21:28:39 UTC MAIN commitmail json YAML

remove dead mirrors. ok'd by obache.

(zafer)

2009-04-28 21:25:37 UTC MAIN commitmail json YAML

remove dead mirror. ok'd by obache.

(zafer)

2009-04-28 21:22:01 UTC MAIN commitmail json YAML

remove dead mirror. ok'd by obache.

(zafer)

2009-04-28 21:19:00 UTC MAIN commitmail json YAML

no distfile at wisc.edu. remove master site. ok'd by obache.

(zafer)

2009-04-28 21:17:59 UTC MAIN commitmail json YAML

Updated net/dhcpcd-dbus to 0.4.0

(roy)

2009-04-28 21:10:55 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 5.0.0

(roy)

2009-04-28 21:10:36 UTC MAIN commitmail json YAML

Update to dhcpcd-dbus-0.4.0

No real change from 0.3.0, except we work with the new variable names in
dhcpcd-5.0.0

(roy)

2009-04-28 21:07:20 UTC MAIN commitmail json YAML

no distfile at phred.org. removed. ok'd by obache.

(zafer)

2009-04-28 21:06:16 UTC MAIN commitmail json YAML

no distfile at ftp.phred.org. removed. ok'd by obache.

(zafer)

2009-04-28 21:04:39 UTC MAIN commitmail json YAML

Update to dhcpcd-5.0.0

Changes from dhcpcd-4.99.18 include
* Fixed existing address detection
* Added non dhcp option variables to -V
* Prefix some generic variable names exported to dhcpcd-run-hooks with if
  (ifmetric, ifwireless, ifflags) as they may conflict with generic var
  names when it restarts a service

(roy)

2009-04-28 21:01:14 UTC MAIN commitmail json YAML

Remove dead mirror. Ok'd by obache.

(zafer)

2009-04-28 19:56:45 UTC MAIN commitmail json YAML

remove trailing backslash from commit before.

(zafer)

2009-04-28 19:55:34 UTC MAIN commitmail json YAML

update mirrors. 1.5.4 has moved to stable/1.5.x/. ok'd by obache.

(zafer)

2009-04-28 19:52:39 UTC MAIN commitmail json YAML

Add tex-etex-pkg and tex-etex-pkg-doc.

(minskim)

2009-04-28 19:51:27 UTC MAIN commitmail json YAML

Import tex-etex-pkg-doc-2.0 as print/tex-etex-pkg-doc.

This is documentation for tex-etex-pkg.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-28 19:51:00 UTC MAIN commitmail json YAML

Import tex-etex-pkg-2.0 as print/tex-etex-pkg.

The package provides a straightforward interface to many of the
extensions offered by e-TeX; in particular, it modifies LaTeX's
register allocation macros to make use of the extended register range.
The etoolbox provides macros that make more sophisticated use of
e-TeX's facilities.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-28 19:46:08 UTC MAIN commitmail json YAML

plig.org doesn't provide the distfile anymore. remove master site. ok'd by obache.

(zafer)

2009-04-28 19:43:59 UTC MAIN commitmail json YAML

no distfile at plig.org. removed. ok'd by obache.

(zafer)

2009-04-28 19:41:11 UTC MAIN commitmail json YAML

umn.edu doesn't provide the distfile anymore. remove master site. ok'd by obache.

(zafer)

2009-04-28 19:26:24 UTC MAIN commitmail json YAML

remove finnish mirror. server is down since a long time. OK'd by obache.

(zafer)

2009-04-28 19:22:09 UTC MAIN commitmail json YAML

Remove broken mirrors. Ok'd by obache.

(zafer)

2009-04-28 19:14:35 UTC MAIN commitmail json YAML

Remove broken mirror. OK'd by obache.

(zafer)

2009-04-28 19:13:11 UTC MAIN commitmail json YAML

Remove broken mirror. OK'd by obache.

(zafer)

2009-04-28 19:08:59 UTC MAIN commitmail json YAML

2009-04-28 19:07:42 UTC MAIN commitmail json YAML

Import tex-ltxmisc-2008.12680 as print/tex-ltxmisc.

This package provides a set of miscellaneous LaTeX packages.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-28 19:07:31 UTC MAIN commitmail json YAML

Add master site. Remove broken ones. OK'd by obache.

(zafer)

2009-04-28 18:58:40 UTC MAIN commitmail json YAML

Distfile is only in archive. Remove non-archive master sites. OK'd by Obata.

(zafer)

2009-04-28 18:35:28 UTC MAIN commitmail json YAML

Add tex-amsfonts and tex-amsfonts-doc.

(minskim)

2009-04-28 18:33:56 UTC MAIN commitmail json YAML

Import tex-amsfonts-doc-2.2 as fonts/tex-amsfonts-doc.

This is documentation for tex-amsfonts.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-28 18:30:42 UTC MAIN commitmail json YAML

Import tex-amsfonts-2.2 as fonts/tex-amsfonts.

This package augments the standard set normally distributed with TeX,
including extra mathematical symbols, blackboard bold letters
(uppercase only), fraktur letters, subscript sizes of bold math italic
and bold Greek letters, subscript sizes of large symbols such as sum
and product, added sizes of the Computer Modern small caps font,
cyrillic fonts (from the University of Washington), and Euler
mathematical fonts.  Adobe Type 1 versions of these fonts are also
available, and bitmap PK font versions are available via the fonts'
home page.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-28 14:51:34 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20090425

(tnn)

2009-04-28 14:50:29 UTC MAIN commitmail json YAML

Update homepage. While here update to version 20090425.
No changelog, but diff shows bugfixes and a few user visible changes:
removed option -b, --best-quality
added  option -d, --high-def
added  option -a, --batch-file
added  option -w, --no-overwrites

(tnn)

2009-04-28 13:01:39 UTC MAIN commitmail json YAML

2009-04-28 11:57:55 UTC MAIN commitmail json YAML

2009-04-28 11:43:31 UTC MAIN commitmail json YAML

2009-04-28 11:31:39 UTC MAIN commitmail json YAML

Adding file pixman/solaris-hwcap.mapfile imported by Alan Coopersmith to
pixman but wasn't labeled for 0.15.2 to fix PR pkg/41287
Bug upstream reported https://bugs.freedesktop.org/show_bug.cgi?id=21429

(sno)

2009-04-28 11:16:31 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup tickets #2748, #2749 and #2750.

(tron)

2009-04-28 11:16:12 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2748 - requested by gdt
wireshark: build fix

Revisions pulled:
- net/wireshark/Makefile patch
---
Comment out the "LICENSE" line as tagging for Free licenses is not
supported in the pkgsrc-2009Q1 branch.

(tron)

2009-04-28 11:03:10 UTC MAIN commitmail json YAML

Updated lang/mono to 2.4nb1.

(hasso)

2009-04-28 10:47:59 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2750 - requested by tnn
firefox3: security update

Revisions pulled up:
- www/firefox3/Makefile 1.31
- www/firefox3/distinfo 1.24
---
Module Name: pkgsrc
Committed By: tnn
Date: Tue Apr 28 09:14:25 UTC 2009

Modified Files:
pkgsrc/www/firefox3: Makefile distinfo

Log Message:
Update to Firefox 3.0.10. Fixes a botched security fix from 3.0.9 which
may result in crashes if certain addons are installed. (mfsa2009-23)

(tron)

2009-04-28 10:31:58 UTC MAIN commitmail json YAML

2009-04-28 10:08:44 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2749 - requested by drochner
ghostscript: security patch

Revisions pulled up:
- print/ghostscript/Makefile 1.62
- print/ghostscript/distinfo 1.24
- print/ghostscript/patches/patch-aj 1.4
---
Module Name: pkgsrc
Committed By: drochner
Date: Fri Apr 17 15:05:31 UTC 2009

Modified Files:
pkgsrc/print/ghostscript: Makefile distinfo
pkgsrc/print/ghostscript/patches: patch-aj

Log Message:
add a patch (from Redhat bugzilla #491853) to fix more integer
overflows in the icc code (CVE-2009-0792),
bump PKGREVISION

(tron)

2009-04-28 09:30:37 UTC MAIN commitmail json YAML

Another day, another firefox update.

(tnn)

2009-04-28 09:14:25 UTC MAIN commitmail json YAML

Update to Firefox 3.0.10. Fixes a botched security fix from 3.0.9 which
may result in crashes if certain addons are installed. (mfsa2009-23)

(tnn)

2009-04-28 06:29:19 UTC MAIN commitmail json YAML

Updated games/scummvm to 0.13.1

(adam)

2009-04-28 06:28:09 UTC MAIN commitmail json YAML

Changes 0.13.1:
AGOS:
- Fixed crash after OmniTV video is played in The Feeble Files
- Fixed crashes when exploring Jack the Ripper scene in the PC version of
  the Waxworks
- Fixed palette glitches in the AtariST version of Elvira 2
- Fixed noise that can occur when sound effects are played, when exploring
  Pyramid scene in the Waxworks
Gob:
- Fixed a crash in the Italian version of Woodruff
Groovie:
- Fixed some issues with music in The 7th Guest
Parallaction:
- Fixed the sarcophagus puzzle in Nippon Safes
SAGA:
- Fixed a crash in Inherit the Earth
- Fixed glitches in the save/load dialog.
Sword2:
- Fixed random sound corruption when using the original sound files.
Game launcher:
- Fixed a case where memory could be corrupted
- Fixed the small cursor in the modern theme
- Fixed a bug in the theme engine, which could cause crashes
- Made the file browser bigger in 1x mode

(adam)

2009-04-28 01:18:49 UTC MAIN commitmail json YAML

Add tex-amsmath and tex-amsmath-doc.

(minskim)

2009-04-28 01:17:34 UTC MAIN commitmail json YAML

Import tex-amsmath-doc-2.13 as print/tex-amsmath-doc.

This is documentation for tex-amsmath.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-28 01:17:12 UTC MAIN commitmail json YAML

Import tex-amsmath-2.13 as print/tex-amsmath.

This package is the principal package in the AMS-LaTeX distribution.
It adapts for use in LaTeX most of the mathematical features found in
AMS-TeX; it is a near-indispensable adjunct to serious mathematical
typesetting in LaTeX.  When amsmath is loaded, AMS-LaTeX packages
amsbsy (for bold symbols), amsopn (for operator names) and amstext
(for text embdedded in mathematics) are also loaded.  Amsmath is part
of the LaTeX required distribution; however, several contributed
packages add still further to its appeal; examples are empheq, which
provides functions for decorating and highlighting mathematics, and
ntheorem, for specifying theorem (and similar) definitions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-28 01:03:12 UTC MAIN commitmail json YAML

2009-04-28 01:02:20 UTC MAIN commitmail json YAML

Import tex-ams-2008.7997 as print/tex-ams.

This package provides essential files for AMS TeX, including
bibliography style files, dvips configurations, and fonts.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-27 22:58:51 UTC MAIN commitmail json YAML

Note update of devel/p5-MooseX-InsideOut to version 0.103

(seb)

2009-04-27 22:56:54 UTC MAIN commitmail json YAML

Update p5-MooseX-InsideOut from version 0.102 to version 0.103.

Upstream changes:
0.103  Mon, 27 Apr 2009 11:22:28 -0400
  * avoid warnings with latest Moose

(seb)

2009-04-27 22:13:23 UTC MAIN commitmail json YAML

Note update of devel/p5-Class-MOP to version 0.83
and of devel/p5-Moose to version 0.76

(seb)

2009-04-27 22:12:01 UTC MAIN commitmail json YAML

Update p5-Moose from version 0.75 to version 0.76.

Pkgsrc changes:
- Adjust dependency on p5-Class-MOP

Upstream changes:
0.76 Mon, April 27, 2009
    * Moose::Meta::TypeConstraint
      - Do not run coercions in coerce() if the value already passes the type
        constraint (hdp)

    * Moose::Meta::TypeConstraint::Class
      - In validation error messages, specifically say that the value is not
        an instance of the class. This should alleviate some frustrating
        forgot-to-load-my-type bugs. rt.cpan.org #44639 (Sartak)

    * Moose::Meta::Role::Application::ToClass
      - Revert the class-overrides-role warning in favor of a solution outside
        of the Moose core (Sartak)

(seb)

2009-04-27 22:11:15 UTC MAIN commitmail json YAML

Update p5-Class-MOP from version 0.82 to version 0.83.

Upstream changes:
0.83 Mon, April 27, 2009
    * Class::MOP::Class
      - Fix segfault when calling get_method_map on a metaclass for an empty
        package (doy)

(seb)

2009-04-27 18:46:40 UTC MAIN commitmail json YAML

Add tex-psnfss and tex-psnfss-doc.

(minskim)

2009-04-27 18:46:21 UTC MAIN commitmail json YAML

Add tex-psnfss and tex-psnfss-doc.

(minskim)

2009-04-27 18:45:29 UTC MAIN commitmail json YAML

Import tex-psnfss-doc-9.2a as fonts/tex-psnfss-doc.

This is documentation for tex-psnfss.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-27 18:45:00 UTC MAIN commitmail json YAML

Import tex-psnfss-9.2a as fonts/tex-psnfss.

Font definition files, macros, and font metrics for freely-available
Adobe Type 1 fonts.  The font set consists of the `LaserWriter 35' set
(originally `freely available' because embedded in PostScript
printers), and a variety of other free fonts such as Bitstream
Charter, Adobe Utopia (both donated to the public domain by their
commercial foundries), and Pazo Math (optionally extended with the fpl
small-caps and old- style figures fonts).  The bundle is part of the
LaTeX `required' set of packages.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-27 18:37:57 UTC MAIN commitmail json YAML

Note revision bumps of "tigthvnc" and "vncviewer" packages.

(tron)

2009-04-27 18:35:30 UTC MAIN commitmail json YAML

Add conflicts between the "tightvnc" and "vncviewer" packages which
both install "man/man1/vncpasswd.1".

(tron)

2009-04-27 18:06:28 UTC MAIN commitmail json YAML

2009-04-27 18:05:46 UTC MAIN commitmail json YAML

Import tex-natbib-doc-8.3 as print/tex-natbib-doc.

This is documentation for tex-natbib.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-27 18:01:31 UTC MAIN commitmail json YAML

2009-04-27 18:00:24 UTC MAIN commitmail json YAML

Import tex-natbib-8.3 as print/tex-natbib.

This package provides a style with author-year and numbered
references, as well as much detailed of support for other bibliography
use.  Included are versions of the standard BibTeX styles that are
compatible with natbib: plainnat, unsrtnat, and abbrnat.  The
bibliography styles produced by custom-bib are designed from the start
to be compatible with natbib.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-27 17:09:02 UTC MAIN commitmail json YAML

Updated devel/py-game to 1.8.1nb2

(wiz)

2009-04-27 17:08:48 UTC MAIN commitmail json YAML

Fix permissions of installed files.
Bump PKGREVISION.

Set LICENSE to gnu-lgpl-v2.1.

(wiz)

2009-04-27 16:25:30 UTC MAIN commitmail json YAML

2009-04-27 16:24:27 UTC MAIN commitmail json YAML

Import tex-pdftex-doc-1.40.9 as print/tex-pdftex-doc.

This is documentation for tex-pdftex.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-27 16:15:08 UTC MAIN commitmail json YAML

Note update of tex-pdftex.

(minskim)

2009-04-27 16:14:07 UTC MAIN commitmail json YAML

Update tex-pdftex to 1.40.9.12785.

Changes:
- Add entries for the Libris-Std typeface from Arkandis Digital Foundry.

(minskim)

2009-04-27 16:07:43 UTC MAIN commitmail json YAML

Note update of tex-bin-tetex.

(minskim)

2009-04-27 16:07:00 UTC MAIN commitmail json YAML

Update tex-bin-tetex to 3.0.12785.

Changes:
- Add entries for the Libris-Std typeface from Arkandis Digital Foundry.

(minskim)

2009-04-27 16:05:19 UTC MAIN commitmail json YAML

Add gtk-doc build dependency for gtkdoc-rebase (fixes installation on
NetBSD).
Set LICENSE to gnu-lgpl-v2.

(wiz)

2009-04-27 15:54:42 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-bin-metafont.

(minskim)

2009-04-27 15:53:52 UTC MAIN commitmail json YAML

Bump PKGREVISION because of a distfile change.  No functional change.

(minskim)

2009-04-27 15:46:11 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-bin-xdvi.

(minskim)

2009-04-27 15:45:24 UTC MAIN commitmail json YAML

Bump PKGREVISION because of a distfile change.  No functional change.

(minskim)

2009-04-27 15:40:57 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-bin-latex.

(minskim)

2009-04-27 15:40:17 UTC MAIN commitmail json YAML

Bump PKGREVISION because of a distfile change.  No functional change.

(minskim)

2009-04-27 15:31:19 UTC MAIN commitmail json YAML

2009-04-27 15:29:03 UTC MAIN commitmail json YAML

Import tex-bin-dvipsk-doc-2008.12785 as print/tex-bin-dvipsk-doc.

This is documentation for tex-bin-dvipsk.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-27 15:19:25 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-bin-dvipsk.

(minskim)

2009-04-27 15:18:47 UTC MAIN commitmail json YAML

2009-04-27 14:56:48 UTC MAIN commitmail json YAML

Note update of tex-bin-dvipdfm.

(minskim)

2009-04-27 14:55:15 UTC MAIN commitmail json YAML

Update tex-bin-dvipdfm to 0.13.2d.12785.

Changes:
- Add entries for the Libris-Std typeface from Arkandis Digital Foundry.

(minskim)

2009-04-27 14:33:06 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-bin-kpathsea.

(minskim)

2009-04-27 14:32:07 UTC MAIN commitmail json YAML

Bump PKGREVISION because of a distfile change.  No functional change.

(minskim)

2009-04-27 12:03:36 UTC MAIN commitmail json YAML

Revert last change for the moment as "/bin/ksh" fails to execute
the "configure" script of "pkg_install".

(tron)

2009-04-27 09:33:54 UTC MAIN commitmail json YAML

+ MesaLib-7.4.1, SDL_gfx-2.0.19, cdrtools-2.01.01alpha59, cone-0.78,
  covered-0.7, ede-2.0, gentoo-0.15.4, glade3-3.6.3 [GNOME 2.26],
  gwaei-1.0b1, ioquake3-1.36, libgsf-1.14.12, p5-libwww-5.826,
  parrot-1.1.0, qt4-libs-4.5.1, scmgit-base-1.6.2.4, scmgit-docs-1.6.2.4,
  sdlmame-0.131, snd-10.5, stunnel-4.27, subtitleeditor-0.31.0,
  wine-devel-1.1.20, x264-devel-20090425, youtube-dl-20090425.

(wiz)

2009-04-27 09:33:28 UTC MAIN commitmail json YAML

Belatedly mention coccinelle-0.1.7 update 3 weeks ago.

(wiz)

2009-04-27 07:17:11 UTC MAIN commitmail json YAML

Updated databases/openldap-* to 2.4.16.

(ghen)

2009-04-27 07:15:44 UTC MAIN commitmail json YAML

Update OpenLDAP packages to 2.4.16, the new stable release.

patch-db (for openldap-cloak module) has been included upstream.

OpenLDAP 2.4.16 Release (2009/04/05)
Fixed libldap GnuTLS with x509v1 CA certs (ITS#5992)
Fixed libldap GnuTLS with CA chains (ITS#5991)
Fixed libldap GnuTLS TLSVerifyCilent try (ITS#5981)
Fixed libldap segfault in checking cert/DN (ITS#5976)
Fixed libldap peer cert double free (ITS#5849)
Fixed libldap referral chasing (ITS#5980)
Fixed slapd backglue with empty DBs (ITS#5986)
Fixed slapd ctxcsn race condition (ITS#6001)
Fixed slapd debug message (ITS#6027)
Fixed slapd redundant module loading (ITS#6030)
Fixed slapd schema_init freed value (ITS#6036)
Fixed slapd syncrepl newCookie sync messages (ITS#5972)
Fixed slapd syncrepl hang during shutdown (ITS#6011)
Fixed slapd syncrepl too many MMR messages (ITS#6020)
Fixed slapd syncrepl skipped entries with MMR (ITS#5988)
Fixed slapd-bdb/hdb cachesize handling (ITS#5860)
Fixed slapd-bdb/hdb with slapcat with empty dn (ITS#6006)
Fixed slapd-bdb/hdb with NULL transactions (ITS#6012)
Fixed slapd-ldap incorrect referral handling (ITS#6003,ITS#5916)
Fixed slapd-ldap/meta with broken AD results (ITS#5977)
Fixed slapd-ldap/meta with invalid attrs again (ITS#5959)
Fixed slapo-accesslog interaction with ppolicy (ITS#5979)
Fixed slapo-dynlist conversion to cn=config (ITS#6002)
Fixed slapo-syncprov newCookie sync messages (ITS#5972)
Fixed slapd-syncprov too many MMR messages (ITS#6020)
Fixed slapo-syncprov replica lockout (ITS#5985)
Fixed slapo-syncprov modtarget tracking (ITS#5999)
Fixed slapo-syncprov multiple CSN propagation (ITS#5973)
Fixed slapo-syncprov race condition (ITS#6045)
Fixed slapo-syncprov sending cookies without CSN (ITS#6024)
Fixed slapo-syncprov skipped entries with MMR (ITS#5988)
Fixed tools passphrase free (ITS#6014)
Build Environment
Cleaned up alloc/free functions for Windows (ITS#6005)
Fixed running of autosave files in testsuite (ITS#6026)
Documentation
admin24 clarified MMR URI requirements (ITS#5942,ITS#5987)
Added ldapexop(1) manual page (ITS#5982)
slapd-ldap/meta(5) added missing TLS options (ITS#5989)

(ghen)

2009-04-27 07:13:02 UTC MAIN commitmail json YAML

Switch OpenLDAP server and modules to use database/db4 as a backend again,
now db 4.7 is known to work.  Ok adam, manu.

(ghen)

2009-04-27 04:22:00 UTC MAIN commitmail json YAML

Note initial addition of p5-MooseX-Singleton version 0.17 as
devel/p5-MooseX-Singleton into The NetBSD Packages Collection.

The Perl 5 module MooseX::Singleton lets you easily upgrade your
Moose class to a singleton.  All you should need to do to transform
your class is to change 'use Moose' to 'use MooseX::Singleton'.
MooseX::Singleton gives your class an 'instance' method that can
be used to get a handle on the singleton.

(seb)

2009-04-27 04:21:04 UTC MAIN commitmail json YAML

Add & enable p5-MooseX-Singleton

(seb)

2009-04-27 04:19:39 UTC MAIN commitmail json YAML

Initial import of p5-MooseX-Singleton version 0.17 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::Singleton lets you easily upgrade your
Moose class to a singleton.  All you should need to do to transform
your class is to change 'use Moose' to 'use MooseX::Singleton'.
MooseX::Singleton gives your class an 'instance' method that can
be used to get a handle on the singleton.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-04-26 16:08:40 UTC MAIN commitmail json YAML

2009-04-26 12:51:35 UTC MAIN commitmail json YAML

Optimized the doc/CHANGES handling to get the get_doc_CHANGES function
out of the top-15 time consumers, as measured by DProf. The execution
time decreased by about 15 percent.

(rillig)

2009-04-26 11:43:44 UTC MAIN commitmail json YAML

A clear "yes" sounds better than "#empty".

(rillig)

2009-04-26 11:27:42 UTC MAIN commitmail json YAML

Documented the recent addition of the PkgPath type.

(rillig)

2009-04-26 11:24:24 UTC MAIN commitmail json YAML

Added a check that ensures that all types in makevars.map actually exist
in the code, avoiding "Type not found" fatal errors at runtime. In this
case, only the variables *_SPECIFIC_PKGS were affected.

The real problem that induced the above change was the unknown type
"List of Pathname", which was a bug in the pkglint code itself,
introduced three years ago (revision 1.574).

(rillig)

2009-04-26 11:00:17 UTC MAIN commitmail json YAML

2009-04-26 10:13:31 UTC MAIN commitmail json YAML

2009-04-26 10:08:49 UTC MAIN commitmail json YAML

Fixed pkglint warnings.

(rillig)

2009-04-26 08:44:42 UTC MAIN commitmail json YAML

2009-04-26 05:52:08 UTC MAIN commitmail json YAML

patch-aa is gone, but not forgotten.  Update distinfo to forget about it too.

(dsainty)

2009-04-26 05:50:19 UTC MAIN commitmail json YAML

s/libpciaccess-0.10.5/libpciaccess-0.10.6/.

(taca)

2009-04-26 04:13:32 UTC MAIN commitmail json YAML

Note www/typolight* package changes and
addtion of www/typoligt27* packages.

(taca)

2009-04-26 04:06:30 UTC MAIN commitmail json YAML

2009-04-26 04:06:10 UTC MAIN commitmail json YAML

2009-04-26 04:05:06 UTC MAIN commitmail json YAML

Add and enable these packages and add a comment for commented out
typolight line.

typolight26
typolight26-example
typolight26-translations
typolight27
typolight27-example
typolight27-translations

(taca)

2009-04-26 04:01:50 UTC MAIN commitmail json YAML

2009-04-26 04:00:12 UTC MAIN commitmail json YAML

2009-04-26 03:58:42 UTC MAIN commitmail json YAML

Importing www/typolight27 (TYPOlight 2.7.RC2).
This is beta version of TYPOlight which will be released next month.

Now, typoligth26 and typolight27 can coexist and it's greatly help
migration between these releases.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2009-04-26 03:54:58 UTC MAIN commitmail json YAML

2009-04-26 03:53:53 UTC MAIN commitmail json YAML

2009-04-26 03:52:30 UTC MAIN commitmail json YAML

2009-04-26 03:48:14 UTC MAIN commitmail json YAML

Add missing entry of updating devel/ruby-mode to 1.8.7.160.

(taca)

2009-04-26 03:34:14 UTC MAIN commitmail json YAML

2009-04-26 03:32:03 UTC MAIN commitmail json YAML

- Disable typolight.
- Remove typolight-example and typolight-translations.

For restructuring of typolight packages.

(taca)

2009-04-25 23:50:58 UTC MAIN commitmail json YAML

fix distinfo from previous commit

(gdt)

2009-04-25 23:46:47 UTC MAIN commitmail json YAML

2009-04-25 21:32:46 UTC MAIN commitmail json YAML

2009-04-25 21:31:14 UTC MAIN commitmail json YAML

pkg_install-20090425:
Add logic to evaluate license conditions. As frontend for pkgsrc,
pkg_admin gets two new commands (check-license and
check-single-license), which can be used to evaluate a given condition.
pkg_add will be changed to honour licenses at a later point.

(joerg)

2009-04-25 18:20:47 UTC MAIN commitmail json YAML

Adjust CHECK_WRKREF_SKIP entry to match current version of libvlccore.so

(tnn)

2009-04-25 17:48:26 UTC MAIN commitmail json YAML

Updated multimedia/vlc to 0.9.9

(tnn)

2009-04-25 17:46:28 UTC MAIN commitmail json YAML

Update to vlc-0.9.9.
While here, fix some pkglint warnings and enable DESTDIR support.

Changes between 0.9.8a and 0.9.9:
---------------------------------
Decoders:
* Experimental new decoder for Real Video 3.0 & 4.0
Demuxers:
* Various fixes related to real demuxer
Mac OS X Interface:
* Fixed circumstances, which could lead to an empty Information panel
  - Note that VLC will show information on the currently _selected_ item
    instead of the currently _playing_ item, if the playlist is visible in the
    main controller window.
* Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
Mac OS X Port:
* Improved video playback performance on Intel-based Macs
New Localizations:
* Indonesian
* Bengali
* Updates of other localizations
Various bugfixes:
* Support for receiving RTP packets on odd port numbers.
* Lots of small bugfixes.
* Correct Fullscreen behaviour on Multi-Screen setups on Windows
* Telnet fixes on Windows
* Resampling fixes when transcoding

(tnn)

2009-04-25 16:36:20 UTC pkgsrc-2009Q1 commitmail json YAML

2009-04-25 16:35:27 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket 2743 - requested by tron
Security update

Revisions pulled up:
- pkgsrc/print/xpdf/Makefile 1.66
- pkgsrc/print/xpdf/distinfo 1.34

  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Apr 17 12:09:35 UTC 2009

  Modified Files:
  pkgsrc/print/xpdf: Makefile distinfo

  Log Message:
  Update "xpdf" package to version 3.02pl3. This update fixes the
  security vulnerabilities reported in CVE-2009-0146, CVE-2009-0147,
  CVE-2009-0166, CVE-2009-0799, CVE-2009-0800, CVE-2009-1179,
  CVE-2009-1180, CVE-2009-1181, CVE-2009-1182 and CVE-2009-1183.

  To generate a diff of this commit:
  cvs rdiff -u -r1.65 -r1.66 pkgsrc/print/xpdf/Makefile
  cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/xpdf/distinfo

(spz)

2009-04-25 16:08:37 UTC pkgsrc-2009Q1 commitmail json YAML

2009-04-25 16:07:00 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket 2741 - requested by tron
Security fix

Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.79
- pkgsrc/databases/phpmyadmin/distinfo 1.41

  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Apr 17 09:40:13 UTC 2009

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 2.11.9.5. This fixes the remote
  code execution vulnerability reported in PMASA-2009-3 / CVE-2009-1151.

  To generate a diff of this commit:
  cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/phpmyadmin/distinfo

(spz)

2009-04-25 15:15:20 UTC MAIN commitmail json YAML

include bsd.prefs.mk before conditional

(tnn)

2009-04-25 15:09:02 UTC MAIN commitmail json YAML

depend on devel/nasm on i386, thereby enabling assembler optimizations.
Bump rev.

(tnn)

2009-04-25 13:53:09 UTC MAIN commitmail json YAML

Note update of tex-bin-dvipsk.

(minskim)

2009-04-25 13:51:22 UTC MAIN commitmail json YAML

Update tex-bin-dvipsk to 2008.12785.

Changes:
- Add entries for the Libris-Std typeface from Arkandis Digital Foundry.

(minskim)

2009-04-25 13:15:43 UTC MAIN commitmail json YAML

Add artistic and artistic-2.0 to DEFAULT_ACCEPTABLE_LICENSES.

(gdt)

2009-04-25 12:38:23 UTC MAIN commitmail json YAML

Note addition of xml2-0.4

(rh)

2009-04-25 12:36:42 UTC MAIN commitmail json YAML

Add and enable xml2

(rh)

2009-04-25 12:36:01 UTC MAIN commitmail json YAML

Initial import of xml2-0.4, a set of tools to convert XML and HTML to and
from a line-oriented format for easier processing with sed, awk, etc.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(rh)

2009-04-25 12:08:19 UTC MAIN commitmail json YAML

Note update of burn to 0.4.1

(rh)

2009-04-25 12:07:05 UTC MAIN commitmail json YAML

Update burn to 0.4.1.  Changes include:

- The cdrecord and cdrdao backends are now able to handle ATAPI devices.
  This, however, requires fairly recent versions of those tools (see
  README).
- Added overburn option for both backends. Currently this must be switched
  on manually in the parameters dialog. Maybe in the future we may try to
  detect this automatically.
- The cdrdao backend bundle is no longer built and installed by default,
  but must be handled separately. This makes things easier for me :-)
- The cdrdao backend now knows the method -availableDrives using cdrdao's
  'scanbus' command.
- The 'Burn Tools' panel has now moved to the preferences.
- Split the service 'Burn To CD' into two again: 'Burn To CD' and 'Add To
  CD'.  This gets us rid of the annoying 'do you want to append or create
  new...' message.
- ISO image files may now be opened with a double-click or 'gopen'
  (Burn.app registers for suffix .iso).
- The miniwindow for the BurnProgress panel now displays the progress.
- Removed the track types raw-intel and raw-motorola. Noone needs this.
- Add functionality to plug-in audio converters, i.e. bundles that convert
  arbitrary audio formats into .wav files.
- Add a converter bundle for MP3 files. This bundle is part of the CVS, but
  not of th release package.

Fixed Bugs/Issues:
- Fixed a bug where the 'burnproof' option for cdrecord was was not written
  properly to the defaults and thus not used at all.

(rh)

2009-04-25 11:44:29 UTC MAIN commitmail json YAML

Updated devel/scmcvs to 1.11.23

(sno)

2009-04-25 11:41:59 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating devel/scmcvs from 1.11.22 to 1.11.23
  - "Activating" gnu-gpl-v2 license as discussed on packages@

Upstream changes:
NEW FEATURES

* A new log option -n reverts the -N option which may be in a .cvsrc
  file.

* The `cvs blame' command is now a synonym for the `cvs annotate' command.

* The :extssh: method will use $CVS_SSH if set, or fall back on "ssh"
  by default (but may be explicitly set using the --with-ssh flag to
  configure).

* There is a new IgnoreUnknownConfigKeys option available for
  CVSROOT/config to aid in the transition to newer versions of CVS.

BUG FIXES

* Merges of file removals using -j options are a little smarter.

* `cvs add' checks more thoroughly for `CVS' directories in the argument list.

* `cvs server' now accepts `--allow-root=PATH' options.

* `cvs import' no longer attempts to send CVS metadata to the server.

* `cvs import' makes more of an effort not to import paths containing files
  and directories named `CVS'.

* The CVS server will no longer allow clients to run `cvs init'.

* Applying diffs when checking out very old revisions has been reduced from an
  O(n^2) operation to an O(n) thanks to a patch from Michael J. Smith
  <msmith@ideorlando.org> and additional touch-up work from the CVS team.

* Thanks to report from Paul Eggert <eggert@CS.UCLA.EDU>, an assertion failure
  that could occur when "." was in the path (e.g. `cvs co /cvsroot/./module')
  has been removed.

* Thanks to a report from Peter Toft <pto@linuxbog.dk>, CVS server now sends
  correct patch files more often when the RCS `Name' keyword is present in
  a working file (bug #17302).

* Thanks to a report from Dan Peterson <dbpete@aol.com>, clients now send the
  right set of commands to the server when asked to update directories with
  trailing slashes on their name.

* Thanks to a report and patch from <mbarabas@redhat.com>, potential stack
  corruption during pserver login is avoided (bug #16961).

* The :extssh: method is now properly recognized as an alias for :ext:.

DEVELOPER ISSUES

* We've standardized on Autoconf version 2.61 to get a bug fix that notes
  that the AIX C compiler's default mode isn't quite C89 and sets the
  correct mode instead.

* We've standardized on Autoconf version 1.10 because it lets us simplify our
  sources.

Oked by joerg@ (with the condition that I do the update to 1.12.13.1, too)

(sno)

2009-04-25 11:31:47 UTC MAIN commitmail json YAML

Updated x11/xcb-util to 0.3.4

(wiz)

2009-04-25 11:31:32 UTC MAIN commitmail json YAML

Update to 0.3.4, add missing gperf build dependency.

Changes for 0.3.4:
Julien Danjou (11):
      add a useful common header with common function/define
      event: add functions to convert event/errors to labels
      wm: remove
      icccm: add xcb_get_wm_class_from_reply()
      keysyms: fix xcb_key_symbols_get_keycode() API
      keysyms: bump version
      event: simplify proto
      event: add error values
      event: add define to get request and error types
      bump version to 0.3.4
      include xcb-util-common.h in dist tarball

(wiz)

2009-04-25 11:26:19 UTC MAIN commitmail json YAML

Updated editors/mined to 2000.15

(tnn)

2009-04-25 11:25:43 UTC MAIN commitmail json YAML

Update to mined-2000.15.

Character encoding support enhancements:
* Updated to Unicode 5.1; added XHC Hanyu pinyin pronunciation information.
* Enhanced character information display, also in non-UTF-8 text encoding.
  Adding Unicode character name and Unicode decomposition, see Info menu.
* Enhanced character substitution display for non-Unicode terminals;
  using base character according to Unicode decomposition.
* Encoding conversion from UTF-8 enhanced to all text encodings.
* Enhanced terminal support for cygwin 1.7, including UTF-8 mode.
* Character replacement commands (e.g. ESC _) also unescape
  URL escape notation (%E2%82%AC) and HTML numeric entities (&_#x20AC;).

Text editing features:
* Enhanced line begin/end navigation, may also go to previous/next line.

Interactive:
* Changed cursor positioning when moving vertically over multi-column characters
  * Turning to the closest side of a TAB.
  * Options -T/+T for preference to stay left/right of TAB.
* Enhanced menu navigation (Ctrl-mouse-scroll, initial key word finding).
* Multi-option selection in open Info display ("?") menu.
* Scrollbar mouse control enhancements:
  * Scroll direction adapted to other applications (old mode with option -oo).
  * Click-and-drag scrollbar scrolling.
  * Accelerated scrolling (by half a page) while over scrollbar.
* Added usage hints to messages on typical keyboard interaction misconceptions.
* Help function improvements.
* Tweaked handling of Home/End/Del and modified keypad keys.

Interworking enhancements:
* Distinction of small/numeric keypad keys for djgpp-compiled DOS version.
* Tweaked uterm terminal invocation script:
  * Workaround to safely ensure UTF-8 on cygwin.
  * Best guess for user preference of rxvt (if rxvt-unicode is found).
  * Command line options for user preference for xterm or rxvt.
* Tweaked cygwin script wmined to use mintty if available.
* Tuned keypad assignments to achieve more uniform keypad functions
  among different kinds of terminals as much as possible.
* Support of additional terminal codepages as supported by cygwin 1.7,
  also in the djgpp-compiled DOS version.
* Recognising and adapting to PuTTY or MinTTY.

Printing:
* Added printing feature using notepad /p for cygwin and DOS versions.

Miscellaneous:
* Applying computed dim screen attribute for line indications (in xterm),
  actived by defining an empty environment variable MINEDDIM.
* Revised/enhanced line end handling support:
  * Added option +r to convert Unix lineends (LF) to DOS lineends (CRLF).
  * Enhanced Mac lineend handling options -R and +R.
  * Either of -r/+r can be combined with either of -R/+R.
  * Added search pattern "\r" to search for CRLF (DOS/Windows) line ends.

(tnn)

2009-04-25 10:08:27 UTC MAIN commitmail json YAML

Updated net/p5-Net-Twitter to 2.12

(sno)

2009-04-25 10:07:30 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Net::Twitter to 2.12 from 1.17
    (overfulfill pkg/40812)
  - Setting license to artistic-2.0

Upstream changes (2.xx trunk seems to be splitted after 1.17):
2.12 - Wed Mar 25, 2009
o Removed test that uses show_progress arg to LWP::UserAgent, as this did not
exist until v5.815.
o Because of the above require LWP::UA of at least v2.032, as the two remaining
tests are OK with that version.

2.11 - Thu Mar 19, 2009
o Added useragent_args to new() to allow passing args to the LWP::UA object
o Added test for above
o Removed POD about dependancies.

2.10 - Thu Feb 26, 2009
o Fix https://rt.cpan.org/Ticket/Display.html?id=43658 which proves I'm an idiot.
The SYNOPSIS fix in 2.08 doesn't match up with reality. Passing args to
new() with {} would break. This is now fixed.

2.09 - Thu Feb 20, 2009
o Embarrassing. Since the very first 2.xx update_profile has been missing. This
adds it back in and tests it.

2.08 - Thu Feb 19, 2009
o Fixed ridiculously broken logic in get_error JSON deparse.
o POD fix with SYNOPSIS to make the examples match the {} requirement

2.07 - Thu Feb 12, 2009
o Add new friends_ids and followers_ids social graph methods
o Added tests for the above.
o Fix bug where get_error was not decoding the JSON that was returned.
o Added documentation about hashref passing needing {} specified.

2.06 - Mon Jan 26, 2009
o 2.05 had glitch which caused some methods like user_timeline to call the
incorrect URL when called with no args, returning the wrong user's
timeline.
o Added test to prevent the above.
o Added Net::Twitter::Search, as I now have permissions.
o Added distribution of the local test that checks all arg combos.

2.05 - Sun Jan 25, 2009
o public_timeline can now take zero args.
o Any method which can take "id" as the only arg in the passed hashref can now also take that arg
value as a string.
o More arg validation updates. We're running out of places to break, knock on wood.
o Code run through local test not packaged with the module which tests each method with every
conceivable combination of args. There should be no more places the arg validation breaks
valid arg combos, and it should be much more difficult for me to break it so in the future.

2.04 - Sat Jan 24, 2009
o More tweaks from Marc Mims on regression tests
o Reworked bad arg handling which caused subsequent calls of several methods to fail.
o Fixed issue with arg handling in show_status
o Removed Net::Twitter::Search until I can get assistance from Brenda, CPAN complains that I don't have
rights to the namespace and people are reporting problems finding 2.x because the index is off.
o Switch to using Module::Install

2.03 - Thu Jan 22, 2009
o Bad MANIFEST kept the regression tests out of the 2.02 distribution.
o Change clienturl to default to http://www.net-twitter.info and removed pointless XML warning.

2.02 - Thu Jan 22, 2009
o Add arrayref_on_error switch at the suggestion of Ryan Rose. Changes default return value on error.
o Added regression test suite by Marc Mims, hopefully no more crappy releases missing things.
o Fixed several bugs in arg handling and validation to make it work correctly. Should now be 100%

2.01 - Fri Jan 16, 2009
o Add back in the inexplicably missing update_twittervision
o Fixed several errors with methods that can take a single arg, not a hashref. This has to happen
for back compat with 1.xx
o Patch from semifor to fix args handling on GET methods. It worked but was semantically wrong.

2.00 - Thu Jan 15, 2009
o Final release including all of the below.
o Differences since 2.00_05
o Added Net::Twitter::Search stub file to act as a wrapper.
o Added clone() method
o More POD cleanup.
o Switched from die/warn to Carp::carp/croak

2.00_05 - Mon Jan 12, 2009
o 2.00_04 had a glaring error that prevented anything that used an HTTP POST,
like update(), from actually, you know, POSTing.
o Great suggestion from semifor on passing form values to LWP::UserAgent replaced 34 lines of
ridiculous arg handling with 3 lines and a call to URI. Much better.
o Yet more POD and minor tweaks.

2.00_04 - Sat Jan 10, 2009
o Remove result hack for relationship_exists as twitter has fixed their end.
o Completely rework arg validation to allow calling with no args, yet trapping
where this is wrong.
o Add JSON eval trapping to regular methods, it was mistakenly only
happening on search.
o Massive POD rewrites to clarify and expand, and even correct a few mistakes.

2.00_03 - Fri Jan 9, 2009
o Add Net::Identica which wraps a Net::Twitter object and sets the default connection to identi.ca
o Fix show_user argument handling which was broken to this point
o Add full search API
o Trap errors in JSON decoding when Twitter returns a 200 Success, preventing JSON::Any from die-ing
o Various POD fixes and updates

2.00_02 - Wed Jan 7, 2009
o Applied http://github.com/semifor/net-twitter/commit/34b042f653d3c9c39f0003504070b4014da7d854
o Applied logic from patch to 1.xx by Chris Nelson to prevent bad JSON from
causing JSON::Any to die. JSON errors should now gracefully return undef.
o POD change, spurious h in the URL for rt.cpan.org
o Updated copyright to 2009
o Add IRC and other contact info.

2.00_01 - Mon Dec 22, 2008
o From scratch redo. All the old code is gone and replaced with new.
o Changes against 1.xx include:
o identica quick switch to new() to set identi.ca connect info
o Full arg validation. This can be bypassed.
o All methods are now generated dynamically from a lookup
  table at runtime.

(sno)

2009-04-25 09:33:40 UTC MAIN commitmail json YAML

2009-04-25 08:04:46 UTC MAIN commitmail json YAML

Remove update wishes I had done

(sno)

2009-04-25 02:37:12 UTC cwrapper commitmail json YAML

Note that the list of tests to be written is far from exhaustive.

(schmonz)

2009-04-25 00:15:04 UTC MAIN commitmail json YAML

Update to trac-0.11.4

Changes from 0.11.3 include
* Custom mainnav links regression
* Fixed Python 2.3 incompatibility
* Fixed Python 2.6 notification issue
* Fixed PostgreSQL multi column index issue

(roy)

2009-04-24 19:23:37 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-RSS to 1.44

(sno)