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 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

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

2009-05-26 20:39:13 UTC MAIN commitmail json YAML

2009-05-26 20:29:03 UTC MAIN commitmail json YAML

- dasher-4.10.1, glabels-2.2.5, gnome-desktop-2.26.2, gnome-panel-2.26.2,
  gnome-system-monitor-2.26.2, gvfs-1.2.3, libgtop-2.26.1,
  poppler-0.10.7, rhythmbox-0.12.1, vte-0.20.2.

(wiz)

2009-05-26 20:26:58 UTC MAIN commitmail json YAML

Split off options into options.mk file.
Use standard name for option variable.

(wiz)

2009-05-26 20:23:50 UTC MAIN commitmail json YAML

2009-05-26 20:23:44 UTC MAIN commitmail json YAML

Remove unneeded patch (compilation succeeds on NetBSD-5.99.12/amd64
without it).

(wiz)

2009-05-26 20:07:48 UTC MAIN commitmail json YAML

mention recent updates

(drochner)

2009-05-26 19:53:39 UTC MAIN commitmail json YAML

Note update of textproc/p5-XML-Atom-SimpleFeed to 0.83.

(kleink)

2009-05-26 19:51:11 UTC MAIN commitmail json YAML

Update textproc/p5-XML-Atom-SimpleFeed to 0.83; changes since 0.82:

0.83 (2009-05-25)

* Thanks to JMASTROS for spotting another bug in the XML escaping
  function and contributing a test case

While we're here, declare LICENSE.

(kleink)

2009-05-26 19:21:45 UTC MAIN commitmail json YAML

2009-05-26 19:11:55 UTC MAIN commitmail json YAML

2009-05-26 18:50:49 UTC MAIN commitmail json YAML

update to 2.2.5
changes:
-bugfixes
-translation updates
-new templates

(drochner)

2009-05-26 18:49:04 UTC MAIN commitmail json YAML

2009-05-26 18:47:40 UTC MAIN commitmail json YAML

2009-05-26 18:39:38 UTC MAIN commitmail json YAML

2009-05-26 18:37:27 UTC MAIN commitmail json YAML

update to 2.26.2
changes:
-minor cleanup and fixes
-translation updates

(drochner)

2009-05-26 18:34:50 UTC MAIN commitmail json YAML

update to 2.26.2
changes:
-minor cleanup and fixes
-translation updates

(drochner)

2009-05-26 18:24:58 UTC MAIN commitmail json YAML

update to 1.6.2
This is a major update - many bugfixes and UI improvements.

(drochner)

2009-05-26 18:15:20 UTC MAIN commitmail json YAML

update to 0.12.1
changes:
* Removal of libgnome dependency when building with gtk+ 2.14+
* Greatly reduced memory usage when accessing Jamendo catalog
* Cover art improvements:
  - Provide cover art for all songs transferred to iPods
  - Support for transferring cover art to MTP devices
  - Cover art image widget is better behaved when resized
* Switched to decodebin2, notably allowing playback of chained ogg streams
* Better support for lossless encoded files in the UI
* Compatibility with the DeviceKit-disks gvfs volume monitor
* Some support for 'album sortname' tags
* Allow configuration of the audioscrobbler handshake URL (libre.fm)
* Improved network buffering in the crossfading player backend

(drochner)

2009-05-26 17:40:11 UTC MAIN commitmail json YAML

+liferea-current

(drochner)

2009-05-26 17:38:55 UTC MAIN commitmail json YAML

Import liferea-1.6.0rc1, the current development version.
This version supports only webkit as HTML renderer.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc_base

(drochner)

2009-05-26 16:55:24 UTC MAIN commitmail json YAML

BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) to
get gtkdoc-rebase.

Addresses PR 41475 by John D. Baker.

(wiz)

2009-05-26 16:47:31 UTC MAIN commitmail json YAML

BUILD_DEPEND on gtk-doc to get gtkdoc-rebase. Remove patch-ab.

(wiz)

2009-05-26 16:43:26 UTC MAIN commitmail json YAML

2009-05-26 16:33:46 UTC MAIN commitmail json YAML

Updated net/libsoup24 to 2.26.2

(wiz)

2009-05-26 16:33:34 UTC MAIN commitmail json YAML

Update to 2.26.2. Set LICENSE to gnu-lgpl-v2.

Changes in libsoup from 2.26.1 to 2.26.2:

