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

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

2008-05-21 13:47:39 UTC MAIN commitmail json YAML

Updated devel/boehm-gc to 7.1

(wiz)

2008-05-21 13:47:25 UTC MAIN commitmail json YAML

Update to 7.1. Extract from ChangeLog:

* doc/gcinterface.html: Improve C++ interface documentation.
* allchblk.c (GC_allochblk): Check for overflow during size
rounding.
* malloc.c: (free replacement) Fix caller address space check.
* finalize.c (GC_grow_table): Dereference table in null-check.
* allchblk.c (add_to_fl): disable assertions with USE_MUNMAP,
and refine assertions to handle huge unmergable blocks.
* allchblk.c (GC_enough_large_bytes_left): No longer take
parameters; return free list index bound.
(GC_merge_unmapped): Don't access nexthdr until after null test.
(Fixes bug in 1/29/08 check-in.)  (GC_allochblk): Calculate
when splitting is allowable only once here, not when considering each
block. (GC_allchblk_nth): Accept new may_split parameter.
Avoid some redundant tests for exact size matches.
* alloc.c (GC_should_collect): Cache min_bytes_allocd.
(GC_maybe_gc): Make locking assertion testable.
* mark_rts.c: Fix indentation.
* pthread_stop_world.c: Replace old GC_err_printf1 reference.
* misc.c (GC_init_inner): Assert !GC_need_to_lock only when
defined.  (GC_call_with_stack_base): Add GC_API.
* os_dep.c (GC_get_stack_base): Add GC_API.
* win32_threads.c: (GC_register_my_thread, GC_unregister_my_thread):
Add GC_API.
* include/gc.h: Add GC_API annotations.
* include/private/gc_locks.h: Define UNCOND_LOCK etc. also for
PCR.
* include/private/gc_priv.h, mark_rts.c, typd_mlc.c:
Add GC_push_typed_structures() to push GC_ext_descriptors.
* allchblk.c (GC_merge_unmapped, GC_freehblk): Refuse to create
blocks large enough that their size, when interpreted as a signed
value, would be negative.
* include/private/gc_priv.h: Update MAX_ROOT_SETS
and LOG_PHT_ENTRIES to handle larger heaps.
* allchblk.c, alloc.c, include/private/gc_priv.h:
Track GC_bytes_dropped and use in GC triggering decisions.
* alloc.c (min_bytes_allocd): Weight atomic blocks less.
* alloc.c (GC_add_to_heap): Call GC_install_header(p) AFTER
adjusting p.
* alloc.c: Define GC_version instead of in version.h.
* version.h: Remove.
* include/gc_version.h: Move most of version.h here.
* include/gc.h, doc/README.macros: Add GC_NO_THREAD_REDIRECTS,
GC_NO_THREAD_DECLS, don't test explicitly for GC_SOLARIS_THREADS.
* alloc.c: Deal correctly with address wrapping for
GC_greatest_plausible_heap_addr and GC_least_plausible_heap_addr.
* finalize.c, include/gc.h (GC_register_disappearing_link,
GC_register_finalizer_inner): Improve out-of-memory handling.
* dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
GC_GETSECTBYNAME instead.
* include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
architecture (Darwin).
* thread_local_alloc.c (GC_malloc_atomic, GC_gcj_malloc): Pass
granules, not bytes, to GC_FAST_MALLOC_GRANS.
* include/gc.h: Never include gc_local_alloc.h.
* malloc.c: Update GC_large_allocd_bytes on explicit deallocation.
* allchblk.c: Sanity check GC_max_large_allocd_bytes.
* include/extra/gc.h, include/extra/gc_cpp.h: New.
* include/include.am: Install gc.h and gc_cpp.h in $(prefix)/include
again.
* dbg_mlc.c: Use random() on all glibc systems.
* mach_dep.c (GC_with_callee_saves_pushed): Don't use getcontext() on
HURD.  Add comment.
* pthread_stop_world.c (GC_suspend_handler, GC_stop_init): Accomodate
systems without SA_SIGINFO.
* alloc.c, backgraph.c, headers.c, include/private/gc_priv.h:
Maintain GC_our_memory and GC_n_memory.
* dbg_mlc.c (GC_print_smashed_obj): Improve message.
(GC_print_all_smashed_proc): Pass client object address instead of
base.
* dyn_load.c (sort_heap_sects): New.  (GC_register_map_entries):
Register sections that are contiguous and merged with our heap.
* malloc.c, os_dep.c (GC_text_mapping): Check for just base name
of libraries.
* malloc.c (calloc): Check for special callers even with
USE_PROC_FOR_LIBRARIES. Move assertion.  Add rudimentary
malloc/free tracing.
* misc.c: No longer call GC_init_lib_bounds explicitly.
* thread_local_alloc.c (GC_malloc, GC_malloc_atomic): Always
initialize on demand.
* alloc.c (GC_stopped_mark): Call GC_add_current_malloc_heap()
while world is still running.
* os_dep.c (GC_is_heap_base): Don't call GC_add_current_malloc_heap()
with world stopped.
* include/gc.h (GC_INIT for cygwin): Always call GC_add_roots.
* misc.c (GC_init/GC_init_inner): Perform all work in
GC_init_inner.

(wiz)

2008-05-21 13:08:47 UTC pkg_install-renovation commitmail json YAML

2008-05-21 13:02:17 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-21 13:01:02 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2391 - requested by joerg
Security fix for lighttpd

Revisions pulled up:
- www/lighttpd/Makefile 1.21
- www/lighttpd/distinfo 1.14
- www/lighttpd/patches/patch-aa 1.9
- www/lighttpd/patches/patch-ac 1.5

    Module Name: pkgsrc
    Committed By: joerg
    Date: Fri Apr 25 19:58:17 UTC 2008

    Modified Files:
pkgsrc/www/lighttpd: distinfo
    Added Files:
pkgsrc/www/lighttpd/patches: patch-aa patch-ac

    Log Message:
    Fix a potential DOS when using SSL. Bump revision.
---
    Module Name: pkgsrc
    Committed By: joerg
    Date: Tue May 20 14:22:50 UTC 2008

    Modified Files:
pkgsrc/www/lighttpd: Makefile

    Log Message:
    Belatedly bump revision for CVE-2008-1531 fix.

(tron)

2008-05-21 12:54:32 UTC MAIN commitmail json YAML

Also add malloc.c as required by configure.
Reported in SF.net bug # 1899047

(tnn)

2008-05-21 12:30:16 UTC MAIN commitmail json YAML

Don't use a macro named __(), because __ has internal use in OSF1 system
headers. Supposedly fixed already in upstream CVS.
This closes PR pkg/38400 from Hans Rosenfeld.

(tnn)

2008-05-21 11:23:49 UTC MAIN commitmail json YAML

Updated databases/shared-mime-info to 0.30

(wiz)

2008-05-21 11:23:37 UTC MAIN commitmail json YAML

Update to 0.30:

shared-mime-info 0.30 (2008-05-12)
* Mime-type Changes:
- Add LZMA archive
- Add Eiffel source
- Add TTX font
- Add EXR image
- Add SubViewer subtitle
- Add Windows Registry
- Add SMAF, XMF and iMelogy ringtones
- Add MRML playlists
- Add FLTK Fluid
- Add NFO info
- Add ALZ archive
- Add MS Word template
- Add GNUNet saved searches
- Add MOF
- Add CDRDAO TOC
- Add magic for KDC Kodak
- Add pattern for PCX images
- Add pattern for mbox files
- Add pattern for AWK scripts
- Add more magic for FLAC audio
- Add iptables
- Add Electronic books
- Add Cisco VPN
- Add Pack200 archives
- Add CMake scripts
- Add MS Works document
- Update DjVu types
- Update Flash video type
- Mark RCS files as text/plain
- Add an alias for RPM packages
- Remove application/x-cgi mime-type
- Remove *.exe glob for Unix executables
- Remove audio/x-mp3-playlist and make it an alias for MP3 playlists
- Remove the useless application/x-dbm type
- Remove duplicate *.amr glob from 3GPP files
- Add "<Asx" as a pattern for ASX files
- Lower XML magic priority so text/html is preferred
- Fix magic for application/x-java
- Fix up magic for AVI files
- Add "*.med" glob to MOD music
- Add "*.3gp2" glob for 3GPP audio/video
- Fix multiple XML mime-types
- Remove duplicate StuffIt archive type
- Remove unused text/x-ksysv-log

* Other:
- Update specification
- Add instructions on how to file bugs, and update translations
- Update dependencies to GLib 2.6
- Update DTD, require translated comments, require expanded-acronym if
acronym is present, require a known value for generic-icon
- Small fix to the update-mime-database man page
- Ignore unknown fields in update-mime-database
- Make sure all the comments are marked for translation
- Fix typos in the DTD
- Avoid warnings in update-mime-database for the x-content/ mimetypes

(wiz)

2008-05-21 11:11:52 UTC MAIN commitmail json YAML

update to 3.2.5
changes:
-SVG driver adds color and pattern filling to arcs
-bugfixes

pkgsrc change: skip interpreter check for fig2ps2tex, in response
to PR pkg/38711 by Aleksey Cheusov. Adding csh as a dependency doesn't
make much sense because the pkg provides an extra script exactly
for that case, as documented in the manpage.

(drochner)

2008-05-21 11:03:07 UTC MAIN commitmail json YAML

Updated games/singularity to 0.28

(wiz)

2008-05-21 11:02:55 UTC MAIN commitmail json YAML

Update to 0.28:

v0.28 (release 2008.05.11):

USER-VISIBLE CHANGES:
- Minor text cleanups. (Phil, FM; Cory Hickey and gglouser for some fixes)
- Minor dialog behavior fixes. (FM)
* New non-research task: CPU Pool.  Performs maintenance, construction, jobs.
  Bases with no other task assigned will contribute to the CPU Pool. (FM)
* New non-research task: Sleep.  Bases assigned to Sleep will remain idle and
  be harder to detect.  Note that even a computer can't sleep through
  construction. (FM)
- The CHANGE buttons inside the base dialog now show their hotkeys. (FM)
- The location buttons have had their on-screen positions tweaked. (FM)
- Start location is randomized to any of the 5 available continents. (FM)
* CPU is now used to design constructions, Cash to buy the required items, and
  Labor (time) to assemble the final construction. (FM)
- Location and city names can now be localized. (FM)
- Numbers automatically localize to the correct comma-vs-period usage. (FM)
* Added a new difficulty level: Ultra Hard. (FM, emh for suggestion)
* Build times are now difficulty-dependent. (FM)
* The grace period applied to a new base is now difficulty-dependent. (FM)
* The suspicion gain per discovery is now difficulty-dependent. (FM)
- Bases in a location are now sorted by size, then name. (FM, emh for
  suggestion)
