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 (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 14:00:03 UTC Now

2008-06-12 13:32:49 UTC MAIN commitmail json YAML

Note update of the "net-snmp" package to version 5.4.1nb4.

(tron)

2008-06-12 13:32:24 UTC MAIN commitmail json YAML

Add patch for CVE-2008-0960 from the Net-SNMP project page on Sourceforge.

(tron)

2008-06-12 13:29:27 UTC MAIN commitmail json YAML

2008-06-12 12:51:27 UTC MAIN commitmail json YAML

Add CONFLICTS=    kdelibs4-[0-9]*

(abs)

2008-06-12 12:50:19 UTC MAIN commitmail json YAML

pkglint, add '# used by ...' lines - no functional change

(abs)

2008-06-12 11:52:37 UTC MAIN commitmail json YAML

Add missing doc/html file to PLIST; PKGREVISION++

(gdt)

2008-06-12 09:46:12 UTC MAIN commitmail json YAML

+ gcc-4.3.1, genius-1.0.3, grace-5.1.22 [pkg/38884], icewm-1.2.34
  [pkg/38890], mednafen-0.8.9, modular-xorg-server-1.4.2, pspp-0.6.0,
  sessreg-1.0.4.

(wiz)

2008-06-12 09:15:19 UTC MAIN commitmail json YAML

+ freepops-0.2.7

(schmonz)

2008-06-12 08:40:51 UTC MAIN commitmail json YAML

+ wbm-virtual-server

(obache)

2008-06-12 02:14:58 UTC MAIN commitmail json YAML

2008-06-12 01:09:02 UTC MAIN commitmail json YAML

Move META_PACKAGE logic from bsd.pkg.mk to bds.prefs.mk, otherwise it
can't define destdir support.

(joerg)

2008-06-12 01:01:47 UTC MAIN commitmail json YAML

Fix MASTER_SITES url.

(obache)

2008-06-12 00:47:05 UTC MAIN commitmail json YAML

Ming module included in PHP4 does not compatible with Ming 0.3.

(obache)

2008-06-12 00:20:10 UTC MAIN commitmail json YAML

Add basic DESTDIR support for PEAR packages. The skip list is a band aid
and the PEAR package itself must be reviewed to not include those files.
The patch doesn't work for dependencies right now.

(joerg)

2008-06-12 00:18:51 UTC MAIN commitmail json YAML

Use Python extension framework. Bump revision.

(joerg)

2008-06-12 00:18:10 UTC MAIN commitmail json YAML

Use Python extension framework. Bump revision.

(joerg)

2008-06-12 00:06:27 UTC MAIN commitmail json YAML

Annotate whether a package was built with DESTDIR.

(joerg)

2008-06-11 21:06:37 UTC MAIN commitmail json YAML

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 dot-forward?

  2008.06.01: I hereby place the dot-forward package (in particular,
  dot-forward-0.71.tar.gz, with MD5 checksum
  1fefd9760e4706491fb31c7511d69bed) into the public domain. The
  package is no longer copyrighted.

  What are the distribution terms for ezmlm?

  2008.06.01: I hereby place the ezmlm package (in particular,
  ezmlm-0.53.tar.gz, with MD5 checksum 108c632caaa8cdbfd3041e6c449191b2)
  into the public domain. The package is no longer copyrighted.

  What are the distribution terms for fastforward?

  2008.06.01: I hereby place the fastforward package (in particular,
  fastforward-0.51.tar.gz, with MD5 checksum
  6dc619180ba9726380dc1047e45a1d8d) into the public domain. The
  package is no longer copyrighted.

Set DJB_RESTRICTED=no in these packages (and in ezmlm-idx, by
extension). Add commented-out LICENSE=public-domain. As usual,
pkgsrc will strive to keep modifications to a tasteful minimum.

(schmonz)

2008-06-11 19:45:53 UTC MAIN commitmail json YAML

Updated comms/xtel to 3.3.0nb6

(bouyer)

2008-06-11 19:43:38 UTC MAIN commitmail json YAML

Fix PLIST, patch from Hasso Tepper in pkg/38844.
Bump PKGREVISION.

(bouyer)

2008-06-11 19:27:03 UTC MAIN commitmail json YAML

pbulk-0.31:
- For direct build failures, make the package location in the first
column a hyper link to the last (supposedly failing) phase.
- For indirect failures, list the first 10 failing dependencies.

(joerg)

2008-06-11 16:46:36 UTC MAIN commitmail json YAML

Update MASTER_SITES.

(ad)

2008-06-11 14:58:38 UTC MAIN commitmail json YAML

Fix a long-standing bug: if this package is installed on NetBSD with
readline emulation, the GNU readline library which this module depends
on would not be picked up, causing "perl -d -e '1;'" to fail to start
the perl debugger because it could not find the rl_initialize function.
Instead, point includes and libs into ${PREFIX}, so that we have a chance
of picking up the proper GNU readline library.

(he)

2008-06-11 14:33:07 UTC MAIN commitmail json YAML

nntpcache.com is gone.
Change MASTER_SITES and HOMEPAGE to available mirrors.

(obache)

2008-06-11 14:21:53 UTC MAIN commitmail json YAML

Note addition of converters/p5-Unicode-Map and
converters/p5-Unicode-MapUTF8 packages.

(taca)

2008-06-11 14:18:15 UTC MAIN commitmail json YAML

Add and enable p5-Unicode-Map and p5-Unicode-MapUTF8.

(taca)

2008-06-11 14:17:10 UTC MAIN commitmail json YAML

Importing p5-Unicode-MapUTF8 version 1.11, based on wip package.

Provides an adapter layer between core routines for converting to and from
UTF8 and other encodings.  In essence, a way to give multiple existing
Unicode modules a single common interface so you don't have to know
the underlaying implementations to do simple UTF8 to-from other character
set encoding conversions.  As such, it wraps the Unicode::String,
Unicode::Map8, Unicode::Map and Jcode modules in a standardized and
simple API.

This also provides general character set conversion operation based
on UTF8 - it is possible to convert between any two compatible and
supported character sets via a simple two step chaining of conversions.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-11 14:12:29 UTC MAIN commitmail json YAML

Importing p5-Unicode-Map version 0.112, based on wip package.

This module converts strings from and to 2-byte Unicode UCS2 format. All
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
To transform these use Unicode::String.

This module can't deal directly with utf8. Use Unicode::String to convert
utf8 to utf16 and vice versa.

Character mapping is according to the data of binary mapfiles in
Unicode::Map hierarchy. Binary mapfiles can also be created with this module,
enabling you to install own specific character sets.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-11 14:08:14 UTC MAIN commitmail json YAML

Fix typo in PLIST.
Noticed by Hasso Tepper in PR 38901.

(obache)

2008-06-11 13:56:43 UTC MAIN commitmail json YAML

Updated sysutils/detox to 1.2.0

(obache)

2008-06-11 13:56:29 UTC MAIN commitmail json YAML

Update detox to 1.2.0.
Based on MAINTAINER update request in PR 38940.
While here, add DESTDIR support.

Changes since detox-1.2.0-rc1
- Added the ability to ignore specific files.
  [sourceforge.net tracker #1253826]
- Fixed a bug where directories specified on the command line wouldn't
  get translated. [sourceforge.net tracker #1213623]
- Added support for translating large files.
  [sourceforge.net tracker #1509493]
- Added inline-detox for stream based detoxification.

(obache)

2008-06-11 13:30:07 UTC MAIN commitmail json YAML

Add missing rc.d script.

(obache)

2008-06-11 13:27:50 UTC MAIN commitmail json YAML

Updated net/darkstat to 3.0.708

(obache)

2008-06-11 13:27:32 UTC MAIN commitmail json YAML

Update darkstat to 3.0.708.
Based on MAINTAINER update request in  PR 38930.
While here, add DESTDIR support.

Changes since 3.0.707:
- Implement limiting of number of ports tracked per host,
  configurable on the commandline (--ports-max)
- Optionally don't track high ports (--highest-port)
  Thanks Dennis!
- Fix rare use-after-free resulting from hosts table reduction.
- Make hosts limit configurable (--hosts-max)
- Option to read from capfile as alternative to live capture
  (really only useful for development, benchmarking)
- Add the sniffed interface name to HTML reports.
  Thanks Chris!

- pkgsrc - add rc.d script

(obache)

2008-06-11 13:00:56 UTC MAIN commitmail json YAML

Add 'old' MASTER_SITE just in case we're running a little behind in versions

(adrianp)

2008-06-11 12:58:33 UTC MAIN commitmail json YAML

Updated audio/exaile to 0.2.13nb1

(obache)

2008-06-11 12:57:44 UTC MAIN commitmail json YAML

Some improvements and fixes:
* Drop AUTO_MKDIRS.
  It is not works well with directory name contains "@". PR 38921.
* Honor PKGMANDIR and PKGLOCALEDIR.
* Add DESTDIR support
* Instead of custom post-install target, patch to original install target.
  Now exaile command can take option arguments as man page said.

Bump PKGREVISION.

(obache)

2008-06-11 12:47:07 UTC MAIN commitmail json YAML

If $need_ksh, set TOOLS_PLATFORM.ksh too, else packages with USE_TOOLS+=ksh
overwrite the installed dependancy, breaking bulk builds.

(sketch)

2008-06-11 11:37:55 UTC MAIN commitmail json YAML

fix installation of some unusual locale files, from Hasso Tepper in a
followup to PR pkg/38921

(drochner)

2008-06-11 10:35:21 UTC MAIN commitmail json YAML

update to 2.3.6
This fixes some integer overflow/memory corruption/heap overflow
security problems: CVE-2008-1806, CVE-2008-1807, CVE-2008-1808

other changes:
-new function `FT_Get_CID_Registry_Ordering_Supplement' gives
access to  those fields in a CID-keyed font
-code  to validate  the new  `MATH' OpenType  table
-API for cmap 14 support
-A new face flag FT_FACE_FLAG_CID_KEYED
-misc bugfixes and other improvements

(drochner)

2008-06-11 07:30:33 UTC MAIN commitmail json YAML

Honor PKGLOCALEDIR for AUTO_MKDIRS.

(obache)

2008-06-10 18:54:22 UTC MAIN commitmail json YAML

2008-06-10 18:49:39 UTC MAIN commitmail json YAML

add duckmaze-0.2, a little puzzle,
not that polished, but a nice idea

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2008-06-10 13:57:10 UTC MAIN commitmail json YAML

RE: pkg/38922: security/libprelude fails to build
Applied Hasso Tepper recommended fix. Thank you.

(shannonjr)

2008-06-10 13:20:28 UTC MAIN commitmail json YAML

Updated games/xbat to 1.11nb2

(obache)

2008-06-10 13:20:00 UTC MAIN commitmail json YAML

Some improves and fixes:
* Fix permissions of data files. noted in PR 38912.
* Put data files in share, instead of lib.
* Put score files in ${VARBASE}, and use SETGIDGAME.
* Include string.h to suppress warnings.

Bump PKGREVISION.

(obache)

2008-06-10 13:06:57 UTC MAIN commitmail json YAML

Take MAINTAINERship.

(gdt)

2008-06-10 13:06:30 UTC MAIN commitmail json YAML

Update to 8.2.6.  Significant changes (plus assorted minor changes and
bugfixes);

    * asciidoc(1) and a2x(1) man pages formatted to conform to
      man-pages(7) recommendations.
    * Old code-filter syntax (pre-8.1.0) is no longer recognized so that
      malformed two-line level 2 titles are no longer confused with
      code-filter block delimiters.

(gdt)

2008-06-10 10:23:24 UTC MAIN commitmail json YAML

2008-06-10 10:21:41 UTC MAIN commitmail json YAML

Update libtrace to 3.0.4

libtrace 3.0.4 (2008-01-02)
Deprecate wtf:/wag: format. These traces no longer exist.
Cleanup bpf: capture format
add LINUX_SLL header support to get_source_mac()
deprecate trace_get_link() and replace it with the newer
trace_get_packet_buffer()/trace_get_layer2()
Bug: Don't crash when destroying an output trace that failed to
initialise
Use Linux's in kernel BPF filter if available
Add support for Cisco HDLC over PoS
Allow BPF bytecode to be used to construct a filter
Code cleanups
Fix libtrace_ip's bitfields
Fix pcapfile output bug
Documentation cleanups
Discard RT packets when writing pcapfile: files
Add a new "stats" example program
Build system cleanups
Avoid using assert() to report errors
RT packet issues
Properly deal with the packet parsing/length cache when using the
event system
Add a new loss counter framework
Bug: Event framework not generating sleep events when reading traces
from disk
Be more strict about returning NULL from trace_get_payload_from_X()
functions

libtrace 3.0.3 (2007-09-05)
Code cleanups w.r.t warnings
tracesplit_dir now provides a warning of the number of packets that had
an unknown direction at the end of the trace
Fix a segfault in tracereport with rxerrors, non ip
Add support for decoding 802.2 LLC/SNAP and Ethernet II in 802.11 frames
Documentation fixes and clarifications
Fix bug with trace_get_payload_from_80211() and 3 vs 4 frame formats
Deal correctly with uri's with parse errors causing segfaults on cleanup
Minor tidyups to protocol decoders
Add more information to libtracepktdump
Correctly deal with PPP captures
Cache trace_get_capture_length() and trace_get_l3() which are both
heavily used internally
Build system cleanups
Add a GRE tracepktdump decoder
Add a preliminary PPPoE tracepktdump decoder
Add more information to tracereport
Fix bug in legacy decoder with wire lengths
Fix bug in trace_ether_ntoa
Add legacynzix: trace format
Don't assert() on bad packets (instead return BADPACKET) for erf traces
Add TRACE_OPTION_EVENT_REALTIME to allow the event framework to playback
traces in realtime
Rename TRACE_META_FREQ to TRACE_OPTION_META_FREQ to follow naming
convention
Correctly deal with errors when using trace_set_option
Deal better with signals when writing packets to files
Add support for dag 3.x
Improved dag 2.5+ support
dag2.5+ supports setting the snaplen from libtrace
Add support for setting direction on linux int: formats
Consider loopback packets outgoing, not incoming
Fix trace_get_source_mac() for wireless frames
Add support for interfaces_per_input to tracemerge
Fix tracereport direction report
Deprecated wag: and wtf formats

libtrace 3.0.2 (2007-04-27)
Fixed make install for libpacketdump
Add support for tsh: and rf+ tracefiles.
Update support for radiotap
Add a new tool traceflow(1)
More correctly deal with pcap LINKTYPE's vs DLT's
Major cleanups of tracereport
libpacketdump Decoder cleanups
trace_event() memory leak fixes
Fix segfaults with bad arguments in tracesplit(1)
Don't suffix a number if we are only generating one file
Support snapping packets
Minor bugs in libtrace error handling
Misc cleanups and bug fixes

libtrace 3.0.1 (2007-03-26)
Added missing manpages to release tarball
Update manpages
Fixed TCP option length calculation in libpacketdump
tracereport has had a massive tidy up
getopt support for disabling/enabling reports.
Documentation cleanups
Fix 0 byte gzwrite(3)'s were causing the compressed file checksum to fail
RT closing issues
Metadata available
tracedump renamed tracepktdump due to naming conflict in debian
Implement better PoS decoding in libtrace for erf, legacypos.
Build fixes for MacOS

(markd)

2008-06-10 10:11:21 UTC MAIN commitmail json YAML

Needs msgfmt - from Hasso Tepper in PR pkg/38919.
While here add PKG_DESTDIR_SUPPORT and remove the explicit X dependencies,
gets all it needs from kdelibs3 and kde3.mk.

(markd)

2008-06-10 08:24:09 UTC MAIN commitmail json YAML

2008-06-10 08:23:54 UTC MAIN commitmail json YAML

Updated mail/clamav to 0.93.1

  * libclamav/petite.c: fix possible invalid memory access (bb#1000)
    Reported by Damian Put
  * clamdscan/clamdscan.c: don't show scan summary when clamd cannot be
    contacted (bb#1041)
  * libclamav/hashtab.[ch], scanners.c: avoid using C99 flexible array members
    (bb #1039)
  * libclamav/unzip.c: correct the previous fix
  * libclamav/unzip.c: check for unprefixed bz2 - bb#1038
  * libclamav/ole2_extract.c: revert last commit
  * libclamav/ole2_extract.c: use cli_unlink
  * libclamav/ole2_extract.c: partial scan of broken ole files
  * contrib/init/RedHat: check for already running clamav-milter (bb #823)
  * libclamav/regex: avoid name collisions on AIX (bb #947)
    sync with libc: minor cleanups
  * doc/clamdoc.tex: add a note about forking daemons (bb#906)
  * libclamav/Makefile.am: link .la files first, this
    should avoid linking to old libclamav as in bb #931
  * libclamav/readdb.h: read daily.cfg stored inside .cld containers (bb#1006)
  * libclamav/mbox.c, shared/network.c: prevent uninitialized use of hostent
    structure (bb #1003).
  * libclamav/mspack.c: downgrade some error messages (bb#911)
  * clamav-milter: retrieve db version from daily.cld (bb#942)
  * libclamav/scanners.c: don't return CL_EMAX* error codes to
    applications (bb#1001)
  * clamscan/manager.c: print information about clean files when the RAR
    code is not compiled-in (bb#999)
  * libclamav/unzip.c: remove detection of Suspect.Zip and
    Exploit.Zip.ModifiedHeaders (bb#997)
  * libclamav: scan for embedded PEs inside OLE2 files (bb#914)
  * libclamav/cvd.c: add work-around for zlib issues with mixed data (bb#932)
  * libclamav/others.h: explicitely cast some constants (bb#936)
  * sigtool/sigtool.c: bb#938 (sigtool --list-sigs not working with .cld files)
  * libclamav/dconf.h: fix flag code assignment (bb #952)
  * libclamav/iana_tld.h, libclamav/phishcheck.c: update TLD list (bb #925)

(martti)

2008-06-10 08:17:47 UTC MAIN commitmail json YAML

Mark shells/pdksh as broken so it doesn't get removed part-way through the
build and kill bmake.  This isn't really a great solution as it means it
won't get built on any platform, maybe we should just make pdksh a bmake
dependancy on every OS.

(sketch)

2008-06-10 08:05:22 UTC MAIN commitmail json YAML

Needs pkg-config, and does not like python<2.4.
XXX: still does not build for me because it does not accept fontforge.

(wiz)

2008-06-10 02:20:42 UTC MAIN commitmail json YAML

2008-06-09 19:37:01 UTC MAIN commitmail json YAML

Fix typo pointed out by Michael Stapelberg in private email

(adrianp)

2008-06-09 19:35:31 UTC MAIN commitmail json YAML

Add an option to build zenmap (not enabled by default)

(adrianp)

2008-06-09 15:47:24 UTC MAIN commitmail json YAML

Add comments for stupid configure script.

(obache)

2008-06-09 15:36:43 UTC MAIN commitmail json YAML

Need pkg-config to build.
Noticed by Hasso Tepper in PR 38917.

(obache)

2008-06-09 15:27:03 UTC MAIN commitmail json YAML

* Need pkg-config to build.  Noticed by Hasso Tepper in PR 38918.
* Not using glib, but ckeck it in configure, put fake glib.pc.
* No need custom do-install target. change to normal install and post-install.
* Add DESTDIR support.

(obache)

2008-06-09 14:47:03 UTC MAIN commitmail json YAML

Wrap expansion of local patches inside LOCALPATCHES, given that it is undefined
by default.  Previous behaviour would try to echo /<pkgpath> which leads to
interesting behaviour when /net is an autofs map...

Reduces runtime of mk/bulk/printdepends by 5.25 days on my test system.

(sketch)

2008-06-09 14:33:49 UTC MAIN commitmail json YAML

Need msgfmt to build.
Noticed by Hasso Tepper in PR 38920.

(obache)

2008-06-09 12:51:41 UTC MAIN commitmail json YAML

For some reason, devel/bmake now requires shells/pdksh on Solaris.  Update
the save-files list to accommodate.

(sketch)

2008-06-09 12:36:15 UTC MAIN commitmail json YAML

In rc.d script, mkdir and chown /var/run/nagios so that nagios can
write the pid file.  PKGREVISION++.

OK tonnerre@.

(gdt)

2008-06-09 09:08:34 UTC MAIN commitmail json YAML

Updated databases/openldap, databases/openldap-client, databases/openldap-doc
and databases/openldap-server to 2.4.9.

(ghen)

2008-06-09 09:07:38 UTC MAIN commitmail json YAML

Update openldap packages to 2.4.9.  Reviewed by tron.

OpenLDAP 2.4.9 Release (2008/05/07)
Fixed libldap to use unsigned port (ITS#5436)
Fixed libldap error message for missing close paren (ITS#5458)
Fixed libldap_r tpool pause checks (ITS#5364, #5407)
Fixed slapcat error checking (ITS#5387)
Fixed slapd abstract objectClass inheritance check (ITS#5474)
Fixed slapd add operations requiring naming attrs (ITS#5412)
Fixed slapd connection handling (ITS#5469)
Fixed slapd delta-syncrepl resync (ITS#5378)
Fixed slapd frontendDB backend selection (ITS#5419)
Fixed slapd pagedresults stale state (ITS#5409)
Fixed slapd pointer dereference (ITS#5388)
Fixed slapd null argument dereference (ITS#5435)
Fixed slapd REP_ENTRY flags (ITS#5340)
Fixed slapd sets attribute description parsing (ITS#5402)
Fixed slapd syncrepl hang on back-config (ITS#5407)
Fixed slapd syncrepl compare_csns crash (ITS#5413)
Fixed slapd syncrepl contextCSN update clash (ITS#5426)
Fixed slapd syncrepl/glue failure (ITS#5430)
Fixed slapd syncrepl crash on empty CSN (ITS#5432)
Fixed slapd syncrepl refreshAndPersist (ITS#5454)
Fixed slapd syncrepl modrdn processing (ITS#5397)
Fixed slapd syncrepl MMR partial refresh (ITS#5470)
Fixed slapd value list termination (ITS#5450)
Fixed slapd/slapo-accesslog rq mutex usage (ITS#5442)
Fixed slapd-bdb ID_NOCACHE handling (ITS#5439)
Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455)
Fixed slapd-bdb referral rewrite (ITS#5339)
Fixed slapd-config overlay stacking (ITS#5346)
Fixed slapd-config attribute publishing (ITS#5383)
Fixed slapd-ldap connection handler (ITS#5404)
Fixed slapd-ldif file name handling & multi-suffix/dir catch (ITS#5408)
Fixed slapd-meta connections on error (ITS#5440)
Fixed slapd-meta crash on search (ITS#5481)
Fixed slapo-accesslog null callback stack crash (ITS#5490)
Fixed slapo-auditlog unnecessary syscall (ITS#5441)
Added slapo-dynlist mapping to dynamic attrs generation (ITS#5466)
Fixed slapo-refint dnSubtreeMatch (ITS#5427)
Fixed slapo-refint global referential integrity (ITS#5428)
Fixed slapo-syncprov psearch on closed connection (ITS#5401)
Fixed slapo-syncprov psearch task delay (ITS#5405)
Fixed slapo-syncprov psearch filter identity (ITS#5418, #5486)
Fixed slapo-syncprov/glue contextCSN update (ITS#5433)
Fixed slapo-syncprov/glue search ops (ITS#5434)
Fixed slapo-syncprov null cookie (ITS#5437,#5444)
Fixed slapo-syncprov double-free (ITS#5445)
Fixed slapo-syncprov free syncop correctly (ITS#5484)
Fixed slapo-syncprov glue deadlock (ITS#5451)
Build Environment
Fixed leave function naming for OSF1 (ITS#5411)
Documentation
Fixed slapd.access(5) authz-regexp documented behavior (ITS#5400)
Fixed slapd.meta(5) idassert-* documentation (ITS#5406)
admin24 delta-syncrepl documentation (ITS#5476)
admin24 set documentation (ITS#5278,ITS#5279,ITS#5281)
admin24 slapo-ppolicy documentation (ITS#5479)
admin24 syncrepl directives update (ITS#5425)

(ghen)

2008-06-09 08:00:46 UTC MAIN commitmail json YAML

- aria2, update done.

(wiz)

2008-06-09 07:53:16 UTC MAIN commitmail json YAML

+ apr-1.3.0, awesome-2.3.1, bochs-2.3.7, classpath-0.97.2, curl-7.18.2,
  dbus-glib-0.76, fromcvs-0.0.0.124, gtk2-2.12.10, ikiwiki-2.49,
  imap-uw-2007b, intltool-0.40.0, iso-codes-3.0, loudmouth-1.4.0,
  p5-Class-Inspector-1.23, p5-Font-AFM-1.20, p5-Mail-IMAPClient-3.08,
  p5-XML-RSS-1.33, rails-2.1, scmgit-1.5.5.4, tailor-0.9.35,
  vte-0.16.14, x264-devel-20080607.

(wiz)

2008-06-09 07:50:59 UTC MAIN commitmail json YAML

Use ${PKGVERSION_NOREV} in $MASTER_SITES (aint no nb2 in the path).

(markd)

2008-06-09 05:57:35 UTC MAIN commitmail json YAML

Pass $SDL_LIBS when checking SDL_mixer in configure.  Fixes build on
DragonFly.  Fix from Hasso Tepper in PR pkg/38853.

(snj)

2008-06-08 21:04:30 UTC MAIN commitmail json YAML

Commit two fixes which at least for me appear to be required when
doing an old-style bulk build on 4.0 or older systems:

- in mk/bulk/build, do "make update" instead of "make install + clean"
  when installing a new pkg_install
- in pkgtools/pkg_install/Makefile, don't try to use our own
  executables (${WORKDIR}/pkg_add/pkg_add etc.) if they don't exist

Discussed with joerg, and even though he's not entirely happy
with the latter change, he didn't appear to have a better suggestion.

This, and putting /usr/pkg/sbin earlier than /usr/sbin in the $PATH
appears to be required to get an old-style bulk build going.

(he)

2008-06-08 18:33:28 UTC MAIN commitmail json YAML

2008-06-08 18:13:06 UTC MAIN commitmail json YAML

Updated net/nmap to 4.65

(adrianp)

2008-06-08 18:12:52 UTC MAIN commitmail json YAML

Update to 4.65
Take MAINTAINER (agreed with salo@)

o Updated to include the latest MAC Address prefixes from the IEEE in
  nmap-mac-prefixes [Fyodor]
o NSE engine was cleaned up significantly.
o Nmap now understands the RFC 4007 percent syntax for IPv6 Zone IDs.
o Updated IANA assignment IP list for random IP (-iR)
  generation. [Kris]
o NmapFE is now gone. (zenmap is the replacement)
o Added the NSE library (NSELib) which is a library of useful
  functions (which can be implemented in LUA or as loadable C/C++
  modules) for use by NSE scripts.
o Integrated the Nmap Scripting Engine (NSE) into mainline Nmap.

(adrianp)

2008-06-08 17:59:21 UTC MAIN commitmail json YAML

2008-06-08 17:56:45 UTC MAIN commitmail json YAML

2008-06-08 17:56:11 UTC MAIN commitmail json YAML

nmapfe has been retired in favour of zenmap in nmap

(adrianp)

2008-06-08 17:29:01 UTC MAIN commitmail json YAML

Add example showing how to mark all packages depdending on X11 for
rebuild, useful for moving to X11_TYPE=modular.  From tnn@.

(gdt)

2008-06-08 16:29:50 UTC MAIN commitmail json YAML

Note update of the "rdesktop" package to version 1.6.0.

(tron)

2008-06-08 16:29:28 UTC MAIN commitmail json YAML

Update "rdesktop" package to version 1.6.0. Changes since 1.5.0:
* Fix for potential vulnerability against compromised/malicious
  servers (reported by iDefense)
* Fix for crash with recent versions of X.Org
* Fix for connection to Windows 2008 Server
* ALSA driver added
* Sound drivers can now be selected at runtime
* Smartcard support (Alexi Volkov <alexi@my...>)
* Send physical mouse buttons rather than logical ones

The security fixes had already been integrated into "pkgsrc" as patches.

(tron)

2008-06-08 14:36:37 UTC MAIN commitmail json YAML

+ Updated x11/rgb to 1.0.3 [bjs 2008-06-08]

(bjs)

2008-06-08 14:35:43 UTC MAIN commitmail json YAML

Update to version 1.0.3.  Changes since 1.0.1:

  -  rgb version 1.0.3
  -  Include rgb(1) man page from Solaris
  -  rgb version 1.0.2
  -  Update showrgb man page to better match current implementation
  -  Fix build to work with --with-rgb-db-type={dbm,ndbm}
  -  Also remove #includes of unused headers & convert K&R to ANSI C

(bjs)

2008-06-08 14:15:52 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 2.11.6.

(tron)

2008-06-08 14:15:28 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 2.11.6. Changes since 2.11.5.2:
- bug #1903724 [interface] Displaying of very large queries
  in error message
- bug #1905711 [compatibility] Functions deprecated in PHP 5.3:
  is_a() and get_magic_quotes_gpc()
- bug [lang] catalan wrong accented characters
- bug #1893034 [Export] SET NAMES for importing with command-line
  client
+ [lang] Russian update
- bug #1910485 [core] Unsetting the whitelist during the loop
- bug #1906980 [Export] Import of VIEWs fails if temp table exists
- bug #1812763 [Copy] Table copy when server is in ANSI_QUOTES
  sql_mode
- bug #1918531 [compatibility] Navigation isn't w3.org valid
- bug #1926357 [data] BIT defaults displayed incorrectly
- patch #1930057 [auth] colon in password prevents HTTP login
  on CGI/IIS
- patch #1929553 [lang] Don't output BOM character in Swedish
  language file
- patch #1895796 [lang] Typo in Japanese lang files
- bug #1935652 [auth] Access denied (show warning about mcrypt
  on login page)
- bug #1906983 [export] Reimport of FUNCTION fails
- bug #1919808 [operations] Renaming a database fails to handle
  functions
- bug #1934401 [core] Cannot force a language
- bug #1944077 [core] Config file containing a BOM
- bug #1947189 [scripts] Missing head tag in scripts/signon.php
+ [lang] Romanian update

(tron)

2008-06-08 14:08:47 UTC MAIN commitmail json YAML

Remove some broken malloc logic from the nagios-plugins library.
Discovered and patch provided by Wolfgang Solfrank.

(tonnerre)

2008-06-08 13:47:41 UTC MAIN commitmail json YAML

2008-06-08 13:07:53 UTC MAIN commitmail json YAML

Updated inputmethod/uim-tomoe-gtk to 0.6.0nb1

(obache)

2008-06-08 13:07:15 UTC MAIN commitmail json YAML

Bump PKGREVISION due to update of uim.

(obache)

2008-06-08 13:06:27 UTC MAIN commitmail json YAML

Suppress package non portable own localedir replacement command.

(obache)

2008-06-08 13:02:29 UTC MAIN commitmail json YAML

Updated inputmethod/uim to 1.5.1

(obache)

2008-06-08 13:01:48 UTC MAIN commitmail json YAML

Update uim to 1.5.1.
Patch provided by Yamashiro Jun in PR 38811.

Changelog 1.4.2 to 1.5.1:
* Add new inputmethods:
elatin -- Emacs-style Latin characters input method
look -- Predictive input method for English
anthy-utf8 (unsupported in this package)
sj3 (unsupported in this package)
wnn (unsupported in this package)
* Add Qt4 IM module(unsupported in this package)
* Various API and ABI changes (see doc/COMPATIBILITY)
* Bugfix and many internal changes.

Package changelog:
* Add new options.mk options:
gnome: GNOME applet
prime: inputmethod/prime
m17nlib: devel/m17n-lib

(obache)

2008-06-08 12:48:24 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup tickets #2416, #2417, #2418 and #2420.

(tron)

2008-06-08 12:46:49 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket #2420 - requested by tonnerre
Security patch for star

Revisions pulled up:
- archivers/star/Makefile 1.22
- archivers/star/distinfo 1.9
- archivers/star/patches/patch-ad 1.1
---
    Module Name: pkgsrc
    Committed By: tonnerre
    Date: Sun Jun  8 02:40:38 UTC 2008

    Modified Files:
pkgsrc/archivers/star: Makefile distinfo
    Added Files:
pkgsrc/archivers/star/patches: patch-ad

    Log Message:
    Fix directory traversal vulnerability (CVE-2007-4134) in star.

(tron)

2008-06-08 12:38:12 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket #2418 - requested by gdt
Security patch for exiv2

Revisions pulled up:
- graphics/exiv2/Makefile 1.18
- graphics/exiv2/distinfo 1.11
- graphics/exiv2/patches/patch-aa 1.1
---
    Module Name: pkgsrc
    Committed By: gdt
    Date: Sat Jun  7 23:01:28 UTC 2008

    Modified Files:
pkgsrc/graphics/exiv2: Makefile distinfo
    Added Files:
pkgsrc/graphics/exiv2/patches: patch-aa

    Log Message:
    Add patch:

    From upstream SVN, svn diff -r 1388:1399.
    Fixes http://dev.robotbattle.com/bugs/view.php?id=0000546.

    PKGREVISION++.

(tron)

2008-06-08 12:25:43 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket #2416 - requested by obache
Security update for GraphicsMagick

Apply patch to update the package to version 1.1.14:

Significant changes associated with GraphicsMagick 1.1.14:
  Bugs Fixed:
    o Noise generation was not working correctly for anything but a Q8
      build.
    o Poisson noise generator was extremely slow.  Now it is reasonably
      fast.
    o PDF reader now computes bounding box for rotated PDFs correctly.
  Security Fixes:
    o Cineon reader: Fixed crash with broken file from Sami Liedes.
    o PICT reader: Fixed crash with broken files from Sami Liedes.
    o XCF reader: Fixed crash with broken files from Sami Liedes.
  Security Issue Not Fixed:
    o JP2/JPC reader: Several JPEG-2000 files from Sami Liedes broken
      collection cause crashes in Jasper. This is not GraphicsMagick's
      fault.

Significant changes associated with GraphicsMagick 1.1.13:
  Bugs Fixed:
    o Documentation is now installed according to the conventions
      established by the configure script.  This results in documentation
      being installed under /usr/local/share/doc/GraphicsMagick by default.
    o HWB colorspace now works correctly.
    o Composition with CopyOpacity now produces an image with
      transparency (as expected).
    o Composition now preserves the canvas colorspace.
    o Composition with a displacement map (-displace) no longer leaks an
      image.
    o Alpha composition now works as expected when both pixels involved
      include transparency.
    o -gamma multiple channel syntax now works as documented.
    o Now compiles with Visual C++ 2008.

(tron)

2008-06-08 12:00:23 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket #2417 - requested by tonnerre
Security patches for mit-krb5

Revisions pulled up:
- security/mit-krb5/Makefile 1.43
- security/mit-krb5/distinfo 1.20
- security/mit-krb5/patches/patch-at 1.2
- security/mit-krb5/patches/patch-bh 1.1
- security/mit-krb5/patches/patch-bi 1.1
- security/mit-krb5/patches/patch-bj 1.1
- security/mit-krb5/patches/patch-bk 1.1
- security/mit-krb5/patches/patch-bl 1.1
---
    Module Name: pkgsrc
    Committed By: tonnerre
    Date: Sat Jun  7 23:58:11 UTC 2008

    Modified Files:
pkgsrc/security/mit-krb5: Makefile distinfo
pkgsrc/security/mit-krb5/patches: patch-at
    Added Files:
pkgsrc/security/mit-krb5/patches: patch-bh patch-bi patch-bj
patch-bk patch-bl

    Log Message:
    Add more patches, now for MITKRB5-SA-2007-006, MITKRB5-SA-2008-001 and
    MITKRB5-SA-2008-002. Bump PKGREVISION now finally.

(tron)

2008-06-08 11:47:13 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket #2417 - requested by tonnerre
Security patches for mit-krb5

Revisions pulled up:
- security/mit-krb5/Makefile 1.42
- security/mit-krb5/distinfo 1.17-1.19
- security/mit-krb5/patches/patch-ai 1.3-1.4
- security/mit-krb5/patches/patch-au 1.1-1.2
- security/mit-krb5/patches/patch-av 1.1-1.2
- security/mit-krb5/patches/patch-aw 1.1-1.2
- security/mit-krb5/patches/patch-ax 1.1-1.2
- security/mit-krb5/patches/patch-ay 1.1-1.2
- security/mit-krb5/patches/patch-az 1.1-1.2
- security/mit-krb5/patches/patch-ba 1.1-1.3
- security/mit-krb5/patches/patch-bb 1.1-1.2
- security/mit-krb5/patches/patch-bc 1.1-1.2
- security/mit-krb5/patches/patch-bd 1.1-1.2
- security/mit-krb5/patches/patch-be 1.1-1.2
- security/mit-krb5/patches/patch-bf 1.1
- security/mit-krb5/patches/patch-bg 1.1
---
    Module Name: pkgsrc
    Committed By: tonnerre
    Date: Sat Jun  7 18:36:07 UTC 2008

    Modified Files:
    pkgsrc/security/mit-krb5: Makefile distinfo
    Added Files:
    pkgsrc/security/mit-krb5/patches: patch-ai patch-au patch-av
    patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd
        patch-be

    Log Message:
    Add security patches for 3 Kerberos vulnerabilities:
    - telnetd username and environment sanitizing vulnerabilities ("-f
    root") as described in MIT Kerberos advisory 2007-001.
    - krb5_klog_syslog() problems with overly long log strings as described
      in MIT Kerberos advisory 2007-002.
    - GSS API kg_unseal_v1() double free vulnerability as described in the
      MIT Kerberos advisory 2007-003.
---
    Module Name: pkgsrc
    Committed By: tonnerre
    Date: Sat Jun  7 20:22:18 UTC 2008

    Modified Files:
    pkgsrc/security/mit-krb5: distinfo
    pkgsrc/security/mit-krb5/patches: patch-ai patch-au patch-av
    patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd
        patch-be

    Log Message:
    Remove parts of a different security patch which slipped in but are not
    supported yet. Don't bump revision as the package didn't build before.
---
    Module Name: pkgsrc
    Committed By: tonnerre
    Date: Sat Jun  7 22:26:10 UTC 2008

    Modified Files:
    pkgsrc/security/mit-krb5: distinfo
    pkgsrc/security/mit-krb5/patches: patch-ba
    Added Files:
    pkgsrc/security/mit-krb5/patches: patch-bf patch-bg

    Log Message:
    Add patches for MITKRB5-SA-2007-004 and MITKRB5-SA-2007-005. PKGREVISION
    will be bumped again once some other patches are in.

(tron)

2008-06-08 10:09:04 UTC MAIN commitmail json YAML

Also needs p5-XML-Parser if included intltool should work.

(wiz)

2008-06-08 09:42:20 UTC MAIN commitmail json YAML

Add missing @dirrm.

(obache)

2008-06-08 05:24:20 UTC MAIN commitmail json YAML

Note update of x11/xfd package to 1.0.1nb1.

(taca)

2008-06-08 05:22:57 UTC MAIN commitmail json YAML

Add a missing application default file to PLIST.
Reported by PR pkg/38845 from Hasso Tepper.

Bump PKGREVISION.

(taca)

2008-06-08 04:54:28 UTC MAIN commitmail json YAML

-ntp4-4.2.4p3

(obache)

2008-06-08 04:53:56 UTC MAIN commitmail json YAML

Updated net/ntp4 to 4.2.4p4

(obache)

2008-06-08 04:53:27 UTC MAIN commitmail json YAML

Update ntp to 4.2.4p4.

---
(4.2.4p4) Released by Harlan Stenn <stenn@ntp.org>

* [Bug 902] Fix problems with the -6 flag.
* Updated include/copyright.def (owner and year).
* [Bug 878] Avoid ntpdc use of refid value as unterminated string.
* [Bug 881] Corrected display of pll offset on 64bit systems.
* [Bug 886] Corrected sign handling on 64bit in ntpdc loopinfo command.
* [Bug 889] avoid malloc() interrupted by SIGIO risk
* ntpd/refclock_parse.c: cleanup shutdown while the file descriptor is still open.
* [Bug 885] use emalloc() to get a message at the end of the memory
            unsigned types cannot be less than 0
            default_ai_family is a short
            lose trailing , from enum list
    clarify ntp_restrict.c for easier automated analysis
* [Bug 884] don't access recv buffers after having them passed to the free list.
* [Bug 882] allow loopback interfaces to share addresses with other interfaces.

---
(4.2.4p3) Released by Harlan Stenn <stenn@ntp.org>

* [Bug 863] unable to stop ntpd on Windows as the handle reference for events
    changed

---
(4.2.4p2) Released by Harlan Stenn <stenn@ntp.org>

* [Bug 854] Broadcast address was not correctly set for interface addresses
* [Bug 829] reduce syslog noise, while there fix Enabled/Disable logging
    to reflect the actual configuration.
* [Bug 795] Moved declaration of variable to top of function.
* [Bug 789] Fix multicast client crypto authentication and make sure arriving
    multicast packets do not disturb the autokey dance.
* [Bug 785] improve handling of multicast interfaces
    (multicast routers still need to run a multicast routing
    software/daemon)
* [Bug 527] Don't write from source address length to wrong location
* Upgraded autogen and libopts.
* [Bug 811] ntpd should not read a .ntprc file.

---
(4.2.4p1) (skipped)

---
(4.2.4p0) Released by Harlan Stenn <stenn@ntp.org>

* [Bug 793] Update Hans Lambermont's email address in ntpsweep.
* [Bug 776] Remove unimplemented "rate" flag from ntpdate.
* [Bug 586] Avoid lookups if AI_NUMERICHOST is set.
* [Bug 770] Fix numeric parameters to ntp-keygen (Alain Guibert).
* [Bug 768] Fix io_setbclient() error message.
* [Bug 765] Use net_bind_service capability on linux.
* [Bug 760] The background resolver must be aware of the 'dynamic' keyword.
* [Bug 753] make union timestamp anonymous (Philip Prindeville).
* confopt.html: move description for "dynamic" keyword into the right section.
* pick the right type for the recv*() length argument.

---
(4.2.4) Released by Harlan Stenn <stenn@ntp.org>

* monopt.html fixes from Dave Mills.
* [Bug 452] Do not report kernel PLL/FLL flips.
* [Bug 746] Expert mouseCLOCK USB v2.0 support added.'
* driver8.html updates.
* [Bug 747] Drop <NOBR> tags from ntpdc.html.
* sntp now uses the returned precision to control decimal places.
* sntp -u will use an unprivileged port for its queries.
* [Bug 741] "burst" doesn't work with !unfit peers.
* [Bug 735] Fix a make/gmake VPATH issue on Solaris.
* [Bug 739] ntpd -x should not take an argument.
* [Bug 737] Some systems need help providing struct iovec.
* [Bug 717] Fix libopts compile problem.
* [Bug 728] parse documentation fixes.
* [Bug 734] setsockopt(..., IP_MULTICAST_IF, ...) fails on 64-bit platforms.
* [Bug 732] C-DEX JST2000 patch from Hideo Kuramatsu.
* [Bug 721] check for __ss_family and __ss_len separately.
* [Bug 666] ntpq opeers displays jitter rather than dispersion.
* [Bug 718] Use the recommended type for the saddrlen arg to getsockname().
* [Bug 715] Fix a multicast issue under Linux.
* [Bug 690] Fix a Windows DNS lookup buffer overflow.
* [Bug 670] Resolved a Windows issue with the dynamic interface rescan code.
* K&R C support is being deprecated.
* [Bug 714] ntpq -p should conflict with -i, not -c.
* WWV refclock improvements from Dave Mills.
* [Bug 708] Use thread affinity only for the clock interpolation thread.
* [Bug 706] ntpd can be running several times in parallel.
* [Bug 704] Documentation typos.
* [Bug 701] coverity: NULL dereference in ntp_peer.c
* [Bug 695] libopts does not protect against macro collisions.
* [Bug 693] __adjtimex is independent of ntp_{adj,get}time.
* [Bug 692] sys_limitrejected was not being incremented.
* [Bug 691] restrictions() assumption not always valid.
* [Bug 689] Deprecate HEATH GC-1001 II; the driver never worked.
* [Bug 688] Fix documentation typos.
* [Bug 686] Handle leap seconds better under Windows.
* [Bug 685] Use the Windows multimedia timer.
* [Bug 684] Only allow debug options if debugging is enabled.
* [Bug 683] Use the right version string.
* [Bug 680] Fix the generated version string on Windows.
* [Bug 678] Use the correct size for control messages.
* [Bug 677] Do not check uint_t in configure.ac.
* [Bug 676] Use the right value for msg_namelen.
* [Bug 675] Make sure ntpd builds without debugging.
* [Bug 672] Fix cross-platform structure padding/size differences.
* [Bug 660] New TIMESTAMP code fails tp build on Solaris Express.
* [Bug 659] libopts does not build under Windows.
* [Bug 658] HP-UX with cc needs -Wp,-H8166 in CFLAGS.
* [Bug 656] ntpdate doesn't work with multicast address.
* [Bug 638] STREAMS_TLI is deprecated - remove it.
* [Bug 635] Fix tOptions definition.
* [Bug 628] Fallback to ntp discipline not working for large offsets.
* [Bug 622] Dynamic interface tracking for ntpd.
* [Bug 603] Don't link with libelf if it's not needed.
* [Bug 523] ntpd service under Windows does't shut down properly.
* [Bug 500] sntp should always be built.
* [Bug 479] Fix the -P option.
* [Bug 421] Support the bc637PCI-U card.
* [Bug 342] Deprecate broken TRAK refclock driver.
* [Bug 340] Deprecate broken MSF EES refclock driver.
* [Bug 153] Don't do DNS lookups on address masks.
* [Bug 143] Fix interrupted system call on HP-UX.
* [Bug 42] Distribution tarballs should be signed.
* Support separate PPS devices for PARSE refclocks.
* [Bug 637, 51?] Dynamic interface scanning can now be done.
* Options processing now uses GNU AutoGen.

---
(4.2.2p4) Released by Harlan Stenn <stenn@ntp.org>

* [Bug 710] compat getnameinfo() has off-by-one error
* [Bug 690] Buffer overflow in Windows when doing DNS Lookups

---
(4.2.2p3) Released by Harlan Stenn <stenn@ntp.org>

* Make the ChangeLog file cleaner and easier to read
* [Bug 601] ntpq's decodeint uses an extra level of indirection
* [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP
* release engineering/build changes
* Documentation fixes
* Get sntp working under AIX-5

---
(4.2.2p2) (broken)

* Get sntp working under AIX-5

---
(4.2.2p1)

* [Bug 661] Use environment variable to specify the base path to openssl.
* Resolve an ambiguity in the copyright notice
* Added some new documentation files
* URL cleanup in the documentation
* [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size
* quiet gcc4 complaints
* more Coverity fixes
* [Bug 614] manage file descriptors better
* [Bug 632] update kernel PPS offsets when PPS offset is re-configured
* [Bug 637] Ignore UP in*addr_any interfaces
* [Bug 633] Avoid writing files in srcdir
* release engineering/build changes

---
(4.2.2)

* SNTP
* Many bugfixes
* Implements the current "goal state" of NTPv4
* Autokey improvements
* Much better IPv6 support
* [Bug 360] ntpd loses handles with LAN connection disabled.
* [Bug 239] Fix intermittent autokey failure with multicast clients.
* Rewrite of the multicast code
* New version numbering scheme

(obache)

2008-06-08 02:42:20 UTC MAIN commitmail json YAML

Updated archivers/star to 1.4.3nb4

(tonnerre)

2008-06-08 02:40:38 UTC MAIN commitmail json YAML

2008-06-08 01:23:26 UTC MAIN commitmail json YAML

Updated chat/konversation to 1.0.1nb8

(tonnerre)

2008-06-08 01:21:37 UTC MAIN commitmail json YAML

Add patch for CVE-2007-4400 for Konversation to stop escape song names
properly in the media script.

(tonnerre)

2008-06-08 00:15:49 UTC MAIN commitmail json YAML

DESTDIR support.

(joerg)

2008-06-08 00:01:43 UTC MAIN commitmail json YAML

Change nb5 to nb6 for mit-krb5, I do not see the point in having 2 entries

(tonnerre)

2008-06-07 23:58:11 UTC MAIN commitmail json YAML

2008-06-07 23:28:36 UTC MAIN commitmail json YAML

Update to 0.17.

Significant Changes from version 0.16

* Exiv2 utility
-          [tools] exiv2 now writes a proper XMP sidecar file (it used to
          just dump the XMP packet to a file).
-          [tools] exiv2 can now also save Exif and IPTC data in the XMP
          sidecar file (conversion of Exif/IPTC to/from XMP).

* Exiv2 library
- 0000546: [exif] Exiv2 crashes while converting Nikon lens information
          for pretty printing.

(gdt)

2008-06-07 23:01:28 UTC MAIN commitmail json YAML

2008-06-07 22:26:10 UTC MAIN commitmail json YAML

Add patches for MITKRB5-SA-2007-004 and MITKRB5-SA-2007-005. PKGREVISION
will be bumped again once some other patches are in.

(tonnerre)

2008-06-07 21:20:46 UTC MAIN commitmail json YAML

Make this package buildable on amd64. Bump revision.

(joerg)

2008-06-07 20:22:18 UTC MAIN commitmail json YAML

2008-06-07 18:36:57 UTC MAIN commitmail json YAML

Updated security/mit-krb5 to 1.4.2nb5

(tonnerre)

2008-06-07 18:36:07 UTC MAIN commitmail json YAML

Add security patches for 3 Kerberos vulnerabilities:
- telnetd username and environment sanitizing vulnerabilities ("-f root")
  as described in MIT Kerberos advisory 2007-001.
- krb5_klog_syslog() problems with overly long log strings as described
  in MIT Kerberos advisory 2007-002.
- GSS API kg_unseal_v1() double free vulnerability as described in the
  MIT Kerberos advisory 2007-003.

(tonnerre)

2008-06-07 17:28:11 UTC MAIN commitmail json YAML

2008-06-07 16:02:21 UTC MAIN commitmail json YAML

At least some places use tds functions from the libraries and the
visibility default is messed up, so make them all visible for now.
This also fixes the compilation on AMD64 as it doesn't allow text
relocations.

Bump revision.

(joerg)

2008-06-07 14:32:36 UTC MAIN commitmail json YAML

Needs bison for build.

(joerg)

2008-06-07 14:27:38 UTC MAIN commitmail json YAML

Re-add PERL5_PACKLIST, lost previous commit.  Fixes PR 38846.

While here, add DESTDIR support.

(obache)

2008-06-07 11:16:20 UTC MAIN commitmail json YAML

Updated parallel/clusterit to 2.5nb1

(obache)

2008-06-07 11:15:59 UTC MAIN commitmail json YAML

Requre curses library.
Bump PKGREVISION.

While here, marked as DESTDIR ready, sort PLIST.
Patch from Aleksej Saushev in PR 38879.

(obache)

2008-06-07 04:09:10 UTC MAIN commitmail json YAML

Don't explicitly install files root:games.  There are no setgid files,
so the group is irrelevant.  Fixes unprivileged installs.

(dsainty)

2008-06-07 00:36:57 UTC MAIN commitmail json YAML

2008-06-06 19:51:14 UTC MAIN commitmail json YAML

Add patch to remove -u argument from cp; -u is not specified by POSIX
and fails on NetBSD.

(gdt)

2008-06-06 17:14:01 UTC MAIN commitmail json YAML

Fix DESTDIR install on SunOS.

(dillo)

2008-06-06 16:18:04 UTC MAIN commitmail json YAML

Combine the to patches for "agent/mibgroup/mibII/ip.c" to make this
actually build.

(tron)

2008-06-06 16:09:06 UTC MAIN commitmail json YAML

Note update of www/plone3 package to 3.1.2.

(taca)

2008-06-06 16:08:07 UTC MAIN commitmail json YAML

Update plone3 package to 3.1.2.

* Correct registration of the Sarissa javascript library: current KSS uses it
  as well. Fixes bug 8141.
* Correct handling of external links in the portal section tabs. Fixes bug 7155.
* Correct display of sub-collections. Fixes bug 8159.
* Use a custom permission for collection portlets so users can use it on their
  dashboard.
* Fix handling of unicode versioning comments. Fixes bug 7400.
* Update translations.
* Do not allow backquotes in URLs but replace them with a dash.
* Make CSS classes for the navigation tree more consistent.
* KSS updates:
      o kss.demo is no longer required.
      o Improve support for Sarari 3.1.
      o Correct logging of doubly registered actions.
* Update the quick installer tool:
      o Log ImportErrors in installation methods instead of silently ignoring
        them.
      o Sort products by title instead of id. This fixes bug 8012.
      o Fix installation/upgrade of products which had pre-Plone 3.0/CMF 21
        style actions.
* Update the kupu visual editor:
      o Add a hint for Deliverance so it will not style kupu pages.
      o Fix Plone bugs 7779, 7958, 7990, 8003, 8009, 8014, 8039, 8080, and
        8129 .
* Update Zope:
      o Bug 142350: Display description for properties as row title, if present.
      o Bug 143813: zopectl now exits non-zero when child processes fail.
      o Bug 164783: Indexes were migrated on initial creation of a ZODB.
      o Bug 173658: Removed dead code in OFS.Traversable's
        unrestrictedTraverse (apparent NameError).
      o Bug 198274: "empty" ZopePageTemplates could not be unpickled.
      o Bug 200007: DateTime(anotherDateTime) now preserves the timezone.
      o Bug 213311: Handle "unsubscriptable object" errors during publishing
        traversal.
      o zope.security: upgrade to version 3.3.3, which contains a backport
        of a huge performance bugfix from the 3.4 branch.

(taca)

2008-06-06 16:07:14 UTC MAIN commitmail json YAML

Start update of plone3 to 3.1.2.

(taca)

2008-06-06 08:31:40 UTC MAIN commitmail json YAML

Remove unused patch.

(wiz)

2008-06-06 08:30:57 UTC MAIN commitmail json YAML

2008-06-06 08:30:32 UTC MAIN commitmail json YAML

2008-06-06 08:30:07 UTC MAIN commitmail json YAML

2008-06-06 08:29:29 UTC MAIN commitmail json YAML

Checksums for patch-a{a,b} were removed from distinfo during update
to 1.0.1, so remove the files as well.

(wiz)

2008-06-06 08:28:09 UTC MAIN commitmail json YAML

patch-aa checksum was removed from distinfo during 2.4->2.5 update,
so remove file as well.

(wiz)

2008-06-06 07:52:08 UTC MAIN commitmail json YAML

2008-06-06 07:47:22 UTC MAIN commitmail json YAML

Updated games/xblast to 2.10.4

(dsainty)

2008-06-06 07:45:56 UTC MAIN commitmail json YAML

Update to 2.10.4:

    * fixed: client segfault on some disconnects
    * fixed: server segfault after end of rated games
    * fixed: reusable server listen socket
    * added some features to XILE

Pkgsrc:

  Added xblast-mini package option to use a 480x392 window instead of the
  default 960x784 window.  Makes the window fit on an EeePC's screen :)

(dsainty)

2008-06-06 03:31:24 UTC MAIN commitmail json YAML

+mew-6.1,opencobol-1.0.

(taca)

2008-06-06 03:07:09 UTC MAIN commitmail json YAML

Updated graphics/GraphicsMagick to 1.2.3

(obache)

2008-06-06 03:06:53 UTC MAIN commitmail json YAML

Update GraphicsMagick to 1.2.3.

1.2.3 (June 5, 2008)
====================

Security Fixes:

  * Cineon reader: Fixed crash with broken file from Sami Liedes.

  * Palm reader: Fixed crash with broken files from Sami Liedes.

  * PICT reader: Fixed crash with broken files from Sami Liedes.

  * DPX reader: Validate file data better to avoid improper operation with
    intentionally (or accidentally) defective files.

  * XCF reader: Fixed crash with broken files from Sami Liedes.

Security Issue Not Fixed:

  * JP2/JPC reader: Several JPEG-2000 files from Sami Liedes "broken"
    collection cause crashes in Jasper. This is not GraphicsMagick's fault.

Bug fixes:

  * Noise generators were only working properly for Q8 build.

(obache)

2008-06-06 00:16:57 UTC MAIN commitmail json YAML

2008-06-05 21:04:20 UTC MAIN commitmail json YAML

reset PKGREVISION for base pkg update

(drochner)

2008-06-05 21:03:38 UTC MAIN commitmail json YAML

update to 0.8.3
changes:
-fix crashes on certain input
-Fix leaks
-Do not limit CharCodeToUnicodeString to 8 characters
-Support for surrogates outside the BMP plane

pkgsrc note: the crashes had been fixed by patches in pkgsrc before

(drochner)

2008-06-05 19:31:21 UTC MAIN commitmail json YAML

drop dependency on net-snmp, add one on libsmi -- this makes
SNMP OID decoding work
bump PKGREVISION

(drochner)

2008-06-05 19:29:46 UTC MAIN commitmail json YAML

2008-06-05 19:09:41 UTC MAIN commitmail json YAML

2008-06-05 17:22:17 UTC MAIN commitmail json YAML

Updated textproc/glimpse to 4.18.5.

(ghen)

2008-06-05 17:21:48 UTC MAIN commitmail json YAML

2008-06-05 17:19:52 UTC MAIN commitmail json YAML

Update glimpse to 4.18.5.  This release fixes compiler warnings, basically.

>From Philip Paeps <philip@freebsd.org>.

(ghen)

2008-06-05 14:32:26 UTC MAIN commitmail json YAML

Fix build on -current: the pkgsrc intltool is too new for this package.
Use the included one.

Patch from drochner@

(wiz)

2008-06-05 14:22:24 UTC MAIN commitmail json YAML

Add a option for "amazon_s3".

The ikiwiki amazon_s3 plugin injects wiki pages into Amazon S3
allowing ikiwiki to be used without a dedicated web server.

This option just make a dependency for required perl module.

Note the plugin is installed regardless (just like the svn and img
support are installed without the options bringing in dependencies).

(reed)

2008-06-05 13:58:23 UTC MAIN commitmail json YAML

Updated ikiwiki

(reed)

2008-06-05 13:57:09 UTC MAIN commitmail json YAML

Update to 2.48.

See http://ikiwiki.info/news/ for complete list of changes.
Major changes include:
- "fixes an important security hole"
- new plugins:  amazon_s3, pingee, pinger

patch-aa removed, fixed now.

(reed)

2008-06-05 13:03:59 UTC MAIN commitmail json YAML

Note update of the "MesaLib" package to version 7.0.3.3nb2.

(tron)

2008-06-05 13:03:41 UTC MAIN commitmail json YAML

Fix broken hack which instead of removing the "-fvisibility=hidden"
compiler flag actually added it. This causes all the link failures
in packages using the "glut" library (e.g. "gle"). Bump package
revision because of this fix.

Error analysis provided by Raymond Meyer on "pkgsrc-users" mailing list.

(tron)

2008-06-05 12:26:10 UTC pkgsrc-2008Q1 commitmail json YAML

2008-06-05 12:25:24 UTC pkgsrc-2008Q1 commitmail json YAML

2008-06-05 12:24:00 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2414 - requested by tonnerre
openssl: DoS and double free fixes

revisions pulled up:
- pkgsrc/security/openssl/Makefile 1.132
- pkgsrc/security/openssl/distinfo 1.60
- pkgsrc/security/openssl/patches/patch-ab 1.12
- pkgsrc/security/openssl/patches/patch-ah 1.8

  Module Name: pkgsrc
  Committed By:        tonnerre
  Date:                Tue Jun  3 21:39:40 UTC 2008

  Modified Files:
        pkgsrc/security/openssl: Makefile distinfo
  Added Files:
        pkgsrc/security/openssl/patches: patch-ab patch-ah

  Log Message:
  Fix two Denial of Service vulnerabilities in OpenSSL 0.9.8g:
  - Fix flaw if 'Server Key exchange message' is omitted from a TLS
  handshake which could lead to a silent crash.
  - Fix double free in TLS server name extensions which could lead to a
  remote crash.

  Patches from upstream.

(rtr)

2008-06-05 12:04:59 UTC pkgsrc-2008Q1 commitmail json YAML

2008-06-05 12:04:37 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2413 - requested by markd
emacs21: Fix for CVE-2008-2142

revisions pulled up:
- pkgsrc/editors/emacs21/Makefile 1.9
- pkgsrc/editors/emacs21/Makefile.common 1.5
- pkgsrc/editors/emacs21/distinfo 1.6
- pkgsrc/editors/emacs21/patches/patch-aw 1.1
- pkgsrc/editors/emacs21/patches/patch-ay 1.1

  Module Name: pkgsrc
  Committed By: markd
  Date: Tue Jun  3 22:17:00 UTC 2008

  Modified Files:
  pkgsrc/editors/emacs21: Makefile Makefile.common distinfo
  Added Files:
  pkgsrc/editors/emacs21/patches: patch-aw patch-ay

  Log Message:
  Fix for CVE-2008-2142, automatically loading and executing .flc files.

(rtr)

2008-06-05 11:58:23 UTC MAIN commitmail json YAML

Need msgfmt to build.
Noticed by Hasso Tepper in PR 38866.

(obache)

2008-06-05 11:58:17 UTC pkgsrc-2008Q1 commitmail json YAML

2008-06-05 11:57:46 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2399 - requested by minskim
bootstrap script: --binary-macpkg option fix

revisions pulled up:
- pkgsrc/bootstrap/bootstrap 1.122,1.123

  Module Name:    pkgsrc
  Committed By:  minskim
  Date:          Tue Apr 29 22:03:19 UTC 2008

  Modified Files:
          pkgsrc/bootstrap: bootstrap

  Log Message:
  Make the --binary-macpkg option compatible with the other binary-kit options.
  ------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  minskim
  Date:          Wed Apr 30 03:14:55 UTC 2008

  Modified Files:
          pkgsrc/bootstrap: bootstrap

  Log Message:
  Set packagemaker so that the .pkg is built on Darwin.

  This functionality disappeared when mkbinarykit was merged into bootstrap.
  Still need to revive support for universal binary.

(rtr)

2008-06-05 11:51:00 UTC pkgsrc-2008Q1 commitmail json YAML

2008-06-05 11:49:47 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2412 - requested by markd
emacs: Fix for CVE-2008-2142

revisions pulled up:
- pkgsrc/editors/emacs/Makefile 1.113
- pkgsrc/editors/emacs/distinfo 1.37
- pkgsrc/editors/emacs/patches/patch-aw 1.4

  Module Name: pkgsrc
  Committed By: markd
  Date: Mon Jun  2 21:09:48 UTC 2008

  Modified Files:
  pkgsrc/editors/emacs: Makefile distinfo
  Added Files:
  pkgsrc/editors/emacs/patches: patch-aw

  Log Message:
  Fix for CVE-2008-2142, automatically loading and executing .flc files.

(rtr)

2008-06-05 11:08:08 UTC MAIN commitmail json YAML

fix two buffer overflows in iCalendar code (CVE-2008-1108, CVE-2008-1109),
patches from upstream CVS, bump PKGREVISION

(drochner)

2008-06-05 11:05:37 UTC MAIN commitmail json YAML

2008-06-05 10:20:47 UTC MAIN commitmail json YAML

2008-06-05 10:19:31 UTC MAIN commitmail json YAML

2008-06-05 10:17:28 UTC MAIN commitmail json YAML

2008-06-05 10:14:54 UTC MAIN commitmail json YAML

2008-06-05 07:55:09 UTC MAIN commitmail json YAML

Add URL to upstream bug report in patch comment.

(dsainty)

2008-06-05 05:50:13 UTC MAIN commitmail json YAML

+ Updated net/aria2 to 0.13.2.1 [bjs 2008-06-05]

(bjs)

2008-06-05 05:49:28 UTC MAIN commitmail json YAML

Update to 0.13.2+1.  Many bug-fixes; the ChangeLog is far too verbose
even to permit distilling it and posting it here.  If you're curious,
simply read the ChangeLog contained in the distfile.

(bjs)

2008-06-05 05:11:02 UTC MAIN commitmail json YAML

Updated textproc/po4a to 0.23nb4

(tonnerre)

2008-06-04 22:10:11 UTC MAIN commitmail json YAML

Stop po4a from writing files with known names into world-writable directories.
Fixes CVE-2007-4462.

(tonnerre)

2008-06-04 17:28:48 UTC pkg_install-renovation commitmail json YAML

pkg_install-20080604:
As reminded by an old make replace commit, keep +INSTALLED_INFO around
for pkg_add -u. Refactor the code a bit.

(joerg)

2008-06-04 15:07:58 UTC MAIN commitmail json YAML

Updated devel/doxygen to 1.5.6

(dsainty)

2008-06-04 15:05:39 UTC MAIN commitmail json YAML

2008-06-04 14:20:12 UTC MAIN commitmail json YAML

Updated converters/p5-JSON to 2.10

(obache)

2008-06-04 14:19:58 UTC MAIN commitmail json YAML

Update p5-JSON to 2.10.

2.10  Tue Jun  3 18:42:11 2008
[JSON]
- made compatible with JSON::XS 2.21
    * updated the document.
- added an item pointed by rt#32361 to the doc.

[JSON::PP] [JSON::PP58] [JSON::PP56] [JSON::PP5005]
- made compatible with JSON::XS 2.21
    * added incr_reset
- removed useless codes.

2.09  Sun Apr 20 20:45:33 2008
[JSON]
- made compatible with JSON::XS 2.2
- changed pod section totally.

[JSON::PP] 2.20001
- made compatible witg JSON::XS 2.2
    * lifted the log2 rounding restriction of max_depth and max_size.
    * incremental json parsing (EXPERIMENTAL).
    * allow_unknown/get_allow_unknown methods.
- the version format was changed.
    X.YYZZZ =>  X.YY is the same as JSON::XS. ZZZ is the PP own version.
- changed pod section totally.

2.08  Sat Apr 12 22:49:39 2008
[JSON]
- fixed JSON::Boolean inheritance mechanism.
            If the backend is XS with support_by_pp mode and using PP only
            support method, JSON::Boolean did not work correctly.
            Thanks to hg[at]apteryx's point.

[JSON::PP] 2.07
- Now split into JSON::PP58 for Perl 5.8 and lator.
- made an error message compatible to JSON::XS
            did not croak when TO_JSON method returns same object as passed.

[JSON::PP58]
- modified for Perls post 5.8.0 that don't have utf8::is_utf8.
    Thanks to Andreas Koenig.

2.07  Sat Feb 16 15:52:29 2008
[JSON]
- experimentally added -convert_blessed_universally to define
    UNIVERSAL::TO_JSON subroutine.

              use JSON -convert_blessed_universally;
              $json->convert_blessed->encode( $blessed );

- and as_nonbleesed is obsoleted (not yet removed). OK?
- fixed t/04_pretty.t.

(obache)

2008-06-04 14:14:03 UTC MAIN commitmail json YAML

Marked as DESTDIR ready.

(obache)

2008-06-04 14:13:36 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 2.21

(obache)

2008-06-04 14:13:23 UTC MAIN commitmail json YAML

Update p5-JSON-XS to 2.21.
While here, marked as DESTDIR ready.

2.21 Tue Jun  3 08:43:23 CEST 2008
- (hopefully) work around a perl 5.10 bug with -DDEBUGGING.
- remove the experimental status of the incremental parser interface.
- move =encoding around again, to avoid bugs with search.cpan.org.
          when can we finally have utf-8 in pod???
        - add ->incr_reset method.

2.2  Wed Apr 16 20:37:25 CEST 2008
- lifted the log2 rounding restriction of max_depth and max_size.
- make booleans mutable by creating a copy instead of handing out
          the same scalar (reported by pasha sadri).
  - added support for incremental json parsing (still EXPERIMENTAL).
- implemented and added a json_xs command line utility that can convert
          from/to a number of serialisation formats - tell me if you need more.
        - implement allow_unknown/get_allow_unknown methods.
        - fixed documentation of max_depth w.r.t. higher and equal.
- moved down =encoding directive a bit, too much breaks if it's the first
          pod directive :/.
        - removed documentation section on other modules, it became somewhat
          outdated and is nowadays mostly of historical interest.

2.1  Wed Mar 19 23:23:18 CET 2008
        - update documentation here and there: add a large section
          about utf8/latin1/ascii flags, add a security consideration
          and extend and clarify the JSON and YAML section.
        - medium speed enhancements when encoding/decoding non-ascii chars.
        - minor speedup in number encoding case.
- extend and clarify the section on incompatibilities
          between YAML and JSON.
        - switch to static inline from just inline when using gcc.
        - add =encoding utf-8 to the manpage, now that perl 5.10 supports it.
        - fix some issues with UV to JSON conversion of unknown impact.
        - published the yahoo locals search result used in benchmarks as the
          original url changes so comparison is impossible.

(obache)

2008-06-04 13:34:46 UTC MAIN commitmail json YAML

2008-06-04 13:12:20 UTC MAIN commitmail json YAML

Add a buildlink3.mk.

(markd)

2008-06-04 13:01:51 UTC MAIN commitmail json YAML

Updated inputmethod/tomoe to 0.6.0nb1

(obache)

2008-06-04 13:01:36 UTC MAIN commitmail json YAML

Suppress to do 'modify-itlocaledir' command in configure script.
No need, done by pkgsrc USE_LOCALEDIR feature.

modify-itlocaledir expet GNU sed (options and patterns).
Folliwing situations rise PLIST mismatch:
* using GNU sed, PKGLOCALEDIR != share
* sed accept options, but can't interprete patterns as expected. PR 38847.

Bump PKGREVISION.

(obache)

2008-06-04 11:23:14 UTC pkg_install-renovation commitmail json YAML

pkg_install-20080603:
pkg_admin check-signature exits with 0 only if all given packages have a
valid signature.
pkg_add will keep the preserve state of a package when updating.

(joerg)

2008-06-04 09:30:07 UTC MAIN commitmail json YAML

Really wants flex.

(markd)

2008-06-04 08:54:40 UTC MAIN commitmail json YAML

Fix build on NetBSD-current (needs -lrt).

(markd)

2008-06-04 07:33:52 UTC MAIN commitmail json YAML

Explicitly disable arts support so that it doesn't find and try to use
it if its installed.

(markd)

2008-06-03 22:20:35 UTC MAIN commitmail json YAML

Fix build with gcc41 on dragonfly.
emacs21 part of PR pkg/38633 from Hasso Tepper.

(markd)

2008-06-03 22:17:00 UTC MAIN commitmail json YAML

2008-06-03 21:42:24 UTC MAIN commitmail json YAML

Updated security/openssl to 0.9.8gnb1

(tonnerre)