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


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




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 03:09:34 UTC Now

2011-03-04 11:57:21 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 3.6.13

(obache)

2011-03-04 11:57:04 UTC MAIN commitmail json YAML

2011-03-04 11:34:12 UTC MAIN commitmail json YAML

Use AC_LINK_IFELSE instead of AC_COMPILE_IFELSE for __thread,
or unwanted detect of TLS support on NetBSD-5.1.

(obache)

2011-03-04 08:15:50 UTC MAIN commitmail json YAML

add and enable suse113_32_libcurl and suse113_libcurl

(jnemeth)

2011-03-04 04:35:06 UTC MAIN commitmail json YAML

Updated www/ja-trac to 0.12.2pl1

(obache)

2011-03-04 04:34:52 UTC MAIN commitmail json YAML

Update ja-trac to 0.12.2pl1, a.k.a. 0.12.2.ja1.

Trac-0.12.2.ja1 (Mar 4, 2011)
* Merge Trac-0.12.2.
* Translate default Wiki pages into Japanese.
  - trac/wiki/default-pages/*
* Translate document for trac.ini options into Japanese.
  - trac/ticket/api.py
  - trac/ticket/notification.py
  - trac/search/web_ui.py

Trac 0.12.2 (January 31, 2011)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.2

This list contains only a few highlights:
- install: improved robustness of Trac installation if Babel is
  installed after the fact (#9439, #9595, #9961)
- notifications: support for Asian character width (#4717)
- roadmap: fix display of progress bar in some corner cases (#9718)
  and respect the overall_completion milestone group setting (#9721)
- reports: reports and queries look much better, as the columns now
  keep the same width across groups; the absence of word wrapping in
  reports has been fixed (#9825)
- web admin: improved layout (#8866, #9963)
- web: it's now possible to log in different Trac instances sharing
  the same URL prefix (e.g. /project and /project-test) (#9951)

(obache)

2011-03-04 03:53:57 UTC MAIN commitmail json YAML

Note addition of net/bind98 pacakge version 9.8.0.

(taca)

2011-03-04 03:53:20 UTC MAIN commitmail json YAML

Add and enable bind98.

(taca)

2011-03-04 03:52:15 UTC MAIN commitmail json YAML

Importing BIND 9.8.0 as net/bind98.

Full release note:
http://ftp.isc.org/isc/bind9/9.8.0/RELEASE-NOTES-BIND-9.8.html

New Features

9.8.0

    * The ADB hash table stores informations about which authoritative
      servers to query about particular domains. Previous versions of
      BIND had the hash table size as a fixed value. On a busy recursive
      server, this could lead to hash table collisions in the ADB cache,
      resulting in degraded response time to queries. Bind 9.8 now has a
      dynamically scalable ADB hash table, which helps a busy server to
      avoid hash table collisions and maintain a consistent query
      response time. [RT #21186]
    * BIND now supports a new zone type, static-stub. This allows the
      administrator of a recursive nameserver to force queries for a
      particular zone to go to IP addresses of the administrator's
      choosing, on a per zone basis, both globally or per view. I.e. if
      the administrator wishes to have their recursive server query
      192.0.2.1 and 192.0.2.2 for zone example.com rather than the
      servers listed by the .com gTLDs, they would configure example.com
      as a static-stub zone in their recursive server. [RT #21474]
    * BIND now supports Response Policy Zones, a way of expressing
      "reputation" in real time via specially constructed DNS zones. See
      the draft specification here:
      http://ftp.isc.org/isc/dnsrpz/isc-tn-2010-1.txt [RT #21726]
    * BIND 9.8.0 now has DNS64 support. named synthesizes AAAA records
      from specified A records if no AAAA record exists. IP6.ARPA CNAME
      records will be synthesized from corresponding IN-ADDR.ARPA. [RT
      #21991/22769]
    * Dynamically Loadable Zones (DLZ) now support dynamic updates.
      Contributed by Andrew Tridgell of the Samba Project. [RT #22629]
    * Added a "dlopen" DLZ driver, allowing the creation of external DLZ
      drivers that can be loaded as shared objects at runtime rather than
      having to be linked with named at compile time. Currently this is
      switched on via a compile-time option, "configure
      --with-dlz-dlopen". Note: the syntax for configuring DLZ zones is
      likely to be refined in future releases. Contributed by Andrew
      Tridgell of the Samba Project. [RT #22629]
    * named now retains GSS-TSIG keys across restarts. This is for
      compatibility with Microsoft DHCP servers doing dynamic DNS updates
      for clients, which don't know to renegotiate the GSS-TSIG session
      key when named restarts. [RT #22639]
    * There is a new update-policy match type "external". This allows
      named to decide whether to allow a dynamic update by checking with
      an external daemon. Contributed by Andrew Tridgell of the Samba
      Project. [RT #22758]
    * There have been a number of bug fixes and ease of use enhancements
      for configuring BIND to support GSS-TSIG [RT #22629/22795]. These
      include:
          + Added a "tkey-gssapi-keytab" option. If set, dynamic updates
            will be allowed for any key matching a Kerberos principal in
            the specified keytab file. "tkey-gssapi-credential" is no
            longer required and is expected to be deprecated. Contributed
            by Andrew Tridgell of the Samba Project. [RT #22629]
          + It is no longer necessary to have a valid /etc/krb5.conf file.
            Using the syntax DNS/hostname@REALM in nsupdate is sufficient
            for to correctly set the default realm. [RT #22795]
          + Documentation updated new gssapi configuration options (new
            option tkey-gssapi-keytab and changes in
            tkey-gssapi-credential and tkey-domain behavior). [RT 22795]
          + DLZ correctly deals with NULL zone in a query. [RT 22795]
          + TSIG correctly deals with a NULL tkey->creator. [RT 22795]
    * A new test has been added to check the apex NSEC3 records after
      DNSKEY records have been added via dynamic update. [RT #23229]
    * RTT banding (randomized server selection on queries) was introduced
      in BIND releases in 2008, due to the Kaminsky cache poisoning bug.
      Instead of always picking the authoritative server with the lowest
      RTT to the caching resolver, all the authoritative servers within
      an RTT range were randomly used by the recursive server.
      While this did add an extra bit of randomness that an attacker had
      to overcome to poison a recursive server's cache, it also impacts
      the resolver's speed in answering end customer queries, since it's
      no longer the fastest auth server that gets asked. This means that
      performance optimizations, such using topologically close
      authoritative servers, are rendered ineffective.
      ISC has evaluated the amount of security added versus the
      performance hit to end users and has decided that RTT banding is
      causing more harm than good. Therefore, with this release, BIND is
      going back to the server selection used prior to adding RTT
      banding. [RT #23310]

Feature Changes

9.8.0

    * There is a new option in dig, +onesoa, that allows the final SOA
      record in an AXFR response to be suppressed. [RT #20929
    * There is additional information displayed in the recursing log
      (qtype, qclass, qid and whether we are following the original
      name). [RT #22043]
    * Added option 'resolver-query-timeout' in named.conf (max query
      timeout in seconds) to set a different value than the default (30
      seconds). A value of 0 means 'use the compiled in default';
      anything longer than 30 will be silently set to 30. [RT #22852]
    * For Mac OS X, you can now have the test interfaces used during
      "make test" stay beyond reboot. See bin/tests/system/README for
      details.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-03-04 03:14:51 UTC MAIN commitmail json YAML

Note update of subversion and related packages.

(taca)

2011-03-04 03:12:36 UTC MAIN commitmail json YAML

Update subversion package to 1.6.16.

Security fix seems to related to www/ap2-subversion.

Version 1.6.16
(02 Mar 2011, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.16

  User-visible changes:
  * more improvement to the 'blame -g' memory leak from 1.6.15 (r1041438)
  * avoid a crash in mod_dav_svn when using locks (r1071239, -307)
            See CVE-2011-0715, and descriptive advisory at
            http://subversion.apache.org/security/CVE-2011-0715-advisory.txt
  * avoid unnecessary globbing for performance (r1068988)
  * don't add tree conflicts when one already exists (issue #3486)
  * fix potential crash when requesting mergeinfo (r902467)
  * don't attempt to resolve prop conflicts in 'merge --dry-run' (r880146)
  * more fixes for issue #3270.

  Developer-visible changes:
  * ensure report_info_t is properly initialized by ra_serf (r1058722)
  * locate errors properly on a malfunction (r1053208)
  * fix output param timing of svn_fs_commit_txn() on fsfs (r1051751)
  * for svn_fs_commit_txn(), set invalid rev on failed commit (r1051632, -8)
  * fix sporadic Ruby bindings test failures (r1038792)
  * fix JavaHL JVM object leak when dumping large revisions (r947006)
  * use Perl to resolve symlinks when building swig-pl (r1039040)
  * allow Perl bindings to build within a symlinked working copy (r1036534)
  * don't overwrite the LD_LIBRARY_PATH during make check-swig-pl (r946355)
  * improve unit tests for some fs functions (r1051744, -5, -3185, -241)

(taca)

2011-03-03 23:16:05 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-context-doc, tex-latex-bin-doc,
tex-luatex-doc, tex-pdftex, and tex-pdftex-doc.

(minskim)

2011-03-03 23:13:21 UTC MAIN commitmail json YAML

2011-03-03 22:28:23 UTC MAIN commitmail json YAML

2011-03-03 22:26:26 UTC MAIN commitmail json YAML

2011-03-03 22:24:02 UTC MAIN commitmail json YAML

Update tex-hyperref{,-doc} to 6.82a.

Changes:
    * Options `hidelinks', `allcolors' and `allbordercolors' added.
    * \pdfstringdef: \begin, \end, \foreignlanguage catched.
    * Options `pdfpagelabels' and `pageanchor': some support for class
      with its page counters (slide/overlay/note/page) added.+ *
      Option `pageanchor': Double string escaping removed for default
      setting hypertexnames=true, plainpages=false.

(minskim)

2011-03-03 22:13:19 UTC MAIN commitmail json YAML

2011-03-03 21:06:17 UTC MAIN commitmail json YAML

Note PKGREVISION bump of latex-mk.

(minskim)

2011-03-03 21:05:42 UTC MAIN commitmail json YAML

Reduce dependencies of latex-mk.  It does not need the entire teTeX.

(minskim)

2011-03-03 19:15:07 UTC MAIN commitmail json YAML

2011-03-03 19:14:05 UTC MAIN commitmail json YAML

Import tex-cmextra-2010 as fonts/tex-cmextra.

This package provides extra fonts for the Computer Modern family.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-03 19:00:31 UTC MAIN commitmail json YAML

Updated graphics/ocrad to 0.21

(gdt)

2011-03-03 18:02:53 UTC MAIN commitmail json YAML

2011-03-03 14:48:58 UTC MAIN commitmail json YAML

Update to 0.21.  Upstream NEWS says:

  Changes in version 0.21:

  Some internal errors triggered by noisy input have been fixed.
  The chapter "OCR Results File" has been added to the manual.
  Stdin and stdout are now set in binary mode on MSVC and OS2.

(gdt)

2011-03-03 13:30:00 UTC MAIN commitmail json YAML

2011-03-03 13:10:56 UTC MAIN commitmail json YAML

2011-03-03 13:06:49 UTC MAIN commitmail json YAML

Add destdir installation support.
XXX: xload and xterm have suid root

(obache)

2011-03-03 12:55:48 UTC MAIN commitmail json YAML

2011-03-03 12:08:46 UTC MAIN commitmail json YAML

2011-03-03 12:08:01 UTC MAIN commitmail json YAML

Added x11/py-vte version 0.26.2

(obache)

2011-03-03 12:07:40 UTC MAIN commitmail json YAML

Import py-vte-0.26.2 as x11/py-vte.

Terminal widget with improved font, internationalisation and
accessibility support for the GNOME 2 desktop.

This pakcage provide python bindings for the Vte terminal widget.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2011-03-03 12:05:23 UTC MAIN commitmail json YAML

split out distribution file related part to Makefile.common.

(obache)

2011-03-03 11:45:48 UTC MAIN commitmail json YAML

Updated x11/qt4 to 4.7.2

(adam)

2011-03-03 11:39:48 UTC MAIN commitmail json YAML

Changes 1.3.0:
* GPGME does not come with an internal libassuan version anymore.
  The external libassuan 1.1.0 release or later is required.  For
  application programmers on systems that can resolve inter-library
  dependencies at runtime, this is a transparent change.
* New engine GPGME_PROTOCOL_G13 to support the new g13 tool.
* New engine GPGME_PROTOCOL_UISERVER to support UI Servers.
* New API to change the passpgrase of a key.

(adam)

2011-03-03 10:51:59 UTC MAIN commitmail json YAML

To work properly, modification of /etc/services is needed.

(ryoon)

2011-03-03 10:50:53 UTC MAIN commitmail json YAML

Mention services database.

(ryoon)

2011-03-03 10:31:30 UTC MAIN commitmail json YAML

Remove freefont

(ryoon)

2011-03-03 10:30:26 UTC MAIN commitmail json YAML

Updated fonts/freefont-ttf to 20100919

(ryoon)

2011-03-03 10:29:04 UTC MAIN commitmail json YAML

Update to 20100919

I have modified some lines to clear pkglint's warnings.

Changelog:
* Many characters are added.
* Many glyphs are corrected.
* To know details, please see Changelog file in archive.

(ryoon)

2011-03-03 07:28:02 UTC pkgsrc-2010Q4 commitmail json YAML

2011-03-03 07:26:41 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket #3368 - requested by taca
net/samba35 security fix.

Revisions pulled up:
- net/samba35/Makefile                                          1.2
- net/samba35/distinfo                                          1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 28 14:34:56 UTC 2011

Modified Files:
pkgsrc/net/samba35: Makefile distinfo

Log Message:
Update samba35 pacakge to 3.5.7.

Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.

o  CVE-2011-0719:
  All current released versions of Samba are vulnerable to
  a denial of service caused by memory corruption. Range
  checks on file descriptors being used in the FD_SET macro
  were not present allowing stack corruption. This can cause
  the Samba code to crash or to loop attempting to select
  on a bad file descriptor set.

  A connection to a file share, or a local account is needed
  to exploit this problem, either authenticated or unauthenticated
  (guest connection).

  Currently we do not believe this flaw is exploitable
  beyond a crash or causing the code to loop, but on the
  advice of our security reviewers we are releasing fixes
  in case an exploit is discovered at a later date.

Changes
-------

o  Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.

(sbd)

2011-03-03 05:50:05 UTC MAIN commitmail json YAML

2011-03-03 04:14:40 UTC MAIN commitmail json YAML

2011-03-03 04:13:27 UTC MAIN commitmail json YAML

Import tex-charter-doc-2010 as fonts/tex-charter-doc.

This is documentation for tex-charter.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-03 04:13:18 UTC MAIN commitmail json YAML

Import tex-charter-2010 as fonts/tex-charter.

A commercial text font donated for the common good. Support for use with
LaTeX is available in freenfss, part of psnfss.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-03 03:17:36 UTC MAIN commitmail json YAML

Note update of tex-dvips.

(minskim)

2011-03-03 03:16:39 UTC MAIN commitmail json YAML

Update tex-dvips{,-doc} to TeX Live r21308.

Changes:
- Added entries for raw-* to fontmaps.

(minskim)

2011-03-02 20:24:55 UTC MAIN commitmail json YAML

Updated chat/cgiirc to 0.5.10

(gls)

2011-03-02 20:24:40 UTC MAIN commitmail json YAML

Update chat/cgiirc to 0.5.10

Upstream changes:

After ~5 years without a release 0.5.10 is now available. This is actually just
0.5.9 with one security fix:
  CVE-2011-0050: XSS in R param in nonjs interface
Thanks to Michael Brooks (Sitewatch) for discovering this.

pkgsrc changes:
- Update MASTER_SITES and HOMEPAGE to point to cgiirc.org
- Add LICENSE

(gls)

2011-03-02 19:07:07 UTC MAIN commitmail json YAML

Note typo3-4.5.2nb1

(bouyer)

2011-03-02 19:06:09 UTC MAIN commitmail json YAML

This requires php-json

(bouyer)

2011-03-02 16:04:19 UTC pkgsrc-2010Q4 commitmail json YAML

2011-03-02 16:01:10 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket 3372 - requested by sbd
build fix for Linux

Revisions pulled up:
- pkgsrc/net/samba35/Makefile 1.3

-----------------------------------------------------------------------------
  Module Name:  pkgsrc
  Committed By: sbd
  Date:        Tue Mar  1 11:28:59 UTC 2011

  Modified Files:
        pkgsrc/net/samba35: Makefile

  Log Message:
  Add --with-cifsumount to CONFIGURE_ARGS on Linux systems in order to build
  umount.cifs

  To generate a diff of this commit:
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/samba35/Makefile

(spz)

2011-03-02 15:45:50 UTC MAIN commitmail json YAML

Remove bochs

(ryoon)

2011-03-02 15:44:52 UTC MAIN commitmail json YAML

Updated emulators/bochs to 2.4.6

(ryoon)

2011-03-02 15:43:12 UTC MAIN commitmail json YAML

Update to 2.4.6.

pkgsrc changes:
* Change CONFIGURE_ARGSs.
* Support GUI debugger.
* Set LICENSE.

Upstream Changelog:
Changes in 2.4.6 (February 22, 2011):

Brief summary :
- Support more host OS to run on:
  - Include win64 native binary in the release.
  - Fixed failures on big endian hosts.
- BIOS: Support for up to 2M ROM BIOS images.
- GUI: select mouse capture toggle method in .bochsrc.
- Ported most of Qemu's 'virtual VFAT' block driver
  (except runtime write support, but plus FAT32 suppport)
- Added write protect option for floppy drives.
- Bugfixes / improved internal debugger + instrumentation.

Detailed change log :

- CPU and internal debugger
  - Implemented Process Context ID (PCID) feature
  - Implemented FS/GS BASE access instructions support
    (according to document from http://software.intel.com/en-us/avx/)
  - Rewritten from scratch SMC detection algorithm
    - Implemented fine-grained SMC detection (on 128 byte granularity)
  - Bugfixes for CPU emulation correctness and stability
    - Fixed failures on Big Endian hosts !
  - Print detailed page walk information and attributes in
    internal debugger 'page' command
  - Updated/Fixed instrumentation callbacks

- Configure and compile
  - Bochs now can be compiled as native Windows x86-64 application
    (tested with Mingw gcc 4.5.1 and Microsoft Visual Studio Express 2010)
  - Added ability to configure CPUID stepping through .bochsrc.
    The default stepping value is 3.
  - Added ability to disable MONITOR/MWAIT support through .bochsrc
    CPUID option. The option is available only if compiled with
    --enable-monitor-mwait configure option.
  - Determine and select max physical address size automatically at
    configure time:
    - 32-bit physical address for 386/486 guests
    - 36-bit physical address for PSE-36 enabled Pentium guest
    - 40-bit physical address for PAE enabled P6 or later guests
  - Update config.guess/config.sub scripts to May 2010 revisions.
  - Update Visual Studio 2008 project files in build/win32/vs2008ex-workspace.zip
  - Added Bochs compilation timestamp after Bochs version string.

- GUI and display libraries (Volker)
  - Added new .bochsrc option to select mouse capture toggle method.
    In addition to the default Bochs method using the CTRL key and the
    middle mouse button there are now the choices:
    - CTRL+F10 (like DOSBox)
    - CTRL+ALT (like QEMU)
    - F12 (replaces win32 'legacyF12' option)
  - display library 'x' now uses the desktop size for the maximum guest resolution

- ROM BIOS
  - Support for up to 2M ROM BIOS images

- I/O Devices
  - 3 new 'pseudo device' plugins created by plugin separation (see below)
  - Fixes for emulated DHCP in eth_vnet (patch from @SF tracker)
  - Added support for VGA graphics mode with 400 lines (partial fix for SF bug #2948724)
  - NE2K: Fixed "send buffer" command issue on big endian hosts
  - USB
    - converted common USB code plus devices to the new 'usb_common' plugin
      Now the USB device classes no longer exist twice if both HC plugins are loaded.
    - added 'pseudo device' in common USB code for the device creation. This makes
      the HCs independent from the device specific code.
    - USB MSD: added support for disk image modes (like ATA disks)
    - USB printer: output file creation failure now causes a disconnect
    - re-implemented "options" parameter for additional options of connected
      devices (currently only used to set the speed reported by device and to
      specify an alternative redolog file of USB MSD disk image modes)
  - hard drive
    - new disk image mode 'vvfat'
      - ported the read-only part of Qemu's 'virtual VFAT' block driver
      - additions: configurable disk geometry, FAT32 support, read MBR and/or
        boot sector from file, volatile write support using hdimage redolog_t
        class, optional commit support on Bochs exit, save/restore file
        attributes, 1.44 MB floppy support, set file modification date/time
    - converted the complete hdimage stuff to the new 'hdimage' plugin
    - new hdimage method get_capabilities() that can return special flags
    - vmware3, vmware4 and vvfat classes now return HDIMAGE_HAS_GEOMETRY flag
    - other disk image modes by default return HDIMAGE_AUTO_GEOMETRY if
      cylinder value is set to 0
    - multiple sector read/write support for some image modes
    - new log prefix "IMG" for hdimage messages
  - floppy
    - added write protect option for floppy drives (based on @SF patch by Ben Lunt)
    - vvfat support
    - bugfix: close images on exit
  - SB16
    - converted the sound output module stuff to the new 'soundmod' plugin

- SF patches applied
[3164945] hack to compile under WIN64 by Darek Mihocka and Stanislav
[3164073] Fine grain SMC invalidation by Stanislav
[1539417] write protect for floppy drives by Ben Lunt
[2862322] fixes for emulated DHCP in eth_vnet

- these S.F. bugs were closed/fixed
[2588085] Mouse capture
[3140332] typo in mf3/ps2 mapping of BX_KEY_CTRL_R
[3111577] No "back" option in log settings
[3108422] Timing window in NE2K emulation
[3084390] Bochs won't load floppy plugin right on startup
[3043174] Docbook use of '_' build failure
[3085140] Ia_arpl_Ew_Rw definition of error
[3078995] ROL/ROR/SHL/SHR modeling wrong when dest reg is 32 bit
[2864794] BX_INSTR_OPCODE in "cpu_loop" causes crash in x86_64 host
[2884071] [AIX host] prefetch: EIP [00010000] > CS.limit [0000ffff]
[3053542] 64 bit mode: far-jmp instruction is error
[3011112] error compile vs2008/2010 with X2APIC
[3002017] compile error with vs 2010
[3009767] guest RFLAGS.IF blocks externel interrupt in VMX guest mode
[2964655] VMX not enabled in MSR IA32_FEATURE_CONTROL
[3005865] IDT show bug
[3001637] CMOS MAP register meaning error
[2994370] Cannot build with 3DNow support

- these S.F. feature requests were closed/implemented
[1510142] Native Windows XP x64 Edition binary
[1062553] select mouse (de)activation in bochsrc
[2930633] legacy mouse capture key : not specific enough
[2930679] Let user change mouse capture control key
[2803538] Show flags for pages when using "info tab"

-------------------------------------------------------------------------
Changes in 2.4.5 (April 25, 2010):

Brief summary :
- Major configure/cpu rework allowing to enable/disable CPU options at runtime
  through .bochsrc (Stanislav)
- Bugfixes for CPU emulation correctness and stability
- Implemented X2APIC extensions (Stanislav)
- Implemented Intel VMXx2 extensions (Stanislav)
  - Extended VMX capability MSRs, APIC Virtualization,
    X2APIC Virtualization, Extended Page Tables (EPT),
    VPID, Unrestricted Guests, new VMX controls.
- Implemented PCLMULQDQ AES instruction
- Extended Bochs internal debugger functionality
- USB HP DeskJet 920C printer device emulation (Ben Lunt)

Detailed change log :

- Configure rework
  - Deprecate --enable-popcnt configure option. POPCNT instruction will be
    enabled automatically iff SSE4_2 is supported (like in hardware).

  - Make --ignore-bad-msrs runtime option in .bochsrc. Old --ignore-bad-msrs
    configure option is deprecated and should not be used anymore.

  - Enable changing part of CPU functionality at runtime through .bochsrc.
    - Now you could enable/disable any of SSEx/AES/MOVBE/SYSENTER_SYSEXIT/XSAVE
      instruction sets using new CPUID option in .bochsrc.
    - When x86-64 support is compiled in, you could enable/disable long mode
      1G pages support without recompile using new CPUID option in .bochsrc.
    Configure options:
      --enable-mmx, --enable-sse, --enable-movbe, --enable-xsave,
      --enable-sep, --enable-aes, --enable-1g-pages
    are deprecated and should not be used anymore.

  - Local APIC configure option --enable-apic is deprecated and should not
    be used anymore. The LAPIC option now automatically determined from
    other configure options. XAPIC functionality could be enabled using
    new CPUID .bochsrc option.

  - Changed default CPU configuration (generated by configure script with
    default options) to BX_CPU_LEVEL=6 with SSE2 enabled.

- CPU
  - Implemented PCLMULQDQ AES instruction
  - Implemented X2APIC extensions / enable extended topology CPUID leaf (0xb),
    in order to enable X2APIC configure with --enable-x2apic
  - Implemented Intel VMXx2 extensions:
    - Enabled extended VMX capability MSRs
    - Implemented VMX controls for loading/storing of MSR_PAT and MSR_EFER
    - Enabled/Implemented secondary proc-based vmexec controls:
      - Implemented APIC virtualization
      - Implemented Extended Page Tables (EPT) mode
      - Implemented Descriptor Table Access VMEXIT control
      - Implemented RDTSCP VMEXIT control
      - Implemented Virtualize X2APIC mode control
      - Implemented Virtual Process ID (VPID)
      - Implemented WBINVD VMEXIT control
      - Implemented Unrestricted Guest mode
    In order to enable emulation of VMXx2 extensions configure with
        --enable-vmx=2 option (x86-64 must be enabled)
  - Bugfixes for CPU emulation correctness
  - Fixed Bochs crash when accessing the first byte above emulated memory size

- Internal Debugger
  - Introduced range read/write physical watchpoints
  - Allow reloading of segment registers from internal debugger
  - Improved verbose physical memory access tracing

- BIOS
  - Fix MTRR configuration (prevented boot of modern Linux kernels)
  - Fix interrupt vectors for INT 60h-66h (reserved for user interrupt) by
    setting them to zero
  - Fix BIOS INT13 function 08 when the number of cylinders on the disk = 1

- I/O Devices
  - USB HP DeskJet 920C printer device emulation (Ben Lunt)

- Misc
  - Updated Bochs TESTFORM to version 0.5

- SF patches applied
[2864402] outstanding x2apic patches by Stanislav
[2960379] Fix build with -Wformat -Werror=format-security by Per Oyvind Karlsen
[2938273] allow instrumentation to change execute by Konrad Grochowski
[2926072] Indirection operators in expressions by Derek Peschel
[2914433] makesym.perl misses symbols by John R. Jackson
[2908481] USB Printer by Ben Lunt

- these S.F. bugs were closed/fixed
[2861662] dbg_xlate_linear2phy needs to be updated
[2956217] INT13 AH=8 returns wrong values when cylinders=1
[2981161] Allow DMA transfers to continue when CPU is in HALT state
[2795115] NX fault could be missed
[2964824] bad newline sequence in aspi-win32.h
  [913419] configure options and build process needs some work
[2938398] gdbstub compile error with x86_64 enabled
[2734455] shutdown/reset type 05 should reinit the PICs
[1921294] extended memory less than 1M wrong size
[1947249] BX_USE_EBDA_TABLES and MP table placement
[1933859] BX_USE_EBDA_TABLES and memory overlapping
[2923680] "help dregs" is a syntax error
[2919661] CPU may fail to do 16bit near call
[2790768] Memory corruption with SMP > 32, Panic BIOS Keyboard Error
[2902118] interrupts vectors 0x60 to 67 should be NULL !
[2912502] Instruction Pointer behaving erratically
[2901047] Bochs crashed, closed by guest os
[2905385] Bochs crash
[2901481] Instruction SYSRET and SS(PL)
[2900632] Broken long mode RETF to outer priviledge with null SS
[1429011] Use bx_phyaddr_t for physaddr vars and bx_adress for lin adr

- these S.F. feature requests were closed/implemented
[2955911] RPM preuninstall scriptlet removes /core
[2947863] don't abort on unrecognised options
[2878861] numerics in the disassembler output
[2900619] make more CPU state changeable

-------------------------------------------------------------------------
Changes in 2.4.2 (November 12, 2009):

- CPU and internal debugger
  - VMX: Implemented TPR shadow VMEXIT
  - Bugfixes for CPU emulation correctness (mostly for VMX support).
  - Bugfixes and updates for Bochs internal debugger
    - On SMP system stepN command now affects only current processor

- Memory
  - Bugfixes for > 32-bit physical address space.
  - Allow to emulate more physical memory than host actually could or would
    like to allocate. For more details look for new .bochsrc 'memory' option.

- Cleanup configure options
  - All paging related options now will be automatically determined according
    to  --enable-cpu-level option. Related configure options
        --enable-global-pages, --enable-large-pages,
        --enable-pae, --enable-mtrr
    are deprecated now. Only 1G paging option still remaining unchanged.
  - Deprecate --enable-daz configure option. Denormals-are-zeros MXCSR control
    will be enabled automatically iff SSE2 is supported (like in hardware).
  - Deprecate --enable-vme configure option, now it will be supported iff
    CPU_LEVEL >= 5 (like in hardware).

- I/O Devices
  - Bugfixes for 8254 PIT, VGA, Cirrus-Logic SVGA, USB UCHI

- SF patches applied
[2817840] Make old_callback static by Mark Marshall
[2874004] fix for VMWRITE instruction by Roberto Paleari
[2873999] fix CS segment type during fast syscall invocation by Roberto Paleari
[2864389] Debugger gui maximize on startup by Thomas Nilsen
[2817868] Rework loops in the memory code by Mark Marshall
[2812948] PIT bug by Derek

- these S.F. bugs were closed/fixed
[2833504] GUI debugger bug-about GDT display
[2872244] BIOS writes not allowed value to MTRR MSR causing #GP
[2885383] SDL GUI memory leak
[2872290] compilation in AIX5.3 ML10 failes
[2867904] crash with cirrus bx_vga_c::mem_write
[2851495] BIOS PCI returns with INT flag = 0
[2860333] vista 64 guest STOP 109 (GDT modification)
[2849745] disassembler bug for 3DNow and SSE opcodes
[1066748] Wrong registers values after #RESET, #INIT
[2836893] Regression: Windows XP installer unable to format harddrive
[2812239] VMX: VM-Exit: Incorrect instruction length on software int
[2814130] bx_debug lex/yacc files incorrectly generated
[2813199] MP Tables Missing From BIOS
[2824093] VMX exception bug
[2811909] VMX : CS Access-rights Type.Accessed stays 0
[2810571] Compile Errors on OSX
[2823749] GCC regression or VM_EXIT RDMSR/WRMSR bug
[2815929] Vista/XP64 unnecessary panic
[2803519] Wrong example in man page bochsrc

- these S.F. feature requests were closed/implemented
  [422766] Large Memory configurations
[1311287] Idea for a better GUI
  [455971] USB support
  [615363] debugger shortcut for repeat last cmd

-------------------------------------------------------------------------
Changes in 2.4.1 (June 7, 2009):

- Fixed bunch of CPUID issues
  - Bochs is now able to install and boot 64-bit Windows images!
    (special thanks to Mark Ebersole for his patch)
- Several bugfixes in CPU emulation (mostly for x87 instructions)
- Fixed two critical deadlock bugs in the Win32 gui (patches from @SF tracker)
- Fixes related to the 'show ips' feature
  - removed conflicting win32-specific alarm() functions ('win32' and 'sdl' gui)
  - feature now works in wx on win32
- Added support for gdb stub on big endian machine (patch by Godmar Back)
- Rewritten obsolete hash_map code in dbg symbols module (patch from @SF)
- BIOS: implemented missing INT 15h/89h (patch by Sebastian Herbszt)

-------------------------------------------------------------------------
Changes in 2.4 (May 3, 2009):

Brief summary :

- Added graphical Bochs debugger frontend for most of the supported platforms.
  - Thanks for Chourdakis Michael and Bruce Ewing.
- Many new CPU features in emulation
  - Support for > 32 bit physical address space and configurable MSRs
  - VMX, 1G pages in long mode, MOVBE instruction
- Bugfixes for CPU emulation correctness, debugger and CPU instrumentation.
- New config interface 'win32config' with start and runtime menu
- USB: added OHCI support, external hub and cdrom
- Added user plugin interface support.

Detailed change log :

- CPU and internal debugger
  - Support for VMX hardware emulation in Bochs CPU, to enable configure with
        --enable-vmx option
    Nearly complete VMX implementation, with few exceptions:
      - Dual-monitor treatment of SMIs and SMM not implemented yet
      - NMI virtualization, APIC virtualization not implemented yet
      - VMENTER to not-active state not supported yet
      - No advanced features like Extended Page Tables or VPID
  - Support for configurable MSR registers emulation, to enable configure with
        --enable-configurable-msrs option
    Look for configuration example in .bochsrc and msrs.def
  - Support new Intel Atom(R) MOVBE instruction, to enable configure with
        --enable-movbe option
  - Support for 1G pages in long mode, to enable configure with
        --enable-1g-pages option
  - Support for > 32 bit physical address space in CPU. Up to 36 bit could be
    seen in legacy mode (PAE) and up to 40 bit in x86-64 mode.
    Still support the same amount of the physical memory in the memory object,
    so system with > 4Gb of RAM yet cannot be emulated.
    To enable configure with --enable-long-phy-address option.
  - Implemented modern BIOSes mode limiting max reported CPUID function
    to 3 using .bochsrc CPU option. The mode is required in order to
    correctly install and boot WinNT.
  - Added ability to configure CPUID vendor/brand strings through .bochsrc
    (patch from @SF by Doug Reed).
  - Many bugfixes for CPU emulation correctness (both x86 and x86-64).
  - Updated CPU instrumentation callbacks.
  - Fixed Bochs internal debugger breakpoints/watchpoints handling.

- Configure and compile
  - Added ability to choose Bochs log file name and Bochs debugger log file
    name from Bochs command line (using new -log and -dbglog options)
  - Removed Peter Tattam's closed source external debugger interface from
    the code.
  - Removed --enable-guest2host-tlb configure option. The option is always
    enabled for any Bochs configuration.
  - Removed --enable-icache configure option. The option is always enabled
    for any Bochs configuration. Trace cache support still remains optional
    and could be configured off.
  - Added configure option to compile in GUI frontend for Bochs debugger,
    to enable configure with --enable-debugger-gui option.
    The GUI debugger frontend is enabled by default with Bochs debugger.
  - Removed --enable-port-e9-hack configure option. The feature now could be
    configured at runtime through .bochsrc.
  - Added configure option to enable/disable A20 pin support. Disabling the
    A20 pin support slightly speeds up the emulation.
  - reduced dependencies between source files for faster code generation

- BIOS
  - Added S3 (suspend to RAM) ACPI state to BIOS (patch by Gleb Natapov)
  - Implemented MTRR support in the bios (patches by Avi Kivity and Alex
    Williamsion with additions by Sebastian Herbszt)
  - Bug fixes

- I/O Devices
  - Added user plugin support
  - remaining devices converted to plugins: pit, ioapic, iodebug
  - added 'plugin_ctrl' bochsrc option to control the presence of optional
    device plugins without a separate option. By default all plugins are enabled.
  - added register mechanism for removable mouse and keyboard devices
  - Hard drive / cdrom
    - PACKET-DMA feature now supported by all ATAPI commands
    - ATAPI command 0x1A added (based on the Qemu implementation)
  - sb16
    - Added ALSA sound support on Linux (PCM/MIDI output)
    - FM synthesizer now usable with MIDI output (simple piano only)
      - Fixed OPL frequency to MIDI note translation
      - Fixed MIDI output command
  - keyboard
    - added keyboard controller commands 0xCA and 0xCB
  - USB
    - USB code reorganized to support more HC types and devices
    - added USB OHCI support written by Ben Lunt
    - added external USB hub support (initial code ported from Qemu)
    - added USB cdrom support (SCSI layer ported from Qemu)
    - added status bar indicators to show data transfer
  - VGA
    - VBE video memory increased to 16 MB
    - implemented changeable VBE LFB base address (PCI only, requires latest
      BIOS and VGABIOS images)
  - I/O APIC
    - implemented I/O APIC device hardware reset

- Config interface
  - new config interface 'win32config' with start and runtime menu is now
    the default on Windows ('textconfig' is still available)
  - win32 device config dialogs are now created dynamicly from a parameter list
    (works like the wx ParamDialog)
  - changes in textcofig and the wx ParamDialog for compatibility with the new
    win32 dialog behaviour
  - Bochs param tree index keys are case independent now
  - some other additions / bugfixes in the simulator interface code

- Misc
  - updated LGPL'd VGABIOS to version 0.6c
  - Updated Bochs TESTFORM to version 0.4

- SF patches applied
[2784858] IO Handler names are not compared properly
[2712569] Legacy bios serial data buffer timeout bug by grybranix
[2655090] 64 bit BSWAP with REX.W broken by M. Eby
[2645919] CR8 bug when reading by M. Eby
[1895665] kvm: bios: add support to memory above the pci hole by Izik Eidus
[2403372] rombios: check for valid cdrom before using it by Sebastian
[2307269] acpi: handle S3 by Sebastian
[2354134] TAP networking on Solaris/Sparc repaired
[2144692] The scsi device can not complete its writing data command by naiyue
[1827082] [PATCH] Configurable CPU vendor by Marcel Sondaar
[2217229] Panic on EBDA overflow in rombios32 by Sebastian
[2210194] Log pci class code by Sebastian
[1984662] red led for disk write and titlebar mod by ggbsf
[2142955] Fix for monitor/mwait by Doug Gibson
[2137774] Patch to fix bug: cdrom: read_block: lseek returned error by Gabor Olah
[2134642] Fix scan_to_scanascii table for F11 and F12 by Ben Guthro & Steve Ofsthun
[2123036] sdl fullscreen fix by ggbsf
[2073039] Remove CMOS accsess from AML code by Gleb Natapov
[2072168] smbios: add L1-L3 cache handle to processor information by Sebastian
[2055416] bochsrc cpu options for cpuid vendor and brand string by Doug Reed
[2035278] rombios: Fix return from BEV via retf by Sebastian
[2035260] rombios: El Torito load segment fix by Sebastian
[2031978] Fix VMware backdoor command 0Ah by Jamie Lokier
[2015277] Remove obsolete comment about DATA_SEG_DEFS_HERE hack by Sebastian
[2011268] Set new default format and unit only if both are supported by Sebastian
[2001919] gdbstub: fix qSupported reply by Sebastian
[2001912] gdbstub: enclose packet data by apostrophes by Sebastian
[1998071] fix missing SIGHUP and SIGQUIT with term ui on mingw by Sebastian
[1998063] fix wrong colors with term ui by Sebastian
[1995064] Compile fix needed for --enable-debugger and gcc 4.3 by Hans de Goede
[1994564] Fix typo in RDMSR BX_MSR_MTRRFIX16K_A0000 by Sebastian
[1994396] Change hard_drive_post #if by Sebastian
[1993235] TESTFORM email address update by Sebastian
[1992322] PATCH: fix compilation of bochs 2.3.7 on bigendian machines by Hans de Goede
[1991280] Shutdown status code 0Ch handler by Sebastian
[1990108] Shutdown status code 0Bh handler by Sebastian
[1988907] Shutdown status code 0Ah handler by Sebastian
[1984467] two typos in a release! (2.3.7)
[1981505] Init PIIX4 PCI to ISA bridge and IDE by Sebastian

- these S.F. bugs were closed/fixed
[2784148] an integer overflow BUG of Bochs-2.3.7 source code
[2695273] MSVC cpu.dsp failure in 2.3.7.zip
  [616114] Snapshot/Copy crash on Win2K
[2628318] 'VGABIOS-latest' bug
[1945055] can't 'make install' lastest bochs on loepard
[2031993] Mac OS X Makefile bug
[1843199] install error on mac osx
[2710931] Problem compiling both instrumentation and debugger
[2617003] ExceptionInfo conflicts with OS X api
[2609432] stepping causes segfault (CVS)
[2605861] compile error with --enable-smp
[1757068] current cvs(Jul19, 07) failed to boot smp
[2426271] cannot get correct symbol entry
[2471982] VGA character height glitches
[1659659] wrong behaviour a20 at boot
[1998027] minwg + --with-term + --with-out-win32 = link failure
[1871936] bochs-2.3.6 make fails on wx.cc
[1684666] info idt for long mode
[2105989] could not read() hard drive image file at byte 269824
[1173093] Debugger totally not supports x86-64
[1803018] new win32debug dialog problems
[2141679] windows vcc build broken
[2162824] latest cvs fails to compile
[2164506] latest bochs fails to start
[2129223] MOV reg16, SS not working in real mode due to dead code
[2106514] RIS / startrom.com install ALMOST works
[2123358] SMP (HTT): wbinvd executed by CPU1 crashes CPU0
[2002758] Arch Linux: >>PANIC<< ATAPI command with zero byte count
[2026501] El Torito incorrect boot segment:offset
[2029758] BEV can return via retf instead of int 18h
[2010173] x command breaks after one error about x/s or x/i
[1830665] harddrv PANIC: ATAPI command with zero byte count
[1985387] fail to make using gcc4 with --enable-debugger
[1990187] testform feedback
[1992138] Misspell in cpu/ia_opcodes.h

- these S.F. feature requests were closed/implemented
[2175153] Update MSVC project files
  [658800] front end program and bios
[1883370] Make cd and floppy images more usable
  [422783] change floppy size without restarting
[2552685] param tree names should be case insensitive
[1214659] PC Speaker emu turnoff. Plugin Controll.
[1977045] support 40 bit physical address
[1506385] Intel Core Duo VT features
[1429015] Support for user plugins
[1488136] debugger access to floppy controller
[1363136] Full debugger SMP and 64 bit support
[2068304] Support for ACPI
  [431032] debugger "x" command
  [423420] profiling ideas (SMF)
  [445342] Add FM support?
  [928439] alsa

(ryoon)

2011-03-02 15:21:06 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket 3371 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.60
- pkgsrc/net/wireshark/distinfo by patch

Files deleted:
pkgsrc/net/wireshark/patches/patch-af
pkgsrc/net/wireshark/patches/patch-ag

-----------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Wed Mar  2 00:09:15 UTC 2011

  Modified Files:
          pkgsrc/net/wireshark: Makefile distinfo
  Removed Files:
          pkgsrc/net/wireshark/patches: patch-af patch-ag

  Log Message:
  Update "wireshark" package to version 1.4.4. Changes since 1.4.3:
  - Bug Fixes
      The following vulnerabilities have been fixed. See the security
      advisory for details and a workaround.
        o Huzaifa Sidhpurwala of the Red Hat Security Response Team
          discovered that Wireshark could free an uninitialized pointer
          while reading a malformed pcap-ng file. (Bug 5652)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
          CVE-2011-0538
        o Huzaifa Sidhpurwala of the Red Hat Security Response Team
          discovered that a large packet length in a pcap-ng file could
          crash Wireshark. (Bug 5661)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
        o Wireshark could overflow a buffer while reading a Nokia DCT3
          trace file. (Bug 5661)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
          CVE-2011-0713
        o Paul Makowski working for SEI/CERT discovered that Wireshark
          on 32 bit systems could crash while reading a malformed
          6LoWPAN packet. (Bug 5661)
          Versions affected: 1.4.0 to 1.4.3.
        o joernchen of Phenoelit discovered that the LDAP and SMB
          dissectors could overflow the stack. (Bug 5717)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
          versions including 1.0.x are also affected.)
        o Xiaopeng Zhang of Fortinet's Fortiguard Labs discovered that
          large LDAP Filter strings can consume excessive amounts of
          memory. (Bug 5732)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
          versions including 1.0.x are also affected.)
      The following bugs have been fixed:
        o A TCP stream would not always be recognized as the same
          stream. (Bug 2907)
        o Wireshark Crashing by pressing 2 Buttons. (Bug 4645)
        o A crash can occur in the NTLMSSP dissector. (Bug 5157)
        o The column texts from a Lua dissector could be mangled. (Bug
          5326) (Bug 5630)
        o Corrections to ANSI MAP ASN.1 specifications. (Bug 5584)
        o When searching in packet bytes, the field and bytes are not
          immediately shown. (Bug 5585)
        o Malformed Packet: ULP reported when dissecting ULP SessionID
          PDU. (Bug 5593)
        o Wrong IEI in container of decode_gtp_mm_cntxt. (Bug 5598)
        o Display filter does not work for expressions of type BASE_DEC,
          BASE_DEC_HEX and BASE_HEX_DEC. (Bug 5606)
        o NTLMSSP dissector may fail to compile due to space embedded in
          C comment delimiters. (Bug 5614)
        o Allow for name resolution of link-scope and multicast IPv6
          addresses from local host file. (Bug 5615)
        o DHCPv6 dissector formats DUID_LLT time incorrectly. (Bug 5627)
        o Allow for IEEE 802.3bc-2009 style PoE TLVs. (Bug 5639)
        o Various fixes to the HIP packet dissector. (Bug 5646)
        o Display "Day of Year" for January 1 as 1, not 0. (Bug 5653)
        o Accommodate the CMake build on Ubuntu 10.10. (Bug 5665)
        o E.212 MCC 260 Poland update according to local national
          regulatory. (Bug 5668)
        o IPP on ports other than 631 not recognized. (Bug 5677)
        o Potential access violation when writing to LANalyzer files.
          (Bug 5698)
        o IEEE 802.15.4 Superframe Specification - Final CAP Slot always
          0. (Bug 5700)
        o Peer SRC and DST AS numbers are swapped for cflow. (Bug 5702)
        o dumpcap: -q option behavior doesn't match documentation. (Bug
          5716)
  - Updated Protocol Support
    ANSI MAP, BitTorrent, DCM, DHCPv6, DTAP, DTPT, E.212, GSM
    Management, GTP, HIP, IEEE 802.15.4, IPP, LDAP, LLDP, Netflow,
    NTLMSSP, P_Mul, Quake, Skinny, SMB, SNMP, ULP
  - New and Updated Capture File Support
    LANalyzer, Nokia DCT3, Pcap-ng

  To generate a diff of this commit:
  cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/wireshark/Makefile
  cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/wireshark/distinfo
  cvs rdiff -u -r1.1 -r0 pkgsrc/net/wireshark/patches/patch-af \
      pkgsrc/net/wireshark/patches/patch-ag

(spz)

2011-03-02 15:16:27 UTC MAIN commitmail json YAML

2011-03-02 13:36:00 UTC MAIN commitmail json YAML

Use mk/jpeg.buildlink3.mk, instead of graphics/jpeg directly.

(obache)

2011-03-02 13:35:12 UTC MAIN commitmail json YAML

Remove yudit

(ryoon)

2011-03-02 13:34:46 UTC MAIN commitmail json YAML

Updated editors/yudit to 2.9.2

(ryoon)

2011-03-02 13:33:12 UTC MAIN commitmail json YAML

Update to 2.9.2.

Set LICENSE.
Older changelog is not included.

Changelog:
Changes since version 2.9.0:
---------------------------
- Updated to Unicode 5.2.0
- Landscape printing bug fixed
- DOS CRLF with uniconv bug fixed
- Hungarian Runes (PUA) rovasiras glyph adjustments
- Windows port now behaves itself
- Minor enhancements

(ryoon)

2011-03-02 13:24:59 UTC MAIN commitmail json YAML

Remove aria2

(ryoon)

2011-03-02 13:24:30 UTC MAIN commitmail json YAML

Updated net/aria2 to 1.10.9

(ryoon)

2011-03-02 13:22:38 UTC MAIN commitmail json YAML

Update to 1.10.9.

Clear some warnings of pkglint.

Changelog is too long to include here.
See NEWS file.

(ryoon)

2011-03-02 13:15:23 UTC MAIN commitmail json YAML

2011-03-02 13:07:36 UTC MAIN commitmail json YAML

LICENSE=gnu-gpl-v2

(obache)

2011-03-02 12:25:16 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-02 12:08:34 UTC MAIN commitmail json YAML

Added games/onscripter version 20110226

(ryoon)

2011-03-02 12:07:26 UTC MAIN commitmail json YAML

Add onscripter

(ryoon)

2011-03-02 12:05:19 UTC MAIN commitmail json YAML

Import onscripter-20110226 as games/onscripter

ONScripter executes a script for NScripter. NScripter is an engine
for the creation of visual novels on Microsoft Windows.

This package is based on PR pkg/44555 from ISIHARA Takanori.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-03-02 11:02:20 UTC MAIN commitmail json YAML

Fixed INSTALLATION_DIRS (again)

(adam)

2011-03-02 11:01:12 UTC MAIN commitmail json YAML

Fixed INSTALLATION_DIRS

(adam)

2011-03-02 10:14:32 UTC MAIN commitmail json YAML

-disable the "pre-configure" step which turned out to be unnecessary
and could cause problems when building as non-root, from John Marino
-put the build of demo programs (which was optionally, not switched
on per default) into its own pkg, to avoid builds in the "install"
phase and conditional PLIST entries
-misc cleanup, fix a DESTDIR glitch

(drochner)

2011-03-02 06:46:19 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.8

(wiz)

2011-03-02 06:46:11 UTC MAIN commitmail json YAML

Update to 1.8:

1.1. Core

    * Bookmarks are now a core feature (see UpgradeNotes)
    * New listfile: pattern-matching (patterns)
    * Revset syntax supported by most commands
    * Performance improvements for reading large repository indexes
    * Certificate validation for HTTPS proxies

1.2. Subrepos

    * New support for git subrepos
    * Various improvements to merge, update, and commit logic

1.3. Windows

    * Numerous robustness improvements for quirks in Windows file handling
    * Now uses the native ctypes module rather than PyWin32

1.4. Extensions

    * eol: filter aliases for compatibility with win32text
    * mq: --exact option for qpush
    * mq: various robustness improvements
    * progress: remaining time estimates

(wiz)

2011-03-02 06:41:01 UTC MAIN commitmail json YAML

Updated devel/ccache to 3.1.4

(wiz)

2011-03-02 06:40:52 UTC MAIN commitmail json YAML

Update to 3.1.4, inspired by PR 44659 by Marko Schuetz Schmuck:

ccache 3.1.4
Bug fixes

ccache 3.1.3
Bug and portability fixes

ccache 3.1.2
Bug fixes

ccache 3.1.1
Bug fixes

ccache 3.1

New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - Added support for hashing the output of a custom command (e.g.
      `%compiler% --version`) to identify the compiler instead of stat-ing or
      hashing the compiler binary. This can improve robustness when the
      compiler (as seen by ccache) actually isn't the real compiler but another
      compiler wrapper.

    - Added support for caching compilations that use precompiled headers. (See
      the manual for important instructions regarding this.)

    - Locking of the files containing statistics counters is now done using
      symlinks instead of POSIX locks. This should make ccache behave a lot
      better on file systems where POSIX locks are slow or broken (e.g. NFS on
      some systems).

    - Manifest files are now updated without the need of taking locks.

    - Updates of statistics counters are now always done in one of the
      sub-level statistics files. This reduces lock contention, which
      especially improves performance on slow NFS mounts.

    - Reading and writing of statistics counters has been made
      forward-compatible (unknown counters are retained).

    - Files are now read without using mmap(). This has two benefits: it's more
      robust against file changes during reading and it improves performance on
      poor systems where mmap() doesn't use the disk cache.

    - Added `.cp` and `.CP` as known C++ suffixes.

    - Improved logging.

    - Added `-install_name` as an option known to take an argument. (This
      improves statistics when using the Darwin linker.)

Bug fixes

ccache 3.0.1
Bug fixes

ccache 3.0

General
~~~~~~~

    - ccache is now licensed under the GNU General Public License (GPL) version
      3 or later.

Upgrade notes
~~~~~~~~~~~~~

    - The way the hashes are calculated has changed, so you won't get cache
      hits for compilation results stored by older ccache versions. Because of
      this, you might as well clear the old cache directory with `ccache
      --clear` if you want, unless you plan to keep using an older ccache
      version.

New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - ccache now has a ``direct mode'' where it computes a hash of the source
      code (including all included files) and compiler options without
      running the preprocessor. By not running the preprocessor, CPU usage is
      reduced; the speed is somewhere between 1 and 5 times that of ccache
      running in traditional mode, depending on the circumstances. The speedup
      will be higher when I/O is fast (e.g., when files are in the disk cache).
      The direct mode can be disabled by setting +CCACHE_NODIRECT+.

    - Support has been added for rewriting absolute paths to relative paths
      when hashing, in order to increase cache hit rate when building the same
      source code in different directories even when compiling with `-g` and
      when using absolute include directory paths. This is done by setting the
      `CCACHE_BASEDIR` environment variable to an absolute path that specifies
      which paths to rewrite.

    - Object files are now optionally stored compressed in the cache. The
      runtime cost is negligible, and more files will fit in the ccache
      directory and in the disk cache. Set `CCACHE_COMPRESS` to enable object
      file compression. Note that you can't use compression in combination with
      the hard link feature.

    - A `CCACHE_COMPILERCHECK` option has been added. This option tells ccache
      what compiler-identifying information to hash to ensure that results
      retrieved from the cache are accurate. Possible values are: none (don't
      hash anything), mtime (hash the compiler's mtime and size) and content
      (hash the content of the compiler binary). The default is mtime.

    - It is now possible to specify extra files whose contents should be
      included in the hash sum by setting the `CCACHE_EXTRAFILES` option.

    - Added support for Objective-C and Objective-C\+\+. The statistics counter
      ``not a C/C++ file'' has been renamed to ``unsupported source language''.

    - Added support for the `-x` compiler option.

    - Added support for long command-line options.

    - A `CACHEDIR.TAG` file is now created in the cache directory. See
      <http://www.brynosaurus.com/cachedir/>.

    - Messages printed to the debug log (specified by `CCACHE_LOGFILE`) have
      been improved.

    - You can relax some checks that ccache does in direct mode by setting
      `CCACHE_SLOPPINESS`. See the manual for more information.

    - `CCACHE_TEMPDIR` no longer needs to be on the same filesystem as
      `CCACHE_DIR`.

    - The default value of `CCACHE_TEMPDIR` has been changed to
      `$CCACHE_DIR/tmp` to avoid cluttering the top directory.

    - Temporary files that later will be moved into the cache are now created
      in the cache directory they will end up in. This makes ccache more
      friendly to Linux's directory layout.

    - Improved the test suite and added tests for most of the new
      functionality. It's now also possible to specify a subset of tests to
      run.

    - Standard error output from the compiler is now only stored in the cache
      if it's non-empty.

    - If the compiler produces no object file or an empty object file, but
      gives a zero exit status (could be due to a file system problem, a buggy
      program specified by `CCACHE_PREFIX`, etc.), ccache copes with it
      properly.

    - Added `installcheck` and `distcheck` make targets.

    - Clarified cache size limit options' and cleanup semantics.

    - Improved display of cache max size values.

    - The following options are no longer hashed in the preprocessor mode:
      `-imacros`, `-imultilib`, `-iprefix`, `-iquote`, `-isysroot`,
      `-iwithprefix`, `-iwithprefixbefore`, `-nostdinc`, `-nostdinc++` and
      `-U`.

(wiz)

2011-03-02 06:31:35 UTC MAIN commitmail json YAML

libsamplerate-0.1.7 was repacked, changes are harmless.
Set DIST_SUBDIR and regen checksum.

PR 44662 by Bug Hunting.

(wiz)

2011-03-02 05:43:08 UTC MAIN commitmail json YAML

Updated mail/faces to 1.6.1nb5

(obache)

2011-03-02 05:42:41 UTC MAIN commitmail json YAML

* fixes to install libraries as BSD_INSTALL_LIB, not BSD_INSTALL_DATA (patch-ac)
* nearly 10 years forgotten to replace @x11prefix@ with @PREFIX@ in patch-at.
  and no need to restrict to BSDs only in pkgsrc.
* regen patches with recent mkpatches(1).
* use SUBST to replace PREFIX.
* add user-destdir installation.

Bump PKGREVISION.

(obache)

2011-03-02 04:33:23 UTC MAIN commitmail json YAML

NetBSD's patch(1) fails in applying Debian's patch for dvipsk.  Use
GNU patch as a workaround.

This fixes the build problem in PR/44550.

(minskim)

2011-03-02 00:09:30 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.4.4.

(tron)

2011-03-02 00:09:15 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.4.4. Changes since 1.4.3:
- Bug Fixes
  The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
    o Huzaifa Sidhpurwala of the Red Hat Security Response Team
      discovered that Wireshark could free an uninitialized pointer
      while reading a malformed pcap-ng file. (Bug 5652)
      Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
      CVE-2011-0538
    o Huzaifa Sidhpurwala of the Red Hat Security Response Team
      discovered that a large packet length in a pcap-ng file could
      crash Wireshark. (Bug 5661)
      Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
    o Wireshark could overflow a buffer while reading a Nokia DCT3
      trace file. (Bug 5661)
      Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
      CVE-2011-0713
    o Paul Makowski working for SEI/CERT discovered that Wireshark
      on 32 bit systems could crash while reading a malformed
      6LoWPAN packet. (Bug 5661)
      Versions affected: 1.4.0 to 1.4.3.
    o joernchen of Phenoelit discovered that the LDAP and SMB
      dissectors could overflow the stack. (Bug 5717)
      Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
      versions including 1.0.x are also affected.)
    o Xiaopeng Zhang of Fortinet's Fortiguard Labs discovered that
      large LDAP Filter strings can consume excessive amounts of
      memory. (Bug 5732)
      Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
      versions including 1.0.x are also affected.)
  The following bugs have been fixed:
    o A TCP stream would not always be recognized as the same
      stream. (Bug 2907)
    o Wireshark Crashing by pressing 2 Buttons. (Bug 4645)
    o A crash can occur in the NTLMSSP dissector. (Bug 5157)
    o The column texts from a Lua dissector could be mangled. (Bug
      5326) (Bug 5630)
    o Corrections to ANSI MAP ASN.1 specifications. (Bug 5584)
    o When searching in packet bytes, the field and bytes are not
      immediately shown. (Bug 5585)
    o Malformed Packet: ULP reported when dissecting ULP SessionID
      PDU. (Bug 5593)
    o Wrong IEI in container of decode_gtp_mm_cntxt. (Bug 5598)
    o Display filter does not work for expressions of type BASE_DEC,
      BASE_DEC_HEX and BASE_HEX_DEC. (Bug 5606)
    o NTLMSSP dissector may fail to compile due to space embedded in
      C comment delimiters. (Bug 5614)
    o Allow for name resolution of link-scope and multicast IPv6
      addresses from local host file. (Bug 5615)
    o DHCPv6 dissector formats DUID_LLT time incorrectly. (Bug 5627)
    o Allow for IEEE 802.3bc-2009 style PoE TLVs. (Bug 5639)
    o Various fixes to the HIP packet dissector. (Bug 5646)
    o Display "Day of Year" for January 1 as 1, not 0. (Bug 5653)
    o Accommodate the CMake build on Ubuntu 10.10. (Bug 5665)
    o E.212 MCC 260 Poland update according to local national
      regulatory. (Bug 5668)
    o IPP on ports other than 631 not recognized. (Bug 5677)
    o Potential access violation when writing to LANalyzer files.
      (Bug 5698)
    o IEEE 802.15.4 Superframe Specification - Final CAP Slot always
      0. (Bug 5700)
    o Peer SRC and DST AS numbers are swapped for cflow. (Bug 5702)
    o dumpcap: -q option behavior doesn't match documentation. (Bug
      5716)
- Updated Protocol Support
  ANSI MAP, BitTorrent, DCM, DHCPv6, DTAP, DTPT, E.212, GSM
  Management, GTP, HIP, IEEE 802.15.4, IPP, LDAP, LLDP, Netflow,
  NTLMSSP, P_Mul, Quake, Skinny, SMB, SNMP, ULP
- New and Updated Capture File Support
  LANalyzer, Nokia DCT3, Pcap-ng

(tron)

2011-03-01 17:57:16 UTC MAIN commitmail json YAML

2011-03-01 15:44:34 UTC MAIN commitmail json YAML

Removed security/libksba04 successor security/libksba.

(kleink)

2011-03-01 15:40:23 UTC MAIN commitmail json YAML

Remove security/libksba04.  Nothing uses this anymore, there's
security/libksba tracking stable releases, and the distfile is gone.

(kleink)

2011-03-01 15:16:08 UTC MAIN commitmail json YAML

Fix paths (caused by late PKGNAME change). Noted by Timothy E. Larson.

(wiz)

2011-03-01 13:39:51 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-vCard to 2.10

(wiz)

2011-03-01 13:39:41 UTC MAIN commitmail json YAML

Update to 2.10:

2.10 Tue 11 Jan 2011 21:50:02 GMT
    - Merged in quote-printed code (Christian Varga)
    - Cleaned up the tests and code for quote-printed

(wiz)

2011-03-01 11:51:43 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup tickets 3365 3366 3367 3369 3370

(sbd)

2011-03-01 11:29:06 UTC MAIN commitmail json YAML

Set LICENSE and improve COMMENT.

(wiz)

2011-03-01 11:28:59 UTC MAIN commitmail json YAML

Add --with-cifsumount to CONFIGURE_ARGS on Linux systems in order to build
umount.cifs

(sbd)

2011-03-01 11:25:54 UTC MAIN commitmail json YAML

Remove message about deleting distfiles from 2003. Everyone who
reads message files probably already has done it, and we'll never reach
the others, if 5 years don't suffice.

(wiz)

2011-03-01 11:19:50 UTC MAIN commitmail json YAML

destdir installation support.
XXX: for user-destdir, see devtools/M4/UNIX/defines.mk, conf*{OWN,GRP,MODE}.

(obache)

2011-03-01 11:18:34 UTC MAIN commitmail json YAML

No point in pulling in libX11 on native-x installations, and it doesn't
work anyway.

(wiz)

2011-03-01 10:11:54 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket #3370 - requested by taca
lang/pear security fix.

Revisions pulled up:
- lang/pear/Makefile                                            1.15
- lang/pear/distinfo                                            1.7
- lang/pear/patches/patch-aa                                    1.6
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar  1 03:15:17 UTC 2011

Modified Files:
pkgsrc/lang/pear: Makefile distinfo
pkgsrc/lang/pear/patches: patch-aa

Log Message:
Update pear package to 1.9.2, including update of these PEAR packages
Console_GetOpt and Structures_Graph.

PEAR 1.9.2:

Release date: 2011-02-28 18:58 UTC

Changelog:

Important! This is a security fix release. The advisory can be found at
http://pear.php.net/advisory-20110228.txt

Bugs:
* Fixed Bug #17463: Regression: On Windows, svntag [patch by doconnor]
* Fixed Bug #17641: pecl-list doesn't sort packages by name [dufuz]
* Fixed Bug #17781: invalid argument warning on foreach due to an
  empty optional dependencie [dufuz]
* Fixed Bug #17801: PEAR run-tests wrongly detects php-cgi [patch by
  David Jean Louis (izi)]
* Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]
* Fixed Bug #17986: PEAR Installer cannot handle files moved between
  packages [dufuz]
* Fixed Bug #17997: Strange output if directories are not writeable [dufuz]
* Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]
* Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]
* Fixed Bug #18218: "pear package" does not allow the use of late
  static binding [dufuz and Christer Edvartsen]
* Fixed Bug #18238: Wrong return code from "pear help" [till]
* Fixed Bug #18308: Broken error message about missing channel
  validator [yunosh]

This feature is implemented as a result of #18056
* Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]

Console_GetOpt 1.3.0

Release date: 2010-12-11 21:23 UTC

Changelog:

* Implement Request #13140: [PATCH] to skip unknown parameters.
  [patch by rquadling, improved on by dufuz]

Structures_Graph 1.0.4

Release date: 2010-10-26 04:10 UTC

Changelog:

Bugfix Release:
* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx]

(sbd)

2011-03-01 10:08:37 UTC MAIN commitmail json YAML

Updated lang/icon to 9.4.3nb1

(wiz)

2011-03-01 10:08:27 UTC MAIN commitmail json YAML

Fix icon binary, it had the destdir embedded. From Mark Schuetz Schmuck
in PR 44653. Bump PKGREVISION.
Set LICENSE.

(wiz)

2011-03-01 10:04:22 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket #3369 - requested by tron
Security patch for "python26" package

Revisions pulled up:
- lang/python26/Makefile                                        1.34
- lang/python26/distinfo                                        1.32
- lang/python26/patches/patch-SA43463                          1.1
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: tron
Date: Mon Feb 28 22:35:53 UTC 2011

Modified Files:
pkgsrc/lang/python26: Makefile distinfo
Added Files:
pkgsrc/lang/python26/patches: patch-SA43463

Log Message:
Add fix for the information disclosure vulnerability reported in SA43463
taken from the Python SVN repository.

(sbd)

2011-03-01 09:53:16 UTC MAIN commitmail json YAML

2011-03-01 09:48:17 UTC MAIN commitmail json YAML

Add license for fonts/urbanrenewal-ttf.

(wiz)

2011-03-01 09:48:03 UTC MAIN commitmail json YAML

Added fonts/urbanrenewal-ttf version 201102

(wiz)

2011-03-01 09:47:53 UTC MAIN commitmail json YAML

+ urbanrenewal-ttf.

(wiz)

2011-03-01 09:47:35 UTC MAIN commitmail json YAML

Initial import of urbanrenewal-ttf-201102, packaged by Timothy E. Larson
for pkgsrc-wip.

Urban Renewal is a set of insanely great TrueType versions of the long-
forgotten city-named fonts of Mac OS Classic, not seen since System 7.1.
These TrueType versions are kare-fully constructed to be as faithful to
the original designs as possible, while breaking free of the bitmap grid
in subtle ways.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110301

(wiz)

2011-03-01 09:29:15 UTC MAIN commitmail json YAML

Remove file added by accident

(wiz)

2011-03-01 09:09:03 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket #3367 - requested by taca
net/samba33 security fix.

Revisions pulled up:
- net/samba33/Makefile                                          1.13
- net/samba33/distinfo                                          1.6
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 28 14:34:09 UTC 2011

Modified Files:
pkgsrc/net/samba33: Makefile distinfo

Log Message:
Update samba33 pacakge to 3.3.15.

Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.

o  CVE-2011-0719:
  All current released versions of Samba are vulnerable to
  a denial of service caused by memory corruption. Range
  checks on file descriptors being used in the FD_SET macro
  were not present allowing stack corruption. This can cause
  the Samba code to crash or to loop attempting to select
  on a bad file descriptor set.

  A connection to a file share, or a local account is needed
  to exploit this problem, either authenticated or unauthenticated
  (guest connection).

  Currently we do not believe this flaw is exploitable
  beyond a crash or causing the code to loop, but on the
  advice of our security reviewers we are releasing fixes
  in case an exploit is discovered at a later date.

Changes
-------

o  Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.

(sbd)

2011-03-01 09:06:41 UTC MAIN commitmail json YAML

* marked as user-destdir ready.
* LICENSE=gnu-gpl-v2.

(obache)

2011-03-01 09:00:23 UTC MAIN commitmail json YAML

Note update of lang/pcc-current to 1.0.0.BETA.20110228.

(he)

2011-03-01 08:59:46 UTC MAIN commitmail json YAML

Upgrade from 1.0.0_BETA-20110225 to the 20110228 version.

o New here is that we can now drop the DragonFly patch.

(he)

2011-03-01 08:28:33 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket #3366 - requested by taca
databases/mysql5-{client,server} security fixes.

Revisions pulled up:
- databases/mysql5-client/Makefile.common                      1.41
- databases/mysql5-client/distinfo                              1.30
- databases/mysql5-client/patches/patch-ad                      1.8
- databases/mysql5-client/patches/patch-af                      1.9
- databases/mysql5-server/PLIST                                1.17
- databases/mysql5-server/distinfo                              1.26
- databases/mysql5-server/patches/patch-aa                      1.7
- databases/mysql5-server/patches/patch-ag                      1.9
- databases/mysql5-server/patches/patch-ah                      1.8
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 26 02:58:56 UTC 2011

Modified Files:
pkgsrc/databases/mysql5-client: Makefile.common distinfo
pkgsrc/databases/mysql5-client/patches: patch-ad patch-af
pkgsrc/databases/mysql5-server: PLIST distinfo
pkgsrc/databases/mysql5-server/patches: patch-aa patch-ag patch-ah

Log Message:
Update mysql5-{client,server} pacakge to 5.0.92.

Functionality added or changed:

* The time zone tables available at
  http://dev.mysql.com/downloads/timezones.html have been
  updated. These tables can be used on systems such as Windows or
  HP-UX that do not include zoneinfo files. (Bug#40230)

Bugs fixed:

* Security Fix: During evaluation of arguments to extreme-value
  functions (such as LEAST() and GREATEST()), type errors did not
  propagate properly, causing the server to crash. (Bug#55826,
  CVE-2010-3833)

* Security Fix: The server could crash after materializing a derived
  table that required a temporary table for grouping. (Bug#55568,
  CVE-2010-3834)

* Security Fix: A user-variable assignment expression that is
  evaluated in a logical expression context can be precalculated in a
  temporary table for GROUP BY. However, when the expression value is
  used after creation of the temporary table, it was re-evaluated, not
  read from the table and a server crash resulted. (Bug#55564,
  CVE-2010-3835)

* Security Fix: Joins involving a table with a unique SET column could
  cause a server crash. (Bug#54575, CVE-2010-3677)

* Security Fix: Pre-evaluation of LIKE predicates during view
  preparation could cause a server crash. (Bug#54568, CVE-2010-3836)

* Security Fix: GROUP_CONCAT() and WITH ROLLUP together could cause a
  server crash. (Bug#54476, CVE-2010-3837)

* Security Fix: Queries could cause a server crash if the GREATEST()
  or LEAST() function had a mixed list of numeric and LONGBLOB
  arguments, and the result of such a function was processed using an
  intermediate temporary table. (Bug#54461, CVE-2010-3838)

* Security Fix: Using EXPLAIN with queries of the form SELECT
  ... UNION ... ORDER BY (SELECT ... WHERE ...) could cause a server
  crash. (Bug#52711, CVE-2010-3682)

* InnoDB Storage Engine: Creating or dropping a table with 1023
  transactions active caused an assertion failure. (Bug#49238)

* The make_binary_distribution target to make could fail on some
  platforms because the lines generated were too long for the
  shell. (Bug#54590)

* A client could supply data in chunks to a prepared statement
  parameter other than of type TEXT or BLOB using the
  mysql_stmt_send_long_data() C API function (or
  COM_STMT_SEND_LONG_DATA command). This led to a crash because other
  data types are not valid for long data. (Bug#54041)

* Builds of the embedded mysqld would fail due to a missing element of
  the struct NET. (Bug#53908, Bug#53912)

* The definition of the MY_INIT macro in my_sys.h included an
  extraneous semicolon, which could cause compilation
  failure. (Bug#53906)

* If the remote server for a FEDERATED table could not be accessed,
  queries for the INFORMATION_SCHEMA.TABLES table failed. (Bug#35333)

* mysqld could fail during execution when using SSL. (Bug#34236)

* Threads that were calculating the estimated number of records for a
  range scan did not respond to the KILL statement. That is, if a
  range join type is possible (even if not selected by the optimizer
  as a join type of choice and thus not shown by EXPLAIN), the query
  in the statistics state (shown by the SHOW PROCESSLIST) did not
  respond to the KILL statement. (Bug#25421)

(sbd)

2011-03-01 07:45:06 UTC MAIN commitmail json YAML

Note update of the "rtorrent" package to version 0.8.6nb2.

(tron)

2011-03-01 07:44:53 UTC MAIN commitmail json YAML

Use patch suggested on "arch-linux" mailing list to make rTorrent work
with ncurses 5.8.

(tron)

2011-03-01 04:13:11 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2011-03-01 04:12:45 UTC MAIN commitmail json YAML

Update emacs-snapshot to 20110224.

- Reorganize icon directories and files.
- Obsolete packages: pc-mode, pc-select, pgg, spell, and sregex.
- Import modules from gnulib: filemode, crypto/md5, stdint,
  getloadavg, and strftime.

(minskim)

2011-03-01 03:16:03 UTC MAIN commitmail json YAML

Note update of lang/pear package to 1.9.2.

(taca)

2011-03-01 03:15:17 UTC MAIN commitmail json YAML

Update pear package to 1.9.2, including update of these PEAR packages
Console_GetOpt and Structures_Graph.

PEAR 1.9.2:

Release date: 2011-02-28 18:58 UTC

Changelog:

Important! This is a security fix release. The advisory can be found at
http://pear.php.net/advisory-20110228.txt

Bugs:
* Fixed Bug #17463: Regression: On Windows, svntag [patch by doconnor]
* Fixed Bug #17641: pecl-list doesn't sort packages by name [dufuz]
* Fixed Bug #17781: invalid argument warning on foreach due to an
  empty optional dependencie [dufuz]
* Fixed Bug #17801: PEAR run-tests wrongly detects php-cgi [patch by
  David Jean Louis (izi)]
* Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]
* Fixed Bug #17986: PEAR Installer cannot handle files moved between
  packages [dufuz]
* Fixed Bug #17997: Strange output if directories are not writeable [dufuz]
* Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]
* Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]
* Fixed Bug #18218: "pear package" does not allow the use of late
  static binding [dufuz and Christer Edvartsen]
* Fixed Bug #18238: Wrong return code from "pear help" [till]
* Fixed Bug #18308: Broken error message about missing channel
  validator [yunosh]

This feature is implemented as a result of #18056
* Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]

Console_GetOpt 1.3.0

Release date: 2010-12-11 21:23 UTC

Changelog:

* Implement Request #13140: [PATCH] to skip unknown parameters.
  [patch by rquadling, improved on by dufuz]

Structures_Graph 1.0.4

Release date: 2010-10-26 04:10 UTC

Changelog:

Bugfix Release:
* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx]

(taca)

2011-02-28 22:37:32 UTC MAIN commitmail json YAML

Note update of the "python26" package to version 2.6.6nb6.

(tron)

2011-02-28 22:35:53 UTC MAIN commitmail json YAML

Add fix for the information disclosure vulnerability reported in SA43463
taken from the Python SVN repository.

(tron)

2011-02-28 20:57:05 UTC MAIN commitmail json YAML

Remove youtube-dl

(ryoon)

2011-02-28 20:56:18 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20110225c

(ryoon)

2011-02-28 20:55:18 UTC MAIN commitmail json YAML

Updated to 20110225c.

Changelog:
This release adds support for Facebook videos, improves support
for YouTube playlists, and adds support for YouTube artist playlists.
A new option, --extract-audio, has been added... to convert video files
to audio-only files using ffmpeg. A few minor bugs have been fixed.

(ryoon)

2011-02-28 20:37:56 UTC MAIN commitmail json YAML

2011-02-28 20:17:07 UTC MAIN commitmail json YAML

Remove sdlmame and sdlmess.
Already removed.

(ryoon)

2011-02-28 20:15:14 UTC MAIN commitmail json YAML

Remove skk
Already updated by uebayasi@.

(ryoon)

2011-02-28 18:56:43 UTC MAIN commitmail json YAML

Updated www/squid31 to 3.1.11

(adam)

2011-02-28 18:55:54 UTC MAIN commitmail json YAML

Changes 3.1.11:
* Bug 3149: not caching eCAP adapted body
* Bug 3144: redirector program blocks while reading STDIN
* Bug 3140: memory leak in error page generation
* Bug 3137: RADIUS auth helper does not send identifier to RADIUS server
* Bug 3115: logging segfaults if access_log is set to a directory
* Bug 2968: Show the Vary: headers information in cachemgr objects report
* Bug 2959: remove SAMBAPREFIX dependency
* Bug 2868: icc doesn't like string literal in assert checks
* HTTP/1.1: Send 307 status on deny_info redirection
* HTTP/1.1: Support POST/PUT with no body
* HTTP/1.1: Allow persistent connections for Mozilla/3.0 User-Agents
* Support RFC 5861 Cache-Control: stale-if-error option
* Add ftp_eprt directive to disable EPRT extensions in FTP
* Fix external_acl_type grace=0 to obey TTL
* Fix IP/FQDN cache accounting to avoid idle caches on busy servers
* Prevent pipeline_prefetch misconfigurations breaking NTLM/Negotiate auth
* ... and some documentation updates and corrections
* ... and some portability and stability fixes

(adam)

2011-02-28 18:39:34 UTC MAIN commitmail json YAML

Add benchmarks to CATEGORIES.

(wiz)

2011-02-28 18:39:16 UTC MAIN commitmail json YAML

Added benchmarks/super_pi version 20030927

(wiz)

2011-02-28 18:39:07 UTC MAIN commitmail json YAML

2011-02-28 18:38:48 UTC MAIN commitmail json YAML

Initial import of super_pi-20030927.

SuperPI is a quick reference benchmark test often used when
overclocking or comparing different hardware configurations.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110228

(wiz)

2011-02-28 18:11:25 UTC MAIN commitmail json YAML

Added devel/mdds version 0.5.1

(wiz)

2011-02-28 18:11:17 UTC MAIN commitmail json YAML

+ mdds, libxenserver.

(wiz)

2011-02-28 18:10:51 UTC MAIN commitmail json YAML

Initial import of mdds-0.5.1:

Multi-Dimensional Data Structure (mdds)

A collection of multi-dimensional data structure and indexing algorithm.

It implements the following data structure:

    * flat segment tree
    * segment tree
    * rectangle set

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110228

(wiz)

2011-02-28 18:00:39 UTC MAIN commitmail json YAML

Forbid on NetBSD<5.99, since it needs support for TLS in Linux emulation.

(wiz)

2011-02-28 17:49:30 UTC MAIN commitmail json YAML

Split off SDL dependency in a default-on (except for Darwin, as before)
"sdl" option.

(wiz)

2011-02-28 17:25:05 UTC MAIN commitmail json YAML

Removed www/p5-Mojo successor www/p5-Mojolicious [wiz 2011-02-28].

(wiz)

2011-02-28 17:24:09 UTC MAIN commitmail json YAML

Remove p5-Mojo, replaced by p5-Mojolicious.

(wiz)

2011-02-28 17:23:37 UTC MAIN commitmail json YAML

Added www/p5-Mojolicious version 1.11

(wiz)

2011-02-28 17:23:07 UTC MAIN commitmail json YAML

Initial import of p5-Mojolicous-1.11, successor of p5-Mojo.

Back in the early days of the web there was this wonderful Perl
library called CGI, many people only learned Perl because of it.
It was simple enough to get started without knowing much about the
language and powerful enough to keep you going, learning by doing
was much fun. While most of the techniques used are outdated now,
the idea behind it is not. Mojolicious is a new attempt at implementing
this idea using state of the art technology. Features:

    * An amazing MVC web framework supporting a simplified single
    file mode through Mojolicious::Lite.  Powerful out of the box
    with RESTful routes, plugins, Perl-ish templates, session
    management, signed cookies, testing framework, static file
    server, I18N, first class unicode support and much more for
    you to discover.
    * Very clean, portable and Object Oriented pure Perl API without
    any hidden magic and no requirements besides Perl 5.8.7.
    * Full stack HTTP 1.1 and WebSocket client/server implementation
    with IPv6, TLS, Bonjour, IDNA, Comet (long polling), chunking
    and multipart support.
    * Builtin async IO web server supporting epoll, kqueue, UNIX
    domain sockets and hot deployment, perfect for embedding.
    * Automatic CGI, FastCGI and PSGI detection.
    * JSON and XML/HTML5 parser with CSS3 selector support.
    * Fresh code based upon years of experience developing Catalyst.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110228

(wiz)

2011-02-28 15:46:39 UTC MAIN commitmail json YAML

Fix build problem with ruby18.

Give up to patch gemspec but use pre-generated one.

(taca)

2011-02-28 15:46:08 UTC MAIN commitmail json YAML

2011-02-28 15:38:13 UTC MAIN commitmail json YAML

Update to match changes in upstream bug report.

(wiz)

2011-02-28 15:21:54 UTC MAIN commitmail json YAML

Remove references to retired developers.

(wiz)

2011-02-28 15:17:52 UTC MAIN commitmail json YAML

+ eric5-5.1.0, fluxbox-1.3.1, gnucash-2.4.3, gnutls-2.10.5,
  goocanvas-2.0, librep-0.91.1, py-psycopg-2.4, scapy-2.2.0,
  xf86-video-chips-1.2.4, xf86-video-siliconmotion-1.7.5.

(wiz)

2011-02-28 14:53:10 UTC MAIN commitmail json YAML

2011-02-28 14:36:16 UTC MAIN commitmail json YAML

Note updateof samba packages:

net/samba33 3.3.15
net/samba35 3.5.7

(taca)

2011-02-28 14:34:56 UTC MAIN commitmail json YAML

Update samba35 pacakge to 3.5.7.

Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.

o  CVE-2011-0719:
  All current released versions of Samba are vulnerable to
  a denial of service caused by memory corruption. Range
  checks on file descriptors being used in the FD_SET macro
  were not present allowing stack corruption. This can cause
  the Samba code to crash or to loop attempting to select
  on a bad file descriptor set.

  A connection to a file share, or a local account is needed
  to exploit this problem, either authenticated or unauthenticated
  (guest connection).

  Currently we do not believe this flaw is exploitable
  beyond a crash or causing the code to loop, but on the
  advice of our security reviewers we are releasing fixes
  in case an exploit is discovered at a later date.

Changes
-------

o  Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.

(taca)

2011-02-28 14:34:09 UTC MAIN commitmail json YAML

Update samba33 pacakge to 3.3.15.

Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.

o  CVE-2011-0719:
  All current released versions of Samba are vulnerable to
  a denial of service caused by memory corruption. Range
  checks on file descriptors being used in the FD_SET macro
  were not present allowing stack corruption. This can cause
  the Samba code to crash or to loop attempting to select
  on a bad file descriptor set.

  A connection to a file share, or a local account is needed
  to exploit this problem, either authenticated or unauthenticated
  (guest connection).

  Currently we do not believe this flaw is exploitable
  beyond a crash or causing the code to loop, but on the
  advice of our security reviewers we are releasing fixes
  in case an exploit is discovered at a later date.

Changes
-------

o  Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.

(taca)

2011-02-28 11:04:03 UTC MAIN commitmail json YAML

Updated devel/ncurses[w] to 5.8

(adam)

2011-02-28 11:02:47 UTC MAIN commitmail json YAML

Changes 5.8:
Interface changes
* turn on _XOPEN_CURSES definition in curses.h.
* change _nc_has_mouse to has_mouse, reflect its use in C++ and Ada95.
* add is_pad and is_subwin functions for opaque access to the WINDOW structure.
* add tiparm, based on review of X/Open Curses Issue 7.

Library Improvements
* add a terminal driver for Windows console, which supports a MinGW port to
  Windows.
* add extended functions which specify the SCREEN pointer for several curses
  functions which use the global SP.
* improve the NCURSES_NO_UTF8_ACS feature by adding a check for an extended
  terminfo capability U8.
* improve performance of tigetstr, etc., by using hashing code from tic.
* add WACS_xxx definitions to wide-character configuration for thick- and
  double-lines.
* modify init_pair to allow caller to create extra color pairs beyond the
  color_pairs limit, which use default colors.

Improvements to Programs
* add tabs program.
* modify tic's -I/-C dump to reformat acsc strings into canonical form (sorted,
  unique mapping).
* add checks in tic for inconsistent cursor-movement controls, and for
  inconsistent printer-controls.
* add special case to _nc_infotocap (used by tic and infocmp) to recognize the
  setaf/setab strings from xterm+256color and xterm+88color, and provide a
  reduced version which works with termcap.

(adam)

2011-02-28 08:54:17 UTC MAIN commitmail json YAML

Updated textproc/py-pygments to 1.4

(obache)

2011-02-28 08:54:04 UTC MAIN commitmail json YAML

Update Pygments to 1.4.
While here, add PKG_RUN_TEST support.

Version 1.4
-----------
(codename Unsch辰rfe, released Jan 03, 2010)

- Lexers added:

  * Factor (#520)
  * PostScript (#486)
  * Verilog (#491)
  * BlitzMax Basic (#478)
  * Ioke (#465)
  * Java properties, split out of the INI lexer (#445)
  * Scss (#509)
  * Duel/JBST
  * XQuery (#617)
  * Mason (#615)
  * GoodData (#609)
  * SSP (#473)
  * Autohotkey (#417)
  * Google Protocol Buffers
  * Hybris (#506)

- Do not fail in analyse_text methods (#618).

- Performance improvements in the HTML formatter (#523).

- With the ``noclasses`` option in the HTML formatter, some styles
  present in the stylesheet were not added as inline styles.

- Four fixes to the Lua lexer (#480, #481, #482, #497).

- More context-sensitive Gherkin lexer with support for more i18n translations.

- Support new OO keywords in Matlab lexer (#521).

- Small fix in the CoffeeScript lexer (#519).

- A bugfix for backslashes in ocaml strings (#499).

- Fix unicode/raw docstrings in the Python lexer (#489).

- Allow PIL to work without PIL.pth (#502).

- Allow seconds as a unit in CSS (#496).

- Support ``application/javascript`` as a JavaScript mime type (#504).

- Support `Offload <http://offload.codeplay.com>`_ C++ Extensions as
  keywords in the C++ lexer (#484).

- Escape more characters in LaTeX output (#505).

- Update Haml/Sass lexers to version 3 (#509).

- Small PHP lexer string escaping fix (#515).

- Support comments before preprocessor directives, and unsigned/
  long long literals in C/C++ (#613, #616).

- Support line continuations in the INI lexer (#494).

- Fix lexing of Dylan string and char literals (#628).

- Fix class/procedure name highlighting in VB.NET lexer (#624).

(obache)

2011-02-28 07:40:56 UTC MAIN commitmail json YAML

2011-02-28 01:46:07 UTC MAIN commitmail json YAML

Updated emulators/suse113_base to 11.3nb3

(chs)

2011-02-28 01:45:43 UTC MAIN commitmail json YAML

update glibc to 2.11.2-3.3.1.  fixes CVE-2010-3856.

(chs)

2011-02-27 23:42:10 UTC MAIN commitmail json YAML

Simplify patch to match more closely what has been submitted upstream.

(wiz)

2011-02-27 23:16:37 UTC MAIN commitmail json YAML

2011-02-27 20:11:45 UTC MAIN commitmail json YAML

Add nicovideo-dl

(ryoon)

2011-02-27 20:10:56 UTC MAIN commitmail json YAML

Added net/nicovideo-dl version 0.0.20110122

(ryoon)

2011-02-27 20:08:33 UTC MAIN commitmail json YAML

Import nicovideo-dl-0.0.20110122 as net/nicovideo-dl

nicovideo-dl is a small command-line program to download videos
from www.nicovideo.jp. It is implemented by Python. It is
platform-independent and should work on Unix/Windows/Mac.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-02-27 19:53:25 UTC MAIN commitmail json YAML

Added audio/gmpc-albumview version 0.20.0

(wiz)

2011-02-27 19:53:12 UTC MAIN commitmail json YAML

+ gmpc-albumview.

(wiz)

2011-02-27 19:52:54 UTC MAIN commitmail json YAML

Initial import of gmpc-albumview-0.20.0:

This GMPC plugin shows your music collection in albums, it's showing
album covers with the artist and album name under it.

You can also filter out specific artists or albums and set the
amount of albums per row.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110227

(wiz)

2011-02-27 19:46:58 UTC MAIN commitmail json YAML

Added audio/gmpc-lyrics version 0.20.0

(wiz)

2011-02-27 19:46:39 UTC MAIN commitmail json YAML

+ gmpc-lyrics.

(wiz)

2011-02-27 19:46:01 UTC MAIN commitmail json YAML

Initial import of gmpc-lyrics-0.20.0, another lyrics plugin for gmpc.

The idea is to split this plugin in two separate plugins for both
websites. The sites used for this plugin are:

    * Leo's Lyrics
    * Lyrics tracker

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110227

(wiz)

2011-02-27 19:02:49 UTC MAIN commitmail json YAML

Add motoya-fonts

(ryoon)

2011-02-27 19:02:16 UTC MAIN commitmail json YAML

Added fonts/motoya-fonts version 20100921

(ryoon)

2011-02-27 19:00:51 UTC MAIN commitmail json YAML

Import motoya-fonts-20100921 as fonts/motoya-fonts.

Motoya L Cider W3 and L Mulberry W3 TrueType fonts
originally for Android handset display.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-02-27 17:05:57 UTC MAIN commitmail json YAML

2011-02-27 16:45:17 UTC MAIN commitmail json YAML

Added audio/gmpc-lastfm version 0.20.0

(wiz)

2011-02-27 16:45:05 UTC MAIN commitmail json YAML

+ gmpc-lastfm.

(wiz)

2011-02-27 16:44:40 UTC MAIN commitmail json YAML

Initial import of gmpc-lastfm-0.20.0:

A GMPC plugin that fetches cover art and artist images from last.fm.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110227

(wiz)

2011-02-27 16:34:50 UTC MAIN commitmail json YAML

Official distfile is available after all, use it.

(wiz)

2011-02-27 16:30:50 UTC MAIN commitmail json YAML

Added audio/gmpc-mdcover version 0.20.0

(wiz)

2011-02-27 16:30:40 UTC MAIN commitmail json YAML

+ gmpc-mdcover.

(wiz)

2011-02-27 16:29:28 UTC MAIN commitmail json YAML

Initial import of gmpc-mdcover-0.20.0:

Mdcover plugin is a for gmpc. It looks in the location where the
music file is located to collect metadata. It looks for:

    * Cover art
    * Artist Art
    * Biography
    * Album information
    * Lyrics

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110227

(wiz)

2011-02-27 16:13:10 UTC MAIN commitmail json YAML

Added audio/gmpc-tagedit version 0.20.0

(wiz)

2011-02-27 16:12:58 UTC MAIN commitmail json YAML

+ gmpc-tagedit.

(wiz)

2011-02-27 16:12:42 UTC MAIN commitmail json YAML

Initial import of gmpc-tagedit-0.20.0:

The tagedit plugin for GMPC adds a editor panel for editing song
tags. With the plugin enabled, you are able to queue one or more
songs to the Tag editor from the playlist or song browser. You may
then enter the Tag editor panel and modify the tags of the queued
songs one by one or by groups. The changes are recorded when you
hit the Save button. If you made a mistake while editing tags, you
may discard the changes you made to one song or a group of songs.

Status:

Vendor Tag: TNF
Release Tags: pgksrc-20110227

(wiz)

2011-02-27 16:06:47 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin10.1 to 10.2.152.27nb1

(chs)

2011-02-27 16:06:06 UTC MAIN commitmail json YAML

add dependency on new separate "curl".  fixes PR 44535.
remove dependency on "compat" module, modern flash doesn't need it.

(chs)

2011-02-27 15:58:53 UTC MAIN commitmail json YAML

Updated emulators/suse113_krb5 to 11.3nb2

(chs)

2011-02-27 15:57:21 UTC MAIN commitmail json YAML

update to krb5-1.8.1-5.5.1.
fixes CVE-2011-0281, CVE-2011-0282, CVE-2010-4022.

(chs)

2011-02-27 15:57:04 UTC MAIN commitmail json YAML

Fix emulators/suse113_libcurl entry.

(wiz)

2011-02-27 15:56:20 UTC MAIN commitmail json YAML

Annotate distfile origin.

(wiz)

2011-02-27 15:55:15 UTC MAIN commitmail json YAML

Added audio/gmpc-lyricwiki version 0.20.0

(wiz)

2011-02-27 15:55:00 UTC MAIN commitmail json YAML

+ gmpc-lyricwiki.

(wiz)

2011-02-27 15:54:17 UTC MAIN commitmail json YAML

Initial import of gmpc-lyricwiki-0.20.0:
Lyrics plugin for gmpc using lyrics.wikia.com as source.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110227

(wiz)

2011-02-27 15:54:03 UTC MAIN commitmail json YAML

2011-02-27 15:53:21 UTC MAIN commitmail json YAML

Updated emulators/suse113_base to 11.3nb2

(chs)

2011-02-27 15:52:33 UTC MAIN commitmail json YAML

move libcurl from base to its own emul module since it requires
both krb5 and openssl.  fixes PR 44535.

(chs)

2011-02-27 15:51:19 UTC MAIN commitmail json YAML

Added emulators/suse113_32_libcurl version 11.3

(chs)

2011-02-27 15:49:59 UTC MAIN commitmail json YAML

Added emulators/suse113_32_libcurl version 11.3

(chs)

2011-02-27 15:49:38 UTC MAIN commitmail json YAML

move libcurl from base to its own emul module since it requires
both krb5 and openssl.  fixes PR 44535.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(chs)

2011-02-27 15:46:20 UTC MAIN commitmail json YAML

move libcurl from base to its own emul module since it requires
both krb5 and openssl.  fixes PR 44535.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(chs)

2011-02-27 15:41:56 UTC MAIN commitmail json YAML

only redefine CONFLICTS if was defined in the first place.

(chs)

2011-02-27 15:14:43 UTC MAIN commitmail json YAML

Updated textproc/gtk-doc to 1.17

(wiz)

2011-02-27 15:14:32 UTC MAIN commitmail json YAML

Update to 1.17:

GTK-Doc 1.17    (Feb 16 2011)
============

Changes

o 127049 : building reference documentation fails when builddir != srcdir
o 640241 : non-srcdir builds busted

Contributors

Daniel Mustieles
Javier Jardón
Stefan Kost

GTK-Doc 1.16    (Jan 14 2011)
============

o gtkdoc-check can do more checks, one might need to update Makefile.am from
  the examples/Makefile.am

Changes

o 625776 : serialise doubles and floats always with a decimal dot
o 627269 : link to signalflags docs from signal descriptions
o 467488 : GTK+ man pages request
o 481811 : Inline function bodies are confused with declarations
o 501107 : EXTRA_DIST automake warnings
o 512565 : add GTK_DOC_IGNORE
o 518427 : documentation best pratices needed
o 597937 : Function pointers as parameters to other functions are parsed improperly
o 612028 : gtkdoc-fixxref should call /usr/bin/vim -n -e -u NONE -T xterm
o 617478 : Tooltip is a nuisance
o 618379 : Navigation is hiding anchors title
o 620249 : invalid xml for object_index with (n_objects % 3) == 0
o 621931 : support GType and GVariant types
o 622971 : List of typos in the GTK-doc manual
o 623777 : G_TYPE_STRV in signals generate wrong docs
o 623968 : gtkdoc-mkdb generates invalid xml from sgml in inline comments
o 624199 : parser picks up contents of large macros
o 624200 : 'const' confuses the parser
o 627223 : gtkdoc-fixxref vim highlight fails on xhtml suffix
o 627920 : `make check` rule to list xml files missing from DOC_MAIN_SGML_FILE
o 628611 : gtk-doc &gt; = 1.13 creates automagic dependencies on syntax highlighters
o 628794 : Issue in gtkdoc-mkman.in
o 630288 : Fix 'scope notified' annotation
o 631336 : remove lists of gtk+ signal args in gtkdoc-scanobj and -scangobj
o 632587 : gtkdoc-scanner fails to identify (closure) annotation
o 638330 : const in parameter list is ignored
o 638831 : Support GTK+ 3 cell properties

Contributors

Bruno Brouard
Christian Persch
Claude Paroz
Gilles Dartiguelongue
Javier Jardón
Jorge González
Maarten Bosmans
Mario Blättermann
Matej Urbančič
Matthias Clasen
Pablo Castellano
P. F. Chimento
Philip Withnall
Rodrigo Aliste
Simón Pena
Stefan Kost
Tim-Philipp Müller
Vasilis Tsivikis

(wiz)