* The global grace period now expires on Normal and above if you build more
  than a certain number of bases, and on Ultra Hard if you build certain types
  of bases. (FM)
- Locations with recently-discovered bases are now more likely to have other
  bases discovered. (FM)
* Base detection chances and overall suspicion are now unknown until certain
  new technologies have been researched. (Phil)
  ...except on low difficulty. (FM)
* Incomplete bases no longer support the AI. (FM)
- It's possible to get lucky when hacking some random computer.  (FM)
* Seconds, minutes, and hours now matter much more than they used to. (FM)
- Major events cause the game to pause, instead of going to real-time. (FM)
- You can use the Enter on the numeric keypad like the regular Enter key.
  (Phil, gare for suggestion)
* Continents are no longer identical. (FM, Phil for suggestion)
* New continent: Australia.  Ocean moved to make room. (FM)
* E:S now has an intro when you start a new game! (FM)
- New item: Warning Signs.  Useful for keeping out curious people. (FM)
- CPU display on Finance screen centered (Jorge Vargas)
- Time capsules can now be built anywhere sufficiently remote, with varying
  degrees of stealth. (FM, emh for suggestion)
- Internet Traffic Manipulation and Hypnosis Field techs have been rebalanced to
  better reflect their effects. (FM)
* de_DE translation (FM, Thomas for native proofing [still in progress])
* sv_SE translation (Anders Andersson)

OTHER CHANGES:
- Massive (~50%) code changes, to improve clarity and reduce duplication. (FM)
- "safety" module should trap most crash bugs and show the pause menu, allowing
  the user to save or attempt to resume play; the errors are written to a log
  for easy submission to the developers. (FM)
- New utility: reorder.py  Workaround for traduko's current order-scrambling
  behavior.  Use with caution. (FM)
- Various code formatting fixes, refactor of part of the technology(/event)
  result system. (Jorge Vargas)
- setup.py updated to support mac .app building and cut filesize of the windows
  .exe by about half. (FM)

(wiz)

2008-05-21 11:00:56 UTC MAIN commitmail json YAML

this doesn't use PYPKGPREFIX, so "python/application.mk" should
be pulled in first

(drochner)

2008-05-21 10:57:54 UTC MAIN commitmail json YAML

Updated misc/goffice0.6 to 0.6.4

(wiz)

2008-05-21 10:57:40 UTC MAIN commitmail json YAML

Update to 0.6.4:
0.6.4 changes undocumented.

goffice 0.6.3:

