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 (5m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 19:31:23 UTC Now

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

Update to 1.2.3. Set LICENSE.
Two of the patches were from upstream CVS, the other two are not needed
any longer because the configure script was improved.

libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709"

* correct a vorbisfile bug that prevented proper playback of
  Vorbis files where all audio in a logical stream is in a
  single page
* Additional decode setup hardening against malicious streams
* Add 'OV_EXCLUDE_STATIC_CALLBACKS' define for developers who
  wish to avoid avoid unused symbol warnings from the static
  callbacks defined in vorbisfile.h

libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"

* define VENDOR and ENCODER strings
* seek correctly in files bigger than 2 GB (Windows)
* fix regression from CVE-2008-1420; 1.0b1 files work again
* mark all tables as constant to reduce memory occupation
* additional decoder hardening against malicious streams
* substantially reduce amount of seeking performed by Vorbisfile
* Multichannel decode bugfix
* build system updates
* minor specification clarifications/fixes

libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"

* Improved robustness with corrupt streams.
* New ov_read_filter() vorbisfile call allows filtering decoded
  audio as floats before converting to integer samples.
* Fix an encoder bug with multichannel streams.
* Replaced RTP payload format draft with RFC 5215.
* Bare bones self test under 'make check'.
* Fix a problem encoding some streams between 14 and 28 kHz.
* Fix a numerical instability in the edge extrapolation filter.
* Build system improvements.
* Specification correction.

(wiz)

2009-07-17 20:23:01 UTC MAIN commitmail json YAML

Updated multimedia/libogg to 1.1.4

(wiz)

2009-07-17 20:22:50 UTC MAIN commitmail json YAML

Update to 1.1.4:

Version 1.1.4 (2009 June 24)

* New async error reporting mechanism. Calls made after a fatal error are
  now safely handled in the event an error code is ignored
* Added allocation checks useful to some embedded applications
* fix possible read past end of buffer when reading 0 bits
* Updates to API documentation
* Build fixes

(wiz)

2009-07-17 20:21:10 UTC MAIN commitmail json YAML

Updated x11/setxkbmap to 1.1.0

(wiz)

2009-07-17 20:20:59 UTC MAIN commitmail json YAML

Update to 1.1.0:

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Paulo Cesar Pereira de Andrade (1):
      Ansification and compile warning fixes.

Peter Hutterer (5):
      Remove RCS tags.
      Indent consistently.
      Adding some explanatory comments.
      Check return value of calloc and realloc. #18759 and #18760
      Bump to 1.1.0

(wiz)

2009-07-17 20:20:08 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha61

(wiz)

2009-07-17 20:19:55 UTC MAIN commitmail json YAML

Update to 2.01.01a61:

All:

- Support for 64 bit compilation on mac OS X was added.
Call make CCOM=cc64 as on other platforms.

- $OLIBSDIR is no longer in the RUNPATH

- New include file include/schily/limits.h

- Make sure that all include files in include/schily/ include
include/schily/mconfig.h

- wide character support new

- New makefile "Mocsw" sets defaults for "opencsw" instead of Blastwave.
Mcsw for Blastwave of course continues to exist

- New defaults directory DEFAULTS_CSW includes special defaults that
compile e.g. for Sparc-V8 in order to get working binaries for older
Sparc non 64 Bit hardware.

- New autoconf test HAVE_SETBUF and HAVE_SETVBUF

- Several modification in hope to better support MINGW

Libschily:

- wide character support new

- sevaral str*.c functions new for orthogonality with the new wcs* code.

- Added a wide character patern matcher with: patwcompile(), patwmatch(), patwlmatch()
See files:

libschily/matchw.c and libschily/matchwl.c

- libschily/stdio/*.c fixed to use size_t as length parameter for
read*()/write*() operations.

Libscg:

- Added a workaround for the type desaster in the Appls IOKit include files
in order to support 64 bit binaries

Cdda2wav (Maintained/enhanced by J

- The -interactive option is now mentioned in the -help output and the man page.

- Call unit_ready() before retrieving the TOC data in order to work around a Solaris
scsa2usb (SCSA to USB Driver) bug.

Readcd:

- "readcd" no longer dumps core if the C2Scan function is selected from the
interactive interface.

Mkisofs (Maintained/enhanced by J

- Fixed a typo bug in the mkisofs man page that caused the two synopsis lines
to appear as one line when using GNU troff.

- isoinfo now prints "???" in case that an illegal month is in a ISO-9660
filesystem.

(wiz)

2009-07-17 20:16:32 UTC MAIN commitmail json YAML

Updated graphics/png to 1.2.38

(wiz)

2009-07-17 20:16:22 UTC MAIN commitmail json YAML

Update to 1.2.38:

version 1.2.38beta01 [June 17, 2009]
  Revised libpng*.txt and libpng.3 to mention calling png_set_IHDR()
    multiple times and to specify the sample order in the tRNS chunk,
    because the ISO PNG specification has a typo in the tRNS table.
  Changed several PNG_UNKNOWN_CHUNK_SUPPORTED to
    PNG_HANDLE_AS_UNKNOWN_SUPPORTED, to make the png_set_keep mechanism
    available for ignoring known chunks even when not saving unknown chunks.
  Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
    "#if defined()" and "if !defined()" where possible.
  Added PNG_NO_HANDLE_AS_UNKNOWN in the PNG_LEGACY_SUPPORTED block of
    pngconf.h, and moved the various unknown chunk macro definitions
    outside of the PNG_READ|WRITE_ANCILLARY_CHUNK_SUPPORTED blocks.

version 1.2.38rc01 [June 24, 2009]
  No changes.

version 1.2.38rc02 [June 29, 2009]
  Added a reference to the libpng license in each source file.

version 1.2.38rc03 [July 11, 2009]
  Revised references to the libpng license in pngconf.h and contrib/visupng
    source files.
  Rebuilt configure scripts with autoconf-2.63.

version 1.0.47 and 1.2.38 [July 16, 2009]
  No changes.

(wiz)

2009-07-17 20:13:07 UTC MAIN commitmail json YAML

+ fftw-3.2.2, ghc-6.10.4, glibmm-2.20.1, jabberd2-2.2.9,
  libXext-1.0.99.3, libxcb-1.4, musicpd-0.15.1, openafs-1.4.11,
  png-1.2.38, pngcrush-1.6.20, sun-jdk15-5.0.19, sun-jre15-5.0.19,
  taskjuggler-2.4.3, xextproto-7.0.99.1.

(wiz)

2009-07-17 20:06:22 UTC MAIN commitmail json YAML

Added the ability to resolve simple variable references of the form
${VARNAME} into their values.

This was intended to fix the false positive warnings about missing
distinfo files, but it cannot handle database/ruby-gdbm for example,
because _RUBY_VER_MAJOR uses pattern substitution. Run pkglint with
-Dtrace,misc and look for resolve_var to see what happens up to now.

(rillig)

2009-07-17 18:43:15 UTC MAIN commitmail json YAML

2009-07-17 18:26:30 UTC MAIN commitmail json YAML

Make it not use included libtool in the configure phase. Makes it build
again on DragonFly.

(hasso)

2009-07-17 18:11:25 UTC MAIN commitmail json YAML

2009-07-17 18:00:26 UTC MAIN commitmail json YAML

2009-07-17 17:05:34 UTC MAIN commitmail json YAML

Updated devel/bugzilla3 to 3.2.4

(adrianp)

2009-07-17 17:05:13 UTC MAIN commitmail json YAML

Updated devel/bugzilla3 to 3.2.4

(adrianp)

2009-07-17 17:04:56 UTC MAIN commitmail json YAML

*  We now require a specific version of the Email::MIME::Encodings Perl module, to fix an issue where some emails would have too many newlines in them. (Bug 486206)
* Bugzilla's JavaScript and CSS should now be fully compatible with Internet Explorer 8. (Bug 483150)
* Running a saved search with a saved sort order will now no longer overwrite your default search order. (Bug 491679)
* You can now confirm a bug by popular vote even if there is no status called "NEW" in your Bugzilla. (Bug 500900)
* Displaying a bug with lots of comments should now be significantly faster. (Bug 498318)

This release also contains a security fix. See the Security Fixes Section for details.

(adrianp)

2009-07-17 16:53:47 UTC MAIN commitmail json YAML

2009-07-17 13:56:23 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup tickets #2815, #2817, #2818 and #2819.

(tron)

2009-07-17 13:54:28 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2819 - requested by adrianp
drupal: security update

Revisions pulled up:
- www/drupal/Makefile 1.40
- www/drupal/distinfo 1.31
---
Module Name: pkgsrc
Committed By: adrianp
Date: Thu Jul 16 18:11:07 UTC 2009

Modified Files:
pkgsrc/www/drupal: Makefile distinfo

Log Message:
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

* SA-CORE-2009-007 Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed since the 5.18 release:

* #212285 by wrwrwr: hr should be treated as a block level tag. Backport by alexanderpas.
* #145733 by kepten, brianV: The session.use_cookies PHP setting is required by Drupal, but it can be turned off, so try to ensure it is turned on at all times.

(tron)

2009-07-17 13:51:09 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2818 - requested by adrianp
isc-dhcp4: security update

net/isc-dhcp4/Makefile.common 1.5
net/isc-dhcp4/distinfo 1.4
---
Module Name: pkgsrc
Committed By: adrianp
Date: Thu Jul 16 18:41:11 UTC 2009

Modified Files:
pkgsrc/net/isc-dhcp4: Makefile.common distinfo

Log Message:
Bump to p1
* A stack overflow vulnerability was fixed in dhclient that could allow remote attackers to execute arbitrary commands as root on the system, or simply terminate the client, by providing an over-long subnet-mask option.

(tron)

2009-07-17 13:35:28 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2817 - requested by adrianp
drupal6: security update

Revisions pulled up:
- www/drupal6/Makefile 1.16
- www/drupal6/distinfo 1.12
---
Module Name: pkgsrc
Committed By: adrianp
Date: Thu Jul 16 18:11:53 UTC 2009

Modified Files:
pkgsrc/www/drupal6: Makefile distinfo

Log Message:
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

    * SA-CORE-2009-007 - Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed since the 6.12 release:

    * - Patch #463450 by wulff: fixed documentation glitch.
    * #193577 by Rob Loach, Damien Tournoud, andypost: JavaScript string split() function does not behave like PHP explode(); causes problems with multiple node body break tags
    * #454992 by sun, bengtan: _drupal_flush_css_js() should not have 'q' as a possible CSS query character, since that is the Drupal path name character too
    * #452704 by andypost, catch: Names of compressed CSS and JS files should have a prefix, so that names starting in ad* will not happen. Those are easily blocked by firewalls, Firefox's Adblock, etc.
    * #468732 by andypost: cache_clear_all() mentioned cache_flush_delay incorrectly; it should say we use cache_lifetime
    * #460420 by wulff, andypost: drupal_set_title() in forum_overview() is not needed; menu already sets the title and is localized
    * #398902 by Nick Urban, alexanderpas, kscheirer: password equality checking was not using strict type checking; we should assume these are strings and compared character to character
    * #479216 by jhedstrom: fix grammar in forum module messages
    * #445748 by Dave Reid, dww: Fix module support for disabled module update status checking and do not track usage in that case.
    * #465190 by Heine: The Anonymous name is a plain text setting, so it should be escaped properly for output.
    * #246096 by Sutharsan, Pedro Lozano, mr.baileys, andypost: Actions set to run on cron were not actually triggered.
    * #226479 by gpk, BrianV, catch: We should always show the node access rebuild button. The check on when to show it was fragile, so the button might not have been there when actually needed.
    * #482646 by Dave Reid: For proper HTTP query simpletesting, we should pass on the instance identifier (database prefix).
    * #197266 by ufku, lilou, Dave Reid, c960657, drewish: Save a query by only calling file_space_used() when a limit is provided.
    * #408876 by Pasqualle, JamesAn: The 'serialize' Schema API property was used but not documented.
    * #145733 by kepten, brianV: The session.use_cookies PHP setting is required by Drupal, but it can be turned off, so try to ensure it is turned on at all times.
    * #373225 by jpulles, Josh Waihi: When changing columns, PostgreSQL needs explicit type casting to ensure that values are kept properly.
    * #236657 by hctom, swentel: In system_clear_cache_submit(), the function arguments were swapped (but it did not affect how it actually worked).
    * #243253 by Benjamin Melan=C3=A7on, dww: Update status should not attempt to request update data until a limit is reached. Fixed Drupal instances when drupal.org is down and gets less load on Drupal.org if data is not found.
    * #339466 by patryk, c960657, alexanderpas: Remove url() wrapping from remote links and link in a more user friendly OpenID provider list.
    * #461938 by grendzy, JamesAn: Use filter_xss_admin() on site name and site slogan, just like footer message and mission
    * #455172 by budda, RoboPhred, andypost: Fix drupal_mail() documentation, so that it encourages to set the body of the email as an array (like core does).
    * #329797 by berenddeboer, redndahead, danielb: The tablesort code did not account for possibly nested tables; only match immediate descendats, so elements of nested tables are not matched.
    * #352121 by valthebald, Damien Tournoud, mr.baileys: The safe string check on translations should only be applied to the default textgroup. Strings in other textgroups such as blocks and menu items are displayed via escaping and filtering, and might contain arbitrary HTML.

(tron)

2009-07-17 13:23:37 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2815 - requested by obache
dillo: security update

Revisions pulled up:
- www/dillo/Makefile 1.43-1.44
- www/dillo/PLIST 1.15
- www/dillo/distinfo 1.29
- www/dillo/patches/patch-aa 1.8
- www/dillo/patches/patch-ab 1.15
- www/dillo/patches/patch-ac 1.12
- www/dillo/patches/patch-ad 1.1
---
Module Name: pkgsrc
Committed By: joerg
Date: Tue Jul  7 14:24:05 UTC 2009

Modified Files:
pkgsrc/www/dillo: Makefile

Log Message:
user-destdir support
---
Module Name: pkgsrc
Committed By: snj
Date: Thu Jul  9 05:04:03 UTC 2009

Modified Files:
pkgsrc/www/dillo: Makefile PLIST distinfo
pkgsrc/www/dillo/patches: patch-aa patch-ab patch-ac
Added Files:
pkgsrc/www/dillo/patches: patch-ad

Log Message:
Update dillo to 2.1.1, partially from Matthew Mondor in PR pkg/41670.

Changes:
2.1.1:
Add additional size checks for images.
Added support for css colors of the form rgb(255, 255, 255).
Added the 'nop' keybinding (nop = NO_OPERATION; cancels a default hook).
Added 'stop' key action (not bound by default).
Reduced 'warning: ignoring return value of ...'

2.1:
Implemented basic CSS infrastructure!
Read user style from ~/.dillo/style.css.
Added configurable keybindings! (in ~/.dillo/keysrc)
Implemented "search previous" in string searches.
Ported the command line interface from dillo1
Set middle click to submit in a new TAB. (Helps to keep form data!)
Implemented Basic authentication!
Implemented a close-tab button for the GUI.
Implemented a tools menu.
Added dillo(1) man page.
Added "font_max_size", "font_min_size" dillorc options.
Added instant client-side redirects (aka. zero-delay META refresh).
Proxy support for HTTPS.
Updated the URL resolver to comply with RFC-3986.
Fixed Bookmarks modify's HTML so it wraps nicely on handhelds.
Made cookierc parsing more robust.
Fix: recover page focus when clicking outside of a widget.
Added support for the Q element. BUG#343
Added a right-click menu to form controls (show hiddens, submit, reset)
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
Replace image loading button and page menu option with a tools menu option.
Implemented the "overline" text-decoration.
Enhanced and cleaned up text decorations for SUB and SUP.
Added "View Stylesheets" to the page menu.
System config files have moved to sysconfdir/dillo/
Allowed compilation with older machines by removing a few C99isms.
Switched SSL-enabled to configure.in (./configure --enable-ssl).
Removed redundant caller NULL checks already in the API.
Added use of inttypes.h when stdint.h isn't found.
Made the parser recognize "[^ ]/>"-terminated XML elements.
Brought in Sebastian's CSS parser from dillo-0.8.0-css-3.
Support CSS @import directive.
Improved CSS selector matching performance using hash tables.
Added support for descendant and child selectors.
Support selector specificity.
Replace bg_color dillorc option.
Remove text_color, link_color, and force_my_colors dillorc options.
Replace visited_color dillorc option.
Allow negative values for specific CSS properties only.
Disable negative margins for now as dw/* does not support them yet.
Disable form widgets while stylesheets are loading.
Implement --xid command line option (used by claws mail client).
Added the "middle_click_drags_page" dillorc option.
Set the File menu label to hide when the File menu-button is shown.
Made a big cleanup of cache.c WRT charset decoding (fixes bugs).
Made an extensive cleanup/fixup of the whole image handling process.
Fixed handling of META's content-type with no MIME type (e.g. only charset).
Added support for a quoted URL in META refresh.
Updated the GPL copyright note in the source files.

(tron)

2009-07-17 12:35:12 UTC MAIN commitmail json YAML

Update from 0.1 to 0.3

Changelog:

Changes between 0.1 to 0.3:

0.3
Added the possibility to specify the path where SWILL creates temporary files. Added swill_interface() to bind to specific interface.

0.2
Added support for compiling under Win32 with MSVC.
Added support for HTTPS using OpenSSL.

(zafer)

2009-07-17 11:30:50 UTC MAIN commitmail json YAML

2009-07-17 11:28:00 UTC MAIN commitmail json YAML

py-fonttools doesn't support Python 2.3 any longer.

(joerg)

2009-07-17 10:43:21 UTC MAIN commitmail json YAML

Be smarter when parsing the argument for the bitrate.
Allows mounting directories with commas in them.
Bump PKGREVISION.

(wiz)

2009-07-17 08:19:29 UTC MAIN commitmail json YAML

Avoid conflit with system getline.
Fixes PR pkg/41746, thanks to Tom Stejskal.

(roy)

2009-07-17 06:58:52 UTC MAIN commitmail json YAML

Make metapost build on systems with native getline().

(minskim)

2009-07-17 06:55:14 UTC MAIN commitmail json YAML

Make web2c build on systems with native getline().

(minskim)

2009-07-17 06:46:56 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-Sybase to 1.09

(sno)

2009-07-17 06:46:42 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module DBD::Sybase from 0.94nb9 to 1.09
  - Adjusting build patches
  - Set license to ${PERL5_LICENSE}

Upstream changes:
Release 1.09

    Behavior change: A new connection level attribute (syb_disconnect_in_child)
    has been added to allow automatical handling of InactiveDestroy across
    forks. By default in 1.09 a connection will NOT get closed if the process
    ID of the process that is exiting is not the same as the PID of the
    process that created the connection.
    Detect ASE error 5702 (The server is terminating this process) as a fatal
    error for the connection.

    Bug Fixes

    645 - Spurious COMMIT calls sent to the dataserver during the login/connect calls.
    628 - Increase size of Kerberos Principal string buffer
    627 - Spurious sigset_t declaration.

Release 1.08

Detect missing libblk.a library, and disable the BLK api calls
if necessary.
Added code to force dlopen() to use RTLD_GLOBAL.
Corrected ct_option() functionality detection.
Fixed incorrect handling of bind_params() (Thanks to Tim Bunce).
Added serverType DSN parameter.
Added tds_keepalive DSN parameter.
Fixed incorrect handling of multiple result sets with DBI
1.53 and later.
Re-wrote $dbh->ping() in C, it's now four times faster.
Allow automated build without prompts.
Improved nsql().
Added corrected handling of DATE and TIME values (ASE 12.5.2 and later).
Added handling of UNSIGNED INT and BIGINT (ASE 15 and later).
Added PERL_NO_GET_CONTEXT #define.

        Bug Fixes

624 - Empty strings incorrectly passed as NULL.
616 - Spurious error message when the login request times out.
614 - Documentation improvement for syb_xxx methods.
610 - Segfault when using signals with the threaded libraries and
      perl >= 5.8.

Release 1.07

Changed the t/xblk.t test to lookup the charset used by the
        server and specify this in the connect() string. This should
        avoid failures when the client and server uses charsets of
        different sizes (utf8 vs. iso_1, for example).
Better error reporting when the connection data is incorrect
for the test scripts.
Modified $dbh->ping() slightly.

        Bug Fixes

604 - Add missing mode parameter to mkdir in t/xblob.t
606 - Memory leak in the BLK API.

Release 1.06

Fix off-by-one error for ISO date format.
Clear error/warning when connecting to a Replication Server.
        Fix AutoCommit "off" behavior when CHAINED mode is turned off.
        Fix $dbh->begin_work() behavior.

        Note: This version fails 4 tests in t/xblk.t when building
        against the 15.0 Beta OCS libraries.

        Bug Fixes

582 - ISO date formatting off by one for months.
591 - NUM_OF_PARAMS isn't handled properly
        593 - Connection can become unusable due a bug in
              get_server_version().
597 - Prepared stored procs with placeholders return
      corrupted recordset on second fetch.
        599 - The call to "prepare" also executes the statement.
        600 - $sth->finish sometimes fails to properly clean up the
              handle.

Release 1.05

        BEHAVIOR CHANGE - $dbh->{LongReadLen} must now be called
before $dbh->prepare(). Previously you could call this after
the $dbh->prepare() but before the $sth->execute().

        Install private statement handle methods for TEXT/IMAGE handling
        to avoid $h->func() calls, and update documentation.
        Implement experimental BLK API via prepare/execute loop.
Change default "AutoCommit" off mode from explicit transactions
to using the "chained" mode if it is available.
Add $sth->syb_describe() call, taken from Sybase::CTlib's
ct_describe().
Add ISO8601 date/time format for output.
Fix $sth->finish() behavior when syb_flush_finish is turned on.
Changed do { } while($sth->{syb_more_results}); idiom to use
redo instead.
Better/more consistent handling of multiple sth on a single dbh,
        and new test file.

Bugs Fixed:

580 - Binding binary/varbinary values to placeholders sometimes
      fails.
575 - Fails three tests under Tru-64.
577 - perl Makefile.PL fails if umask is 0.
        578 - Better warning for calling $dbh->{LongReadLen} if $dbh is busy.
        572 - Minor documentation update for bind_param().

Release 1.04

Bugs Fixed:

566 - $sth->{NAME} fails right after prepare().

Release 1.03

Added linking of threaded Sybase libs if perl is built with
threading turned on.
Added CLONE() method.
Minor changes to dbdimp.c to be thread-safe.
Added t/thread.t test script.
Changes to Makefile.PL to make configuration easier.
Add support for Kerberos-based network login.
Handle new library names (libsybct vs. libct).
        Make sure that cached statement handle attributes (NAME_lc, etc)
are cleared when multiple result sets are processed.
Add host and port connection properties, to allow connections
        to ASE servers that are not defined in the interfaces file
        (requires OCS 12.5.1)
Add ability to dynamically increase the maximum number of
connections (thanks to Ed Avis).
Add ability to ignore stored proc return status in nsql() (thanks
to Merijn Broeren)
Fix Makefile.PL umask() issue on Win32 (thanks to Darin Delegal).

Bugs Fixed:

541 - $sth->{NAME} fails right after prepare().
551 - Tests fail when using perl 5.6.1.
556 - Add support for user-supplied SSL certificate file.
557 - type_info_all broken with ASE 11.0.x
562 - syb_flush_finish doesn't work during the connect() phase.
563 - Memory leak when syb_binary_images is set.

Release 1.02

Added syb_server_version attribute. This is filled in at connect()
        time with the numeric version number (11.0.3.3, 12.5.1, etc) of the
        server that you are connected to.

Bugs Fixed:

520 - t/exec.t fails on Win32.
533 - logic error in deadlock retry in nsql().
532 - t/xblob.t test provides false positive for win32.
534 - Placeholder prepare() fails with ASE 11.0.x

Release 1.01

Automatically finish() statement handles if they are re-executed
        before all the rows have been fetched.
Added support for new tables() syntax, thanks to Stephen Wilcoxon.
Added support for DATE and TIME datatypes (available in the
ASE 12.5.1 release, currently undergoing beta testing).
Allow user to specify a database to use for the tests instead of
using "tempdb" (useful if user does not have SA privileges).

Bugs Fixed:

517 - getpwnam() isn't portable.
493 - Second execute on a prepared handle fails.
487 - Add connection information to error messages.
407 - Second+ statement does not use db from "use database".

Release 1.00

Added data_sources().
        Allow "SQL_BINARY" placeholder parameters to be passed either
        as a hex string (with or without leading 0x), or as raw binary
        data.

Bugs Fixed:

477 - segfault when servermsg_cb is called with a null connection
480 - Makefile.PL searches system dirs before PERL5LIB dirs when
              looking for DBI installation.
485 - Incorrect handling of large varbinary columns on fetches.
489 - (same as 497, see below).
492 - Can't compile on Win2k.
494 - Do not try to use the ocs.cfg file if it exists.
495 - Incorrect handling of parameters when using placeholders &
              stored procs.
        497 - implicit type conversions with prepared statements often fail
503 - Binary placeholders with stored procedures.
506 - Default scriptName/hostname connect() params.
508 - DBD::Sybase doesn't build under Win2k.

Release 0.95

        Support for building DBD::Sybase in 64 bit mode with the
        64 bit version of OpenClient on Solaris, HP-UX, AIX, etc.
        (note that perl itself must also be built in 64 bit
        mode for this to work!)

Added column_info() method.

Added G_EVAL flag to syb_err_handler calls.
Improved syb_err_handler handling (thanks to Matthew Persico)
        Fixed memory leak when opening additional connections for multiple
        statement handles on a single database handle (thanks to Stefan
        Harbeck)
        Applied minor patch by Alex Fridman to get to build on WinNT.
Force a ct_cancel() if, due to syb_do_proc_status, we force a
failure on a request that could have more results pending (Blaise
Lepeuple)
Added syb_cancel_request_on_error attribute (see bug 471).
Warning - the default value for this attribute changes the behavior
of $sth->execute() when there is a failure that is detected in
multi-statement requests.
Added syb_bind_empty_string_as_null attribute (see bug 446) to
allow user configurable empty string binding semantics (convert
to single space [default] or to NULL).

Bugs Fixed:

431 - fetchrow_hashref() has incorrect keys when retrieving
              multiple result sets.
        437 - imp_sth->numRows in st_next_result not always set.
444 - Incorrect example for ct_get_data(). ct_get_data() SEGV
              if passed a non-reference for $image.
        394 - $sth->{CursorName} fails hard.
449 - ct_get_data() limited to 32k
450 - Fix incorrect NULLABLE handling.
452 - Incorrect $sth->finish() handling in syb_flush_finish mode
              (thanks to Steve Willer).
        443 - $sth->fetch produces error if called after $sth->execute on
      statement that doesn't return any rows.
411 - statement handle attributes do not change between result sets.
430 - $dbh->prepare can return undef without triggering RaiseError.
436 - Problems with make test generating errors creating
              Makefile.aperl.
441 - amadmin who,sqm fails while in a transaction.
446 - Empty string converts to a space (fixed by making this
      configurable).
448 - define strncasecmp as strnicmp for Win32 systems.
454 - syb_err_handler won't catch connect-time error.
456 - ping still fails if connection is dead.
461 - Memory leak if NOT using placeholders in selects and
      calling execute() multiple times.
464 - Binding an empty string for a date field causes "1/1/1900"
              to be inserted (instead of NULL).
469 - nsql error handling bug.
447 - syb_db_disconnect(): ct_con_drop() failed.
471 - Certain class of errors isn't detected by DBD::Sybase.

        Documentation changes to explain why
        ... WHERE (product_code = ? OR (? IS NULL AND product_code IS NULL))
        doesn't work with Sybase.

(sno)

2009-07-17 06:44:46 UTC MAIN commitmail json YAML

adjust PERL5_LICENSE - enable both valid licenses

(sno)

2009-07-17 06:43:27 UTC MAIN commitmail json YAML

allow dependent modules check build options of perl5

(sno)

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

2009-07-17 04:39:33 UTC MAIN commitmail json YAML

Variables that are defined by the package may be used as shell commands.

(rillig)

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

Added php5-perl.

(rillig)

2009-07-17 02:53:52 UTC MAIN commitmail json YAML

2009-07-17 01:12:00 UTC MAIN commitmail json YAML

Updated net/wide-dhcpv6 to 20080615

(jakllsch)

2009-07-17 01:10:07 UTC MAIN commitmail json YAML

Update to 20080615.
Add DESTDIR support.

changes since wide-dhcpv6-20070507
[common]
- fixed several memory-related problems
- fixed a improper handling of a domain-name ending with '.'
- fixed a replay-check failure
- fixed a typo in manuals

[dhcp6s]
- fixed a lifetime calculation failure in RENEW/REBIND process
  for stateful-address.
- fixed a bug that dhcp6s cannot accept a relayed
  request message with authentication option.

(jakllsch)

2009-07-17 00:40:24 UTC MAIN commitmail json YAML

Garbage collection.

(uebayasi)

2009-07-16 23:59:52 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-ltxmisc.

(minskim)

2009-07-16 23:59:33 UTC MAIN commitmail json YAML

tex-ltxmisc depends on tex-courier.

(minskim)

2009-07-16 23:58:23 UTC MAIN commitmail json YAML

Note PKGREVISION bumpf of teTeX-texmf.

(minskim)

2009-07-16 23:57:57 UTC MAIN commitmail json YAML

Resolve conflicts between teTeX-texmf and the following TeX Live packages:

- tex-algorithms
- tex-caption
- tex-courier
- tex-float
- tex-helvetic
- tex-subfigure
- tex-subfig
- tex-txfonts

(minskim)

2009-07-16 23:32:13 UTC MAIN commitmail json YAML

Add tex-subfigure and tex-subfigure-doc.

(minskim)

2009-07-16 23:30:38 UTC MAIN commitmail json YAML

Import tex-subfigure-doc-2.1.5 as print/tex-subfigure-doc.

This is documentation for tex-subfigure.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-16 23:30:21 UTC MAIN commitmail json YAML

Import tex-subfigure-2.1.5 as print/tex-subfigure.

This package provides support for the manipulation and reference of
small or `sub' figures and tables within a single figure or table
environment.  It is convenient to use this package when your
subfigures are to be separately captioned, referenced, or are to be
included in the List-of-Figures.  A new \subfigure command is
introduced which can be used inside a figure environment for each
subfigure.  An optional first argument is used as the caption for that
subfigure.  This package is now obsolescent; new users should use
tex-subfig instead.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-16 23:29:51 UTC MAIN commitmail json YAML

Add tex-subfig and tex-subfig-doc.

(minskim)

2009-07-16 23:28:31 UTC MAIN commitmail json YAML

Import tex-subfig-doc-1.3 as print/tex-subfig-doc.

This is documentation for tex-subfig.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-16 23:28:20 UTC MAIN commitmail json YAML

Import tex-subfig-1.3 as print/tex-subfig.

The package provides support for the manipulation and reference of small
or `sub' figures and tables within a single figure or table
environment.  It is convenient to use this package when your subfigures
are to be separately captioned, referenced, or are to be included in the
List-of-Figures.  A new \subfigure command is introduced which can be
used inside a figure environment for each subfigure.  An optional first
argument is used as the caption for that subfigure.  This package
supersedes the subfigure package (which will continue to be supported,
but no longer maintained).  The name has changed because the subfig
package is not completely backward compatible with the older subfigure
package due to an extensive rewrite to use the new caption package to
produce its subcaptions.  The major advantage to the new package is that
the user interface is keyword/value driven and easier to use.  To ease
the transition from the subfigure package it includes a configuration
file (subfig.cfg) which nearly emulates the subfigure package.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-16 23:26:44 UTC MAIN commitmail json YAML

Add tex-algorithms and tex-algorithms-doc.

(minskim)

2009-07-16 23:25:44 UTC MAIN commitmail json YAML

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

This is documentation for tex-algorithms.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-16 23:25:23 UTC MAIN commitmail json YAML

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

Consists of two environments: algorithm and algorithmic.  The
algorithm package defines a floating algorithm environment designed to
work with the algorithmic style.  Within an algorithmic environment a
number of commands for typesetting popular algorithmic constructs are
available.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-16 23:21:41 UTC MAIN commitmail json YAML

Add tex-float and tex-float-doc.

(minskim)

2009-07-16 23:20:36 UTC MAIN commitmail json YAML

Import tex-float-doc-1.3d as print/tex-float-doc.

This is documentation for tex-float.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-16 23:20:20 UTC MAIN commitmail json YAML

Import tex-float-1.3d as print/tex-float.

Improves the interface for defining floating objects such as figures
and tables.  Introduces the boxed float, the ruled float and the
plaintop float.  You can define your own floats and improve the
behaviour of the old ones.  The package also provides the H float
modifier option of the obsolete here package.  You can select this as
automatic default with \floatplacement{figure}{H}.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-16 23:07:31 UTC MAIN commitmail json YAML

pgp5 has been removed from tuwien mirror. update master_sites.

(zafer)

2009-07-16 23:04:06 UTC MAIN commitmail json YAML

tin has been removed from tu wien mirror. update master_sites.

(zafer)

2009-07-16 23:00:01 UTC MAIN commitmail json YAML

remove mirror tuwien. tcl has been removed from there a month ago.

(zafer)

2009-07-16 22:51:51 UTC MAIN commitmail json YAML

2009-07-16 22:47:43 UTC MAIN commitmail json YAML

remove mirror.nu6.org from master_sites. host does not resolve.

(zafer)

2009-07-16 22:12:21 UTC MAIN commitmail json YAML

no need @dirrm entries anymore.

(obache)

2009-07-16 22:12:17 UTC MAIN commitmail json YAML

update master_sites and homepage

(zafer)

2009-07-16 22:11:41 UTC MAIN commitmail json YAML

* marked as DESTDIR ready.
* no need INSTALLATION_DIRS anymore
* MAKE_JOBS_SAFE now.
* some cosmetic fix.

(obache)

2009-07-16 21:48:50 UTC MAIN commitmail json YAML

update homepage and master_sites

(zafer)

2009-07-16 21:46:39 UTC MAIN commitmail json YAML

update homepage and master_sites

(zafer)

2009-07-16 21:44:08 UTC MAIN commitmail json YAML

update homepage and master_sites

(zafer)

2009-07-16 21:42:53 UTC MAIN commitmail json YAML

update homepage and master_sites

(zafer)

2009-07-16 21:41:24 UTC MAIN commitmail json YAML

update homepage and master_sites

(zafer)

2009-07-16 21:39:51 UTC MAIN commitmail json YAML

update homepage and master_sites

(zafer)

2009-07-16 21:30:56 UTC MAIN commitmail json YAML

update master sites. update homepage.

(zafer)

2009-07-16 21:20:07 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup tickets #2814 and #2816.

(tron)

2009-07-16 21:18:40 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2816 - requested by obache
p5-IO-Socket-SSL: security update

Revisions pulled up:
- security/p5-IO-Socket-SSL/Makefile 1.46
- security/p5-IO-Socket-SSL/distinfo 1.32
---
Module Name: pkgsrc
Committed By: sno
Date: Tue Jul  7 22:27:52 UTC 2009

Modified Files:
pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo

Log Message:
Updating package for p5 module IO::Socket::SSL from 1.24 to 1.26 and
set license to ${PERL5_LICENSE} according to module's documentation (POD).

Upstream changes:
v1.26 2009.07.03
- SECURITY BUGFIX!
  fix Bug in verify_hostname_of_cert where it matched only the prefix for
  the hostname when no wildcard was given, e.g. www.example.org matched
  against a certificate with name www.exam in it
  Thanks to MLEHMANN for reporting

v1.25 2009.07.02
- t/nonblock.t: increase number of bytes written to fix bug with OS X 10.5
  https://rt.cpan.org/Ticket/Display.html?id=47240

(tron)

2009-07-16 21:17:45 UTC MAIN commitmail json YAML

update master_sites. update homepage.

(zafer)

2009-07-16 21:13:54 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2814 - requested by minskim
ruby-actionpack: security patch

Revisions pulled up:
- www/ruby-actionpack/Makefile 1.16
- www/ruby-actionpack/distinfo 1.17
- www/ruby-actionpack/patches/patch-aa 1.3
---
Module Name: pkgsrc
Committed By: minskim
Date: Thu Jul 16 11:00:25 UTC 2009

Modified Files:
pkgsrc/www/ruby-actionpack: Makefile distinfo
Added Files:
pkgsrc/www/ruby-actionpack/patches: patch-aa

Log Message:
Security fix for:
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2422

>From rails git commit 056ddbdcfb07f0b5c7e6ed8a35f6c3b55b4ab489.

(tron)

2009-07-16 20:49:21 UTC pkgsrc-2009Q2 commitmail json YAML

2009-07-16 20:47:56 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket 2805 - requested by tron
Build problem fix

Revisions pulled up:
- pkgsrc/mk/platform/Darwin.mk 1.39

  Module Name: pkgsrc
  Committed By: tron
  Date: Sat Jul 11 10:32:41 UTC 2009

  Modified Files:
  pkgsrc/mk/platform: Darwin.mk

  Log Message:
  Don't use "/bin/ksh" to run wrappe scripts under Mac OS X before Leopard.
  This should fix build problems reported by Christoph Egger.

  To generate a diff of this commit:
  cvs rdiff -u -r1.38 -r1.39 pkgsrc/mk/platform/Darwin.mk

(spz)

2009-07-16 20:25:06 UTC MAIN commitmail json YAML

Update mail/mutt-devel to 1.5.20

(tonio)

2009-07-16 20:23:41 UTC MAIN commitmail json YAML

Update mail/mutt-devel to 1.5.20

The keys used are:
  !: modified feature, -: deleted feature, +: new feature

1.5.20 (2009-06-14):
  ! $fcc_attach is a quadoption now
  + $honor_disposition to honor Content-Disposition headers
  + $search_context specifies number of context lines for search results
    in pager/page-based menus
  + ssl_use_sslv2 defaults to no
  + uncolor works for header + body objects, too
  + the "flagged" and "replied" flags are enabled/supported for
    POP when built with header caching
  ! browser correctly displays maildir's mtime
  + <set-flag> and <clear-flag> work in the pager, too
  + ~x pattern also matches against In-Reply-To
  + lower case patterns for string searches perform case-insensitive
    search as regex patterns do (except IMAP)
  + $ssl_verify_dates controls whether mutt checks the validity period of
    SSL certificates
  + $ssl_verify_hostname controls whether mutt will accept certificates whose
    host names do not match the host name in the folder URL.

Disable temporarily mutt-compressed-mbox and mutt-xlabel as the patches are not
available for this version yet.

(tonio)

2009-07-16 19:23:44 UTC MAIN commitmail json YAML

+ ikiwiki-3.14159 [schmonz]

(schmonz)

2009-07-16 19:19:18 UTC MAIN commitmail json YAML

2009-07-16 18:42:24 UTC MAIN commitmail json YAML

Updated net/isc-dhcrelay4 to 4.1.0p1

(adrianp)

2009-07-16 18:42:06 UTC MAIN commitmail json YAML

Updated net/isc-dhcpd4 to 4.1.0p1

(adrianp)

2009-07-16 18:41:46 UTC MAIN commitmail json YAML

Updated net/isc-dhclient4 to 4.1.0p1

(adrianp)

2009-07-16 18:41:26 UTC MAIN commitmail json YAML

Updated net/isc-dhcp4 to 4.1.0p1

(adrianp)

2009-07-16 18:41:11 UTC MAIN commitmail json YAML

Bump to p1
* A stack overflow vulnerability was fixed in dhclient that could allow remote attackers to execute arbitrary commands as root on the system, or simply terminate the client, by providing an over-long subnet-mask option.

(adrianp)

2009-07-16 18:31:11 UTC MAIN commitmail json YAML

Updated net/isc-dhcrelay to 3.1.2p1

(adrianp)

2009-07-16 18:30:53 UTC MAIN commitmail json YAML

Updated net/isc-dhcpd to 3.1.2p1

(adrianp)

2009-07-16 18:30:32 UTC MAIN commitmail json YAML

Updated net/isc-dhclient to 3.1.2p1

(adrianp)

2009-07-16 18:30:10 UTC MAIN commitmail json YAML

Updated net/isc-dhcp to 3.1.2p1

(adrianp)

2009-07-16 18:29:49 UTC MAIN commitmail json YAML

Bump to p1
* A stack overflow vulnerability was fixed in dhclient that could allow remote attackers to execute arbitrary commands as root on the system, or simply terminate the client, by providing an over-long subnet-mask option.

(adrianp)

2009-07-16 18:23:32 UTC MAIN commitmail json YAML

Change the logic from

#ifdef MMAP_NOT_AVAILABLE
/* Code which uses mmap, but with a comment saying we don't want to use it */
#endif

to

#if !defined(MMAP_NOT_AVAILABLE) && 0
/* Code which uses mmap, but with a comment saying we don't want to use it */
#endif

so system without mmap() also work...

(abs)

2009-07-16 18:12:09 UTC MAIN commitmail json YAML

Updated www/drupal6 to 6.13

(adrianp)

2009-07-16 18:11:53 UTC MAIN commitmail json YAML

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

    * SA-CORE-2009-007 - Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed since the 6.12 release:

    * - Patch #463450 by wulff: fixed documentation glitch.
    * #193577 by Rob Loach, Damien Tournoud, andypost: JavaScript string split() function does not behave like PHP explode(); causes problems with multiple node body break tags
    * #454992 by sun, bengtan: _drupal_flush_css_js() should not have 'q' as a possible CSS query character, since that is the Drupal path name character too
    * #452704 by andypost, catch: Names of compressed CSS and JS files should have a prefix, so that names starting in ad* will not happen. Those are easily blocked by firewalls, Firefox's Adblock, etc.
    * #468732 by andypost: cache_clear_all() mentioned cache_flush_delay incorrectly; it should say we use cache_lifetime
    * #460420 by wulff, andypost: drupal_set_title() in forum_overview() is not needed; menu already sets the title and is localized
    * #398902 by Nick Urban, alexanderpas, kscheirer: password equality checking was not using strict type checking; we should assume these are strings and compared character to character
    * #479216 by jhedstrom: fix grammar in forum module messages
    * #445748 by Dave Reid, dww: Fix module support for disabled module update status checking and do not track usage in that case.
    * #465190 by Heine: The Anonymous name is a plain text setting, so it should be escaped properly for output.
    * #246096 by Sutharsan, Pedro Lozano, mr.baileys, andypost: Actions set to run on cron were not actually triggered.
    * #226479 by gpk, BrianV, catch: We should always show the node access rebuild button. The check on when to show it was fragile, so the button might not have been there when actually needed.
    * #482646 by Dave Reid: For proper HTTP query simpletesting, we should pass on the instance identifier (database prefix).
    * #197266 by ufku, lilou, Dave Reid, c960657, drewish: Save a query by only calling file_space_used() when a limit is provided.
    * #408876 by Pasqualle, JamesAn: The 'serialize' Schema API property was used but not documented.
    * #145733 by kepten, brianV: The session.use_cookies PHP setting is required by Drupal, but it can be turned off, so try to ensure it is turned on at all times.
    * #373225 by jpulles, Josh Waihi: When changing columns, PostgreSQL needs explicit type casting to ensure that values are kept properly.
    * #236657 by hctom, swentel: In system_clear_cache_submit(), the function arguments were swapped (but it did not affect how it actually worked).
    * #243253 by Benjamin Melanå·½on, dww: Update status should not attempt to request update data until a limit is reached. Fixed Drupal instances when drupal.org is down and gets less load on Drupal.org if data is not found.
    * #339466 by patryk, c960657, alexanderpas: Remove url() wrapping from remote links and link in a more user friendly OpenID provider list.
    * #461938 by grendzy, JamesAn: Use filter_xss_admin() on site name and site slogan, just like footer message and mission
    * #455172 by budda, RoboPhred, andypost: Fix drupal_mail() documentation, so that it encourages to set the body of the email as an array (like core does).
    * #329797 by berenddeboer, redndahead, danielb: The tablesort code did not account for possibly nested tables; only match immediate descendats, so elements of nested tables are not matched.
    * #352121 by valthebald, Damien Tournoud, mr.baileys: The safe string check on translations should only be applied to the default textgroup. Strings in other textgroups such as blocks and menu items are displayed via escaping and filtering, and might contain arbitrary HTML.

(adrianp)

2009-07-16 18:11:22 UTC MAIN commitmail json YAML

Updated www/drupal to 5.19

(adrianp)

2009-07-16 18:11:07 UTC MAIN commitmail json YAML

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

* SA-CORE-2009-007 Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed since the 5.18 release:

* #212285 by wrwrwr: hr should be treated as a block level tag. Backport by alexanderpas.
* #145733 by kepten, brianV: The session.use_cookies PHP setting is required by Drupal, but it can be turned off, so try to ensure it is turned on at all times.

(adrianp)

2009-07-16 17:10:20 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.9.2

(schmonz)

2009-07-16 17:10:04 UTC MAIN commitmail json YAML

Update to 4.9.2. From the changelog:

-use tempfile module function instead of os.tmpfile() so getmail obeys TMPDIR
and similar environment variables.  Thanks: Stefan Baehring.

(schmonz)

2009-07-16 16:43:11 UTC MAIN commitmail json YAML

Fix PLIST errors when EMACS_TYPE=emacs23.  Only compile tested.  Pointed out
by joerg.

(uebayasi)

2009-07-16 16:13:59 UTC MAIN commitmail json YAML

Updated misc/cuetools to 1.3.1

(jakllsch)

2009-07-16 16:12:47 UTC MAIN commitmail json YAML

Update to cuetools to 1.3.1.

Changes since 1.3.0
-------------------

* Fixed duplicate/missing breakpoints (bug #5965).

* Fixed swapped flags in TOC parsing code (bug #4831).

* Fixed option handling code (bug #4180).

Changes since 1.2
-----------------

* Build system has been rewritten using automake/autoconf.

* Added append, prepend, and split pregap modes to cuebreakpoints.

* Fixed possible compilation error with Bison.

* All tools accept long options.

* Programs exit if --input-format or --output-format is an illegal value.

(jakllsch)

2009-07-16 15:17:22 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2009-07-16 15:15:07 UTC MAIN commitmail json YAML

2009-07-16 15:11:37 UTC MAIN commitmail json YAML

2009-07-16 14:59:19 UTC MAIN commitmail json YAML

2009-07-16 14:55:34 UTC MAIN commitmail json YAML

Fix installation on newer NetBSD.

(joerg)

2009-07-16 14:54:34 UTC MAIN commitmail json YAML

Added filesystems/fuse-mp3fs version 0.13

(wiz)

2009-07-16 14:54:21 UTC MAIN commitmail json YAML

2009-07-16 14:54:02 UTC MAIN commitmail json YAML

Initial import of fuse-mp3fs-0.13:

MP3FS is a read-only FUSE filesystem which transcodes audio formats
(currently FLAC) to MP3 on the fly when opened and read. This was
written to enable using a FLAC collection with software and/or
hardware which only understands MP3.

It is also a novel alternative to traditional MP3 encoder applications.
Just use your favorite file browser to select the files you want
encoded and copy them somewhere!

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090716

(wiz)

2009-07-16 14:53:19 UTC MAIN commitmail json YAML

2009-07-16 14:53:13 UTC MAIN commitmail json YAML

Do not create /usr/pkg/share when in destdir mode.

(joerg)

2009-07-16 14:48:57 UTC MAIN commitmail json YAML

2009-07-16 14:38:32 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE. Add destdir support.

(joerg)

2009-07-16 14:32:49 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2009-07-16 13:22:25 UTC MAIN commitmail json YAML

Updated www/swill to 0.3

(zafer)

2009-07-16 13:17:45 UTC MAIN commitmail json YAML

update to 0.3. update master_sites. update homepage. (add destdir).

(zafer)

2009-07-16 11:01:03 UTC MAIN commitmail json YAML

Note PKGREVISION bump of ruby-actionpack.

(minskim)

2009-07-16 11:00:25 UTC MAIN commitmail json YAML

2009-07-16 10:51:17 UTC MAIN commitmail json YAML

2009-07-16 10:47:11 UTC MAIN commitmail json YAML

2009-07-16 09:24:26 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup tickets #2809, #2810, #2811 and #2813.

(tron)

2009-07-16 09:23:44 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2813 - requested by obache
tor: security update

Revisions pulled up:
- net/tor/Makefile 1.64
- net/tor/distinfo 1.35
---
Module Name: pkgsrc
Committed By: obache
Date: Thu Jul  9 11:52:31 UTC 2009

Modified Files:
pkgsrc/net/tor: Makefile distinfo

Log Message:
Update tor to 0.2.0.35.
maintainer update request via PR 41688.

Changes in version 0.2.0.35 - 2009-06-24
  o Security fix:
    - Avoid crashing in the presence of certain malformed descriptors.
      Found by lark, and by automated fuzzing.
    - Fix an edge case where a malicious exit relay could convince a
      controller that the client's DNS question resolves to an internal IP
      address. Bug found and fixed by "optimist"; bugfix on 0.1.2.8-beta.

  o Major bugfixes:
    - Finally fix the bug where dynamic-IP relays disappear when their
      IP address changes: directory mirrors were mistakenly telling
      them their old address if they asked via begin_dir, so they
      never got an accurate answer about their new address, so they
      just vanished after a day. For belt-and-suspenders, relays that
      don't set Address in their config now avoid using begin_dir for
      all direct connections. Should fix bugs 827, 883, and 900.
    - Fix a timing-dependent, allocator-dependent, DNS-related crash bug
      that would occur on some exit nodes when DNS failures and timeouts
      occurred in certain patterns. Fix for bug 957.

  o Minor bugfixes:
    - When starting with a cache over a few days old, do not leak
      memory for the obsolete router descriptors in it. Bugfix on
      0.2.0.33; fixes bug 672.
    - Hidden service clients didn't use a cached service descriptor that
      was older than 15 minutes, but wouldn't fetch a new one either,
      because there was already one in the cache. Now, fetch a v2
      descriptor unless the same descriptor was added to the cache within
      the last 15 minutes. Fixes bug 997; reported by Marcus Griep.

(tron)

2009-07-16 09:20:06 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2811 - requested by minskim
ruby-mocha: build fix

Revisions pulled up:
- devel/ruby-mocha/Makefile 1.4
---
Module Name:    pkgsrc
Committed By:  minskim
Date:          Mon Jul 13 11:58:01 UTC 2009

Modified Files:
        pkgsrc/devel/ruby-mocha: Makefile

Log Message:
Make sure that a .orig file is not installed.

(tron)

2009-07-16 09:17:29 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2810 - requested by minskim
ruby-eet: build fix

Revisions pulled up:
- devel/ruby-eet/Makefile 1.2
---
Module Name:    pkgsrc
Committed By:  minskim
Date:          Sun Jul 12 23:05:38 UTC 2009

Modified Files:
        pkgsrc/devel/ruby-eet: Makefile

Log Message:
ruby-eet needs pkg-config as a tool.

(tron)

2009-07-16 08:52:51 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2809 - requested by taca
typolight27: bug fix

Revisions pulled up:
- www/typolight27/Makefile 1.6
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Jul 13 20:42:10 UTC 2009

Modified Files:
pkgsrc/www/typolight27: Makefile

Log Message:
Add langconfig.php as one of configuration files.

Bump PKGREVISION.

(tron)

2009-07-16 07:57:53 UTC MAIN commitmail json YAML

Mention monotorrent, mono-nat and monsoon updates/imports.

(kefren)

2009-07-16 07:55:05 UTC MAIN commitmail json YAML

Update to monsoon 0.70. Monsoon has upgraded to use the latest release of
the MonoTorrent library, 0.70, which contains numerous bugfixes and
performance enhancements. Numerous minor bugfixes were also included.

(kefren)

2009-07-16 07:52:40 UTC MAIN commitmail json YAML

Initial import of mono-nat 1.0.2, a C# library used for accessing uPnP

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(kefren)

2009-07-16 07:50:26 UTC MAIN commitmail json YAML

Update to 0.72. From the release announcement:

This is a bugfix release to address a few reported issues and also a few
issues that were discovered via my own testing.

    * Add a helper method which ensures all data is flushed to disk
    * Added additional error handling to prevent malformed DHT messages
      crashing the library
    * Fixed issue when zeroing unused bits for torrents with an exact
      multiple of 32 pieces
    * Fixed issue where data could be written to the wrong file if a file
      with the same name existed in multiple torrents
    * Fixed the handling of torrents where the last file(s) are of zero
      length
    * Fixed regression with global download rate limiting
    * Fixed a performance regression with the new piece picking pipeline
      which resulted in lots of CPU cycles being used up on peers which
      have not sent an unchoke message

(kefren)

2009-07-16 06:29:52 UTC MAIN commitmail json YAML

Updated security/p5-Net-OpenSSH to 0.36

(sno)

2009-07-16 06:29:40 UTC MAIN commitmail json YAML

Updating package for p5 module Net::OpenSSH from 0.35 to 0.36

Upstream changes:
0.36  Jul 8, 2009
        - open2pty, open3 and open3pty where not handling transparent
          options for open_ex, and other minor bugs
- pty handling in open_ex was broken
- expect sample added

(sno)

2009-07-16 06:26:07 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Table to 0.9.16

(sno)

2009-07-16 06:25:52 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module LaTeX::Table from 0.9.15 to 0.9.16
  - Adjusting license

Upstream changes:
0.9.16 Mon  Jul 13  18:00:00 2009
        - API change: header_sideways was kind of unnecessary.
        - csv2pdf now uses templates and the longtable and ltxtable packages
        - Perl::Critic passs with install Perl::Tidy (thanks Salvatore)
        - removed Readonly dependency (thanks Wen)

(sno)

2009-07-16 06:18:57 UTC MAIN commitmail json YAML

Updated graphics/p5-GD to 2.44

(sno)

2009-07-16 06:18:43 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module GD.pm from 2.43 to 2.44
  - Adjusting license according to main module POD

Upstream changes:
2.44    GD::Group now installed properly.
Quenched compiler warning caused by Newxs() calls.

(sno)

2009-07-16 06:13:59 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Pod to 1.40

(sno)

2009-07-16 06:13:48 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Test::Pod from 1.26nb1 to 1.40
  - Adjusting LICENSE and dependencies

Upstream changes:
1.40 - Sun Jul 12 23:32:11 CDT 2009
    [THINGS THAT MAY BREAK YOUR CODE]
    Test::Pod now requires Perl 5.8.0.

    [ENHANCEMENTS]
    Test::Pod now complains about the illegal construct L<text|url>.
    Thanks to Paul Miller.

    The list of directories to exclude is now much longer, and is
    available in %Test::Pod::ignore_dirs.  This list is right now:

        '.bzr' => 'Bazaar',
        '.git' => 'Git',
        '.hg'  => 'Mercurial',
        '.pc'  => 'quilt',
        '.svn' => 'Subversion',
        CVS    => 'CVS',
        RCS    => 'RCS',
        SCCS  => 'SCCS',
        _darcs => 'darcs',
        _sgbak => 'Vault/Fortress',

(sno)

2009-07-16 06:07:16 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Inline to 2.211

(sno)

2009-07-16 06:07:04 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Test::Inline from 2.210 to 2.211
  - Adjusting dependencies, LICENSE and PERL5_MODULE_TYPE

Upstream changes:
2.211 Wed 15 Jul 2009
- Updating to Module::Install 0.91
- More complete removal of Class::Autouse

(sno)

2009-07-16 06:01:37 UTC MAIN commitmail json YAML

Updated devel/p5-Test-ClassAPI to 1.06

(sno)

2009-07-16 06:01:24 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Test::ClassAPI from 1.05nb1 to 1.06
  - Adjusting dependencies, LICENSE and PERL5_MODULE_TYPE

Upstream changes:
1.06 Mon 13 Jul 2009
- No functional changes
- Updating to Module::Install::DSL 0.91
- Updating to new author tests
- Updating minimum Perl version to 5.6

(sno)

2009-07-16 05:38:33 UTC pkgsrc-2009Q2 commitmail json YAML

2009-07-16 05:37:25 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket 2812 - requested by tron
Security update

Revisions pulled up:
- pkgsrc/www/apache22/Makefile 1.47
- pkgsrc/www/apache22/distinfo 1.21

Files added:
pkgsrc/www/apache22/patches/patch-af
pkgsrc/www/apache22/patches/patch-ah

  Module Name: pkgsrc
  Committed By: tron
  Date: Tue Jul 14 12:23:40 UTC 2009

  Modified Files:
  pkgsrc/www/apache22: Makefile distinfo
  Added Files:
  pkgsrc/www/apache22/patches: patch-af patch-ah

  Log Message:
  Add patches from the Apache SVN repository to fix the security
  vulnerabilities reported in CVE-2009-1890 and CVE-2009-1891.

  To generate a diff of this commit:
  cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/apache22/Makefile
  cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/apache22/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/www/apache22/patches/patch-af \
      pkgsrc/www/apache22/patches/patch-ah

(spz)

2009-07-15 23:55:12 UTC MAIN commitmail json YAML

2009-07-15 23:54:11 UTC MAIN commitmail json YAML

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

This package provides Adobe Courier fonts.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-15 22:58:16 UTC MAIN commitmail json YAML

Updated wm/dwm to 5.6, x11/mrxvt to 0.5.4, audio/wavpack to 4.50.1,
  games/KoboDeluxe to 0.5.1

(tnn)

2009-07-15 22:14:18 UTC MAIN commitmail json YAML

Add rc.d file for bitlbee, so that it can be used in deamon mode
Use gnutls instead of openssl, as google talk does not work with openssl

This fixes PR pkg/35345

(tonio)

2009-07-15 21:46:17 UTC MAIN commitmail json YAML

drop stale patch checksum

(tnn)

2009-07-15 21:45:47 UTC MAIN commitmail json YAML

Update to KoboDeluxe-0.5.1. Based on patch posted on #netbsd.se. (thanks!)
Changes since 0.4pre10:
too many to list here. Includes major content updates and bug fixes.

(tnn)

2009-07-15 21:09:10 UTC MAIN commitmail json YAML

2009-07-15 21:02:39 UTC MAIN commitmail json YAML

- Update to wavpack-4.50.1.
- Set LICENSE=modified-bsd
- Give the package to pkgsrc-users

WavPack Library Source Code - 4.50.1
------------------------------------
fixed: alignment fault when manipulating APEv2 tags (non-x86 only)
fixed: build on UNIX via elimination of non-standard strnlen()

wavpack.exe (command-line encoder) - 4.50.1
wvunpack.exe (command-line decoder) - 4.50.1
--------------------------------------------
fixed: checking return value of iconv_open() prevents core dump on Solaris

WavPack Library Source Code - 4.50
----------------------------------
added: dynamic noise shaping for improved hybrid quality
added: option to merge blocks of similar redundancy
added: ability to store and retrieve extra mode level
fixed: alignment fault on some big-endian machines
fixed: compiling with enable-mmx on gcc 4.3.x (thanks Joachim)
improved: allow bitrate to be calculated for files down to 1/10 second
improved: decoding of corrupt files (prevents heap overrun crashes)

wavpack.exe (command-line encoder) - 4.50
-----------------------------------------
added: dynamic noise shaping for improved hybrid quality
added: --channel-order option to reorder nonconforming multichannel files
added: --merge-blocks option to optimize storage of LossyWAV output files
added: ignore -o on Windows for compatibility with Linux version
fixed: alignment fault on some big-endian machines
improved: reformatted and expanded --help display

wvunpack.exe (command-line decoder) - 4.50
------------------------------------------
fixed: don't ignore fractions of seconds in --skip option
added: show extra level and dns status for newer files (-s command)
added: ignore -o on Windows for compatibility with Linux version
improved: decoding of corrupt files (prevents heap overrun crashes)
improved: display bitrate for files down to 1/10 second

(tnn)

2009-07-15 21:01:35 UTC MAIN commitmail json YAML

2009-07-15 21:00:18 UTC MAIN commitmail json YAML

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

This package provides Adobe Helvetica fonts.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-15 20:58:57 UTC MAIN commitmail json YAML

Actually enable user-destdir support.

(joerg)

2009-07-15 20:57:47 UTC MAIN commitmail json YAML

Actually enable user-destdir as well.

(joerg)

2009-07-15 20:53:22 UTC MAIN commitmail json YAML

2009-07-15 20:49:53 UTC MAIN commitmail json YAML

Add tex-caption and tex-caption-doc.

(minskim)

2009-07-15 20:46:19 UTC MAIN commitmail json YAML

Import tex-caption-doc-3.1j as print/tex-caption-doc.

This is documentation for tex-caption.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-15 20:46:03 UTC MAIN commitmail json YAML

Import tex-caption-3.1j as print/tex-caption.

The caption package provides many ways to customise the captions in
floating environments like figure and table, and cooperates with many
other packages.  Includes rotating captions, sideways captions,
continued captions (for tables or figures that come in several parts).
A list of compatibility notes, for other packages, is provided in the
documentation.  The package also provides the "caption outside float"
facility, in the same way that simpler packages like capt-of do.  The
package supersedes caption2.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-15 20:35:18 UTC MAIN commitmail json YAML

PR pkg/41731: maintainer update of wm/dwm to dwm-5.6.

Changes:
o new Xinerama support that creates a view per Xinerama screen.
  Focusing different screens works using the mouse or
  the new shortcuts Mod1-. and Mod1-, (or Mod1-Shift-, and Mod1-Shift-.
  for sending windows to next/prev screen).
o Extended Rule structure in config.h with an additional monitor field
  (-1 if a client should be assigned to the selected screen, or 0.. for a
  specific screen)
o Several bugfixes in the resize handling

(tnn)

2009-07-15 18:56:44 UTC MAIN commitmail json YAML

Fix compiling with systems that provide their own getline

(roy)

2009-07-15 12:27:31 UTC MAIN commitmail json YAML

Mention mono updates to 2.4.2 and remove the entries from TODO list

(kefren)

2009-07-15 12:12:37 UTC MAIN commitmail json YAML

2009-07-15 12:02:44 UTC MAIN commitmail json YAML

2009-07-15 11:57:29 UTC MAIN commitmail json YAML

2009-07-15 11:50:50 UTC MAIN commitmail json YAML

2009-07-15 11:42:31 UTC MAIN commitmail json YAML

2009-07-15 11:37:16 UTC MAIN commitmail json YAML

Update to 2.4.2.1
This version is the first version to integrate Microsoft's open source
ASP.NET MVC stack. More than 140 bug fixed. Check
http://www.mono-project.com/Release_Notes_Mono_2.4.2 for more changes.

(kefren)

2009-07-15 11:12:25 UTC MAIN commitmail json YAML

Fix destdir installation.

(joerg)

2009-07-15 10:29:16 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no

(joerg)

2009-07-15 10:24:13 UTC MAIN commitmail json YAML

Add "mpl-1.1" and "zpl" to the license which are accepted by default.

(tron)

2009-07-15 10:00:59 UTC MAIN commitmail json YAML

2009-07-15 09:53:12 UTC MAIN commitmail json YAML

Disable self tests, they require another dependency.

(joerg)

2009-07-15 09:40:31 UTC MAIN commitmail json YAML

Add depends-fetch and depends-checksum. They work like
show-depends-options, e.g. recurse. make fetch-list does not provide the
same functionality as it doesn't deal well with broken mirror.

(joerg)

2009-07-15 09:31:20 UTC MAIN commitmail json YAML

Add text about AND/OR conditions.

(joerg)

2009-07-15 08:55:34 UTC MAIN commitmail json YAML

+ botan-1.8.4, cflow-1.3, ddrescue-1.11, dvdstyler-1.7.2 [pkg/41681],
  dwm-5.6, ed-1.4, fotoxx-7.5, inputproto-1.9.99.14, libXi-1.2.99.2,
  libssh-0.3.1, pixman-0.15.16, py-Optik-1.5.3 [pkg/41674],
  py-logging-0.4.9.6 [pkg/41675], py-qt4-4.5.2, renderproto-0.11,
  stella-2.8.4a, sudo-1.7.2, xmlsec1-1.2.12.

(wiz)

2009-07-15 08:37:59 UTC MAIN commitmail json YAML

Added archivers/lzip version 1.7

(wiz)

2009-07-15 08:37:45 UTC MAIN commitmail json YAML

2009-07-15 08:36:48 UTC MAIN commitmail json YAML

Initial import of lzip-1.7:

Lzip is a lossless data compressor based on the LZMA algorithm, with
very safe integrity checking and a user interface similar to the one of
gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses
better than bzip2, which makes it well suited for software distribution
and data archiving.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090715

(wiz)

2009-07-15 06:33:59 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 5.829

(sno)

2009-07-15 06:33:47 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module LWP from 5.828 to 5.829
  - Adjusting license to perl license

Upstream changes:
2009-07-07  Release 5.829

This release removes callback handlers that were left over on the returned
HTTP::Responses.  This was problematic because it created reference loops
preventing the Perl garbage collector from releasing their memory.  Another
problem was that Storable by default would not serialize these objects any
more.

This release also adds support for locating HTML::Form inputs by id or class
attribute; for instance $form->value("#foo", 42) will set the value on the
input with the ID of "foo".

Gisle Aas (5):
      Make the example code 'use strict' clean by adding a my
      Avoid cycle in response
      Clean up handlers has from response after data processing is done
      Support finding inputs by id or class in HTML::Form
      Test HTML::Form selectors

Mark Stosberg (1):
      Tidy and document the internals of mirror() better [RT#23450]

phrstbrn (1):
      Avoid warnings from HTML::Form [RT#42654]

(sno)

2009-07-15 06:26:28 UTC MAIN commitmail json YAML

Updated databases/p5-CatalystX-CRUD-ModelAdapter-DBIC to 0.10

(sno)

2009-07-15 06:26:14 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module CatalystX::CRUD::ModelAdapter::DBIC
    from 0.08 to 0.10
  - Adjusting license and dependencies

Upstream changes:
0.10    14 July 2009
        * fix tests so that (a) sql is complete and (b) skip is sqlite3 cmd tool not found
0.09    13 June 2009
        * fix ORDER BY via cxc-order so that it actually works, including tests for multi-column sort.

(sno)

2009-07-15 06:12:45 UTC MAIN commitmail json YAML

Upgrade devel/py-ZopeInterface to zope.interface-3.3.0.
Use eggs instead of distutils.
Remove patch-aa as it no longer applies.

Add licenses/zpl and add zpl to mk/license.mk:DEFAULT_ACCEPTABLE_LICENSES.

Patch posted to pkgsrc-users@ and okayed by agc@.

(ver)

2009-07-14 22:29:33 UTC MAIN commitmail json YAML

Update E17 components to June snapshot.

(joerg)

2009-07-14 22:17:07 UTC MAIN commitmail json YAML

Add tex-txfonts and tex-txfonts-doc.

(minskim)

2009-07-14 22:16:35 UTC MAIN commitmail json YAML

Explicitly disable GTK support.

(joerg)

2009-07-14 22:16:26 UTC MAIN commitmail json YAML

Update to June snapshot of E17. No detailed changes.

(joerg)

2009-07-14 22:15:35 UTC MAIN commitmail json YAML

Import tex-txfonts-doc-2008.11886 as fonts/tex-txfonts-doc.

This is documentation for tex-txfonts.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-14 22:15:08 UTC MAIN commitmail json YAML

Import tex-txfonts-2008.11886 as fonts/tex-txfonts.

Txfonts supplies virtual text roman fonts using Adobe Times (or URW
NimbusRomNo9L) with some modified and additional text symbols in the
OT1, T1, and TS1 encodings; maths alphabets using Times/URW Nimbus;
maths fonts providing all the symbols of the Computer Modern and AMS
fonts, including all the Greek capital letters from CMR; and
additional maths fonts of various other symbols.  The set is
complemented by a sans-serif set of text fonts, based on
Helvetica/NimbusSanL, and a monospace set.  All the fonts are in Type
1 format (AFM and PFB files), and are supported by TeX metrics (VF and
TFM files) and macros for use with LaTeX.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-14 22:05:39 UTC MAIN commitmail json YAML

Update to June snapshot of E17. No detailed changes.

(joerg)

2009-07-14 22:05:11 UTC MAIN commitmail json YAML

Update to June snapshot of e17. No detailed changes.

(joerg)

2009-07-14 22:04:18 UTC MAIN commitmail json YAML

2009-07-14 20:24:39 UTC MAIN commitmail json YAML

Updated x11/nucleo to 0.7.5.

(hasso)

2009-07-14 20:23:17 UTC MAIN commitmail json YAML

Update to 0.7.5. No brief list of changes, but ChangeLog shows that it's
mostly fixes to build with newer gcc and ffmpeg versions.

(hasso)

2009-07-14 19:31:34 UTC MAIN commitmail json YAML

Updated audio/gtkpod to 0.99.14nb1.

(hasso)

2009-07-14 19:29:44 UTC MAIN commitmail json YAML

Fix interpreter in two more bash scripts - sync-ldif.sh and sync-evolution.sh.
Bump PKGREVISION.

(hasso)

2009-07-14 19:02:16 UTC MAIN commitmail json YAML

Don't attempt to build gdb on DragonFly. It's also unlikely that someone
will integrate DragonFly changes into upstream soon.

(hasso)