* SOUP_SESSION_TIMEOUT now works properly with
          SoupSessionAsync [#574414] and SSL [#578928]. Added
          tests/timeout-test to test this.

* SoupDate fixes:

* soup_date_to_string() now handles SOUP_DATE_RFC2822
  [#579055, Enrico Træ—¦ger]

* soup_date_new_from_string() now accepts 24:00 as a
  time in ISO8601 timestamps

* soup_date_to_string() now coerces the date to UTC
  for HTTP and cookie dates, and outputs the UTC
  correct offset for the other date types.

* Added regression tests to tests/date

* soup_headers_parse() now completely ignores
          syntactically-incorrect headers, rather than passing them to
          soup_message_headers_append() and causing a g_warning.
          soup_message_headers_append() now also rejects 0-length
          header names. Updated tests/header-parsing to check this.
          [#579318]

* Fix a crash when cancelling a message from a "restarted"
          handler, and updated a regression test to notice the
          underlying cause. [#580193]

* TLS1.1 support in gnutls has been temporarily disabled, to
          work around what appears to be a bug in gnutls's support for
          backward-compatibility with older servers. [#581342]

* DNS resolution should be slightly faster, as we no longer
          set a flag that resulted in additional unnecessary DNS
          requests.

* The --disable-more-warnings flag to configure is no longer
          required when you are using gcc < 3.4. [#578851]

* Fixed a bug in the new body parsing code [qv #571283 below]
  that caused libsoup to mistakenly reject some responses with
  SOUP_STATUS_MALFORMED, "Message Corrupt". [#582002]

* soup_form_request_for_data() now allows you to use "PUT" as
          the method, because apparently some web service authors
          think that's how you spell "POST", or something. [#581860]

(wiz)

2009-05-26 15:42:29 UTC MAIN commitmail json YAML

Remove patch-aj, build fix for Solaris.
Upstream bug report was closed, patch is supposedly not necessary
any longer.
If this is not the case, re-open
http://bugzilla.gnome.org/show_bug.cgi?id=133344

No PKGREVISION bump since it was a build fix.

(wiz)

2009-05-26 14:54:27 UTC MAIN commitmail json YAML

Updated x11/vte to 0.20.3

(wiz)

2009-05-26 14:54:12 UTC MAIN commitmail json YAML

Update to 0.20.3. Set LICENSE to gnu-lgpl-v2.

0.20.3
=======
- Bugs fixed in this release:
    Bug 583129 - [python] allow passing None as command or directory option
    Bug 583078 - [python] allow passing of environment as a dictionary

0.20.2
=======
- Bugs fixed in this release:
    Bug 567064 - Work around buggy iconv

(wiz)

2009-05-26 14:44:05 UTC MAIN commitmail json YAML

Note update of www/typolight27-translations package to 20090524.

(taca)

2009-05-26 14:43:20 UTC MAIN commitmail json YAML

Update typolight27-translations package to 20090524.

* Update Portuguese translation files to support TYPOlight 2.7.0.

(taca)

2009-05-26 14:20:42 UTC MAIN commitmail json YAML

Note update of www/geeklog package to 1.5.2.4.

(taca)

2009-05-26 14:19:29 UTC MAIN commitmail json YAML

Update geeklog package from 1.4.1nb4 to 1.5.2.4 (1.5.2sr4).

pkgsrc changes: overhaul this package.

* Add LICENSE.
* Clean up bmake's macros, such as addition of PRINT_PLIST_AWK.

Geeklog changes: too many chagnes to write here.

* New user-friendly installation.
* New Configuration GUI.
* New Webservice GUI.
* And more.

Please refer http://www.geeklog.net/docs/english/changes.html
for more information.

Fixed some security problems about SQL injection vulnerability.

(taca)

2009-05-26 13:32:29 UTC MAIN commitmail json YAML

2009-05-26 12:28:09 UTC MAIN commitmail json YAML

Update to 1.6.4 from 1.6.3.  pkgsrc changes:

  upstream has provided a way to fetch the distfile with a URL that
  can be constructed by pkgsrc

Upstream changes:

  *  Experimental support for the build tool waf.

  * Fix test failures when compiling with -O0. See r631.

  * Ensure that conversions from double to int are performed
    correctly. Fixes for ticket31.

  * Clarify what gtk_image_view_get_draw_rect() and
    gtk_image_view_get_viewport() returns when the view is not
    allocated.

(gdt)

2009-05-26 12:27:34 UTC MAIN commitmail json YAML

Note update of devel/libffi to 3.0.8nb2.

(he)

2009-05-26 12:27:12 UTC MAIN commitmail json YAML

Update from version 3.0.8nb1 to 3.0.8nb2.

Pkgsrc changes:
o Add portability to the various mips-based NetBSD ports.
  The self-tests even complete without any unexpected failures.

(he)

2009-05-26 12:19:12 UTC MAIN commitmail json YAML

Add the "MIT" license, from
  http://www.opensource.org/licenses/mit-license.php
and add it to DEFAULT_ACCEPTABLE_LICENSES.
Based on hints from joerg@.

(he)

2009-05-26 11:32:22 UTC MAIN commitmail json YAML

Update to use SSLINCLUDE and SSLLIB instead of SSLDIR for EXTRASPECIALS.
Should be fix PR 41232, pick up incorrect location as pkgsrc expected.

(obache)

2009-05-26 09:32:21 UTC MAIN commitmail json YAML

2009-05-26 09:23:15 UTC MAIN commitmail json YAML

Updated time/etm to 271

(wiz)

2009-05-26 09:23:01 UTC MAIN commitmail json YAML

Update to 271:
  Trap attempts to toggle completion off for repeated tasks. Combine
  information notices to one screen on startup. Documentation tweaks
  both internal and on-line.

(wiz)

2009-05-26 08:49:27 UTC MAIN commitmail json YAML

2009-05-26 08:14:15 UTC MAIN commitmail json YAML

Mark as not make-jobs safe.
>From Ryo HAYASAKA in PR 41491.

(wiz)

2009-05-26 06:03:02 UTC MAIN commitmail json YAML

Accept _AUTOMATIC=yes.
At least, set as "yes" in mk/flavor/pkg/depends.mk,
and accept both "YES" and "yes" in flavor/pkg/install.mk.

Fixes PR 41422.

(obache)

2009-05-26 05:57:14 UTC MAIN commitmail json YAML

Updated ham/gnuradio-core-docs to 3.0.4nb3.

(hasso)

2009-05-26 05:55:15 UTC MAIN commitmail json YAML

2009-05-26 05:26:00 UTC MAIN commitmail json YAML

2009-05-26 01:54:38 UTC MAIN commitmail json YAML

2009-05-26 01:53:55 UTC MAIN commitmail json YAML

2009-05-25 21:33:33 UTC MAIN commitmail json YAML

Updated databases/tokyocabinet to 1.4.23

(obache)

2009-05-25 21:33:17 UTC MAIN commitmail json YAML

Update tokyocabinet to 1.4.23.

Changes:
2009-05-24  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tcutil.c (tcmapiterinit2, tcmdbiterinit2): new functions.

* tchdb.c (tchdbiterinit2, tchdbiterjumpimpl): new functions.

* tcfdb.c (tcfdbiterinit2, tcfdbiterjumpimpl): new functions.

* tctdb.c (tctdbiterinit2): new function.

- Release: 1.4.23

(obache)

2009-05-25 21:05:24 UTC MAIN commitmail json YAML

2009-05-25 20:56:39 UTC MAIN commitmail json YAML

2009-05-25 20:37:01 UTC MAIN commitmail json YAML

propagate dependency on libgnomeui since it is required by .la files

(drochner)

2009-05-25 20:11:05 UTC MAIN commitmail json YAML

Add a minimal implementation of the read_rom method for NetBSD, just
good enough to get newer xorg servers running.
(I need to double-check the PCI spec, but it is well possible that we
can't do much better anyway: ISTR the PCI spec allows devices to share
decoding ressources between ROM and runtime logics, which means there
is no safe way to read the original ROM at runtime. Correct me if
I'm wrong.)

(drochner)

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

comment out autoinstall so this can build without a configured CPAN - need to handle this automatically

(abs)

2009-05-25 17:06:51 UTC MAIN commitmail json YAML

comment out autoinstall so this can build without a configured CPAN - need to handle this automatically

(abs)

2009-05-25 16:10:53 UTC MAIN commitmail json YAML

update to 0.10.23
changes:
New navigation API to support DVD playback
playbin2 improvements
RTSP extensions to allow extra headers and options
Replace audioresampler with speexresample based code
Support interlacing flags in the gstvideo library
Support new RIFF formats
Improve typefinding
Support more frame formats in videoscale
Many other bug-fixes and improvements

(drochner)

2009-05-25 15:59:21 UTC MAIN commitmail json YAML

update to 0.10.23
changes:
Support files > 4GB on Windows
Controller interpolation fixes
Add timer support to GstPoll and use it for clocking
Attempt to typefind contents from the file extension if all else fails
GStreamer revision control switched to Git
Many other bug fixes and improvements

(drochner)

2009-05-25 15:54:16 UTC MAIN commitmail json YAML

2009-05-25 15:50:13 UTC MAIN commitmail json YAML

update to 0.10.15
changes:
Some fixes for seeking in wav and FLAC files
Faster seeking in Matroska and AVI files
RTSP and RTP improvements
directdrawsink moved to Bad
y4menc and flvmux/flvdemux moved from Bad
deinterlace2 moved from Bad, replacing deinterlace
Many bug fixes and improvements
Pulseaudio sink completely overhauled

(drochner)

2009-05-25 15:41:34 UTC MAIN commitmail json YAML

update to 0.10.12
changes:
Presets support in several elements
Support ITV HD MPEG-TS streams
New element: flvmux
New element: osxvideosrc
Fixes in RTP elements
camerabin fixes
Improved QT/mp4 muxing
xdgmime based content type guessing
deinterlace2 moved to the Good plugins (replacing deinterlace)
Support for MXF muxing, and improved MXF demuxing
Greatly improved DVD playback
DirectDraw element moved back from Good plugins
Many other bug fixes and improvements

pkgsrc change: explicitely disable build of libgstreal, should fix
PR pkg/41476 by "U.F.B.".
If needed, this should be put into its own plugin which would be
ONLY_FOR i386/amd64. (Actually, there seem to be realplayer codecs
also for alpha and ppc, so in theory these could also be supported.)

(drochner)

2009-05-25 15:25:01 UTC MAIN commitmail json YAML

-remove wrong wget dependency -- this is dealt with by the "qalculate"
base pkg
-replace hard gnuplot dependency by a MESSAGE as it is only needed
if one really wants to plot a function
-register with desktop-file-utils
bump PKGREVISION

(drochner)

2009-05-25 15:10:28 UTC MAIN commitmail json YAML

-make this compile with 64-bit time_t
The fix is suboptimal because the y2037 problem remains. It would be
better to either
-extend the "cln" lib for 64-bit integers (but the code is a mess
  already) or
-split the time_t into a lower/higher part and convert them seperately,
  which is less than elegant.
-add a MESSAGE telling that gnome-vfs or wget are needed to fetch
currency exchange rates automatically, so the (wrong) wget dependency
can be removed from child pkgs
bump PKGREVISION

(drochner)

2009-05-25 12:54:48 UTC MAIN commitmail json YAML

Fix package build caused by improper PLIST generation due to x11 options.

(mishka)

2009-05-25 12:51:17 UTC MAIN commitmail json YAML

Added comms/gammu version 1.24.0

(wiz)

2009-05-25 12:51:01 UTC MAIN commitmail json YAML

2009-05-25 12:50:01 UTC MAIN commitmail json YAML

Initial import of gammu-1.24.0. Bluetooth support by plunky.

Gammu is a command line utility and library to work with mobile phones
from many vendors. Support for different models differs, but basic
functions should work with majority of them. The program can work with
contacts, messages (SMS, EMS and MMS), calendar, todos, file system,
integrated radio, camera, etc. It also supports a daemon mode to send
and receive SMS messages.

Gammu includes Python bindings, which allows easy scripting of
desired functionality using core functions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090525

(wiz)

2009-05-25 12:42:39 UTC MAIN commitmail json YAML

Updated audio/mp32ogg to 0.11nb4

(wiz)

2009-05-25 12:42:27 UTC MAIN commitmail json YAML

Simplify Makefile. Set LICENSE. Fix path to helper programs.
Bump PKGREVISION.

(wiz)

2009-05-25 12:10:18 UTC MAIN commitmail json YAML

Updated time/etm to 270

(wiz)

2009-05-25 12:10:03 UTC MAIN commitmail json YAML

Update to 270:
  Added test suite and FAQ.
  Only show the first unfinished repetition with @o r.
  new_entry with repetitions now resets @d to the first date from
  the recurrence rule that falls on or after the provided value of
  @d. This provides a handy check on the recurrence rule by giving
  the first date satisfying the rule.
  new_entry with repetitions now sets @d to the first date from
  the recurrence rule if the provided value is sooner than the
  first date.
  Caught and fixed subtle bug in repetitons.
  Still more documentation tweaks.
  More documentation corrections.
  Corrected documentation errors.
  Improved check for missing or bad project line.
  Added check for missing project line.
  Added check for missing title.
  Fixed another bug in process_reps involving setting duedate.
  Fixed bug setting interval in process_reps.
  Factored repeated stuff out of process_file and new_entry into
  process_reps. This means checks for repeated entries apply both
  to files and new entries.
  Show alert confirming export in iCal format and showing full ics
  file path.

(wiz)

2009-05-25 09:48:50 UTC MAIN commitmail json YAML

2009-05-25 09:47:32 UTC MAIN commitmail json YAML

Add comments about "Used by" java bindings.

(obache)

2009-05-25 09:46:11 UTC MAIN commitmail json YAML

Add and enable java-{native,pure}-hyperestraier.

(obache)

2009-05-25 09:44:06 UTC MAIN commitmail json YAML

Added textproc/java-pure-hyperestraier version 1.0.0.1.4.13

(obache)

2009-05-25 09:43:52 UTC MAIN commitmail json YAML

Import java-pure-hyperestraier-1.0.0.1.4.13 as textproc/java-pure-hyperestraier.

Hyper Estraier is a full-text search system.  You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Java pure interface of Hyper Estraier.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2009-05-25 09:43:27 UTC MAIN commitmail json YAML

Added textproc/java-native-hyperestraier version 1.0.0.1.4.13

(obache)

2009-05-25 09:43:00 UTC MAIN commitmail json YAML

Import java-native-hyperestraier-1.0.0.1.4.13 as textproc/java-native-hyperestraier.

Hyper Estraier is a full-text search system.  You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Java native interface of Hyper Estraier.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2009-05-25 09:40:57 UTC MAIN commitmail json YAML

2009-05-25 09:04:20 UTC MAIN commitmail json YAML

2009-05-25 09:03:15 UTC MAIN commitmail json YAML

Changes 3.3.10:
This release adds MPLS support, a per-interface BPF filter, the ability to
export the HTTP GET parameters in QUERY_STRING_UNESCAPED in the Perl plugin,
support for extended sFlow samples, a fix for a visualization issue when using
VLANs, and an improved Perl plugin.

(adam)

2009-05-25 06:52:04 UTC MAIN commitmail json YAML

Note update of security/netpgp to 20090525

(agc)

2009-05-25 06:50:54 UTC MAIN commitmail json YAML

Update the netpgp package from version 20090428 to 20090525:

Changes since previous version:

CHANGES 1.99.3 -> 1.99.4

+ get rid of some magic constants
+ revamped regression test script to count number of tests passed
+ made checkhash array in ops_seckey_t dynamic, rather than statically
  allocated
+ made mdc array dynamic, and added a length field to mdc for future use
+ revamped usage message to match reality
+ made portable version again for the autoconfed package sources
+ add separate netpgpdigest.h file so that separate digest sizes can be
  used without having to include "packet.h" in everything

CHANGES 1.99.2 -> 1.99.3

+ modified regression tests to make it easier to see status messages
+ modified --encrypt, --decrypt, --sign, and --clearsign as well as --cat
  to respect the --output argument for the output file. Default behaviour
  remains unchanged - if --output is not specified, standard file names
  and suffixes apply. Note that --verify has not been changed - this is
  for compatibility with gpg, POLA/POLS, and because --verify-cat/--cat
  provides this behaviour

Get rid of a few TODO items that aren't needed.

CHANGES 1.99.1 -> 1.99.2

+ various minor cleanups
+ fix longstanding pasto where the key server preference packets are
  displayed with the correct ptag information
+ up until now, there has been an asymmetry in the command line
  options for netpgp(1) - whilst a file may have signature information
  added to it with the "--sign" command, there has been no way to
  retrieve the contents of the file without the signature.  The new
  "--cat" option does this (there are synonyms of "--verify-show" and
  "--verify-cat") - the signature is verified, and if it matches, the
  original contents of the file are sent to the output file (which
  defaults to stdout, and can be set with the --output option on the
  command line).  If the signature does not match, there is no output,
  and an EXIT_FAILURE code is returned.
+ revamped netpgp(1) to make it clear what commands are available, how
  these commands relate to each other, and which commands take custom
  options

CHANGES 1.0.0 -> 1.99.1

+ released and tagged version 1.0.0; development version now 1.99.1
+ get rid of some fields which are no longer needed
+ minor name changes
+ add mmapped field to ops_data_t struct to denote that the array needs an
  munmap(2) and not a free(3)
+ add an __ops_mem_readfile() function, and use it for reading files.
  The function does mmap(2), and then falls back to read(2) if that fails.
  Retire unused __ops_fileread() which had an unusual interface
+ drop sign_detached() from netpgp.c down into signature.c as
  __ops_sign_detached()

+ got rid of "local" header files. These aren't necessary since the openpgpsdk
  code was modified to all be in the same directory
+ added netpgp_getvar() and netpgp_setvar(), and use them to get and set the
  user id and hash algorithm preference
+ get rid of <stdbool.h> usage - I'm still not sure this is the way we should
  be going long term, but the bool changes got integrated with the others,
  and are there in cvs history if we want to resurrect them. Correct autoconf
  accordingly. Bump netpgp minimus version, and autoconf-based date version.
+ updated documentation to reflect these changes

Commit the weekend's changes:

+ minor name changes
+ remove duplicated code (commented out) in packet-print.c
+ original code contained abstraction violations for hash size - fix them
+ get rid of some magic constants related to length of hash arrays
+ allow a choice of hash algorithms for the signature digest (rather
  than hardcoding SHA1 - it is looking as though collisions are easier
  to manufacture based on recent findings)
+ move default signature RSA hash algorithm to SHA256 (from SHA1). This is
  passed as a string parameter from the high-level interface. We'll
  revisit this later after a good way to specify the algorithm has been
  found.
+ display the size of the keys in --list-packets
+ display the keydata prior to file decryption

+ add a --help option
+ if setrlimit exists, set the core dump size to be 0
  (with thanks to mrg for the reference implementation)
+ get rid of __ops_start_cleartext_sig/__ops_start_msg_sig abstractions
  and just "export" the __ops_start_sig function - the function is not
  actually exported, just usable by other __ops functions
+ bump internal version number to 0.99.2, autoconf version to 20090506
+ prettify usage message output

Change some names to something a bit less obscure.

e.g. For some unfathomable reason, I find "__ops_write_mem_from_file" a bit
counterintuitive - replace that by "__ops_fileread"

+ __ops_packet_t -> __ops_subpacket_t
+ __ops_parser_content_t -> __ops_packet_t
+ rename some other long names
  51 chars is the record function name length so far
+ preliminary moves to support detached signatures
  as yet, incomplete
+ add back command line option to list packets in a signed or encrypted file
+ make __ops_parse() take an argument whether to print errors, and kill the
  __ops_parse_and_print_errors() function
+ get rid of some assertions in the code - this is a library - about 100 to go

Make this code WARNS=4
Add an option to the netpgp command to produce a detached signature.

(agc)

2009-05-25 05:26:29 UTC MAIN commitmail json YAML

Note update of tex-passivetex.

(minskim)

2009-05-25 05:24:00 UTC MAIN commitmail json YAML

Update tex-passivetex to 1.25.  ChangeLog is unavailable.

pkgsrc changes:
- Use print/texlive/module.mk to simplify the package.
- Reduce dependencies.

(minskim)

2009-05-24 23:27:07 UTC MAIN commitmail json YAML

This requires x11/py-Tk as well, so include its buildlink3.mk file.
This and the previous patch prompted by hasso@

(he)

2009-05-24 22:56:53 UTC MAIN commitmail json YAML

Fix the checksum for patches/patch-ab; I must have added the comment at
the top and forgotten to do "make mps" -- sorry.

(he)

2009-05-24 21:24:56 UTC MAIN commitmail json YAML

Update to dhcpcd-5.0.4

Changes from dhcpcd-5.0.3 include
* The requirement of the ServerID option is now configurable
* Don't set a MTU lower than 576
* Enforce a minimum lease time of 20 seconds

(roy)

2009-05-24 15:53:19 UTC MAIN commitmail json YAML

update master site. ftp.gw.com has suspended the service.

(zafer)

2009-05-24 13:11:38 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA1 to 2.12

(sno)

2009-05-24 13:10:49 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Digest::SHA1 from 2.11 to 2.12

Upstream changes:
2009-05-23  Release 2.12

    Gisle Aas (6):
  Get rid of the old CVS ids
  Avoid "redefined" error for ULONG on Win64
  Less optimizations on IRIX [RT#8999]
  Clean up the 'git status' output
  Mention that SHA-1 might be weak [RT#11880]
  Ensure more stuff in the META.yml file [RT#40757]

    Steve Peters (1):
  Quiet warnings when compiled with -Wwrite-strings [RT#31915]

(sno)

2009-05-24 12:58:59 UTC MAIN commitmail json YAML

- trac-0.11.4

(obache)

2009-05-24 12:57:33 UTC MAIN commitmail json YAML

done - tokyocabinet-1.4.21

(obache)

2009-05-24 12:51:59 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN to 1.9400

(sno)

2009-05-24 12:51:18 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module CPAN from 1.9304 to 1.9400

Upstream changes since version 1.9304:
2009-05-24  Andreas J. Koenig  <andk@cpan.org>
* this is release 1.94
* since 1.93_54 one test was changed that had been failing when
  Text::Glob was not installed.
* since 1.93 (which was released 2008-10-12) changes are documented in
  the release notes for 1.93_5[1234] below. Here is a quick summary of
  the highlights: SQLite dependency tracking fixed; packaging works
  around bugs in Solaris tar; fixed ls on subdirectories; tested with
  YAML::XS and documented as such; support for MYMETA.yml; CPAN.pm file
  split into separate files; mega doc/English corrections; negated
  match variables in distroprefs
* thanks to Gisle Aas, Tom Christiansen, Alexandr Ciornii, Nicholas
  Clark, Jan Dubois, David Golden, Randy Kobes, Olivier 'dolmen'
  Mengu'e, Steffen M"uller, Slaven Rezi'c, Michael Schwern, G'abor
  Szab'o, Frank Wiegand and many others for providing patches,
  bugreports and valuable feedback.

2009-05-07  Andreas J. Koenig  <andk@cpan.org>
* this is release 1.93_54 (another release candidate for 1.94, I had
  overlooked the github fork by Alexandr)
* Help Strawberry perl #41537: will prefer perl unpack modules (unless
  it is bz2). (Alexandr Ciornii)
* address #43779: test failures when NFS involved (Alexandr Ciornii)
* adjust tests for 5.6.2 and when no yaml module is available

2009-05-04  Andreas J. Koenig  <andk@cpan.org>
* this is release 1.93_53 (release candidate for 1.94)
* address #45470: pod synopsis fix submitted by Olivier 'dolmen' Mengu'e
* bugfix: @$urllist could break on an undefined urllist, now protected
* bugfix: Work around the troubles posed by Acme::BadExample
* bugfix: address #43813: solaris tar cannot deal with long paths

2009-04-13  Andreas J. Koenig  <andk@cpan.org>
* this is release 1.93_52 (dev release towards 1.94)
* shake out missings after the split into many files
* Win32 fixes by Jan Dubois
* CPAN::SQLite support fixes by Randy Kobes
* completion on distros works now at least on the "d" command when using
  pretty id ( eg. USERID/Foo-<TAB> )
* experimental support for deprecated.pm only enabled on perl 5.11
* address #37531: ls on subdirectories did not work as one would
  expect (reported by Slaven Rezic)
* address #28438: do not create the author directory if we have a file
  URL (reported by Schwern)
* all distroprefs now more YAML compliant
* tested with YAML::XS and documented as such
* patch by Gisle Aas to catch not compiling regexps in distroprefs
* patch by David Golden to support MYMETA.yml
* address #44549: support users who do not want to connect to the
  internet but still configure us to run in an intranet or with a
  minicpan on the local disk (reported by Nicholas Clark)

(sno)

2009-05-24 12:49:01 UTC MAIN commitmail json YAML

Note update/addition of TokyoCabinet, TokyoTyrant and those bindings.

(obache)

2009-05-24 12:43:45 UTC MAIN commitmail json YAML

Add and enable java-tokyocabinet.

(obache)

2009-05-24 12:42:45 UTC MAIN commitmail json YAML

Update tokyotyrant to 1.1.27.

Changes:
2009-05-11  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tcrtest.c (runtable, proctable): "-exp" option was added.

* ttskelnull.c: new file.

* tokyotyrant.idl: new file.

- Release: 1.1.27

(obache)

2009-05-24 12:40:31 UTC MAIN commitmail json YAML

Import java-tokyocabinet-1.19 as databases/java-tokyocabinet.

Tokyo Cabinet is a library of routines for managing a database.  The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length.  Both binary data and
character string can be used as a key and a value.  There is neither concept of
data tables nor data types.  Records are organized in hash table, B+ tree, or
fixed-length array.

This package provides Java binding of Tokyo Cabinet.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2009-05-24 12:37:37 UTC MAIN commitmail json YAML

Update tokyocabinet to 1.4.22, and perl, ruby and lua bindings.

Changes:
2009-05-21  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tcadb.c (tcadbmisc): "sync", "optimize", "vanish" commands were added.

- Release: 1.4.22

2009-05-10  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tchdb.c (tchdbsetdfunit, tchdbdfunit, tchdbdefrag): new functions.

* tchdb.c (tchdbdefragimpl, tchdbfbptrim, tchdbshiftrec): new functions.

* tcbdb.c (tcbdbsetdfunit, tcbdbdfunit, tcbdbdefrag): new functions.

* tctdb.c (tctdbsetdfunit, tctdbdfunit, tctdbdefrag): new functions.

* tcadb.c (tcadbopen): "dfunit" parameter was added.

* tcadb.c (tcadbmisc): "defrag" command was added.

- Release: 1.4.21

(obache)

2009-05-24 10:51:18 UTC MAIN commitmail json YAML

2009-05-24 10:51:06 UTC MAIN commitmail json YAML

Set the license type to "gnu-gpl-v2".

(tron)

2009-05-24 09:39:05 UTC MAIN commitmail json YAML

wireshark update was already done.

(wiz)

2009-05-24 09:38:52 UTC MAIN commitmail json YAML

+ bzr-1.15, cdrtools-2.01.01alpha60, chmlib-0.40, dar-2.3.9,
  gmpc-0.18.0 [pkg/41471], gnome-system-monitor-2.26.2, libelf-0.8.11,
  libmpd-0.18.0 [pkg/41470], libshout-2.2.2 [pkg/41468], libssh-0.3,
  mkvtoolnix-2.9.0, ntop-3.3.10, pixman-0.15.6, texmaker-1.9,
  wine-devel-1.1.22, wireshark-1.0.8, youtube-dl-20090523,
  zziplib-0.13.52.

(wiz)

2009-05-24 05:45:47 UTC MAIN commitmail json YAML

2009-05-24 02:33:30 UTC MAIN commitmail json YAML

Updated graphics/rabbit to 0.6.0

(obache)

2009-05-24 02:33:14 UTC MAIN commitmail json YAML

Update rabbit to 0.6.0.

== Changes 0.6.0 from 0.5.9: 2009-05-23

=== Improvements

  * Supported Bonjour: [kimura wataru]
  * Added new mascot character "Tailavi": [MoMo]
    * ((<URL:http://www.cozmixng.org/repos/rabbit/trunk/sample/momo/tailavi/>))
  * Added subtitle to windows title.
  * Supported slide property.
  * Added alternative images for "rabbit and tortoise".
  * Original image is used for PDF embedding instead of
    resized image.

=== Fixes

  * Fixed a typo in sample/kof2005/gesture.rb: [#143][IWAI, Masaharu]
  * Fixed install document: [zunda]
  * Fixed English: [Eduardo Gonzalez]

(obache)

2009-05-23 23:48:44 UTC MAIN commitmail json YAML

For developer mode, warn about packages without destdir support.

(joerg)

2009-05-23 21:45:46 UTC MAIN commitmail json YAML

2009-05-23 21:16:10 UTC pkgsrc-2009Q1 commitmail json YAML

2009-05-23 21:15:12 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket 2779 - requested by tron
Security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.32
- pkgsrc/net/wireshark/distinfo 1.21

  Module Name: pkgsrc
  Committed By: tron
  Date: Sat May 23 08:12:08 UTC 2009

  Modified Files:
  pkgsrc/net/wireshark: Makefile distinfo

  Log Message:
  Update "wireshare" package to version 1.0.8. Changes since version 1.0.7:
  - Bug Fixes:
    - The PCNFSD dissector could crash. (wnpa-sec-2009-03)
    - Lua integration could crash.
    - The SCCP dissector could crash when loading more than one file in
      a single session.
    - The NDMP dissector could crash if reassembly was enabled.
  - Updated Protocol Support:
    All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066

  To generate a diff of this commit:
  cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/wireshark/Makefile
  cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/wireshark/distinfo

(spz)

2009-05-23 17:06:24 UTC MAIN commitmail json YAML

add missing backslash.

(zafer)

2009-05-23 15:14:21 UTC MAIN commitmail json YAML

2009-05-23 15:03:10 UTC MAIN commitmail json YAML

2009-05-23 15:02:42 UTC MAIN commitmail json YAML

Commit my crash-fix patches from PR 37267. PKGREVISION++ (to 5)

This also fixes the infamous "Bogus call to CARDS_RenderCard!" bug.

(dholland)

2009-05-23 13:31:53 UTC pkgsrc-2009Q1 commitmail json YAML

2009-05-23 12:58:34 UTC MAIN commitmail json YAML

Update MASTER_SITE_GENTOO. Remove stale/dead mirrors. Fix lots of gentoo typos.

(zafer)

2009-05-23 12:09:46 UTC MAIN commitmail json YAML

Update MASTER_SITE_PGSQL. Remove stale/dead mirrors. Update timestamp.

(zafer)

2009-05-23 11:36:41 UTC MAIN commitmail json YAML

Update IFARCHIVE mirrors.

(zafer)

2009-05-23 11:32:14 UTC MAIN commitmail json YAML

Update MASTER_SITE_OPENOFFICE. Clean up stale/dead mirrors.

(zafer)

2009-05-23 09:06:44 UTC MAIN commitmail json YAML

Set the license type to "original-bsd".

(tron)

2009-05-23 09:04:16 UTC MAIN commitmail json YAML

Note update of the "cscope" package to version 15.7a.

(tron)

2009-05-23 09:04:02 UTC MAIN commitmail json YAML

2009-05-23 08:12:32 UTC MAIN commitmail json YAML

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

(tron)

2009-05-23 08:12:08 UTC MAIN commitmail json YAML

Update "wireshare" package to version 1.0.8. Changes since version 1.0.7:
- Bug Fixes:
  - The PCNFSD dissector could crash. (wnpa-sec-2009-03)
  - Lua integration could crash.
  - The SCCP dissector could crash when loading more than one file in
    a single session.
  - The NDMP dissector could crash if reassembly was enabled.
- Updated Protocol Support:
  All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066

(tron)

2009-05-23 07:15:36 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket 2778 - requested by tron
Security fix

Revisions pulled up:
- pkgsrc/www/apache22/Makefile 1.43
- pkgsrc/www/apache22/distinfo 1.18
- pkgsrc/www/apache22/patches/patch-ab 1.10

  Module Name: pkgsrc
  Committed By: tron
  Date: Fri May 22 09:46:06 UTC 2009

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

  Log Message:
  Add patch from the Apache SVN repository to fix the information leak
  in the "mod_proxy_ajp" module reported in CVE-2009-1191.

  To generate a diff of this commit:
  cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/apache22/Makefile
  cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/apache22/distinfo
  cvs rdiff -u -r0 -r1.10 pkgsrc/www/apache22/patches/patch-ab

(spz)

2009-05-23 07:12:46 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket 2778 - requested by tron
Security fix

Revisions pulled up:
- pkgsrc/www/apache22/Makefile 1.43
- pkgsrc/www/apache22/distinfo 1.18
- pkgsrc/www/apache22/patches/patch-ab 1.10

  Module Name: pkgsrc
  Committed By: tron
  Date: Fri May 22 09:46:06 UTC 2009

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

  Log Message:
  Add patch from the Apache SVN repository to fix the information leak
  in the "mod_proxy_ajp" module reported in CVE-2009-1191.

  To generate a diff of this commit:
  cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/apache22/Makefile
  cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/apache22/distinfo
  cvs rdiff -u -r0 -r1.10 pkgsrc/www/apache22/patches/patch-ab

(spz)

2009-05-23 03:59:09 UTC MAIN commitmail json YAML

note bozohttpd 20090522 update

(mrg)

2009-05-23 03:58:16 UTC MAIN commitmail json YAML

update to bozohttpd 20090522.  change include:
        o  close more leaking file descriptors for CGI and daemon mode
        o  add subdirs for build "debug" and "small" versions
        o  clean up a bad merge / duplicate code
        o  make mmap() usage portable, fixes linux & ranges: support
        o  document the -f option
        o  daemon mode now serves 6 files per child

(mrg)

2009-05-23 02:42:06 UTC MAIN commitmail json YAML

+ ikiwiki-3.13

(schmonz)

2009-05-22 21:17:49 UTC MAIN commitmail json YAML

2009-05-22 20:41:39 UTC MAIN commitmail json YAML

2009-05-22 20:41:03 UTC MAIN commitmail json YAML

update to gimp-liquid-rescale-0.6.1.

Version 0.6.0 :
* Core
  * Scaling beyond 200% is now possible
* Interface
  * Added interactive mode
  * Moved "Mode" to the output tab and renamed it
  * Added 2 new scale-back modes
  * Fixed non-interactive mode, added scripts for
    command-line batch processing

Version 0.5.0 :
* Core
  * Faster engine, lower memory requirements
  * Introduced rigidity masks
  * Added GAP support
  * Introduced left-right/top-bottom balance
* Interface
  * Ignore discard masks when enlarging
  * Added reset and revert to last used values
    buttons for the size, and general reset
  * The dialog now comes up with the last used
    values for the size
  * Added info icons
  * Added russian help page

(tnn)

2009-05-22 20:33:23 UTC MAIN commitmail json YAML

bump the BUILDLINK_API_DEPENDS

(tnn)

2009-05-22 20:30:50 UTC MAIN commitmail json YAML

Update to liblqr-0.4.1.

Version 0.4:
* New features:
  * Support for image types (color models):
    GREY, GREYA, RGB, RGBA, CMY, CMYK, CMYKA
    and custom
  * Additional builtin energy functions based on
    luma instead of brightness
  * Support for custom energy functions
  * Functions to read out the energy map
  * Cancel function to interrupt computations
  * Additional methods for bias and rigidity masks
  * Use a single progress instead of several
    ones when the update is performed in steps
  * Can handle input buffers non-destructively
* Performace related:
  * Faster rescaling thanks to optimisations in
    the code
  * Spare memory when not using features (e.g. the
    bias)
* Configuration
  * The default installation directory is now /usr
    instead of /usr/local
  * Compiling under MinGW now correctly produces a
    DLL with the default settings
  * Now it also compiles under MS Visual C++
  * All public macro names start with LQR_* (old
    versions are still available but can be disabled
    at configure time)

Version 0.3:
* New features:
  * Enlargement is not limited to 200% any more
    (it is automatically performed in steps)
  * Added readout functions for the internal
    visibility map

Version 0.2:
* New fetures:
  * Support for 16-bit, 32-bit and 64-bit
    per channel images
  * Rigidity masks
  * Left-right/top-bottom balance
* Performace related:
  * Improved attached visibility maps
    management (lower memory requirements)
  * All internal buffers turned from
    double to float, improving both speed
    and memory requirements
* Documentation:
  * Reviewed manual and completed refence
  * Added man pages

(tnn)

2009-05-22 20:19:19 UTC MAIN commitmail json YAML

Update to XaoS-3.4.

o New Italian translation courtesy of Sergio Zanchetta
o Updated catalog and i18n for German by Andreas Madritsch
o Bug fix to prevent garbled characters when using non-English languages
  on modern systems using UTF-8
o Bug fix to prevent XaoS from crashing after using the Render Animation
  functionality
o Bug fix to prevent incorrect colors on smooth coloring modes with
  certain video modes

XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't
investigate if the GTK+ frontend builds as the release notes claim it's
still buggy.

(tnn)

2009-05-22 20:17:44 UTC MAIN commitmail json YAML

remove trailing backslash in mysql.

(zafer)

2009-05-22 20:15:36 UTC MAIN commitmail json YAML

nuke trailing whitespace

(tnn)

2009-05-22 20:14:38 UTC MAIN commitmail json YAML

Update MASTER_SITE_MYSQL. Remove stale/dead mirrors.

(zafer)

2009-05-22 20:02:32 UTC MAIN commitmail json YAML

Update to unfs3-0.9.22.

Version 0.9.22
- fix spelling mistake in "no_all_squash" export option parsing
- fix build on more recent FreeBSD systems
- fix filesystem size reporting for Solaris Zones and others
- document permission needs for exported directories

(tnn)

2009-05-22 19:52:02 UTC MAIN commitmail json YAML

Update to xterm-243.

Patch #243 - 2009/3/28
* revert change to default for allowTcapOps (request by Bram Moolenaar).
* reallocate result returned by xtermEnvLocale() to avoid reference to freed
  memory after handling menuLocale resource.
* fix an old (X11R5) bug in tek4014 for switching fontsizes.
* add resource defaultString to make configurable the use of "#" when pastes
  of UTF-8 text fail due to limitations in the current locale settings.
* make the set of selection target Atom's configurable by two new resources
  eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in
  preference to UTF8_STRING (discussion with Stanislav Sedov regarding
  koi8rxterm and the FreeBSD port).
* modify handling of TARGETS Atom by making it return exactly the set of
  targets as those which xterm is currently providing.
* set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around
  /etc/man.conf's with those variables already set
* improve error-checking of tcap-query parser.
* add check for keyboard tcap), which ensures that terminal descriptions
  containing the same string for shifted/unshifted keys will be seen by
  tcap-query as only the unshifted key. (This would only happen with an
  incorrect terminal description).
* fix conversion for input event-state to modifier-parameter which made
  tcap-query feature not work with tcapFunctionKeys (keyboard type tcap).
* add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the
  default compiled-in values for "allowxxx" resources.
* remove check on bell-percentage added in patch #242, which disallowed
  zero/negative values (Redhat Bugzilla #487829).

Patch #242 - 2009/2/15
* fix configure check for XkbBell and provide appropriate parameter for it.
* fix a caching problem with double-size fonts versus reverse video that could
  cause core dump.
* repair double-size fonts from workaround used in patch #240.
* add new section to the VT Fonts menu which allows enabling or disabling the
  font, termcap (tcap-query), title and window operations.
* add fontWarnings resource, to control whether to show warnings on failure to
  load a font.
* improve warnings for unloadable fonts introduced in patch #240 by limiting
  those to the cases where a font would be specified directly by a resource
  setting rather than a derived fontname.
* further amend fix for Debian #252873 from patch #197 to treat a blank cell
  which does not have both foreground and background colored as a non-colored
  cell. This improves a special case where the cursor is on a blank cell which
  had foreground color scrolled in (report by Miroslav Lichvar).
  Also add the same logic when hiding cursor, so the outline matches the
  in-focus cursor.
* modify internals to reduce places PAIRED_CHARS() is used, making WriteText()
  and ScrnWriteText() accept IChar array, as well as providing a wrapper for
  drawXtermText().
* change default XIM font from "*" to "fixed" to improve startup time in
  zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930).
* typo in #240 log (Slava Semushin)

Patch #241 - 2009/1/26
*  improve checks for missing bitmap fonts, fallback to "fixed" as needed to
  work around broken font-packages (report by Jacek Luczak).
* fix breakage from patch #240 changes for xtermAddInput() (patches by
  Jeff Chua, Julien Cristau).

Patch #240 - 2009/1/25
* use plink.sh for linking xterm (suggested by Larry Doolittle).
* add resource descriptions for input method to xterm manpage.
* update configure script; consistently append to $CFLAGS rather than prepend.
* add install-scripts rule to makefile, to allow koi8rxterm and uxterm scripts
  to be altered independently of install-bin
* add -maximized command-line option and corresponding resource (prompted by
  alt.os.linux newsgroup comment).
* modify translations of scrollbar widget using xtermAddInput() (see
  patch #181) to accept the actions that the vt100 widget accepts, such as
  shift-insert to perform a paste operation (request by Martin Zwickel).
* change default for allowTcapsOpS resource to false, since it causes
  unexpected behavior for vim users with AltGr.
* update config.guess, config.sub

(tnn)

2009-05-22 19:32:20 UTC MAIN commitmail json YAML

remove planetmirror from APACHE and OPENOFFICE. Service suspended.

(zafer)

2009-05-22 19:30:47 UTC MAIN commitmail json YAML

Update to libdrm-2.4.11.

Changes from xorg-announce@:
Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am
Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc
nouveau: store bo handle in public struct in bo_ref_handle
nouveau: write posting got lost somewhere, bring it back
Add new drm_intel_get_pipe_from_crtc_id function.
nouveau: fix ppc for swab changes in Linux 2.6.29
libdrm/mode: align subpixel results
intel: NULL fake bo block when freeing in evict_all
libdrm/intel: assert that clients are using bo refcounting correctly
libdrm/intel: add drm_intel_bo_disable_reuse api
Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse
libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.
nouveau: backlight compat fix

(tnn)

2009-05-22 19:24:59 UTC MAIN commitmail json YAML

remove planetmirror.com.au (service suspended) and ftp.mpi-sb.mpg.de from XEMACS.

(zafer)

2009-05-22 19:20:47 UTC MAIN commitmail json YAML

remove www.sdpulse.com from MOZILLA. Service suspended.

(zafer)

2009-05-22 19:05:57 UTC MAIN commitmail json YAML

Update to xf86-input-mouse-1.4.0, based on patch from hasso@

>From xorg-announce@ mail:

The big change in 1.4.0 is the move of the OS-specific mouse handling code
from the Xorg server to the mouse driver.  This code was removed from the
Xorg server in the Xorg 1.6 development cycle, so users of non-evdev systems
(i.e. non-Linux or pre-evdev Linux) will need this version of the mouse driver
to run with Xorg 1.6.

Remove useless call to xf86AddModuleInfo
Merge some hardware support information from README.mouse into man page
Fix sun_mouse.c build on Solaris
Rename OS_SOURCES to stop automake complaints about not building program "OS"
Remove checks for Solaris x86 versions older than Solaris 8
sun_mouse.c: remove unused variables
sun_mouse.c: Use miPointerGetScreen instead of miPointerCurrentScreen
Fix solarisMouseAutoProbe to use device name & protocol specified by HAL
sun_mouse: check for Device in commonOptions if pInfo->options isn't set yet
Replace static changelog with one generated via XORG_CHANGELOG
Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking
Clear assorted compiler, sparse & lint warnings
sun_mouse: fallback to commonOptions for StreamsModule too
Comment typo fixes
Remove some #if 1 statements
Unifdef XFree86LOADER
Add copyright notices for OS mouse code to COPYING file
Add note on hal-based configuration to man page
Version 1.4.0
Add OS mouse sources to the driver build
Change screen private key to an integer variable.
Build fix: Add a prototype for FindDevice function.
Include xorg-server.h to get the WSCONS_SUPPORT define from
prevent a double free of mouse private structure.
W axis support for bsd_mouse.
Make sure xf86MouseProtocolIDToName is of public visibility.
Compile warning fixes.
Fix linux build
man: Note that the server may probe default "Device" options.
Nuke RCS tags.
Check for XINPUT ABI 3.
fix compilation (upper/lower case typo)

(tnn)

2009-05-22 18:56:56 UTC MAIN commitmail json YAML

Update MASTER_SITE_KDE. Remove stale/dead mirrors.

(zafer)

2009-05-22 18:51:43 UTC MAIN commitmail json YAML

remove sunsite.mff.cuni.cz from GNOME. It doesn't mirror gnome anymore.

(zafer)

2009-05-22 18:44:16 UTC MAIN commitmail json YAML

remove ftp.easynet.nl from GNUSTEP. Service suspended.

(zafer)

2009-05-22 18:39:50 UTC MAIN commitmail json YAML

remove ftp.cica.es from XCONTRIB. Stale mirror.

(zafer)

2009-05-22 18:25:20 UTC MAIN commitmail json YAML

2009-05-22 18:19:03 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-22 18:17:57 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-22 18:16:19 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-22 18:09:17 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-22 18:07:09 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-22 18:03:30 UTC MAIN commitmail json YAML

2009-05-22 17:59:41 UTC MAIN commitmail json YAML

update mirrors and homepage.

(zafer)

2009-05-22 17:27:22 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-22 17:23:06 UTC MAIN commitmail json YAML

2009-05-22 16:50:00 UTC MAIN commitmail json YAML

Conditionally add some Linux files to the PLIST.  Fixes PR pkg/37690.
PKGREVISION not bumped as a binary package would not have been generated
before, and all other operating systems are unchanged.

(snj)

2009-05-22 11:56:18 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup tickets #2775 and #2776.

(tron)

2009-05-22 11:55:35 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2776 - requested by he
libffi: build fix

Revisions pulled up:
- devel/libffi/Makefile 1.10
- devel/libffi/distinfo 1.11
- devel/libffi/patches/patch-aa 1.7
---
Module Name: pkgsrc
Committed By: rh
Date: Fri Apr 17 22:45:52 UTC 2009

Modified Files:
pkgsrc/devel/libffi: Makefile distinfo
Added Files:
pkgsrc/devel/libffi/patches: patch-aa

Log Message:
Attempt to make this build on NetBSD/powerpc.  While at it, correctly set
INFO_FILES to 'yes'.  Bump PKGREVISION.

(tron)

2009-05-22 11:48:39 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2775 - requested by joerg
nsd: security update

Revisions pulled up:
- net/nsd/Makefile 1.46
- net/nsd/distinfo 1.25
---
Module Name: pkgsrc
Committed By: joerg
Date: Wed May 20 01:55:55 UTC 2009

Modified Files:
pkgsrc/net/nsd: Makefile distinfo

Log Message:
Update to NSD 3.2.2.

Allows nsd-patch to directly work on the database without intermediate
zonefile. Allow file rotation for nsd.log. Allow disabling AXFR
fallback.

Fix off-by-one during query processing.

(tron)

2009-05-22 10:41:24 UTC MAIN commitmail json YAML

Set the license type to "apache-2.0".

(tron)

2009-05-22 10:19:35 UTC pkgsrc-2009Q1 commitmail json YAML

2009-05-22 10:18:40 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2777 - requested by martti
squirrelmail: security update

Revisions pulled up:
- mail/squirrelmail/Makefile 1.106
- mail/squirrelmail/PLIST 1.30-1.31
- mail/squirrelmail/buildlink3.mk 1.22
- mail/squirrelmail/distinfo 1.53
- mail/squirrelmail/options.mk 1.12-1.13
---
Module Name: pkgsrc
Committed By: martti
Date: Fri May 22 07:04:13 UTC 2009

Modified Files:
pkgsrc/mail/squirrelmail: Makefile PLIST distinfo

Log Message:
Updated squirrelmail to 1.4.19

The security fix to map_yp_alias in 1.4.18 turned out to be incomplete. We
also expierenced some regressions in the updated filter plugin. Both are
addressed in this new release 1.4.19 which contains a few other small fixes
aswell.

If you do not use map_yp_alias or the filters plugin there's no urgent need to
upgrade now if you already installed 1.4.18. If you are still on an older
release than 1.4.18 (or use the mentioned functionality) we do urge you to
upgrade as soon as possible as 1.4.18 and 1.4.19 combined fix some important
security issues. Those using the development branch (1.5.x) should install a
recent SVN snapshot.
---
Module Name: pkgsrc
Committed By: martti
Date: Fri May 22 07:05:14 UTC 2009

Modified Files:
pkgsrc/mail/squirrelmail: buildlink3.mk

Log Message:
Updated
---
Module Name: pkgsrc
Committed By: martti
Date: Fri May 22 08:23:02 UTC 2009

Modified Files:
pkgsrc/mail/squirrelmail: PLIST options.mk

Log Message:
Fixed PLIST issues.
---
Module Name: pkgsrc
Committed By: taca
Date: Fri May 22 08:50:19 UTC 2009

Modified Files:
pkgsrc/mail/squirrelmail: Makefile distinfo options.mk

Log Message:
Update Japanese patch.

Bump PKGREVISION.

(tron)

2009-05-22 09:48:41 UTC MAIN commitmail json YAML

Note update of the "apache22" package to version 2.2.11nb3.

(tron)

2009-05-22 09:46:06 UTC MAIN commitmail json YAML

Add patch from the Apache SVN repository to fix the information leak
in the "mod_proxy_ajp" module reported in CVE-2009-1191.

(tron)

2009-05-22 09:27:57 UTC MAIN commitmail json YAML

2009-05-22 09:27:22 UTC MAIN commitmail json YAML

Updated databases/rrdtool to 1.3.8

- python bindings memory handling fix by Anders Hammarquist
  (deb bug #529291)

- fix getopt_long integration on Solaris. Depending on the phase of
  the moon this bug had caused rrdtool to crash reliably as soon as
  it read its arguments. Especially when used in language bindings.
  Thanks to Ihsan Dogan for helping with the debugging.

- rrd_restore used casting a bit to liberally this caused it to fail
  horribly on 64bit platforms. Patch based in input provided by
  poster of rrd bug #218.

- make ruby bindings compile with newer ruby versions. #217 patch
  provided by rrd trac user

- Generate an error message when using RRDp with graph - this can
  not work reliably. (Debian Bug#251701) patch by Sebastian Harl

(martti)

2009-05-22 09:27:17 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.2.184

15646  7.2.149  read uninit memory when using return value that wasn't set
35686  7.2.150  (extra) VisVim doesn't support tabs
  1533  7.2.151  ":hist a" doesn't work like ":hist all" as the docs suggest
  2963  7.2.152  "silent echo x" inside ":redir" leaves cursor halfway the line
  2908  7.2.153  memory leak for ":recover empty_dir/"
  2390  7.2.154  (after 7.2.132) can still do ":cd" in SwapExists autocmd
  1249  7.2.155  memory leak in ":function /pat"
  5543  7.2.156  no completion for :scscope and :lcscope commands
  4299  7.2.157  illegal memory access when searching in path
  2177  7.2.158  warnings from VisualC compiler
  2478  7.2.159  when $x_includes ends up being "NONE" configure fails
  1353  7.2.160  search pattern not freed on exit when 'rightleft' set
  5400  7.2.161  folds messed up in other tab page
  2363  7.2.162  the quickfix window may get the wrong filetype
  1754  7.2.163  the command line window may get folding
  4089  7.2.164  when 'showbreak' is set wrong Visual block size reported
  1794  7.2.165  FuncUndefined autocmd event argument is expanded like filename
10538  7.2.166  no completion for ":sign" command
54715  7.2.167  splint doesn't work well for checking the code (part 1)
  2936  7.2.168  if no ctags program found, "make tags" executes first C file
35841  7.2.169  fix more splint warnings, define colnr_T to be int
  4481  7.2.170  using b_dev while it was not set
  2261  7.2.171  (after 7.2.169) compiler warnings
  1883  7.2.172  (extra) compiler warning
17875  7.2.173  use gcc instead of lint to check for unused function arguments
42277  7.2.174  too many warnings from gcc -Wextra
  1455  7.2.175  compiler warning in OpenBSD
  5956  7.2.176  exceptions for splint are not useful
57904  7.2.177  more warnings from gcc -Wextra
  3898  7.2.178  using negative value for device number might not always work
  2944  7.2.179  using negative value for device number might not always work
198701  7.2.180  some more compiler warnings when using gcc -Wextra
49635  7.2.181  some more compiler warnings when using gcc -Wextra
  2128  7.2.182  compilation fails for Motif, gvim with GTK crashes on startup
52709  7.2.183  configure problem for sys/sysctl.h on OpenBSD
84846  7.2.184  some more compiler warnings when using gcc -Wextra

(martti)

2009-05-22 08:51:20 UTC MAIN commitmail json YAML

Note update of mail/squirrelmail package to 1.4.19nb1.

(taca)

2009-05-22 08:50:19 UTC MAIN commitmail json YAML

2009-05-22 08:23:02 UTC MAIN commitmail json YAML

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

enable compatibility SDP on NetBSD

(plunky)

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

2009-05-22 07:04:41 UTC MAIN commitmail json YAML

2009-05-22 07:04:13 UTC MAIN commitmail json YAML

Updated squirrelmail to 1.4.19

The security fix to map_yp_alias in 1.4.18 turned out to be incomplete. We
also expierenced some regressions in the updated filter plugin. Both are
addressed in this new release 1.4.19 which contains a few other small fixes
aswell.

If you do not use map_yp_alias or the filters plugin there's no urgent need to
upgrade now if you already installed 1.4.18. If you are still on an older
release than 1.4.18 (or use the mentioned functionality) we do urge you to
upgrade as soon as possible as 1.4.18 and 1.4.19 combined fix some important
security issues. Those using the development branch (1.5.x) should install a
recent SVN snapshot.

(martti)

2009-05-22 05:58:22 UTC MAIN commitmail json YAML

add missing include of p5-pango

(sno)

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

Remove bogus prboom entry.

(snj)

2009-05-22 03:16:50 UTC MAIN commitmail json YAML

Note update of www/typolight27-translations package to 20090521.

(taca)

2009-05-22 03:16:11 UTC MAIN commitmail json YAML

Update typolight27-translations package to 20090521.

* pkgsrc fix: correct PLIST for Slovak translation.

* Update Italian and Polish translation files.

(taca)

2009-05-21 22:02:03 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-21 21:59:14 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-21 21:56:27 UTC MAIN commitmail json YAML

2009-05-21 21:51:18 UTC MAIN commitmail json YAML

update master site.

(zafer)

2009-05-21 21:46:48 UTC MAIN commitmail json YAML

2009-05-21 21:43:19 UTC MAIN commitmail json YAML

2009-05-21 21:37:28 UTC MAIN commitmail json YAML

clean up mirrors. use official up to date ones.

(zafer)

2009-05-21 21:32:34 UTC MAIN commitmail json YAML

Upgrade to dblatex to 0.2.10.

Adds lots of HTML documentation and more xetex support.

I tested this with a few documents, plus it fixes at
least one bug I had when using custom style configurations.

>From the announcement, the detailed changes are:

- Fix Debian bug #525692: remove babel shorthand for russian
- Fix Debian bug #514932: apply XSLT options when building listing
  (thanks to W. Borgert's patch).
- Fix Debian bug #499500: apply the A. Hoenen patch
- Fix bug #2412650: make curly braces more robust in <indexterm>s.
- Fix bug #2393435: handle <table> @pgwide for two column mode.
- Fix bug #2381306: make <ulink>s more robust in <term>
- Fix bug #2058771: use \ensuremath{} to make equations robust.
- Fix bug #1987025: use @xml:id when provided to make labels.
- Fix bug #1975259: apply general title template to handle escaped chars
  in qandaset titles.
- Fix bug in handling @xreflabel in <xref>
- Fix annotation bug: add a correct font setup to each annotation tex file
- Fix some character translations: backtick (`), degree symbol
- Fix SGML to XML conversion through osx
- Use Info/title to render qansaset headings
- Use \ensuremath{} to make latin1 from UTF8 conversion more robust
- Add the parameters:
  * doc.layout: configure the overall document layout
    (deciding if it contains a coverpage, a toc, a frontmatter etc.)
  * variablelist.term.separator,
  * refentry.generate.name,
  * ulink.show (mechanism extended with @xrefstyle),
  * ulink.footnotes.
- Remove useless parameters (rely on localized gentext instead):
  * refnamediv.title,
  * refsynopsis.title,
- Move the 'qandaset.defaultlabel' parameter to 'qanda.defaultlabel' in
  order to be common with the DocBook Project XSL parameter.
- By default, a document subset (i.e. no <article> or <book> root element
  is no more wrapped with an <article>. No more unexpected cover page and
  front matter.
- Allow a tex equation in <alt> without latex math mode delimiters in both
  <equation> and <inlineequation>.
- Add texmath PI in <alt> in order to avoid automatic math mode wrapping
- Make XeTeX support more mature (but still experimental).
- Change the documentation structure.

(reed)

2009-05-21 21:21:35 UTC MAIN commitmail json YAML

2009-05-21 21:13:16 UTC MAIN commitmail json YAML

remove non working mirrors.

(zafer)

2009-05-21 20:47:38 UTC MAIN commitmail json YAML

remove sqlite3 stuff from PLIST and disable the sqlite3 module here.
lang/python26 doesn't depend on sqlite3 and thus can't build the extension.
(this extension is installed by databases/py-sqlite3)

(tnn)

2009-05-21 20:40:15 UTC MAIN commitmail json YAML

Updated meta-pkgs/p5-gnome-bindings to 2.26.1.91

(wiz)

2009-05-21 20:40:03 UTC MAIN commitmail json YAML

Update to 2.26.1.91, patterns updated for sno's p5 updates.

(wiz)

2009-05-21 20:15:35 UTC MAIN commitmail json YAML

Updated time/etm to 255

(wiz)

2009-05-21 20:15:23 UTC MAIN commitmail json YAML

Update to 255:

  Fixed bug in calling getsunmoon.

  Cleaned up extraneous comments.

  Catch alerts without a starting time. Display alerts regarding
  automatic resets in a manner similar to errors.

  Added traps for providing bad file numbers at prompts.

  Second pass at better error trapping. Content checks date(s),
  time, integer(s), presence of @s when @e is given and, when both
  are given, that @s < @e.

  First step to improved error trapping for problematic data files.
  Added check_hash to check for required fields, unknown fields
  and suitable content. Display errors nicely formatted by file
  and line number and write messages to ~/.etmerrors.

(wiz)

2009-05-21 19:56:52 UTC MAIN commitmail json YAML

freetds builds fine with unixodbc on AIX and RHEL4

(sno)