Hiroyuki Ikezoe:
* Switch from pcre to glib regexp handling.  [#482319]

Jean:
* Don't try to use invalide data in box-plots. [#527249]
* Add EPS export for charts if cairo supports.

Jody:
* Enable the use of dolt.
* Fix formats on win32.

Morten:
* Add go_format_is_invalid.
* Improve date convention framework.
* Fix problem with [Enter] causing infinite recursion.

(wiz)

2008-05-21 09:44:21 UTC MAIN commitmail json YAML

Updated devel/ruby-rcsparse to 0.0.0.42

(wiz)

2008-05-21 09:44:09 UTC MAIN commitmail json YAML

Update to 0.0.0.42:
Don't segfault on invalid RCS files.

(wiz)

2008-05-21 09:42:15 UTC MAIN commitmail json YAML

Updated devel/fromcvs to 0.0.0.122

(wiz)

2008-05-21 09:42:13 UTC MAIN commitmail json YAML

Fix broken URL and correct incorrect patch checksum.

(tron)

2008-05-21 09:42:02 UTC MAIN commitmail json YAML

Update to 0.0.0.122:
Remove now unneeded comment.
Make tohg work with current mercurial.
Only handle repocopy if we have data.
Implement complete repo file list, approximated by branch file lists.
Fix filelist for nonexisting branches.

(wiz)

2008-05-21 09:39:26 UTC MAIN commitmail json YAML

Updated textproc/enchant to 1.4.2

(wiz)

2008-05-21 09:39:12 UTC MAIN commitmail json YAML

2008-05-21 08:26:19 UTC MAIN commitmail json YAML

Update MESA_PATCHFILES, too; without this, the update isn't of much use. ;)

Thanks to dsainty@ for pointing it out.  Obviously I did update this while
testing it, but I did a cvs up -dPAC at some point and lost it.

(bjs)

2008-05-21 05:58:52 UTC MAIN commitmail json YAML

Add comment about not using -ffast-math pending further testing.
It seems to cause instability, at least for me on NetBSD/amd64 (4.99.63).

(bjs)

2008-05-21 04:12:22 UTC MAIN commitmail json YAML

+ Updated graphics/MesaLib to 7.0.3.3 [bjs 2008-05-21]

(bjs)

2008-05-21 04:11:37 UTC MAIN commitmail json YAML

Add new round of distribution patches (update code to head of Mesa_7_0_branch).
While here, ensure that all instances of pthread_getspecific are
replaced with __libc_thr_getspecific on NetBSD (fixes linking issues
with compiz, at least).

(bjs)

2008-05-20 21:13:15 UTC MAIN commitmail json YAML

Use gamin instead of fam on OSF1. Closes PR pkg/31489.

(tnn)

2008-05-20 21:07:57 UTC MAIN commitmail json YAML

Also disable fam on OSF1

(tnn)

2008-05-20 20:42:04 UTC MAIN commitmail json YAML

Drop -Werror, it doesn't appear to be warns safe:
scsi.c:1047: warning: pointer type mismatch in conditional expression

(tnn)

2008-05-20 20:40:31 UTC MAIN commitmail json YAML

Sprinkle some CHECK_INTERPRETER_SKIP

(tnn)

2008-05-20 20:27:00 UTC MAIN commitmail json YAML

Set NO_BUILD=yes
(did this package even install? Well, it does now.)

(tnn)

2008-05-20 20:21:26 UTC MAIN commitmail json YAML

2008-05-20 19:47:16 UTC MAIN commitmail json YAML

2008-05-20 19:39:48 UTC MAIN commitmail json YAML

Honour PKGMANDIR

(tnn)

2008-05-20 19:30:01 UTC MAIN commitmail json YAML

2008-05-20 19:14:21 UTC MAIN commitmail json YAML

2008-05-20 18:54:37 UTC MAIN commitmail json YAML

Note update of devel/generate to 2.5.

(darcy)

2008-05-20 18:53:17 UTC MAIN commitmail json YAML

2008-05-20 18:53:16 UTC MAIN commitmail json YAML

Update to 2.5.
Uses internal version of strdup (my_strdup) rather than depending on
availability in all systems.  Fixes Linux bulk build.

(darcy)

2008-05-20 18:40:18 UTC MAIN commitmail json YAML

Honour PKGMANDIR

(tnn)

2008-05-20 18:36:47 UTC MAIN commitmail json YAML

2008-05-20 18:29:28 UTC MAIN commitmail json YAML

Fix PLIST breakage with native X11 introduced in rev 1.48.

(tnn)

2008-05-20 18:14:45 UTC MAIN commitmail json YAML

Add missing translation to PLIST

(tnn)

2008-05-20 15:12:06 UTC MAIN commitmail json YAML

Updated archivers/lzo to 2.03

(wiz)

2008-05-20 15:11:55 UTC MAIN commitmail json YAML

Update to 2.03:

Changes in 2.03 (30 Apr 2008)
  * Updated the ELF assembler sources to mark the stack as non-executable.
  * Fixed a HP-UX 11 build issue with Itanium in ILP32 mode.
  * Updated the configure system.

(wiz)

2008-05-20 15:00:44 UTC pkg_install-renovation commitmail json YAML

Restore older (and somewhat bogus) behaviour of modifying the +CONTENTS
file when -p is given to pkg_add.

(joerg)

2008-05-20 14:53:45 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 2.1

(wiz)

2008-05-20 14:53:32 UTC MAIN commitmail json YAML

Update to 2.1:

iso-codes 2.1
-------------
Tobias Toedter <toddy@debian.org>
Sun, 4 May 2008

  [ ISO-3166 ]
  * Changes from ISO-3166 MA Newsletter VI-2:
    - MD shortname to "Moldova"
    - ME full name to "Montenegro"

  [ ISO-3166-2 ]
  * Removed extraneous blanks from Malta (MT) entries; unfuzzied
    the resulting .po deltas. Closes: alioth#310645

  [ ISO-639 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)
  * Esperanto by Edmund GRIMLEY EVANS (TP)

  [ ISO-3166 translations ]
  * Slovenian by Primo転 Peterlin (TP)
  * Hungarian by Gabor Kelemen (TP)
  * Spanish by Javier Fern叩ndez-Sanguino Pe単a
  * Lithuanian by Kestutis Bili笛nas
  * Vietnamese by Clytie Siddall
  * Bulgarian by Damyan Ivanov
  * Tamil by Tirumurti Vasudevan

  [ ISO-3166-2 translations ]
  * Slovenian by Primo転 Peterlin (TP)
  * Lithuanian by Kestutis Bili笛nas

  [ ISO-4217 translations ]
  * Slovenian by Primo転 Peterlin (TP)
  * Hungarian by Gabor Kelemen (TP)

  [ ISO-15924 translations ]
  * Thai by Theppitak Karoonboonyanan
  * Slovenian by Primo転 Peterlin (TP)

(wiz)

2008-05-20 14:22:50 UTC MAIN commitmail json YAML

Belatedly bump revision for CVE-2008-1531 fix.

(joerg)

2008-05-20 13:47:23 UTC MAIN commitmail json YAML

2008-05-20 13:46:49 UTC MAIN commitmail json YAML

Fix a CSS issue in the login page of the admin module. Bump revision.

(joerg)

2008-05-20 13:42:20 UTC MAIN commitmail json YAML

Removed graphics/sodipodi successor graphics/inkscape

(tnn)

2008-05-20 13:41:01 UTC MAIN commitmail json YAML

2008-05-20 13:40:38 UTC MAIN commitmail json YAML

Remove sodipodi.
No development has taken place for years, homepage points at domain farm.
Considered abandoned in favour of inkscape (graphics/inkscape), which
started out as a sodipodi fork.

(tnn)

2008-05-20 13:33:47 UTC MAIN commitmail json YAML

Note update of audio/libid3tag to 0.15.1bnb2:

Check for end-of-string when parsing a stringlist field.

Problem and fix originally reported by Kentaro Oda to the mad-dev
mailing list.

See http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2008-2109
for some more info.

(simonb)

2008-05-20 13:31:39 UTC MAIN commitmail json YAML

Check for end-of-string when parsing a stringlist field.

Problem and fix originally reported by Kentaro Oda to the mad-dev
mailing list.

See http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2008-2109
for some more info.

(simonb)

2008-05-20 12:27:23 UTC MAIN commitmail json YAML

Try to fix a bootstrap failure reported on Slackware 12.1. Untested.

(tnn)

2008-05-20 12:07:50 UTC MAIN commitmail json YAML

Updated graphics/png to 1.2.29

(wiz)

2008-05-20 12:07:39 UTC MAIN commitmail json YAML

Update to 1.2.29:

version 1.2.27beta04 [April 18, 2008]
  Added AC_LIBTOOL_WIN32_DLL to configure.ac
  Rebuilt Makefile.in, aclocal.m4, and configure with autoconf-2.62

version 1.2.27beta05 [April 19, 2008]
  Added MAINTEINERCLEANFILES variable to Makefile.am

version 1.2.27beta06 [April 21, 2008]
  Avoid changing color_type from GRAY to RGB by
    png_set_expand_gray_1_2_4_to_8().

version 1.2.27rc01 [April 23, 2008]
  Fix broken URL for rfc2083 in png.5 and libpng-*.txt

version 1.0.33 and 1.2.27 [April 30, 2008]
  No changes.

version 1.0.34 and 1.2.28 [April 30, 2008]
  Rebuilt Makefile.in, aclocal.m4, and configure with autoconf-2.61
    due to backward incompatibilities.
  Removed a stray object file from contrib/gregbook

version 1.2.29beta01 [May 1, 2008]
  Removed some stray *.diff and *.orig files

version 1.2.29beta02 [May 1, 2008]
  Reverted Makefile.in, aclocal.m4, and configure to the libpng-1.2.26
    versions.

version 1.2.29beta03 [May 2, 2008]
  Added --force to autogen libtoolize options and --force-missing to
    automake options.
  Changed $(ECHO) to echo in Makefile.am and Makefile.in
  Updated all configure files to autoconf-2.62
  #ifdef out pnggcrd.c code if using MSC_VER

version 1.2.29rc01 [May 4, 2008]
  No changes.

version 1.0.35 and 1.2.29 [May 8, 2008]
  No changes.

(wiz)

2008-05-20 11:53:28 UTC MAIN commitmail json YAML

Updated mail/thunderbird and mail/thunderbird-gtk1 to 2.0.0.14.

(ghen)

2008-05-20 11:52:50 UTC MAIN commitmail json YAML

Unbump PKGREVISION for 2.0.0.14 update.

(ghen)

2008-05-20 11:51:55 UTC MAIN commitmail json YAML

Update thunderbird and thunderbird-gtk1 to 2.0.0.14 (2.0.0.13 was skipped to
stay on par with Firefox version numbering?)

Security fixes in this version:

MFSA 2008-15  Crashes with evidence of memory corruption (rv:1.8.1.13)
MFSA 2008-14 JavaScript privilege escalation and arbitrary code execution

For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.14/releasenotes/

(ghen)

2008-05-20 11:51:35 UTC MAIN commitmail json YAML

+ asterisk-1.4.19.2, cgicc-3.2.6, cmake-2.6.0, doxygen-1.5.6,
  dvipng-1.11, eric3-4.1.4 [now called eric4], freesci-0.6.4,
  gmime-2.2.20, goffice0.6-0.6.4, gsasl-0.2.26 [pkg/38692],
  kdevelop-3.5.2, kdevelop-base-3.5.2, links-gui-2.1.0.36,
  multitail-5.2.2, nspr-4.7.1, p5-Apache-DBI-1.07,
  p5-Compress-Raw-Zlib-2.011, p5-Compress-Zlib-2.011, p5-DBD-mysql-4.007,
  p5-IO-Compress-Base-2.011, p5-IO-Compress-Zlib-2.011,
  py-html2text-2.292, rox-2.8, ruby-rcsparse-0.0.0.42,
  shared-mime-info-0.30, stella-2.6, stunnel-4.24, tcpreplay-3.3.1,
  uim-1.5.1, x264-devel-20080517, yasm-0.7.1.

(wiz)

2008-05-20 11:44:32 UTC MAIN commitmail json YAML

Updated games/wesnoth to 1.4.2

(wiz)

2008-05-20 11:44:00 UTC MAIN commitmail json YAML

Update to 1.4.2:

Version 1.4.2:
* language and i18n:
  * updated translations: Chinese, Chinese (Traditional), Croatian, Czech,
    Dutch, Finnish, French, German, Hungarian, Italian, Japanese, Lithuanian,
    Polish, Russian, Serbian, Slovak, Spanish, Turkish
* various minor bug fixes

(wiz)

2008-05-20 05:44:23 UTC MAIN commitmail json YAML

Updated mail/spamassassin to 3.2.4nb2.

(ghen)

2008-05-20 05:42:46 UTC MAIN commitmail json YAML

Update sa-update PGP key to fix GnuGP 1.4.9 "cross-certified" error (see
http://wiki.apache.org/spamassassin/SaUpdateKeyNotCrossCertified).  Bump
PKGREVISION.  Ok with pkgsrc-security.

(ghen)

2008-05-19 22:19:27 UTC MAIN commitmail json YAML

Note addtion of x11/xfd package version 1.0.1.

(taca)

2008-05-19 22:17:09 UTC MAIN commitmail json YAML

Add and enable xfd.

(taca)

2008-05-19 22:15:55 UTC MAIN commitmail json YAML

Importing xfd 1.0.1 which was missing moduler xorg packages.


The xfd utility creates a window containing the name of the font being
displayed, a row of command buttons, several lines of text for display-
ing character metrics, and a grid containing one glyph per cell.
The characters are shown in increasing order from left to right, top to
bottom.

This is the version of xfd maintained by Xorg.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-05-19 21:52:39 UTC MAIN commitmail json YAML

+ ikiwiki-2.46

(schmonz)

2008-05-19 21:04:21 UTC MAIN commitmail json YAML

Updated multimedia/gmplayer to 1.0rc10nb5

(tonnerre)

2008-05-19 20:55:51 UTC MAIN commitmail json YAML

2008-05-19 19:16:56 UTC MAIN commitmail json YAML

2008-05-19 19:08:36 UTC MAIN commitmail json YAML

Fix most of the IRIX fam fallout mentioned in PR pkg/38639.
The gio/tests issue remains, but I couldn't reproduce it with GCC.

(tnn)

2008-05-19 17:39:20 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-19 17:35:17 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2386 - requested by tonnerre
security update for blender

Revisions pulled up:
- graphics/blender/Makefile 1.61
- graphics/blender/patches/patch-ae 1.7
- graphics/blender/distinfo 1.24
- graphics/blender/patches/patch-af 1.6
- graphics/blender/patches/patch-ag 1.6

    Module Name: pkgsrc
    Committed By: tonnerre
    Date: Sat May 17 10:33:15 UTC 2008

    Modified Files:
    pkgsrc/graphics/blender: Makefile distinfo
    Added Files:
    pkgsrc/graphics/blender/patches: patch-ae patch-af patch-ag

    Log Message:
    Fix CVEs CVE-2008-1102 and CVE-2008-1102 for blender:
    - Fix arbitrary code execution vulnerability in .bend files which
    contain a crafted RGBE file (CVE-2008-1102).
    - Create various temporary files in safer paths (CVE-2008-1103).

(tron)

2008-05-19 16:32:43 UTC MAIN commitmail json YAML

Add support for a new PLIST block, INCLUDE-SDK, used for installing
SDK headers shipped with Firefox 3.x.

(tnn)

2008-05-19 16:29:33 UTC MAIN commitmail json YAML

Remove pkglint warning as suggested by joerg@.

(darcy)

2008-05-19 16:25:24 UTC pkg_install-renovation commitmail json YAML

2008-05-19 16:18:39 UTC MAIN commitmail json YAML

Specify languages used.

(darcy)

2008-05-19 13:47:45 UTC MAIN commitmail json YAML

2008-05-19 12:52:57 UTC MAIN commitmail json YAML

libnbcompat-20080519:
Many of the hash function headers are incompatible with the OpenSSL
headers, so don't include them by default and require the caller to
include them on demand.

(joerg)

2008-05-19 11:47:44 UTC MAIN commitmail json YAML

add a CONFLICTS line for ffmpeg-[0-9]*

(abs)

2008-05-19 10:43:02 UTC MAIN commitmail json YAML

2008-05-19 10:42:41 UTC pkg_install-renovation commitmail json YAML

Add variable to control how packages are installed.
VERIFIED_INSTALLATION supports:
never (default): print signature, but don't care about it.
always: check for valid signature, abort otherwise
trusted: ask for packages without valid signature
interactive: always ask before installation

(joerg)

2008-05-19 10:40:25 UTC MAIN commitmail json YAML

document official-mozilla-branding option.
XXX should be renamed to mozilla-official-branding

(tnn)

2008-05-19 03:00:59 UTC MAIN commitmail json YAML

+ Updated fonts/mkfontscale to 1.0.5 [bjs 2008-05-19]

(bjs)

2008-05-19 03:00:19 UTC MAIN commitmail json YAML

Update to mkfontscale 1.0.5.  Changes since 1.0.4:

    Fix handling of OpenType/CFF fonts with embedded bitmaps.
    The old workaround would trigger with CFF fonts with embedded bitmaps.
    We now explicitly check for the font format being TrueType.
    Reported by Andrey V. Panov.

    Remove doubly included header.

    Add bdf and pcf to font priority table.
    This mirrors the behaviour of the old mkfontdir, which prefers pcf to
    bdf fonts.

    Fix typo in mkfontscale.c.
    This spurious break statement disabled checking for Apple and ISO Unicode
    CMaps in SFNT fonts.  Thanks to Alan Coopersmith and Stefan Dirsch.

    Compile warning fixes.

    Include headers for proper prototypes and "ansify" makeHashTable.

(bjs)

2008-05-18 15:47:33 UTC pkgsrc-2008Q1 commitmail json YAML

pullup tickets #2388 and #2389

(spz)

2008-05-18 15:46:13 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2389 - requested by tron
security update for tk

Revisions pulled up:
- pkgsrc/x11/tk/Makefile.version 1.8
- pkgsrc/x11/tk/PLIST 1.10
- pkgsrc/x11/tk/distinfo 1.32

  Module Name: pkgsrc
  Committed By: bjs
  Date: Mon Apr  7 15:14:10 UTC 2008

  Modified Files:
  pkgsrc/x11/tk: Makefile.version PLIST distinfo

  Log Message:
  Update to version 8.4.18.  Way too many changes to list here--please
  see ChangeLog.  Insofar as I can tell, all of the changes are bug fixes
  (and some backports from HEAD for Darwin).

  To generate a diff of this commit:
  cvs rdiff -r1.7 -r1.8 pkgsrc/x11/tk/Makefile.version
  cvs rdiff -r1.9 -r1.10 pkgsrc/x11/tk/PLIST
  cvs rdiff -r1.31 -r1.32 pkgsrc/x11/tk/distinfo

(spz)

2008-05-18 15:34:59 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2388 - requested by tron
security update for tcl

Revisions pulled up:
- pkgsrc/lang/tcl/Makefile.version 1.8
- pkgsrc/lang/tcl/distinfo 1.42

  Module Name: pkgsrc
  Committed By: bjs
  Date: Mon Apr  7 15:16:40 UTC 2008

  Modified Files:
  pkgsrc/lang/tcl: Makefile.version distinfo

  Log Message:
  Update to version 8.4.18.  Distilled list of non-Windows changes:

  * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]

  * generic/regguts.h, generic/regc_color.c, generic/regc_nfa.c:
  Fixes for problems created when processing regular expressions that
  generate very large automata. An enormous number of thanks to Will
  Drewry <wad@google.com>, Tavis Ormandy <taviso@google.com>, and Tom
  Lane <tgl@sss.pgh.pa.us> from the Postgresql crowd for their help in
  tracking these problems down. [Bug 1810264]

  * unix/tclUnixCompat.c (TclpGetHostByName): Really applied
  the change noted on 2007-11-13 by dkf below.

  * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag
  * tests/ioUtil.test (ioUtil-4.1): on a channel for the 'a'
  mode and not for 'a+'. [Bug 1773127] (backport from HEAD)

  * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Prevent shimmering crash
  when -exact and -integer/-real are mixed. [Bug 1844789]

  * generic/tclThread.c: Back-port locking changes from Tcl8.5
  in Tcl_Mutex/ConditionFinlize. Now we properly master-lock
  the finalization of sync primitives.

  * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler
  * generic/regcomp.c: [Bug 1810038].  Corrected looping logic in
  * tests/regexp.test: fixempties() to avoid wasting time walking a
  list of dead states [Bug 1832612].  Convert optst() from expensive
  no-op to a cheap no-op.  Improve newline usage in debug output.

  * unix/tclUnixCompat.c (TclpGetHostByName): The six-argument form of
  getaddressbyname_r() uses the fifth argument to indicate whether the
  lookup succeeded or not on at least one platform. [Bug 1618235]

  * generic/regc_lex.c (lexescape): Ensure that backreference numbers
  can't overflow a signed int in a way that breaks things. [Bug 1810264]

  * generic/tclParse.c (Tcl_ParseBraces): fix for possible read
  after the end of buffer, [Bug 1813528] (Joe Mistachkin).

  * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted
  command; cannot trigger this from Tcl itself, but crash reported
  on xotcl. This check is new to 8.4 but exists in 8.5, so this is a
  backport or something. Thanks Gustaf Neumann.

  * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29
  to make macro more warning-robust in unbraced if code.

  To generate a diff of this commit:
  cvs rdiff -r1.7 -r1.8 pkgsrc/lang/tcl/Makefile.version
  cvs rdiff -r1.41 -r1.42 pkgsrc/lang/tcl/distinfo

(spz)

2008-05-18 15:12:48 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-18 15:12:05 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2387 - requested by tron
security update for net-snmp

Revisions pulled up:
- pkgsrc/net/net-snmp/Makefile 1.68
- pkgsrc/net/net-snmp/distinfo 1.43
- pkgsrc/net/net-snmp/patches/patch-ad 1.5

  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Sun May 18 11:59:54 UTC 2008

  Modified Files:
          pkgsrc/net/net-snmp: Makefile distinfo
  Added Files:
          pkgsrc/net/net-snmp/patches: patch-ad

  Log Message:
  Add patch from the Net-SNMP SVN repository to fix a buffer overflow in
  the Perl SNMP module reported in SA30187.

  To generate a diff of this commit:
  cvs rdiff -r1.67 -r1.68 pkgsrc/net/net-snmp/Makefile
  cvs rdiff -r1.42 -r1.43 pkgsrc/net/net-snmp/distinfo
  cvs rdiff -r0 -r1.5 pkgsrc/net/net-snmp/patches/patch-ad

  Please note that diffs are not public domain; they are subject to the
  copyright notices on the relevant files.

(spz)

2008-05-18 13:38:51 UTC MAIN commitmail json YAML

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

(obache)

2008-05-18 12:28:17 UTC MAIN commitmail json YAML

Fix typo intoroduced by mechanical DESTDIR fix.
noticed by Hasso Tepper in PR 38687.

(obache)

2008-05-18 12:19:01 UTC MAIN commitmail json YAML

2008-05-18 12:02:02 UTC MAIN commitmail json YAML

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

(tron)

2008-05-18 11:59:54 UTC MAIN commitmail json YAML

Add patch from the Net-SNMP SVN repository to fix a buffer overflow in
the Perl SNMP module reported in SA30187.

(tron)

2008-05-18 08:28:05 UTC MAIN commitmail json YAML

Updated mail/mutt-devel to 1.5.18

mutt-compressed-mbox option is disabled, untill an updated patch is available.

(tonio)

2008-05-18 08:26:31 UTC MAIN commitmail json YAML

Update mail/mutt-devel to 1.5.18

>From the announce:
"Mutt 1.5.18 contains 6 months of bug fixes, documentation improvements and
performance enhancements since the release of 1.5.17, but I believe only
one new feature ($time_inc, for controlling the rate at which status updates
are displayed)."

(tonio)

2008-05-18 03:10:07 UTC MAIN commitmail json YAML

It only makes sense to build the vmware drivers on x86 platforms.

(tnn)

2008-05-18 01:50:27 UTC MAIN commitmail json YAML

Updated archivers/gtar{,-info,-base} to 1.20

(tnn)

2008-05-18 01:48:58 UTC MAIN commitmail json YAML

2008-05-18 01:48:10 UTC MAIN commitmail json YAML

2008-05-18 00:43:51 UTC MAIN commitmail json YAML

Update homepage.

(tnn)

2008-05-18 00:09:46 UTC MAIN commitmail json YAML

Note {libpurple,pidgin*,finch} 2.4.2 updates.

(tnn)

2008-05-18 00:06:46 UTC MAIN commitmail json YAML

Update to finch-2.4.2.

* New default binding ctrl+x to open context menus.
* Menu triggers and other bindings will no longer conflict.
* Middle click pastes the internal clipboard (when mouse support is enabled).

(tnn)

2008-05-17 23:53:29 UTC MAIN commitmail json YAML

2008-05-17 23:46:46 UTC MAIN commitmail json YAML

2008-05-17 23:45:47 UTC MAIN commitmail json YAML

Update to pidgin-2.4.2.

* The typing notification in the conversation history can be disabled or
  customized (font, color etc.) in .gtkrc-2.0.
* Added a plugin (not installed by default) which adds a Send button back to
  the conversation window. People without physical keyboards have a hard time
  with the lack of the button.
* Clicking on the buddyicon in the conversation window toggles the size of the
  icon between small and large.
* The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in an AIM
  chat) can be edited from its context menu in the buddy list.
* Add a "Present conversation window" preference to the Message Notification
  plugin; the "Raise conversation window" option does not unminimize windows
  or draw attention to them when they are on other workspaces--the "Present"
  option should.
* Add a preference to set Escape as the keyboard shortcut for closing the
  conversation window.
* Add an option in the context menu to disable smileys in the selected text
  in the conversation history/log viewer. This should help people who
  regularly paste code in conversations.
* Add a preference to choose the minimum size of the text input area in lines.
* Moved the "Local alias" field in the Modify Account dialog to be below the
  "User Options" heading on the "Basic" tab.
* Number of room occupants is now shown in chat tooltips where possible

(tnn)

2008-05-17 23:26:06 UTC MAIN commitmail json YAML

Aggressively disable options in Makefile.common and selectively
enable them in options.mk, through overrides.

(tnn)

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

Update to libpurple-2.4.2.

o In MySpaceIM, messages from spambots are discarded (Justin Williams)
o Strip mIRC formatting codes from quit and part messages.
o IRC now displays ban lists in-channel for joined channels.
o Fixed a bug where the list of loaded plugins would get removed when
  switching between different operating systems.
o Fix reception of IRC PART without a part message on Undernet
  (fixes a problem with litter in the channel user list).
o IRC no longer crashes on /list on servers which erroneously omit RPL_LISTSTART
o Update the NetworkManager support to use D-Bus directly, instead of
  libnm-glib. Hopefully it's stable now. It will now compile by default if you
  have D-Bus support and NetworkManager.h. (Elliott Sales de Andrade)
o MSN buddy list synchronization is now more forgiving, only asking about
  buddies who have disappeared completely from the server list and not those
  that have simply moved groups.
o IRC will now try to append 1-9 to your nick if it is in use, instead of
  substituting the last character with 1-9 where possible.
o Bonjour buddies will be saved persistently if they're moved out of the
  "Bonjour" group. (Eion Robb)

(tnn)

2008-05-17 22:46:35 UTC MAIN commitmail json YAML

2008-05-17 22:12:14 UTC MAIN commitmail json YAML

Note addition of x11/xf86-input-vmmouse and update of modular-xorg-drivers
to 1.2.

(tnn)

2008-05-17 22:10:11 UTC MAIN commitmail json YAML

Add xf86-input-vmmouse, bump to version 1.2.

(tnn)

2008-05-17 22:03:58 UTC MAIN commitmail json YAML

Import xf86-input-vmmouse-12.5.0 as x11/xf86-input-vmmouse.

This is the VMware virtual mouse driver for the modular Xorg server.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(tnn)

2008-05-17 21:53:23 UTC MAIN commitmail json YAML

Updated x11/xf86-video-vmware to 10.16.1

(tnn)

2008-05-17 21:52:47 UTC MAIN commitmail json YAML

Update to xf86-video-vmware-10.16.1.
This enables Xvideo support in vmware.

(tnn)

2008-05-17 20:57:29 UTC MAIN commitmail json YAML

Fix build on IRIX by ensuring -lfontconfig links with -liconv.

(tnn)

2008-05-17 20:52:13 UTC MAIN commitmail json YAML

Adjust previous, no need for bsd.prefs.mk here.

(tnn)

2008-05-17 20:51:31 UTC MAIN commitmail json YAML

# Most modern Linuxen don't come with rcmds by default,
# so just pretend to have them to keep configure happy.

This is PR pkg/37912.

(tnn)

2008-05-17 20:35:40 UTC MAIN commitmail json YAML

Updated x11/xrandr to 1.2.3

(tnn)

2008-05-17 20:33:50 UTC MAIN commitmail json YAML

Update to xrandr-1.2.3.

pkgsrc changes:
  Link with -lm, since the program uses fabs(). This failed on Linux of all
  platforms. NetBSD happens to have fabs() in libc, but the manpage states
  that -lm should be linked in, so do it for all platforms.

Changes:
  Update COPYING
  Add *current and +preferred to the --verbose output
  When invoked with no option, xrandr dumps existing modes
  Allow the same output to be specified several times on the command line
  Clarify the ability to manipulate multiple outputs in the manpage
  Verify crtc against previous config.
  Always reset other outputs using the best crtc.
  Add xrandr test suite.
  Improved test script.
  Use IDs for mode selection instead of hand-crafted <w>x<h>@<r> strings.
  More tests for ambiguous xrandr output.
  Some minor issues in test case fixed.
  Be more robust in test case if mode database is borked.
  Add more tests, mostly regarding crtc switching and uncloning.
  Add informational output for known issues.
  Add another test known to fail.

(tnn)

2008-05-17 18:52:17 UTC MAIN commitmail json YAML

Fix shell pattern so it doesn't try to copy the "CVS" directory when
the shell is bash and nocaseglob is enabled (ugh, misfeature).
PR pkg/38671.

(tnn)

2008-05-17 18:34:50 UTC MAIN commitmail json YAML

Check that /usr/bin/patch really exists, so that we can gracefully fall
back to depending on devel/patch.

(tnn)

2008-05-17 14:19:00 UTC MAIN commitmail json YAML

Updated misc/ja-less to 382.262nb1

(obache)

2008-05-17 14:18:46 UTC MAIN commitmail json YAML

Some minor fixes
* Require working terminal library
* Honor PKG_SYSCONFDIR
* Fix sysconfdir mentioned in man pages.
* Add DESTDIR support

Bump PKGREVISION.

(obache)

2008-05-17 13:09:11 UTC MAIN commitmail json YAML

- smartmontools-5.38

(obache)

2008-05-17 13:08:08 UTC MAIN commitmail json YAML

Updated sysutils/smartmontools to 5.38

(obache)

2008-05-17 13:07:54 UTC MAIN commitmail json YAML

Update smartmontools to 5.38, UNSTABLE to STABLE.
Based on patch provided by Sergey Svishchev in PR 38573.
This version contains DragonFly support, noted in PR 36982.
patch-ag is taken from PR 38199.

Date 2008-03-10
Summary: smartmontools release 5.38 (STABLE)
--------------------------------------------
This is a stable release of smartmontools.  In addition to changes
below, it includes:

- Libata/Marvell driver devices no longer need explicit '-d' switch
- DEVICESCAN automatically detects libata/marvell driver SATA devices
- Fixed auto-offline/autosave support in FreeBSD
- SAT device type + SCSI generic devices work properly with smartd under Linux
- Many additions to drive database
- More portable autogen/autoconf/automake script set
- Additional Windows IOCTL route to access SMART data
- Some ATA-8 updates
- Smoother CCISS compilation support in Linux
- Dragonfly support
- Fixed some ATA identity byte swap problems on big endian CPUs
- Added support for the QNX operating system
- No-fork option added to smartd
- Improved device scanning and drive type recognition in Windows
- 3ware support for controllers with more disks (32 max)
- Improved Windows installer
- Improved SMART Attribute list and descriptions
- Fix to smartctl return codes
- Fix to scheduled tests on Highpoint RAID controllers
- New samsung firmware bug workaround option
- Auto-offline and Auto-save fixed in Linux + libata
- Solaris: better SCSI support and support for Sun compilers AND gcc
- Fixed and improvements to CCISS support
- More options for SCSI temperature monitoring and history
- Additional command line options for selective self-tests
- Compilation fixes for various platforms.

See CHANGELOG for more details, or smartmontools CVS for still further
details.

(obache)

2008-05-17 10:35:05 UTC MAIN commitmail json YAML

Updated graphics/blender to 2.45nb2

(tonnerre)

2008-05-17 10:33:15 UTC MAIN commitmail json YAML

Fix CVEs CVE-2008-1102 and CVE-2008-1102 for blender:
- Fix arbitrary code execution vulnerability in .bend files which contain
  a crafted RGBE file (CVE-2008-1102).
- Create various temporary files in safer paths (CVE-2008-1103).

(tonnerre)

2008-05-17 08:22:56 UTC MAIN commitmail json YAML

Fix MAINTAINER address typo since initial import.
tech-pkg at jp.NetBSD.org => tech-pkg-ja at jp.NetBSD.org

(obache)

2008-05-17 05:12:10 UTC MAIN commitmail json YAML

Not smartmontools-5.38 (pkg/38573) also close pkg/38199, pkg/36982.

(obache)

2008-05-17 03:10:36 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-17 03:10:13 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2385 - requested by obache
ap2-suphp: update package for fixes

revisions pulled up:
- pkgsrc/www/ap2-suphp/Makefile 1.14
- pkgsrc/www/ap2-suphp/distinfo 1.4
- pkgsrc/www/ap2-suphp/patches/patch-aa 1.3
- pkgsrc/www/ap2-suphp/patches/patch-ab r0

  Module Name: pkgsrc
  Committed By: obache
  Date: Sat May 17 02:37:25 UTC 2008

  Modified Files:
  pkgsrc/www/ap2-suphp: Makefile distinfo
  pkgsrc/www/ap2-suphp/patches: patch-aa
  Removed Files:
  pkgsrc/www/ap2-suphp/patches: patch-ab

  Log Message:
  Update ap2-suphp to 0.6.3.
  While here, add DESTDIR support and more adapt sample config file to default settings.

  * Version 0.6.3 (30 March 2008)
  - Fixed a possible race condition concerning the check for the
    right symlink owner.
  - Added checks for the owner of the parent directories were added.

  * Version 0.6.2 (19 November 2006)
  - Made mod_suphp compatible with Apache 2.2
  - Modified SmartPtr implementation (hopefully) fixing
    double free problem
  - Fixed problem that caused the process to block
    when more than 4096 were written to stderr
  - Implemented userdir support
  - Fixed problem with PATH_INFO and PHP scripts

  * Version 0.6.1 (26 November 2005)
  - Changed usage of STL to gain better compatibility with old GCC versions
    (credits to Jeremy Chadwick for finding the relevant code)
  - Fixed typos in mod_suphp.c (Apache 1.3)
    (credits to Johan Ekenberg for finding these typos)
  - Fixed potential buffer overflow in function suphp_bucket_read() in
    src/apache2/mod_suphp.c
  - Fix problems with scripts sending "Last-Modified" headers
  - Extended autoconf script to look for an installation of APR
    and to use its includedir when building mod_suphp for Apache 2
  - Added support for chroot() call before execution of script

(rtr)

2008-05-17 02:38:21 UTC MAIN commitmail json YAML

ap2-suphp is updated to 0.6.3

(obache)

2008-05-17 02:37:42 UTC MAIN commitmail json YAML

Updated www/ap2-suphp to 0.6.3

(obache)

2008-05-17 02:37:25 UTC MAIN commitmail json YAML

Update ap2-suphp to 0.6.3.
While here, add DESTDIR support and more adapt sample config file to default settings.

* Version 0.6.3 (30 March 2008)
- Fixed a possible race condition concerning the check for the
  right symlink owner.
- Added checks for the owner of the parent directories were added.

* Version 0.6.2 (19 November 2006)
- Made mod_suphp compatible with Apache 2.2
- Modified SmartPtr implementation (hopefully) fixing
  double free problem
- Fixed problem that caused the process to block
  when more than 4096 were written to stderr
- Implemented userdir support
- Fixed problem with PATH_INFO and PHP scripts

* Version 0.6.1 (26 November 2005)
- Changed usage of STL to gain better compatibility with old GCC versions
  (credits to Jeremy Chadwick for finding the relevant code)
- Fixed typos in mod_suphp.c (Apache 1.3)
  (credits to Johan Ekenberg for finding these typos)
- Fixed potential buffer overflow in function suphp_bucket_read() in
  src/apache2/mod_suphp.c
- Fix problems with scripts sending "Last-Modified" headers
- Extended autoconf script to look for an installation of APR
  and to use its includedir when building mod_suphp for Apache 2
- Added support for chroot() call before execution of script

(obache)

2008-05-17 02:28:17 UTC MAIN commitmail json YAML

2008-05-16 22:13:05 UTC MAIN commitmail json YAML

+ MAMEDiff-2.29, amanda-2.6.0p1, clisp-2.45, dnstracer-1.9,
  dvdstyler-1.6.2, file-4.24, freenet-0.7, kmymoney2-0.9,
  links-2.1.0.36, rdesktop-1.6.0, smalltalk-3.0.3, wesnoth-1.4.2.

(wiz)

2008-05-16 20:02:31 UTC MAIN commitmail json YAML

Uses bsd.prog.mk, so add USE_BSD_MAKEFILE=yes.

(tnn)

2008-05-16 20:00:09 UTC MAIN commitmail json YAML

If we have USE_BSD_MAKEFILE, pass down INSTALL=${TOOLS_INSTALL:Q} in the
environment.
Otherwise BSD style packages will use the install(1) which
bootstrap-mk-files' sys.mk picked, rather than the one from
TOOLS_PLATFORM.install (which may be specified by the user in mk.conf).

(tnn)

2008-05-16 19:51:36 UTC MAIN commitmail json YAML

Updated mail/dovecot-sieve to 1.0.3.

(ghen)

2008-05-16 19:51:08 UTC MAIN commitmail json YAML

Update Dovecot Sieve plugin to 1.0.3.

- Improved vacation reply checks, log discarded vacation replies
- Expand ~ to home directory in sieve path
- If compiled script has the exact same mtime as the source script, assume the
  script hasn't changed (changed "<" check to "<=").
- Unfold multiline headers before comparing them.
- Improved error logging.

(ghen)

2008-05-16 13:53:51 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-16 13:53:20 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2384 - requested by obache
liblive: update package fixes & security vulnerabilities

revisions pulled up:
- pkgsrc/net/liblive/Makefile
- pkgsrc/net/liblive/PLIST
- pkgsrc/net/liblive/distinfo

  Module Name: pkgsrc
  Committed By: obache
  Date: Sat Apr 26 11:38:43 UTC 2008

  Modified Files:
  pkgsrc/net/liblive: Makefile PLIST distinfo

  Log Message:
  Update liblive to 2008.04.09.
  draw upon a patch to update for 2007.01.17 in PR 38038
  While here, add DESTDIR support and fix permission of installed libraries.

  2008.04.09:
  - Corrected a type-related bug in "RTPInterface::handleRead()".  (Thanks to Brain Lai for noting this.)
  - Fixed a bug in "RTSPClient" that would prevent RTCP "RR" reports from being sent to
  the correct multicast address when we are receiving a multicast stream. (Thanks to Changjin Liu for noticing this.)

  2008.04.03:
  - Fixed a bug that was introduced in the "2007.12.27" release.  The "timeout" parameter to the call to
  "readSocket" in "SocketDescriptor::tcpReadHandler()" in "RTPInterface.cpp" needed to be initialized
  (to zero) first.  (Thanks to Lodewijk Loos for alerting us to this problem.)
  - Added a new config file "config.bfin-linux-uclibc", and renamed "config.bfin_uclinux" as "config.bfin-uclinux".
  (Thanks to Mike Frysinger.)

  2008.02.08:
  - Added a hack (suggested by "Romain") to "MPEG2TransportStreamFramer" to (perhaps)
  produce more accurate per-transport-packet duration estimates for wildly VBR streams.
  - Updated "MPEG2TransportStreamMultiplexor" to support the addition of MPEG-4 Audio or Video Elementary Streams.
  - Updated "RTSPOverHTTPServer.cpp" (a work in progress) so that it complies properly for some versions of
  Visual Studio on Windows.  (Thanks to Eric Flickner for noting this.)

  2008.01.19:
  - Corrected the "getNormalPlayTime()" function - introduced in the previous release - to allow for 'trick play'
  scale factors other than 1.

  2008.01.18:
  - Added a new member function
    float MediaSubsession::getNormalPlayTime()
  which - given a stream's current presentation time - returns the "Normal Play Time".
  This function is useful for RTSP streams.
  - Added support for a "a=control:" URL specified in the SDP description at the session level.

  2008.01.04:
  - Changed the "RTSPClient" timeout - introduced in the previous release - from
  5s to 30s.
  - Added support for setting and returning the RTSP session start time (as well as the end time).
  (This eliminates the need for the "live-starttime.patch" file that VLC was using.)
  - Updated some of the system-specific configuration files, to eliminate the need for many of the patches that
  the VLC developers added to their code.

  2007.12.27:
  - Added a 5s timeout to the "RTSPClient" code that checks for RTSP responses.
  This mirrors a change that was already being done to VLC's copy of the code.
  (This is still a short-term fix, until the "RTSPClient" code is rewritten to
  properly use asynchronous I/O, using the event loop.)
  - Added a timeout to the "readSocket()" call in "SocketDescriptor::tcpReadHandler()" in "RTPInterface.cpp",
  to handle reading RTP-over-TCP data.  This allows for the possibility of non-cooperative RTSP clients.
  (Thanks to Peter Leese for this suggestion.)  This is probably not a complete solution;
  more thought is needed...

  2007.12.07:
  - Fixed "H2633plusVideoFileServerMediaSubsession" to properly use a dynamic RTP payload type, rather than the
  static type 34 (which is reserved for the now-obsolete old "video/H263" RTP payload format).

  2007.12.06:
  - Updated "JPEGVideoRTPSource" to take optional 'default width' and 'default height' parameters.
  These parameters can be set by fields in the SDP description, and can be used to specifiy unusually
  large frame widths and/or heights.  (Thanks to Andrey Filippov.)

  2007.11.18:
  - Fixed a couple of memory leaks in "DarwinInjector".  (Thanks to Eyal Beit-Halachmi for noting these.)
  - Removed old 'backwards compatibility' stuff from "FramedSource".  (Noone should be relying upon this any more.)
  - Fixed a bounds-checking error in "parseRTSPRequestString()" caused by an int vs. unsigned problem.
  (Thanks to Luigi Auriemma for noting this.)
  - In "RTSPClient.cpp", fixed a couple of "unsigned" vs. "int" nits. (Thanks for Brain Lai for noting this.)

  2007.11.01:
  - Several of the options to "openRTSP" have now been changed, with two new options added:
    -s <initial-seek-time>
    -z <scale>
  See the "openRTSP" documentation <http://www.live555.com/openRTSP/> for details.
  - Fixed a bug in the way that "MPEG4VideoStreamDiscreteFramer" parses 'config' information (for inclusion in
  the stream's SDP description).  (Thanks to Nicola Bova for helping to identify this bug.)
  - Eliminated a potential memory (and socket) leak when allocating server RTP,RTCP socket pairs.
  (Thanks to David Pan for reporting this.)
  - Updated "ByteStreamFileSource" to treat a 0-byte file read the same as EOF.
  - Ensure that we have reasonable OS buffering for writes on non-blocking sockets.

  2007.08.03a:
  - Removed a debugging printf() that had been left in by mistake.  (Thanks to Massimo Zito for noticing this.)

  2007.08.03:
  - Updated the "RTSPServer" implementation to work better on systems with more than one IP address.
  The server will now include - in its RTSP responses - the IP address on which the corresponding incoming request
  was received.

  2007.07.25:
  - Added some sanity checks to various "MediaSink" subclasses, in case "fSource" is NULL.
  (Thanks to Andrey Kaminsky for noting one of these.)

  2007.07.10:
  - Made sure that "MPEG2TransportStreamFramer"s estimate of the average duration of each Transport Packet
  gets updated correctly after each 'seek' operation.  (Thanks to Massimo Zito for suggesting this.)
  - Fixed a bug in "MPEG2TransportStreamFromESSource" that was causing presentation
  timestamps to not be generated correctly.  (Thanks to Massimo Zito for noticing this.)

  2007.07.01:
  - Fixed a bug in "RTSPServer" and "RTSPClient" that would cause problems when streaming
  files whose names have spaces in them.
  - Fixed a bug in "OnDemandServerMediaSubsession::deleteStream".  (Thanks to Igor Bukanov.)
  - Make the sockets for "RTPSource", "RTCPInstance" and "BasicUDPSource" non-blocking, even though they will be read
  from only asynchronously, when packets arrive.  The reason for this is that, in some OSs, reads on a blocking
  socket can (allegedly) sometimes block, even if the socket was previously reported (e.g., by "select()") as
  having data available.  (This can supposedly happen if the UDP checksum fails, for example.)
  (Thanks to Marc Neuberger for pointing this out.)
  - Fixed a bug in "MPEG2TransportFileServerMediaSubsession.cpp" that was causing 2x
  fast-forward to fail.  (Some debugging code had been left in by mistake.)

  2007.05.24:
  - Modified "setupDatagramSocket()" to better handle setting "ReceivingInterfaceAddr" when creating a socket
  to be used to send/receive multicast.
  - Made a couple of minor changes to overcome some compilation errors that some people were apparently seeing.

  2007.05.23:
  - The RTSP server now includes the "source=" parameter in the response to a RTSP "SETUP" command.
  This works around a bug in QuickTime Player that would cause it to not send RTCP "RR" packets
  (when playing a unicast stream, and running on Mac OS X).  (Thanks to Dave Singer et al at Apple for tracking
  down this problem.)
  - The RTSP server implementation no longer terminates the session if it returns 400 or 405 errors.

  2007.04.24a:
  - Fixed a problem in the new "RTSPOverHTTPServer" code that was causing some people compilation problems.

  2007.04.24:
  - Fixed a typo in "testOnDemandRTSPServer.cpp".  (Thanks to Nils Grundback for noticing this.)
  - Modified the signature of "RTSPServer::specialClientAccessCheck()" (defined in the previous revision) to add
  a new "clientAddr" parameter (a "struct sockaddr_in"), to allow special access checking based on clients' IP
  address.
  - Make sure that the locale is set to "POSIX" when calling "toupper()" or "tolower()" on human-supplied strings.
  (Thanks to Ismail Doenmez for noting this.)

  2007.04.20:
  - Modified "MPEG2TransportStreamMultiplexor" to set the "discontinuity_indicator" flag for the first
  "adaptation_field" in the output Transport Stream.
  - Changed "AMRAudioRTPSource" to more accurately report whether/when an interleaved frame's timestamp has
  been synchronized using RTCP.
  (Thanks to David Bertrand for this patch.)
  - Made to a small fix to the previous revision's support for multicast streaming of raw UDP (nonstandard)
  - Added a virtual function to "OnDemandServerMediaSubsession" for closing the stream source.
  Subclasses can redefine this, if they wish, to do something smarter. (Thanks to Igor Bukanov for this patch.)
  - Added support to "RTSPServer" for optionally performing special per-client access control, beyond the
  standard Digest Authentication method.  (Thanks to Igor Bukanov for this patch.)
  - Made a minor optimization to "Groupsock.cpp".  (Thanks to Maxim Petrov for this suggestion.)
  - Added an initial implementation of RTSP-over-HTTP at the server level (it was already supported at the client level).
  (Note: This code has not yet been completed, and doesn yet work, so don't try to use it.)

  2007.02.20:
  - Updated "RTSPServer" to support multicast streaming of raw UDP streams (nonstandard).
  (Thanks to Aesmund Grammeltvedt for this modification.)
  - Made "RTSPClient" a little more robust in case the TCP connection fails.
  - Made "RTPSink::rtpmapLine()" virtual (as requested by Andrew Voznytsa).
  - Removed an archaic (no longer used) declaration in "groupsock/include/Groupsock.hh".
  - Added an optional "allowKasennaProtocol" parameter to "RTSPClient::describeWithPassword()"
  (similar to "RTSPClient::describeURL()").  (Thanks to Igor Bukanov for this suggestion.)s

  2007.01.17:
      - Fixed a bug that would cause the "MPEG2TransportStreamIndexer" application to fail when run on a big-endian
  architecture.
  - Added a new cl "H264VideoFileSink", that prepends each incoming H.264 NAL unit with the prefix 0x000001,
  before writing it to the file.  Also updated the "openRTSP" code to use this, when receiving H.264/RTP streams.
  (Thanks to Chris Kuiper for contributing this.)
  - Added a temporary #ifdef to "GroupsockHelper.cpp" to work around a compliation problem when building
  for Cygwin.

  2007.01.11:
  - Improved the "MPEG2IndexFromTransportStream" class to recogize Transport Stream
  PAT and PMT (tables).  This in turn makes the "MPEG2TransportStreamIndexer"
  utility more robust.
  - Fixed a minor bug in "MPEG2TransportStreamFromESSource".

  2007.01.09:
  - Added RTSP server support for 'trick play' operations on MPEG-2 Transport Stream
  files.  This requires the presence of a ".tsx" indexle for each ".ts" file.
  (This functionality will shortly be documented on the LIVE555 web site,
  and announced on the "live-devel" mailing list.)
  - Improved the performance of asynchronous file reading in "ByteStreamFileSource".
  (Thanks to Aesmund Grammeltvedt for this suggestion.)
  - Added "-D_FILE_OFFSET_BITS=64" to the "COMPILE_OPTS" line for each of the Linux config files, in order to
  alleviate possible problems with I/O on large files.

  2006.12.31:
  - We now implement "ByteStreamFileSource" on Windows using synchronous file reads,
  by default.  I had thought that Windows XP had fixed the problem - present in
  earlier versions of Windows - whereby open files are not treated as select()able
  sockets.  But apparently the problem is still there.
  - Added code that will - probably in the next release, very soon - support server
  'trick mode' operations on MPEG-2 Transport Stream files.  At present, we have two
  new applications - in the "testProgs" directory - that help support this:
  "MPEG2TransportStreamIndexer"  create a special index file for a Transport Stream
  file), and "testMPEG2TransportStreamTrickPlay" (to generate a new Transport Stream
  file that simulates a 'trick play' operation performed on the original Transport
  Stream file).  See my forthcoming post to the "live-devel" mailing list for more
  details.
  - Fixed a bug in the Base64 encoding routine.  (Thanks to Sebastian Gracias for reporting this.)

  2006.12.08:
  - Made sure that each TCP socket used by a "RTSPserver" is non-blocking, so that a slow or hanging client
  cannot hang a server.  (Thanks to "jers (at) inwind.it" for this suggestion.)

(rtr)

2008-05-16 13:48:41 UTC MAIN commitmail json YAML

Some of the X.org packages assume that the C preprocessor will use stdin
if no filename given, but this isn't true with the native HP compiler, so
teach them to use '-' explicitly.

XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org
packages seem to have been converted to use sed(1).

(tnn)

2008-05-16 12:12:45 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-16 12:12:14 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2383 - requested by obache
centerim: update package bug & security fixes

revisions pulled up:
- pkgsrc/chat/centerim/Makefile 1.7
- pkgsrc/chat/centerim/PLIST 1.3
- pkgsrc/chat/centerim/distinfo 1.3
- pkgsrc/chat/centerim/patches/patch-aa 1.2
- pkgsrc/chat/centerim/patches/patch-ac 1.2
- pkgsrc/chat/centerim/patches/patch-an 1.2
- pkgsrc/chat/centerim/patches/patch-av 1.2
- pkgsrc/chat/centerim/patches/patch-au r0
- pkgsrc/chat/centerim/patches/patch-aw r0
- pkgsrc/chat/centerim/patches/patch-ax r0
- pkgsrc/chat/centerim/patches/patch-ay r0
- pkgsrc/chat/centerim/patches/patch-az r0
- pkgsrc/chat/centerim/patches/patch-ba r0
- pkgsrc/chat/centerim/patches/patch-bb 1.1

  Module Name: pkgsrc
  Committed By: obache
  Date: Tue May 13 15:15:51 UTC 2008

  Modified Files:
  pkgsrc/chat/centerim: Makefile PLIST distinfo
  pkgsrc/chat/centerim/patches: patch-aa patch-ac patch-an patch-av
  Added Files:
  pkgsrc/chat/centerim/patches: patch-bb
  Removed Files:
  pkgsrc/chat/centerim/patches: patch-au patch-aw patch-ax patch-ay
      patch-az patch-ba

  Log Message:
  Update centerim to 4.22.5.
  Based on patch provided in PR 38624.

  'cicqconv' command is renamed for 'cimconv', conflict with centericq is gone away.

  2008-04-08 New version (4.22.5) released.
  This release fixes various segfaults in the Yahoo protocol. It also introduces a
  bar which displays all open chats nicely.

  2008-03-29 New version (4.22.4) released.
  This release fixes the possible url exploit described in CVE-2008-1467. It also
  makes CenterIM ready for the Yahoo protocol change kicking in on 2nd april 2008.

  2008-03-11 New version (4.22.3) released.
  This version fixes the various ICQ contact list issues (e.g adding contacts
  should now work).

  2007-12-08 New version (4.22.2) released.
  More than 90 fixes/improvements have been added to centerim since our last
  release in June. The main fixes included are:

  * Fixed bug in msn login when the server sent a NOT message
  * Fixed bug in ICQ protocol which prevented others from seeing your presence
    (partial)
  * New version tracking/updating (Thanks to David Riebenbauer for this helpful
    feature)
  * Added an "Out for Lunch" state

(rtr)

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

Updated wm/wmii to 3.6nb2.

(ghen)

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

Fix compatibility with dmenu 3.6; -b option is deprecated and replaced by -y
for arbitrary y coordinate (-y -0 for bottom).  Bump PKGREVISION.

(ghen)

2008-05-15 20:22:02 UTC MAIN commitmail json YAML

update to 4.2.3
changes:
* NEW options front and back to "set colorbox"
* NEW character encoding support for emf and pdf terminals
* NEW "format" keyword for "set tics" and "set {x|y|...}tics"
* NEW allow user to set colorbar label rotatation if the bar is vertical
+bugfixes

(drochner)

2008-05-15 20:07:33 UTC MAIN commitmail json YAML

2008-05-15 20:06:03 UTC MAIN commitmail json YAML

import pdflib-lite-7.0.3
This is a newer version of what we have as pkgsrc/print/pdflib, but
it comes with much unfriendlier licensing conditions (non-commercial
use only).
I've tested it with gnuplot. There is just some "dash patterns" support
added over pdflib4 afaics. So making it the default choice isn't worth
the hassle, but if you want to try it, here is it.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2008-05-15 20:01:30 UTC MAIN commitmail json YAML

Updated misc/gnuls to 6.11

(tnn)

2008-05-15 20:01:04 UTC MAIN commitmail json YAML

Reach over from misc/gnuls to sysutils/coreutils for common logic and
patches. Updates gnuls to 6.11 and makes it track coreutils.

(tnn)

2008-05-15 19:47:07 UTC MAIN commitmail json YAML

Added net/freeradius2 version 2.0.4

(adrianp)

2008-05-15 19:46:47 UTC MAIN commitmail json YAML

Use the proper way to pass the necessary arguments for the Mac OS X Leopard
link bug workaround to the linker.

(tron)

2008-05-15 19:46:46 UTC MAIN commitmail json YAML

2008-05-15 19:46:21 UTC MAIN commitmail json YAML

Remove file that never should have been imported

(adrianp)

2008-05-15 19:43:47 UTC MAIN commitmail json YAML

Freeradius version 2.0 of the server is intended to be backwards compatible
with previous versions, but also to have many new features, such as:

* simple policy language (see "man unlang")
* virtual servers (raddb/sites-available/README)
* IPv6 support
* better proxy support (raddb/proxy.conf)
* More EAP types
* Debugging output should be MUCH easier to understand
* VMPS support
* More modules are marked "stable" (python, etc.)
* SQL configuration has been cleaned up (see raddb/sql/*)
* limited support for HUP
* check configuration and exit (radiusd -C)
* Server core is now event based (simpler, more powerful)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adrianp)

2008-05-15 19:40:58 UTC MAIN commitmail json YAML

Add CONFLICTS for upcoming freeradius 2.x import

(adrianp)

2008-05-15 19:18:07 UTC MAIN commitmail json YAML

2008-05-15 18:27:43 UTC MAIN commitmail json YAML

update to 1.7.3
changes:
-direct-tcpip support
-bug fixes

pkgsrc change: disable use of Python setuptools
(gives unpredictable results)

(drochner)

2008-05-15 18:19:27 UTC MAIN commitmail json YAML

update to 3.4.5
changes:
-Port to gtk 2.12 tooltips API
-Now first toplevel in project automatically shows up in the workspace
-Project no longer allows duplicate widget names
-bugfixes
-translation updates

(drochner)

2008-05-15 18:16:17 UTC MAIN commitmail json YAML

update to 4.6.4
The main point of this release is support for the
Replication Manager. The testsuite is very improved, also, in speed and
coverage.

(drochner)

2008-05-15 17:51:44 UTC MAIN commitmail json YAML

2008-05-15 17:51:29 UTC MAIN commitmail json YAML

pull another patch from upstream CVS, to fix a possible crash,
ride on today's PKGREVISION bump

(drochner)

2008-05-15 17:49:49 UTC MAIN commitmail json YAML

2008-05-15 17:46:06 UTC MAIN commitmail json YAML

2008-05-15 17:45:34 UTC MAIN commitmail json YAML

Added pkg_leaves-1.0.

(joerg)

2008-05-15 17:44:42 UTC MAIN commitmail json YAML

As requested on IRC, add pkg_leaves-1.0:
pkg_leaves is a small script to print a list of leaf packages aka
packages not depended on.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2008-05-15 13:42:44 UTC MAIN commitmail json YAML

Updated net/libupnp to 1.6.6nb1

(obache)

2008-05-15 13:42:29 UTC MAIN commitmail json YAML

Fix for setsockopt() in Threadpool.c to allow more than one process
to join the multicast-group on BSDs, not only FreeBSD and MacOS X.

Noticed by Greg Kerr via private mail.

Bump PKGREVISION.

(obache)

2008-05-15 13:17:38 UTC MAIN commitmail json YAML

mention recent work

(drochner)

2008-05-15 12:13:00 UTC MAIN commitmail json YAML

2008-05-15 11:13:49 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-15 11:13:26 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2382 - requested by adrianp
mantis: update for bug and security fixes

revisions pulled up:
- pkgsrc/devel/mantis/Makefile 1.30
- pkgsrc/devel/mantis/PLIST 1.11
- pkgsrc/devel/mantis/distinfo 1.11

  Module Name: pkgsrc
  Committed By: adrianp
  Date: Wed May 14 21:43:06 UTC 2008

  Modified Files:
  pkgsrc/devel/mantis: Makefile PLIST distinfo

  Log Message:
  Mantis 1.1.1 Released

  This is a maintenance release for the 1.1.x branch.  It includes a fix for PHP 4 support (#8681 stripos), several fixes for SOAP API, a security fix, and other minor bug fixes.

  Mantis 1.1.0 Released

  After 4 alpha releases, 3 release candidates and over 400 features and bug fixes, Mantis 1.1.0 gold is finally released. The highlights of the Mantis 1.1.0 release include:

  1. Inclusion of MantisConnect (SOAP API) out of the box
  2. Wiki integration (dokuwiki, mediawiki, xwiki),
  3. Email queuing,
  4. Gravatar integration,
  5. DB2 support,
  6. Tagging,
  7. Filtering perma links,
  8. Time tracking,
  9. Twitter integration,
  10. UTF8 support,
  11. Generic configuration page,
  12. Show last visited issues,
  13. XHTML compliance,
  14. Authenticated RSS

(rtr)

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

Fix build on NetBSD-current with openssl-current, by adding a "const".

(wiz)

2008-05-15 10:48:44 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-15 10:48:21 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2381 - requested by adrianp
bugzilla3: bug fixes, cross-site scripting fixes

revisions pulled up:
- pkgsrc/devel/bugzilla3/Makefile 1.5
- pkgsrc/devel/bugzilla3/PLIST 1.2
- pkgsrc/devel/bugzilla3/distinfo 1.3

  Module Name: pkgsrc
  Committed By: adrianp
  Date: Tue May  6 19:45:54 UTC 2008

  Modified Files:
  pkgsrc/devel/bugzilla3: Makefile PLIST distinfo

  Log Message:
  3.0.4
  * Bugzilla administrators were not being correctly notified about new releases. (Bug 414726)
  * There could be extra whitespace in email subject lines. (Bug 411544)
  * The priority, severity, OS, and platform fields were always required by the Bug.create WebService function, even if they had defaults specified. (Bug 384009)
  * Better threading of bugmail in some email clients. (Bug 376453)
  * There were many fixes to the Inbound Email Interface (email_in.pl). (Bug 92274, Bug 377025, Bug 412943, Bug 413672, and Bug 431721)
  * checksetup.pl now handles UTF-8 conversion more reliably during upgrades. (Bug 374951)
  * Comments written in CJK languages are now correctly word-wrapped. (Bug 388723)
  * All emails will now be sent in the correct language, when the user has chosen a language for emails. (Bug 405946)
  * On Windows, temporary files created when uploading attachments are now correctly deleted when the upload is complete. (Bug 414002)
  * checksetup.pl now prints correct installation instructions for Windows users using Perl 5.10. (Bug 414430)

  3.0.3
  * mod_perl no longer compiles Bugzilla's code for each Apache process individually. It now compiles code only once and shares it among each Apache process. This greatly improves performance and highly decreases the memory footprint. (Bug 398241)
  * You can now search for '---' (without quotes) in versions and milestones. (Bug 362436)
  * Bugzilla should no longer break lines unnecessarily in email subjects. This was causing trouble with some email clients. (Bug 374424)
  * If you had selected "I'm added to or removed from this capacity" option for the "CC" role in your email preferences, you wouldn't get mail when more than one person was added to the CC list at once. (Bug 394796)
  * Deleting a user account no longer deletes whines from another user who has the deleted account as addressee. The schedule is simply removed, but the whine itself is left intact. (Bug 395924)
  * contrib/merge-users.pl now correctly merges all required fields when merging two user accounts. (Bug 400160)
  * Bugzilla no longer requires Apache::DBI to run under mod_perl. It caused troubles such as lost connections with the DB and didn't give any important performance gain. (Bug 408766)

  Security Fixes:
  Unauthorized Bug Change
  Cross-Site Scripting
  Account Impersonation (Minor)

(rtr)

2008-05-15 10:33:25 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-15 10:33:01 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2380 - requested by adrianp
bugzilla: update for cross-site scripting vulnerability

revisions pulled up:
- pkgsrc/devel/bugzilla/Makefile
- pkgsrc/devel/bugzilla/PLIST
- pkgsrc/devel/bugzilla/distinfo

  Module Name: pkgsrc
  Committed By: adrianp
  Date: Tue May  6 19:36:39 UTC 2008

  Modified Files:
  pkgsrc/devel/bugzilla: Makefile PLIST distinfo

  Log Message:
  2.22.4

  Class:      Cross-Site Scripting
  Versions:    2.17.2 and higher
  Description: When using the "Format for Printing" view of a bug (or
              the "Long Format" of a bug list, which is the same thing),
      there was a cross-site scripting hole--arbitrary text
      from a particular URL parameter could be injected into the
          page without filtering.

(rtr)

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

2008-05-15 10:05:42 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2379 - requested by adrianp
mt-daapd: security updates for dos vulnerabilities

revisions pulled up:
- pkgsrc/audio/mt-daapd/Makefile
- pkgsrc/audio/mt-daapd/distinfo
- pkgsrc/audio/mt-daapd/patches/patch-ac

  Module Name: pkgsrc
  Committed By: adrianp
  Date: Wed May 14 21:12:12 UTC 2008

  Modified Files:
  pkgsrc/audio/mt-daapd: Makefile distinfo
  pkgsrc/audio/mt-daapd/patches: patch-ac

  Log Message:
  0.2.4.2
  Small bug fixes for port order on mdns advertisement on intel macs, playlists based on bitrate. Primarly, though, this release is to apply fix for CVE-2008-1771. Thanks to Nico Golde for bringing it to light.
  0.2.4.1
  Security updates for two DOS and one format string vulnerability.

(rtr)

2008-05-15 09:56:58 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-15 09:56:31 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2378 - requested by adrianp
php5: many security fixes

revisions pulled up:
- pkgsrc/lang/php5/Makefile 1.64
- pkgsrc/lang/php5/Makefile.common 1.29
- pkgsrc/lang/php5/distinfo 1.52

  Module Name: pkgsrc
  Committed By: adrianp
  Date: Sun May  4 16:50:44 UTC 2008

  Modified Files:
  pkgsrc/lang/php5: Makefile Makefile.common distinfo

  Log Message:
  Security Enhancements and Fixes in PHP 5.2.6:

  Fixed possible stack buffer overflow in the FastCGI SAPI identified by Andrei Nigmatulin.
  Fixed integer overflow in printf() identified by Maksymilian Aciemowicz.
  Fixed security issue detailed in CVE-2008-0599 identified by Ryan Permeh.
  Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.
  Properly address incomplete multibyte chars inside escapeshellcmd() identified by Stefan Esser.
  Upgraded bundled PCRE to version 7.6

  Key enhancements in PHP 5.2.6 include:
  * Fixed two possible crashes inside the posix extension.
  * Fixed bug 44069 (Huge memory usage with concatenation using . instead of .=)
  * Fixed bug 44141 (private parent constructor callable through static function).
  * Fixed bug 43589 (a possible infinite loop in bz2_filter.c).
  * Fixed bug 43450 (Memory leak on some functions with implicit object __toString() call).
  * Fixed bug 43201 (Crash on using uninitialized vals and __get/__set).
  * Fixed bug 42978 (mismatch between number of bound params and values causes a crash in pdo_pgsql).
  * Fixed bug 42937 (__call() method not invoked when methods are called on parent from child class).
  * Fixed bug 42736 (xmlrpc_server_call_method() crashes).
  * Fixed bug 42369 (Implicit conversion to string leaks memory).
  * Fixed bug 41562 (SimpleXML memory issue).
  * Over 120 bug fixes.

(rtr)

2008-05-15 09:39:47 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-15 09:39:14 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2377 - requested by taca
plone3, plone: resolves security vulberability

revisions pulled up:
- pkgsrc/www/plone/ploneversion.mk 1.4
- pkgsrc/www/plone3/MESSAGE 1.2
- pkgsrc/www/plone3/Makefile 1.4
- pkgsrc/www/plone3/PLIST 1.4
- pkgsrc/www/plone3/PLIST.common_end 1.3
- pkgsrc/www/plone3/distinfo 1.4
- pkgsrc/www/plone3/patches/patch-ab 1.1
- pkgsrc/www/plone3/patches/patch-ac 1.1

  Module Name: pkgsrc
  Committed By: taca
  Date: Sat May 10 09:05:35 UTC 2008

  Modified Files:
  pkgsrc/www/plone: ploneversion.mk

  Log Message:
  Make PLONE3_VERSION to 3.1.1.
  ------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat May 10 09:06:00 UTC 2008

  Modified Files:
  pkgsrc/www/plone3: MESSAGE Makefile PLIST PLIST.common_end distinfo
  Added Files:
  pkgsrc/www/plone3/patches: patch-ab patch-ac

  Log Message:
  Update plone3 package to Plone 3.1.1.  Changes from 3.0.6 is too many,
  please refer http://plone.org/products/plone/releases and related links.

  This release is full compatible with Plone 3.0.

(rtr)

2008-05-15 09:15:41 UTC MAIN commitmail json YAML

pulla patch from upstream CVS which appearently fixes a problem
reported by Steven M. Bellovin on pkgsrc-users, bump PKGREVISION

(drochner)

2008-05-15 08:45:24 UTC pkgsrc-2008Q1 commitmail json YAML

2008-05-15 08:44:57 UTC pkgsrc-2008Q1 commitmail json YAML

pullup ticket #2376 - requested by tonnerre
quagga: fixes denial of service

revisions pulled up:
- pkgsrc/net/quagga/Makefile 1.31
- pkgsrc/net/quagga/distinfo 1.10
- pkgsrc/net/quagga/patches/patch-ab 1.3
- pkgsrc/net/quagga/patches/patch-ac 1.3

  Module Name: pkgsrc
  Committed By: tonnerre
  Date: Tue May 13 22:30:47 UTC 2008

  Modified Files:
  pkgsrc/net/quagga: Makefile distinfo
  Added Files:
  pkgsrc/net/quagga/patches: patch-ab patch-ac

  Log Message:
  Add patch for CVE-2007-1995 for stable quagga (NLRI attributes denial of
  service).

(rtr)

2008-05-14 21:43:44 UTC MAIN commitmail json YAML

Updated devel/mantis to 1.1.1

(adrianp)

2008-05-14 21:43:06 UTC MAIN commitmail json YAML

Mantis 1.1.1 Released

This is a maintenance release for the 1.1.x branch.  It includes a fix for PHP 4 support (#8681 stripos), several fixes for SOAP API, a security fix, and other minor bug fixes.

Mantis 1.1.0 Released

After 4 alpha releases, 3 release candidates and over 400 features and bug fixes, Mantis 1.1.0 gold is finally released. The highlights of the Mantis 1.1.0 release include:

1. Inclusion of MantisConnect (SOAP API) out of the box
2. Wiki integration (dokuwiki, mediawiki, xwiki),
3. Email queuing,
4. Gravatar integration,
5. DB2 support,
6. Tagging,
7. Filtering perma links,
8. Time tracking,
9. Twitter integration,
10. UTF8 support,
11. Generic configuration page,
12. Show last visited issues,
13. XHTML compliance,
14. Authenticated RSS

(adrianp)

2008-05-14 21:12:27 UTC MAIN commitmail json YAML

Updated audio/mt-daapd to 0.2.4.2

(adrianp)

2008-05-14 21:12:12 UTC MAIN commitmail json YAML

0.2.4.2
Small bug fixes for port order on mdns advertisement on intel macs, playlists based on bitrate. Primarly, though, this release is to apply fix for CVE-2008-1771. Thanks to Nico Golde for bringing it to light.
0.2.4.1
Security updates for two DOS and one format string vulnerability.

(adrianp)

2008-05-14 20:29:40 UTC MAIN commitmail json YAML

2008-05-14 20:26:53 UTC MAIN commitmail json YAML