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 (33m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 21:03:02 UTC Now

2011-12-01 09:55:58 UTC MAIN commitmail json YAML

Use DEINSTALL script instead of unexec rm. Bump PKGREVISION.
Untested since this doesn't compile with recent C++ compilers.

(wiz)

2011-12-01 05:12:57 UTC MAIN commitmail json YAML

Extend previous to realloc and free as well, which is almost certainly
necessary. PR 45669.

(dholland)

2011-12-01 05:07:23 UTC MAIN commitmail json YAML

Add __asm __volatile("":::"memory") at a critical point in alloc.c.

gcc thinks it knows the semantics of malloc and so it thinks it can
optimize out the manipulation of __malloc_hook; however, doing so causes
the subsequent malloc call to come back to itself, leading to an infinite
recursion and SIGSEGV in temacs.

This fixes the remaining part of PR 45669.

Someone(TM) should check if this issue affects other Emacs versions
and/or XEmacs.

(dholland)

2011-12-01 04:51:30 UTC MAIN commitmail json YAML

Fold patch-cb into patch-bm since they patch the same file. Related to
PR 45669. hi joerg!

(dholland)

2011-12-01 04:05:41 UTC MAIN commitmail json YAML

Patch up configure tests for cpp to avoid problems when running gcc
4.5's cpp on makefiles. PR 45669.

Unfortunately, this does not by itself fix the build; now I'm getting

  ./temacs -batch -l loadup dump
  gmake[1]: *** [emacs] Segmentation fault

and I have a bad feeling that this may be the same issue that the
other emacs versions are sometimes hitting.

(dholland)

2011-12-01 04:02:36 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20111107

(schmonz)

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

Update to 3.20111107. From the changelog:

  * img: Bugfix to width/height tags for scaled down image when only
    one dimension was provided. Thanks, Per Carlson.
  * editpage: Fix FormattingHelp link on Discussion pages.
  * The umask setting can now be set to private, group, or public,
    avoiding the need to enter octal correctly which is particularly
    difficult in yaml setup files. (smcv)
  * graphviz: Support urls embedded in the graph, by having graphviz
    generate an imagemap.
  * graphviz: Support wikilinks embedded in the graph.
    (Sponsored by The TOVA Company.)

(schmonz)

2011-12-01 00:05:39 UTC MAIN commitmail json YAML

Added net/tacacs-shrubbery version 4.0.4.20

(pettai)

2011-12-01 00:05:05 UTC MAIN commitmail json YAML

Added security/pam-krb5 version 4.4

(pettai)

2011-12-01 00:03:48 UTC MAIN commitmail json YAML

Added tacacs-shrubbery options

(pettai)

2011-11-30 23:57:59 UTC MAIN commitmail json YAML

2011-11-30 23:56:00 UTC MAIN commitmail json YAML

Add cisco license for both tacacs packages

(pettai)

2011-11-30 23:55:34 UTC MAIN commitmail json YAML

Drop Affero GPL from DEFAULT_ACCEPTABLE_LICENSES.
Add explanation of why:

# As an exception to the Open Source or Free policy, the board
# of The NetBSD Foundation has decided that licenses that
# trigger obligations from use (rather than redistribution),
# such as the Affero GPL, should not be in
# DEFAULT_ACCEPTABLE_LICENSES.

ok board@

(gdt)

2011-11-30 23:50:30 UTC MAIN commitmail json YAML

Added tacacs-shrubbery

(pettai)

2011-11-30 23:48:18 UTC MAIN commitmail json YAML

2011-11-30 23:47:29 UTC MAIN commitmail json YAML

Tacacs+ (or tac_plus) is a freely distributable daemon from Cisco Systems.
It is used in conjunction with Cisco routers for authorization, authentication,
and accounting services.  Tac_plus is configured via a single configuration
file.
This particular version is derived from the original Cisco sources and is
maintained by Shrubbery Networks, Inc.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

2011-11-30 23:24:35 UTC MAIN commitmail json YAML

2011-11-30 23:20:20 UTC MAIN commitmail json YAML

pam-krb5 is a Kerberos v5 PAM module for either MIT Kerberos or Heimdal.
It supports ticket refreshing by screen savers, configurable
authorization handling, authentication of non-local accounts for network
services, password changing, and password expiration, as well as all the
standard expected PAM features.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

2011-11-30 21:22:53 UTC MAIN commitmail json YAML

2011-11-30 21:22:41 UTC MAIN commitmail json YAML

Update to new stable release 2.0.0.

-- 2.0.0 release 20110823 "Ardenistiel" --

U029) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros; switch to 2.13.20110430
      ADD. --with-pkg-config configure switch
      ADD. --with-textdomain configure switch
      ADD. don't use hardcoded number of available colors; don't try to set
          colors out of identified range
      FIX. color.c, curses.c, init.c, main.c, tcurses.c, autoconf.h[in]
          proto.h aclocal.m4, configure[.in], Makefile, Makefile.in
          install-sh

U028) Dennis Preiser <dennis@d--p.de>
      BUG. used preprocessor directives within snprintf which may be
          implemented as a macro
      BUG. fixed a typo
      BUG. fixed several display problems in the !USE_CURSES case
      BUG. fixed several display problems with non default foreground and
          background colors.
      BUG. dead increment
      BUG. didn't unfold structured news_headers_to_display before calling
          convert_to_printable which replaces \n with ?
      BUG. scopes with just quick_{kill,select}_* rules got lost when
          entering the scopes menu
      BUG. last option in options 'M'enu may be invisible
      BUG. unnecessary screen redraw in options 'M'enu
      ADD. reject out of range background colors in menu/tinrc
      ADD. removed some unnecessary variables
      ADD. PageToggleAllHeaders
      ADD. do not strip tabs from Subject or Organization in page header
      ADD. tinrc.utf8_graphics to use UTF-8 characters for various graphics
      FIX. extern.h, keymap.h, proto.h, tcurses.h, tin.h, tinrc.h, art.c
          attrib.c, charset.c, color.c, config.c, cook.c, curses.c, feed.c
          filter.c, group.c, help.c, init.c, keymap.c, lang.c, mail.c, misc.c
          nntplib.c, options_menu.c, page.c, pgp.c, post.c, prompt.c, read.c
          rfc2046.c, save.c, screen.c, select.c, string.c, tcurses.c, thread.c
          tincfg.tbl, tin.1, tin.5, keymap.sample

U027) Urs Janssen <urs@tin.org>
      BUG. used preprocessor directives within snprintf which may be
          implemented as a macro
      BUG. tinrc.ask_for_metamail had no effect
      BUG. CHECK_SIGN for gpg was wrong (at least for gpg 1.4.x)
      BUG. .so TLD wasn't allowed but is in use since 11/2010
      BUG. .xxx gTLD wasn't allowed but is in use since 04/2011
      BUG. .yu TLD was still allowed but is defunct since 04/2010
      BUG. forged supersedes (-DFORGERY) were only allowed via 'x'(repost)
          but not via 'D'(cancel)
      BUG. superseding own articles in forgery conf. didn't add Cancel-Key
      BUG. possible double fclose
      ADD. allow -- in domain names in URL_REGEX and NEWS_REGEX
      ADD. allow new IDN ccTLDs of Algeria, India, Korea, Morocco, Serbia
          Singapore and Syria
      REM. Kinyarwanda po files
      REM. configure check for unused getpass(3)
      ADD. cache getenv("NNTPSERVER") result early
      ADD. -4 / -6 cmd. line switch
      ADD. config.guess, config.sub update
      ADD. configure check for stdint.h and inttypes.h
      ADD. configure check for fsync()
      FIX. help.c, init.c, lang.c, main.c, newsrc.c, nntplib.c, pgp.c, post.c
          prompt.c save.c, extern.h, policy.h, tin.h, tincfg.tbl
          Makefile[.in], autoconf.h[in], configure[.in], config.guess
          config.sub, tin.1, rw.po

U026) Matt Anton <tin@syrius.org>
      ADD. updated french translation
      FIX. fr.po

-- 1.9.6 release 20101126 "Burnside" --

U025) Matt Anton <tin@syrius.org>
      ADD. updated french translation
      FIX. fr.po

U024) Toomas Soome <Toomas.Soome@microlink.ee>
      ADD. updated estonian translation
      FIX. et.po

U023) Joe Hansen <joedalton2@yahoo.dk>
      ADD. updated danish translation
      FIX. da.po

U022) Thomas E. Dickey <dickey@invisible-island.net>
      BUG. _XOPEN_SOURCE was defined on darwin
      ADD. CF_SIGWINCH - compile check for SIGWINCH
      FIX. aclocal.m4, configure[.in], Makefile[.in]

U021) Dennis Preiser <dennis@d--p.de>
      BUG. SIGWINCH at page level after a connection timeout lead to a crash
      BUG. no SIGWINCH hadling in setup_check_article()
      BUG. comments in references were not skipped
      BUG. fixed some display problems in the !USE_CURSES case
      ADD. info message on SearchRepeat without previous search
      ADD. attachment level 'V' at the article-pager
      ADD. URL level 'U' at the article-pager
      ADD. cancel article 'D' to the group and thread level
      ADD. shell escape '!' to the 'M'enu
      ADD. workaround for buggy isspace() implementations
      ADD. tinrc.abbreviate_groupname option
      ADD. don't take a copy of the article in raw mode when reading from
          local-spool
      ADD. skip over text/plain parts in multibyte charsets which may contain
          null-bytes
      ADD. message/rfc822 mime-parts are now parsed and included text/plain
          parts are shown to the user
      BUG. highlighting for SearchBody didn't work
      BUG. depending on used terminal highlighting sometimes ran too far
      BUG. fixed several sorting/threading/filtering options which did not
          instantly reflect changes when not beeing in select level
      BUG. help string was truncated at cCOLS without checking if inside a
          multibyte sequence
      BUG. build_gline() miscalculates free space for utf-8 groups &
          descriptions
      FIX. art.c, attrib.c, color.c, config.c, cook.c, curses.c, filter.c
          group.c, help.c, init.c, keymap.c, lang.c, mail.c, main.c, misc.c
          newsrc.c, nntplib.c, options_menu.c, page.c, post.c, prompt.c
          refs.c, rfc2046.c, rfc2047.c, save.c, screen.c, select.c, signal.c
          string.c, tags.c, thread.c, extern.h, keymap.h, proto.h, rfc2046.h
          tin.h, tinrc.h, tincfg.tbl, tin.1, tin.5, keymap.sample

U020) Urs Janssen <urs@tin.org>
      ADD. minor manpage tweaking
      ADD. config.guess, config.sub update
      ADD. disallow postings to 'j' groups
      ADD. disallow 198.51.100.0/24 and 203.0.113.0/24 in gnksa-checks
      ADD. forbid "poster" in Newsgroups, warn about "example" in Newsgroups
      ADD. forbid "poster" and a groupname in Followup-To, warn about "example"
          in Followup-To
      ADD. allow IDN ccTLDs in 'GNKSA'-parser
      ADD. keep failed article in dead.article is server closes the
          connection and no reconnection is done.
      BUG. DEFAULT_VERBATIM_BEGIN_REGEX / DEFAULT_VERBATIM_END_REGEX allowed
          tailing text in the line
      BUG. da.po was missing from the tarball
      BUG. x-posting to an unexisting group named first in Newsgroups caused
          a crash
      BUG. remembered capabilities over reconnects, they are flushed now
      BUG. memleak on duplicated overview fields
      BUG. don't send GROUP for groups not listed in the servers active file
          when newsrc_active && list_active is set
      FIX. active.c, art.c, attrib.c, config.c, curses.c, filter.c, init.c
          lang.c, misc.c, newsrc.c, nntplib.c, post.c, rfc2047.c, save.c
          select.c, sigfile.c, string.c, tcurses.c, thread.c, extern.h
          nntplib.h, policy.h, tin.h, Makefile, tin.1, tin.5, config.guess
          config.sub

-- 1.9.5 release 20091224 "Lochruan" --

U019) Urs Janssen <urs@tin.org>
      ADD. MarkFeedRead ^X / MarkFeedUnread ^Y to thread-level
      ADD. configure check for gethostbyname in libnetwork (Haiku)
      ADD. check if SIGBUS == SIGSEGV (Haiku)
      ADD. don't define HAVE_LINK on Haiku
      ADD. config.guess, config.sub update
      FIX. help.c, keymap.c, signal.c, thread.c, extern.h, tin.1, tin.5
          configure.in, aclocal.m4, config.guess, config.sub

U018) Frederic Briere <fbriere@fbriere.net>
      ADD. MarkFeedRead ^X / MarkFeedUnread ^W to page-level
      FIX. feed.c, group.c, help.c, keymap.c, lang.c, extern.h, keymap.h, tin.h

U017) Joe Hansen <joedalton2@yahoo.dk>
      ADD. initial danish translation
      FIX. da.po

U016) Volker Borchert <v.borchert@vistecprivat.de>
      BUG. used towupper() in the !MULTIBYTE_ABLE case
      ADD. fallback for missing sys_errlist declaration
      FIX. prompt.c, string.c, pcre/Makefile[.in]

U015) Dennis Preiser <dennis@d--p.de>
      ADD. scope and attributes menu
      ADD. help pages to the various menus
      ADD. PageSkipIncludedText now skips over the next quoted block
      ADD. runtime calculation of the filter file offset
      ADD. '-w' now suggests the first given cmd-line group to post to
      ADD. '-s', '-m' and '-G' cmd-line switches no longer change the
          corresponding tinrc values
      ADD. -G for the !NNTP-case
      ADD. disable creation of cached overviews in getart_limit case
      ADD. disable getart_limit in -u case
      ADD. mail/pipe/print articles now work on ranges
      ADD. NNTP read timeout
      BUG. maildirs starting with '=' caused tin to hang after 's'aving an
          article to a mailbox
      BUG. savedirs starting with '+' caused tin to hang after 's'aving an
          article to a file
      BUG. in rare cases (aborted article load or '-' after cancel) one
          article was incorrectly marked as unavailable
      BUG. memleaks in canlock operations
      BUG. fix a long overflow in print_bitmap_seq() when xmax = __LONG_MAX__
      BUG. didn't create Message-ID when cancelling own article when
          configured as FORGERY + EVIL_INSIDE
      BUG. batch mode wasn't as quitet/as verbose as it could be
      BUG. aborted prompt_getart_limit() lost previous value
      BUG. MARK_FEED_READ/MARK_FEED_UNREAD in thread level with no selected
          or tagged arts and selecting 'a' marks the base-art read/unead
      BUG. signal handler not unset while piping
      BUG. sort_article_type didn't always work correct with
          thread_articles={2,3}
      BUG. realloc in expand_ctrl_chars() caused a crash
      FIX. active.c, art.c, attrib.c, auth.c, config.c, cook.c, curses.c
          feed.c, filter.c, group.c, help.c, inews.c, init.c, keymap.c, lang.c
          mail.c, main.c, makecfg.c, memory.c, misc.c, newsrc.c, nntplib.c
          nrctbl.c, options_menu.c, page.c, post.c, prompt.c, read.c
          rfc1524.c, rfc2046.c, save.c, select.c, sigfile.c, signal.c
          tcurses.c, thread.c, tincfg.tbl, extern.h, keymap.h, nntplib.h
          proto.h, tcurses.h, tin.h, tinrc.h, tin.1, tin.5

U014) Urs Janssen <urs@tin.org>
      ADD. minor code cleanup
      ADD. assume pid_t is long instead of int
      ADD. comment out trace.o dependeny-rule if not configured --with-trace
      ADD. disable abort-posting for cursor-keys on check-article screen
          (debian bug #231070)
      ADD. try AUTHINFO USER/PASS on -A if CAPABILITIES didn't announce any
          supported auth methods
      ADD. config.guess, config.sub update
      ADD. configure check for towupper(), wcscat(), wcscpy() and wctomb() in
          AM_MULTIBYTE_ABLE
      ADD. disallow 192.0.2.0/24 in gnksa-checks
      ADD. convert MOTD from UTF-8 to local-charset
      ADD. warn about aliased groups
      ADD. reduce number of "LIST ACTIVE grp" cmds send with -n if server
          announces "LIST ACTIVE" capabillity
      ADD. reduce number of "LIST NEWSGROUPS grp" cmds send with -n if server
          announces "LIST NEWSGROUPS" capabillity
      ADD. prefer "LIST COUNTS" over "LIST ACTIVE" when announced via
          CAPABILITIES
      BUG. NULL was only allowed once to unbound a keymapping
      BUG. don't de/encode header(-fields) which can not hold RFC2047-encoded
          words (but strings which may look like encoded words)
      BUG. memleaks in cancel_article(), submit_mail_file(),
          create_normal_article_headers()
      BUG. expand_ctrl_chars() misscalculated tabexpansion on multiline input
      BUG. uuencoded parts might get 'V'iewd twice
      BUG. when pipelinming GROUP cmds. and server requires auth for some groups
          tin got confused
      BUG. attributes autoupdate on version change didn't work
      BUG. entered wrong group at startup if a groupname was given on the
          cmd.-line and there were new groups on the server
      REM. AUTHINFO GENERIC support
      FIX. active.c, art.c, attrib.c, auth.c, charset.c, color.c, config.c
          cook.c, debug.c, filter.c, init.c, keymap.c, lang.c, mail.c, main.c
          memory.c, misc.c, my_tmpfile.c, newsrc.c, nntplib.c, pgp.c, post.c
          prompt.c, refs.c, rfc2047.c, save.c, select.c, xref.c, extern.h
          nntplib.h, proto.h, tin.h, configure[.in], src/Makefile[.in]
          aclocal.m4, tin.1, tin.5

(wiz)

2011-11-30 21:07:30 UTC MAIN commitmail json YAML

Updated graphics/pstoedit to 3.60

(wiz)

2011-11-30 21:07:20 UTC MAIN commitmail json YAML

Update to 3.60:

New or changed in 3.60:

    added option (-minlinewidth) for adjusting very thin (e.g. zero-width) lines to a minimal width.
    added an option (-pslanguagelevel) for easy switching the language level to be used by GhostScript during interpretation of the PostScript/PDF file.
    new driver for the "Context Free" drawing tool (http://www.contextfreeart.org/ ) contributed by Scott Pakin.
    fixed the windows binary version - some drivers were missing.
    fixed some problems in handling composite fonts (FontType = 0)
    windows 32 bit binary can call 64 bit ghostscript as exe (i.e. not via DLL interface)
    support for 64 bit windows and Office 2010

(wiz)

2011-11-30 21:05:41 UTC MAIN commitmail json YAML

Note PKGREVISION update of emacs-w3m-snapshot.

(minskim)

2011-11-30 21:05:13 UTC MAIN commitmail json YAML

2011-11-30 20:57:56 UTC MAIN commitmail json YAML

Updated security/libtasn1 to 2.11

(wiz)

2011-11-30 20:57:46 UTC MAIN commitmail json YAML

Update to 2.11:

* Noteworthy changes in release 2.11 (2011-11-25) [stable]
- qa: Now builds without compiler warnings with Solaris CC.
- qa: Added clang analysis.  Fixed cyclomatic complexity output.
- tests: Added self-test of bit string functions.
- build: Added windows/libtasn14win.mk rules to produce Windows binaries.
- build: Don't hard code path to perl in doc/gdoc.
- Various minor fixes.

(wiz)

2011-11-30 20:56:19 UTC MAIN commitmail json YAML

2011-11-30 20:56:09 UTC MAIN commitmail json YAML

Update to 7.23.1:

Fixed in 7.23.1 - November 17 2011

Bugfixes:

    Windows: curl would fail if it found no CA cert, unless -k was used. Even if a non-SSL protocol URL was used

Fixed in 7.23.0 - November 15 2011

Changes:

    Empty headers can be sent in HTTP requests by terminating with a semicolon
    SSL session sharing support added to curl_share_setopt()
    Added support to MAIL FROM for the optional SIZE parameter
    smtp: Added support for NTLM authentication
    curl tool: code split into tool_*.[ch] files

Bugfixes:

    handle HTTP redirects to "//hostname/path"
    SMTP without --mail-from caused segfault
    prevent extra progress meter headers between multiple files
    allow Content-Length to be replaced when sending HTTP requests
    curl now always sets postfieldsize to allow --data-binary and --data to be mixed in the same command line
    curl_multi_fdset: avoid FD_SET out of bounds
    lots of MinGW build tweaks
    Curl_gethostname: return un-qualified machine name
    fixed the openssl version number configure check
    nss: certificates from files are no longer looked up by file base names
    returning abort from the progress function when using the multi interface would not properly cancel the transfer and close the connection
    fix libcurl.m4 to not fail with modern gcc versions
    ftp: improved the failed PORT host name resolved error message
    TFTP timeout and unexpected block adjustments
    HTTP and GOPHER test server-side connection closing adjustments
    fix endless loop upon transport connection timeout
    don't clobber errno on failed connect
    typecheck: allow NULL to unset CURLOPT_ERRORBUFFER
    formdata: ack read callback abort
    make --show-error properly position independent
    set the ipv6-connection boolean correctly on connect
    SMTP: fix end-of-body string escaping
    gtls: only call gnutls_transport_set_lowat with HTTP: handle multiple auths in a single WWW-Authenticate line
    curl_multi_fdset: correct fdset with FTP PORT use
    windbuild: fix the static build
    fix builds with GnuTLS version 3
    fix calling of OpenSSL's ERR_remove_state(0)
    HTTP auth: fix proxy Negotiate bug when Negotiate not requested
    ftp PORT: don't hang if bind() fails
    -# would crash on terminals wider than 256 columns

Fixed in 7.22.0 - September 13 2011

Changes:

    Added CURLOPT_GSSAPI_DELEGATION
    Added support for NTLM delegation to Samba's winbind daemon helper ntlm_auth
    Display notes from setup file in testcurl.pl
    BSD-style lwIP TCP/IP stack experimental support on Windows
    OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
    --delegation was added to set CURLOPT_GSSAPI_DELEGATION
    nss: start with no database if the selected database is broken
    telnet: allow programatic use on Windows

Bugfixes:

    curl_getdate: detect some illegal dates better
    when sending a request and an error is received before the (entire) request body is sent, stop sending the request and close the connection after having received the entire response. This is equally true if an Expect: 100-continue header was used.
    When using both -J and a single -O with multiple URLs, a missing init could cause a segfault
    -J fixed for escaped quotes
    -J fixed for file names with semicolons
    progress: reset flags at transfer start to avoid wrong CURLINFO_CONTENT_LENGTH_DOWNLOAD
    curl_gssapi: Guard files with HAVE_GSSAPI and rename private header
    silence picky compilers: mark unused parameters
    help output: more gnu like output
    libtests: stop checking for CURLM_CALL_MULTI_PERFORM
    setting a non-HTTP proxy with an environment variable or with CURLOPT_PROXY / --proxy (without specifying CURLOPT_PROXYTYPE) would still make it do proxy-like HTTP requests
    CURLFORM_BUFFER: insert filename as documented (regression)
    SOCKS: fix the connect timeout
    ftp_doing: bail out on error properly while multi interfacing
    improved Content-Encoded decoding error message
    asyn-thread: check for dotted addresses before thread starts
    cmake: find winsock when building on windows
    Curl_retry_request: check return code
    cookies: handle 'secure=' as if it was 'secure'
    tests: break busy loops in tests 502, 555, and 573
    FTP: fix proxy connect race condition with multi interface and SOCKS proxy
    RTSP: GET_PARAMETER requests have a body
    fixed several memory leaks in OOM situations
    bad expire(0) caused multi_socket API to hang
    Avoid ftruncate() static define with mingw64
    mk-ca-bundle.pl: ignore untrusted certs
    builds with PolarSSL 1.0.0

(wiz)

2011-11-30 20:55:40 UTC MAIN commitmail json YAML

Document rtmp option for curl.

(wiz)

2011-11-30 20:53:05 UTC MAIN commitmail json YAML

Updated audio/libaudiofile to 0.3.2nb1

(wiz)

2011-11-30 20:52:46 UTC MAIN commitmail json YAML

Remove two patches; upstream says that extending precision is not
the right approach and that he changed the calculation for 0.3.2 in a
more robust way.
Note that patch-configure will be integrated in next release.

Bump PKGREVISION for patch removal.

(wiz)

2011-11-30 20:44:04 UTC MAIN commitmail json YAML

Updated devel/libidn to 1.23

(wiz)

2011-11-30 20:43:54 UTC MAIN commitmail json YAML

Update to 1.23:

* Version 1.23 (released 2011-11-25) [stable]

** stringprep.h: Now #include's sys/types.h instead of unistd.h for ssize_t.
Some systems (e.g., Mingw with MSVC 9) does not have unistd.h.

** idn-free.h: Protect prototypes with 'extern "C"' marker.
Reported by Bittner Ede <bittner.ede@euronetrt.hu>.

** doc: Update link to experimental TLD tables.
The new link is <https://github.com/gnuthor/tldchk>.

** Update gnulib files and translations.

** QA: Improved cyclo output.  Update GTK-DOC files.  Various bugfixes.

** API and ABI is backwards compatible with the previous version.

(wiz)

2011-11-30 20:41:30 UTC MAIN commitmail json YAML

Updated games/puzzles to 9306

(wiz)

2011-11-30 20:41:19 UTC MAIN commitmail json YAML

2011-11-30 19:28:56 UTC MAIN commitmail json YAML

Add libuuid dependency. Bump PKGREVISION.

Tested on x86_64 Linux with USE_BUILTIN.libuuid=(yes|no).

(alnsn)

2011-11-30 19:15:46 UTC MAIN commitmail json YAML

Move format regeneration and font map update into texmf.mk so that
non-TexLive packages can use them.

Thanks to wiz@ for testing.

(minskim)

2011-11-30 18:46:47 UTC MAIN commitmail json YAML

Remove GCC 4.1.* build fix which is no longer necessary after the
update to version 0.3.2.

(tron)

2011-11-30 18:40:33 UTC MAIN commitmail json YAML

Do the uuid dance properly.
XXX: will hopefully not be necessary once libuuid/builtin.mk works

(wiz)

2011-11-30 17:10:37 UTC MAIN commitmail json YAML

Fix uuid.pc breakage on BSDs. I'm not sure this is really correct.

(hans)

2011-11-30 15:09:22 UTC MAIN commitmail json YAML

Fix perl version.mk botch.

(hans)

2011-11-30 14:47:15 UTC MAIN commitmail json YAML

Tell configure explicitly where audiofile resides, now that it doesn't
provide audiofile-config any longer.
Set LICENSE while here.
Comment out REPLACE_PERL line that doesn't do anything, since it wants
to substitute in a generated file that doesn't exist yet.

(wiz)

2011-11-30 14:31:07 UTC MAIN commitmail json YAML

Updated audio/libaudiofile to 0.3.2

(wiz)

2011-11-30 14:30:57 UTC MAIN commitmail json YAML

Update to 0.3.2:

Changes for Audio File Library version 0.3.2:

* Fix initialization of byte order in Creative Voice File format.
* Fix calculation of frame count in NIST SPHERE sound files.
* Remove duplicate definition of AFvirtualfile.
* Don't treat compiler warnings as errors by default.

(wiz)

2011-11-30 14:03:10 UTC MAIN commitmail json YAML

Updated www/lynx to 2.8.7nb4

(wiz)

2011-11-30 14:02:59 UTC MAIN commitmail json YAML

Update to 2.8.7rel.2 as 2.8.7nb4.
Same distfile name, different contents.

Changes:
2010-06-21 (2.8.7rel.2)
* add limit-check for too-long URIs in href's (RedHat #605286) -TD
* fix a few places still referring to "2-8-6" -TD

(wiz)

2011-11-30 13:53:19 UTC MAIN commitmail json YAML

Add libwildmidi option (recommended over fluidsynth by the musicpd author).

(wiz)

2011-11-30 13:52:55 UTC MAIN commitmail json YAML

2011-11-30 13:49:51 UTC MAIN commitmail json YAML

Added audio/libwildmidi version 0.2.3.4

(wiz)

2011-11-30 13:49:29 UTC MAIN commitmail json YAML

+ libwildmidi.

(wiz)

2011-11-30 13:47:16 UTC MAIN commitmail json YAML

Initial import of libwildmidi-0.2.3.4, packaged for wip by Pierre Allegraud.

WildMIDI is a simple software midi player which has a core softsynth
library that can be use with other applications.

The WildMIDI library uses Gravis Ultrasound patch files to convert
MIDI files into audio which is them passed back to the calling
application for further processing or output. The API of the library
is designed so that it is easy to include WildMIDI into applications
that wish to include MIDI file playback. With multiple MIDI file support
you can develope applications to mix several midi files together at the
same time and with the next release you will be able to use a different
patch set for each MIDI file.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20111130

(wiz)

2011-11-30 12:08:04 UTC MAIN commitmail json YAML

Updated emulators/yabause to 0.9.11

(wiz)

2011-11-30 12:07:52 UTC MAIN commitmail json YAML

Update to 0.9.11, provided by Timothy Lee Roden in PR 45670:

0.9.10 -> 0.9.11
general:
  - Now using CMake as the default build system.
    For now, autotools based build and "custom" build systems are still supported.
  - New Cocoa port
  - Added a dynamic recompiling SH2 core for x86 and ARM
  - New SCSP implementation
  - Major update of the software renderer from the yabause-rr team
  - Added an option to allow to execute from the cache
  - Improvements to the OpenGL renderer
carbon port:
  - Improvements
gtk port:
  - Added command line option to enable/disable frame skipping / limiting.
  - Added frame skipping/limiting configuration in settings.
  - Added --autoload command line option
  - Vdp2 layers can be toggled from the Vdp2 debug window
qt port:
  - Added command line support

(wiz)

2011-11-30 12:02:46 UTC MAIN commitmail json YAML

Add all option descriptions for musicpd.

(wiz)

2011-11-30 12:02:26 UTC MAIN commitmail json YAML

2011-11-30 12:01:58 UTC MAIN commitmail json YAML

2011-11-30 11:59:49 UTC MAIN commitmail json YAML

Updated audio/libaudiofile to 0.3.1nb1

(wiz)

2011-11-30 11:59:39 UTC MAIN commitmail json YAML

Remove:
        typedef struct _AFvirtualfile AFvirtualfile;
from af_vfs.h, the same line is in audiofile.h (which it includes),
and this breaks the build of musicpd.
Bump PGKREVISION.

(wiz)

2011-11-30 11:13:59 UTC MAIN commitmail json YAML

add patch from upstream to fix sign extension bug which can lead
to out-of-bounds array read
(possible DOS, CVE-2011-4362)
bump PKGREV

(drochner)

2011-11-30 11:10:17 UTC MAIN commitmail json YAML

mention recent updates

(drochner)

2011-11-30 11:00:50 UTC MAIN commitmail json YAML

update to 4.4.4
changes:
-minor feature additions
-bugfixes

(drochner)

2011-11-30 10:59:14 UTC MAIN commitmail json YAML

update to 1.14
changes:
-Added interactive tutorial
-Improved CSV import
-reduced size of output SVG files
-misc graph feature additions
-UI improvements
-bugfixes

(drochner)

2011-11-30 10:55:50 UTC MAIN commitmail json YAML

add patch from upstream to fix signedness error in hash calculation
which can lead to an overwrite or segfault
bump PKGREV

(drochner)

2011-11-30 10:51:50 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 1.8.2

(obache)

2011-11-30 10:51:32 UTC MAIN commitmail json YAML

Update milter-manager to 1.8.2.

1.8.2: 2011-11-29

A bug fix release of 1.8.1.

milter-core

Fixes

  * [event-loop][glib] fix memory leaks since 1.6.6.

  * [core] fix memory leak when delete header.

(obache)

2011-11-30 10:51:24 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update

(drochner)

2011-11-30 10:50:08 UTC MAIN commitmail json YAML

2011-11-30 10:44:46 UTC MAIN commitmail json YAML

update to 1.3.0
changes:
-minor feature additions
-bugfixes

tested with osmarender

(drochner)

2011-11-30 10:40:03 UTC MAIN commitmail json YAML

Updated textproc/groonga to 1.2.8

(obache)

2011-11-30 10:39:31 UTC MAIN commitmail json YAML

Updage groonga to 1.2.8.

Release 1.2.8 - 2011/11/29
--------------------------

Improvements
^^^^^^^^^^^^

* [grntest] Removed max number of bytes in a line limitation.
* [grntest] Added `--pid-path` option.
* Fixed a crash bug when accessing zlib/lzo compressed
  column. Note that compressed column access will leak memories. To
  resolve this, we need to improve API. We will do it in the feature.
  [GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi]
* Fix a bug that needless column values are cleared by delete.
* [deb] Enabled experimental zlib and lzo support.
* [rpm] Enabled experimental zlib and lzo support.
* Supported truncation. [#892]
* Enabled grn_dat that is a read lock free double array implementation.
* [pkg-config] Added groonga_version variable to groonga.pc.
* Re-supported `--disable-static`. [groonga-dev,00612]
  [Suggested by Kenichi Aramaki]
* [munin] Stopped to install Munin plugins by default.
* Stopped to install RedHat platform related files by default.
* Supported object renaming. [#1167]
* [munin] Added a Munin plugin that measures throughput. [#1171]
* [geo] Improved geo_in_rectangle performance. The new
  implementation will be 2x faster than the old
  implementation in many cases. [#1173]
* [macports] Moved groonga's MacPorts to the official
  repository. [Imported by Hiroshi Umemoto]
* [geo] Changed geo literal conversion from in degree to in
  msec algorithm to round-off from truncation.
* Supported a table as defrag target. It means that variable
  size value columns in the table are defrag targets. [#1175]
* Removed associated path on remove. [#1180]
* [deb] Supported i386.
* [rpm] Supported i386.
* [windows] Supported x86.

Fixes
^^^^^

* Fixed a bug that wrong index is used in sort. [#766]
  [Reported by Horikoshi Yuki]
* [libedit] Fixed a bug that needed initialization is
  omitted. [GitHub#7] [Patch by SHIDARA Yoji]
* [doc] Fixed a typo in documentation. [GitHub#8] [Patch by zunda]

(obache)

2011-11-30 10:14:10 UTC MAIN commitmail json YAML

Note update/patch of po4a.

(he)

2011-11-30 10:13:38 UTC MAIN commitmail json YAML

Add patch-ac to import fixes from newer po4a to make newish perl
not emit warnings and errors for now-deprecated constructs.
Add comments to the existing patch files.
Bump PKGREVISION.

(he)

2011-11-30 09:21:39 UTC MAIN commitmail json YAML

2011-11-30 08:52:02 UTC MAIN commitmail json YAML

Add comment for last change.

(tron)

2011-11-30 08:29:36 UTC MAIN commitmail json YAML

Ignore compiler warnings if GCC 4.1.* is used. This fixes the build
under NetBSD/amd64 5.1_STABLE.

(tron)

2011-11-30 08:04:20 UTC MAIN commitmail json YAML

Check for a builtin libuuid by looking for a real uuid.pc and use in instead
of a faked up pkg-config file.

(sbd)

2011-11-30 07:57:09 UTC MAIN commitmail json YAML

Modify the builtin.mk file so it matches the template in
pkgsrc/mk/buildlink3/bsd.builtin.mk and change the fake uuid.pc so its
similar to what's used in other builtins (and a little bit simpler).

(sbd)

2011-11-30 04:29:49 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2011-11-30 04:29:10 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.0.91.20111128.

Changes:
        * whitespace.el (whitespace-newline): Use a different foreground
        color for 16-color light-background displays.

        * server.el (server-eval-and-print): Allow C-g (bug#6585).

        * xdisp.c (redisplay_window): If cursor row is not fully visible
        after recentering, and scroll-conservatively is set to a large
        number, scroll window by a few more lines to make the cursor fully
        visible and out of scroll-margin.  (Bug#10105)
        (start_display): Don't move to the next line if the display should
        start at a newline that is part of a display vector or an overlay
        string.  (Bug#10119)

(minskim)

2011-11-29 23:04:31 UTC MAIN commitmail json YAML

Updated graphics/graphviz to 2.26.3nb5

(wiz)

2011-11-29 23:04:20 UTC MAIN commitmail json YAML

There is no reason this package must care about lib/lua/5.1.  Remove @pkgdir
for it from the PLIST.  Bump PKGREVISION.

(wiz)

2011-11-29 22:25:04 UTC MAIN commitmail json YAML

Updated security/pam-tacplus to 1.3.5

(pettai)

2011-11-29 22:24:25 UTC MAIN commitmail json YAML

1.3.5
* This version will be dedicated to Darren Besler, thank you for your major
  contribution!

* libtac version is now 1.7.1
* magic.c: magic_inited is only used for linux
* Finally got rid of all goto illness!
* Changed tabsize to 4
* Fixed missing xalloc.h in authen_s.c
* Get PAM_RHOST from PAM stack and use it as rem_addr
* Added _pam_get_rhost() and _pam_get_user()

* A long list of things done by Darren Besler...
* A list of bugs fixed by Darren Besler...
* And other things done by Darren Besler...

1.3.4
* removed encrypt option just check if there is a secret (key).
* removed first_hit option because you can get the same behaviour by using only
  one server.
* added multiple secret support.
* connect.c: improved connection error handling by using getpeername() to check
  if connection is still valid.
* properly handle multiple servers when authenticating.

1.3.3
* pam_tacplus.h: changed bitflags to hex.
* Added gitignore for build stuff.
* connect.c: removed ifdef for sys/socket.h, it will be included anyway for
  other platforms.
* connect.c: improved connection error handling.

1.3.2
* Added autotool configuration files.
* Added pam_tacplus.spec file.
* Added license information to all files and the license itself.
* All AV pairs are now available to the PAM environment.
* Rewritten attribute loop in function pam_sm_acct_mgmt() for debug and
  future use of AV pairs.
* Fixed attribute buffer in author_r.c.

1.3.1
* Added custom password prompt option.
* Removed password logging when in debug mode.

1.3.0
* Released version 1.3.0 based on 1.2.13.
  This release finally includes support for TACACS+ chap and login
  authentication. The default is still pap for backward compatibility.

1.2.13
* Changed spaces into tabs for pam_tacplus.c so make it more readable.
* Did some minor cleanup.
* Added login option so you can choose which TACACS+ authentication you want to
  use. You can use pap, chap or login (ascii) at the moment. The default login
  option is pap.
* Added cont_s.c needed for TACACS+ login authentication.

1.2.12
* Missing network byte order convertion to host byte order in function's
  tac_account_read, tac_authen_pap_read and tac_author_read.
* Fixed potential memory leak.

(pettai)

2011-11-29 21:21:33 UTC MAIN commitmail json YAML

Note update of ko.TeX packages.

(minskim)

2011-11-29 21:20:59 UTC MAIN commitmail json YAML

Update tex-kotex-dev{,-doc} to 0.3.

Changes:
- remove code suppressing char orphan in xetexko
- remove obsolete files from luatexko
- provides [nounfonts] option in luatexko.sty
- remove hyperref outuni routine from luatexko.sty
- remove plain tex latin font setting in xetexko-space.sty and
  luatexko.{tex,lua}
- consider some chinese center-aligned full stop in xetexko-space
- introduced hanjahook.sty. updated xetexko-dotemph and hangulhook

(minskim)

2011-11-29 21:16:00 UTC MAIN commitmail json YAML

Update tex-kotex{,-doc} to 0.3.

Changes:
- compatibility with memoir in kosections-utf.tex
- update hanja-to-hangul tables

(minskim)

2011-11-29 21:05:37 UTC MAIN commitmail json YAML

Update tex-kotex-utils to 0.3.

Changes:
- Added kotexindy for indexing Korean.

(minskim)

2011-11-29 20:57:49 UTC MAIN commitmail json YAML

Updated games/gbrainy to 2.06

(wiz)

2011-11-29 20:53:59 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.1.20111020

(wiz)

2011-11-29 20:53:49 UTC MAIN commitmail json YAML

Update to 1.1-20111020:

2011/10/20
+ fix --analyze warnings for clang versions 2.8, 2.9.
+ add configure check for lint program.
+ add check in dlg_getc() in case its window is freed as a side effect
  of removing callbacks.
+ fix logic in freeing subwindows (report by xDog Walker).
+ fix a regression in logic distinguishing between inputmenu and menu
  widgets (report by xDog Walker).
+ minor fixes to library manpage.

2011/10/18
+ modify header-sh.in to work around limit on sed script length on
  HPUX.
+ add a special case of parameter parsing for "--trace" to the
  initialization done before calling init_dialog(), to allow users to
  capture the initial state of the parameter list before any options
  are processed and removed.  This is only done if "--trace" is the
  first option, otherwise it is handled in the common options as before
  (report by xDog Walker).
+ modify samples/testdata-8bit, discarding $1 from the parameter list
  if it was used, so that the source'ing scripts can consistently use
  "$@" to insert parameters before the widget, e.g., as an alternative
  to using $DIALOGOPTS (report by xDog Walker).
+ modify treatment of function pointers in menubox.c, make
  dlg_renamed_menutext() and dlg_dummy_menutext() visible to library
  users (request by xDog Walker).
+ add dlg_count_real_columns(), use to modify centering for "--hline"
  text to account for "\Z"s (report by xDog Walker).
+ improve check in dlg_draw_arrows2() for conflict between the window
  title and up-arrow marker to take into account that the given window
  may not be the top-level window of the widget.
+ change width of page up/down mouse areas in fselect panes to use the
  full width of the panes rather than only the portion from the left
  margin to the up/down arrow.
+ add/use dlg_draw_box2() and dlg_draw_bottom_box2() to use the
  secondary borders.
+ modify rc-file read/write to accept/generate color values that refer
  to previously-processed items in the color table.  This reduces the
  number of distinct colors that must be specified to set up a color
  scheme.
+ add color table entries for secondary borders, i.e., the ones that
  are normally drawn with the dialog's text-colors (Debian #641168).
+ modify fselect.c to scan the current directory if the input field
  happens to be empty (Debian #640905).
+ repeated the discussion of environment variables that can override
  the exit-status values in the manpage's return-codes section
  (Debian #642105).
+ add an example to the manpage showing how to override the form
  widget's keys used for field/button traversal (Debian #642108).
+ modify call to dlg_register_window() in formbox.c so that the editing
  bindings are attached to the form sub-window rather than the
  top-level dialog window.  Also change the name by which the editing
  bindings are bound for editbox.c, fselect.c and inputbox.c, so that
  the editing and navigation bindings can be different.
+ correct logic in dlg_lookup_key() so that it matches the widget name
  before using a binding from .dialogrc, allowing the inner/outer
  windows of form and other editing widgets to have different bindings.
+ modify dlg_register_window() to call dlg_dump_window_keys() after
  its updates, via the --trace output, to supplement the manpage
  description of key bindings (Debian #642108).
+ add DLGK_FORM_PREV and DLGK_FORM_NEXT key-bindings to form.c, to
  allow binding a single key to traverse both form-fields and buttons
  (Debian #642108).
+ modify dlg_parse_rc() to check for error return from
  dlg_parse_bindkey().
+ add function dlg_dump_window_keys(), to help with debugging widgets.
+ add CR, LF, TAB, FF and ESC to table of curses names to help make
  key bindings more readable.
+ update table of dialog key-names so that helpfile and trace are
  dumped properly.
+ correct dlg_dump_keys(), which was showing only the first item in
  the matched binding table.
+ save/restore window current position in dlg_update_mixedgauge().
+ pass return-code from pause_for_ok() from dlg_progressbox() when
  pauseopt is set, rather than only DLG_OK.
+ call setlocale() in init_dialog() rather than relying on on-demand
  use within inputstr.c, since there are paths in textbox widget which
  do not exercise the latter (report by xDog Walker).
+ fix some places where checks for "\Z" were done without also checking
  dialog_vars.colors (report by Moray Henderson).
+ correct logic for DIALOGOPTS parsing so that the parse happens only
  once unless memory leak checking is enabled (report by xDog Walker).
+ remove an incorrect free() call in dlg_free_gauge() (report by xDog
  Walker).
+ modify dlg_trace_win() to log wide-characters (report by xDog Walker).
+ make traces shorter by skipping repeated ERR's, but showing the
  number skipped (report by xDog Walker).
+ improve description in manpage to distinguish program box and
  progress box from tailboxes (adapted from email by xDog Walker).
+ modify dlg_trace_win() so that it looks for the topmost window in a
  dialog.  Because subwindows share space with the top window, tracing
  the latter shows the whole widget (report by xDog Walker).
+ expand tracing so that each window is traced before soliciting input,
  making the ^T feature to print a window on demand partly redundant
  (suggested by xDog Walker).
+ cosmetic change in dialog.h to avoid "*/*" strings from comments next
  to "*" (report by xDog Walker).
+ ensure result from dlg_align_columns() has trailing null on each
  string.  Analysis was hindered by libc6's continuance of libc5's
  early-1990s misfeature of clearing the result from malloc, noting
  that libc6's documentation incorrectly claims that it does not do
  this (report by xDog Walker).

(wiz)

2011-11-29 20:52:07 UTC MAIN commitmail json YAML

Update to 2.06:

Version 2.06
* 1 bug fix
* Updated Spanish

(wiz)

2011-11-29 20:35:32 UTC MAIN commitmail json YAML

2011-11-29 20:26:58 UTC MAIN commitmail json YAML

Updated audio/lame to 3.99.3

(wiz)

2011-11-29 20:26:48 UTC MAIN commitmail json YAML

Update to 3.99.3:

LAME 3.99.3  November 26 2011

    Robert Hegemann
        Fix for tracker item [ 3441349 ] --tg does not handle genre number when adding unicode tag

LAME 3.99.2  November 18 2011

    Robert Hegemann
        Due to some bugs in 3rd party HW/SW decoders, those were not be able to make use of LAME's extended info tag anymore, resulting in problems with things like gapless playback.

LAME 3.99.1  November 5 2011

    Robert Hegemann
        Fixes for several issues with ID3v2 unicode tags, using Big-Endian text encodings. Because of several other software (like Windows Media Player), LAME writes Little-Endian unicode tags only.
        Thanks to Taihei Monma, for reporting these issues. Tracker items: [ 3431203, 3431222, 3431241 ]

LAME 3.99  October 15 2011

    3.99 beta 1 becomes 3.99

LAME 3.99 beta 1  not yet released

    Robert Hegemann
        Fix for Bugtracker item [ 3395813 ] id3tag_set_fieldvalue for URL link frames Broken
        Fix for Bugtracker item [ 3368977 ] Wave Parser doesn't pad chunks
        Fix for Bugtracker item [ 3034259 ] confusing fatal error: can't update LAME-tag frame!

LAME 3.99 beta 0  not officially released

    Josep Maria Antol鱈n Segura
        Documentation work
    Rog辿rio Brito
        Improve Debian packaging.
            Include suggestions made by Fabian Greffrat
            Update version of the Debian package to reflect that it is taken from CVS.
            Get rid of a transitional package
            Much more to come...
        Minor fix to validate the history file correctly
    Robert Hegemann
        Porting of LAME mp3rtp program to Windows platform
        Fix: for free format mp3 above 320 kbps, the maximum allowed bits was limited too far.
        Changed behaviour: LAME replaces common suffixes by MP3/WAV when no output filename was given. For example, a simple lame x.wav will create output file x.mp3
        UNICODE support on Windows OS, file names and ID3v2 tags; related: Bugtracker item [ 3052230 ] Lame.exe can't find files with non-ASCII names
        Added support for WAVE FORMAT IEEE FLOAT input files
        New switch --swap-channel added, see tracker item [ 1118412 ] RFE: option to swap L and R channels
        New switches -m l and -m r to select either left or right channel for mono encoding.
        Feature request item [ 3134258 ] Allow larger images with LAME (>128KB)
        Fix for Bugtracker item [ 2962223 ] Encoder delay and padding values ignored when re-encoding
        Fix for Bugtracker item [ 2986823 ] Error when building Lame with NASM support -still exists
        Fix for Bugtracker item [ 3125235 ] make -f Makefile.mingw32 fails
        Fix for Bugtracker item [ 3021935 ] ID3 tag TXXX cannot be used more than once
        Fix for Bugtracker item [ 3025801 ] gain_analysis.h needs int constants
        Fix for Bugtracker item [ 3277412 ] Segmentation fault at layer2.c:105 with --decode
        Changes in new VBR code:
            tuning on PSY model
            tuning on VBR scale and resulting bitrates
            Minor bug fix for sfb21 encoding
        All encoding modes use the PSY model from new VBR code, addresses Bugtracker item [ 3187397 ] Strange compression behavior
        Fix for a possible out of bounds array access in HIP decoder, addresses Bugtracker item [ 3091776 ] crash at III_dequantize_sample

LAME 3.98.4    March 22 2010

    Joseph Flynn
        Improvements for LAME DirectShow filter:
            Added support for the DirectShow IAMStreamConfig Interface to the LAME encoder filter output pin.
            Modified the DirectShow filter registration section so that the LAME Encoder filter is correctly registered in the Audio Compressors filter category. This will allow third-party encoding applications using the DirectShow System Device Enumerator Interface to correctly detect the LAME encoder when querying the Audio Compressors filter group.
            Modified the filter registration information so that the MP3 audio subtype is correctly reported as being supported on the encoder output pin. This will allow third-party encoding applications using the DirectShow IFilterMapper2 Interface to recognize that the LAME encoder supports MP3 output.
            Altered the Filter Merit Value that was being used when the filter was registered so that it is now using the standard DirectShow compressor filter merit value of MERIT_DO_NOT_USE (0x200000). Previously, the filter was being registered using a value of MERIT_SW_COMPRESSOR (0x100000), which was at a lower priority (i.e. worse priority) than MERIT_DO_NOT_USE. This prevented the LAME Encoder filter from being selected for use by some third-party encoding applications.
            Added code to calculate the frame length of the audio frames used for the nBlockSize element of the WAVEFORMATEX output structure. Previously this value was simply hard-coded to 1.
    Robert Hegemann
        Fix for Bugtracker item [ 2973877 ] A problem regarding the new drain code

LAME 3.98.3    February 27 2010

    Rog辿rio Brito:
        Update the debian packaging for the new release.
    Robert Hegemann
        The ignore-tag-errors switch had no effect when embedding album art, fixed.
        Library API change: lame_decode functions are now obsolete but still present, please use hip_decode instead. The reason for this change is: lame_decode functions use a single global variable within the library to store decoder setup, hip_decode functions don't. The encoder now uses hip_decode internally and it is now possible to use clipdetect feature while reencoding mp3 to mp3.
        Workaround for FFMPEG bug, which uses to call lame_encode_flush more than once in a loop.
        Windows: program icon and version info added (when building with VC9)
        Fix for Bugtracker item [ 2688413 ] lib name problem in Microsoft Visual Studio 6
        Fix for Bugtracker items [ 2051870, 242365tracker item [ 2723518 ] resampling in 3.98 and 3.99alpha
        Fix for Bugtracker item [ 2891879 ] Because of Windows API change, there was a problem with the prority switch.
        Fix for Bugtracker item [ 2893101 ] Access Violation in BladeMP3EncDL0, ships with MS Windows): enabling the new-drain-code seems to solve that issue better, than restricting the buffer size (see below: 3.98 beta 1, May 16 2007).
        Patch submitted by Bernhard Doebler, tracker item [ 2807676 ] Error when building Lametem [ 2406420 ] compile lame_enc.dll under cygwin

(wiz)

2011-11-29 19:39:41 UTC MAIN commitmail json YAML

Updated audio/libaudiofile to 0.3.1

(wiz)

2011-11-29 19:39:31 UTC MAIN commitmail json YAML

Update to 0.3.1:

Changes for Audio File Library version 0.3.1:

* Fix installation of man pages.
* Add support for Creative Voice File format.
* Support u-law and A-law compression in Core Audio Format files.

Changes for Audio File Library version 0.3.0:

* Define AFframecount and AFfileoffset as 64-bit integers regardless of
  whether system specifies off_t as 64 bits.
* Added support for Core Audio Format.
* Added support for extensible WAVE format files.
* Fixed leak of miscellaneous data buffers. (Thanks to Stefano Magni
  for finding and fixing this problem.)
* Fixed default mapping between integer and floating-point audio data.
* Fix handling of NeXT sound files with unspecified or inconsistent length.
* Added support for miscellaneous data in IFF/8SVX files.
* Added support for byte-swapped IRCAM sound files.
* Refactored file parsing and writing.
* Refactored audio conversion.
* Updated and expanded documentation.

(wiz)

2011-11-29 19:33:00 UTC MAIN commitmail json YAML

py-libxml2 is incompatible with python-3.1.

(minskim)

2011-11-29 19:27:33 UTC MAIN commitmail json YAML

Updated net/netatalk to 2.2.1nb1

(bouyer)

2011-11-29 19:26:28 UTC MAIN commitmail json YAML

Add missing files to PLIST
Fix quota support in configure: for some reasons, configure thinks that
quota support should be disabled if one of
rpc/rpc.h rpc/pmap_prot.h rpcsvc/rquota.h
is missing or unusable, while the code compiles file with one of
them missing, at last on NetBSD.
bump PKGREVISION

(bouyer)

2011-11-29 19:14:53 UTC MAIN commitmail json YAML

lang/gcc44: Mark NOT-FOR-DRAGONFLY

This package has never built on DragonFly, but it really is not needed as
the base compiler is gcc 4.4.7.  The sole package (databases/libcassandra)
that required lang/gcc44 was just changed to remove this requirement when
built on DragonFly.  This compiler is not worth the effort to fix for
DragonFly.

(marino)

2011-11-29 19:13:52 UTC MAIN commitmail json YAML

databases/libcassandra: DragonFly: Remove dependency on lang/gcc44

DragonFly is capable of building libcassandra without lang/gcc44.

(marino)

2011-11-29 19:01:41 UTC MAIN commitmail json YAML

Revert previous change.  The missing file is part of devel/libf2c.

(darcy)

2011-11-29 18:47:42 UTC MAIN commitmail json YAML

Use OpenSSL from pkgsrc on SunOS<5.11.

(hans)

2011-11-29 18:32:42 UTC MAIN commitmail json YAML

Add pod2man to USE_TOOLS.

(hans)

2011-11-29 18:31:26 UTC MAIN commitmail json YAML

Add pod2man and pod2html to USE_TOOLS.

(hans)

2011-11-29 18:29:39 UTC MAIN commitmail json YAML

Add pod2man to USE_TOOLS.

(hans)

2011-11-29 18:27:24 UTC MAIN commitmail json YAML

Add pod2man to USE_TOOLS.

(hans)

2011-11-29 18:26:51 UTC MAIN commitmail json YAML

Add missing include file.
Bump PKGREVISION as new file was included in package.

(darcy)

2011-11-29 18:26:09 UTC MAIN commitmail json YAML

Add pod2man and pod2html to USE_TOOLS.

(hans)

2011-11-29 18:22:06 UTC MAIN commitmail json YAML

Add pod2man to USE_TOOLS.

(hans)

2011-11-29 18:21:03 UTC MAIN commitmail json YAML

Add pod2man to USE_TOOLS.

(hans)

2011-11-29 18:19:32 UTC MAIN commitmail json YAML

Add pod2man to USE_TOOLS.

(hans)

2011-11-29 18:18:33 UTC MAIN commitmail json YAML

Update py-webpy to 0.36.

(darcy)

2011-11-29 18:16:56 UTC MAIN commitmail json YAML

2011-11-29 18:12:12 UTC MAIN commitmail json YAML

2011-11-29 18:06:18 UTC MAIN commitmail json YAML

Add perl to USE_TOOLS.

(hans)

2011-11-29 18:00:56 UTC MAIN commitmail json YAML

fix variable expansion

(hans)

2011-11-29 17:58:17 UTC MAIN commitmail json YAML

Unbreak ffmpeg on NetBSD/macppc... again -- and a big fat comment warning
about this next to the relevant piece of code.  Looking at the CVS logs,
it's the 3rd time I fix this.  This, in turn, fixes the build of libdlna.

To fix the package, use the "proper" syntax to enable PIC within the
configure script, instead of applying what seems to be a hack. As before,
i386 is left PIC-less or otherwise ffmpeg breaks.

Tested on macppc and amd64.

(jmmv)

2011-11-29 17:55:07 UTC MAIN commitmail json YAML

2011-11-29 17:49:57 UTC MAIN commitmail json YAML

2011-11-29 17:49:01 UTC MAIN commitmail json YAML

g/c stale libXp bl3 inclusion

(drochner)

2011-11-29 17:47:41 UTC MAIN commitmail json YAML

2011-11-29 17:16:07 UTC MAIN commitmail json YAML

Updated editors/emacs to 23.3b

(wiz)

2011-11-29 17:13:53 UTC MAIN commitmail json YAML

Updated devel/yasm to 1.2.0

(wiz)

2011-11-29 17:13:43 UTC MAIN commitmail json YAML

Update to 1.2.0:

Changes from 1.1.0 to 1.2.0:

  o Add AVX2 instructions (rev 11 of Intel AVX reference) (#227).
  o Allow 64-bit LFS/LGS/LSS.
  o Improve LAR instruction support (#224).
  o Default win64 .xdata to nobase, add support for ..imagebase (#135).
  o Fix TIMES relocation handling.
  o Fix no-suffix push and pop in GAS mode (#212).

(wiz)

2011-11-29 17:06:45 UTC MAIN commitmail json YAML

Revert nawk change.

(hans)

2011-11-29 17:03:04 UTC MAIN commitmail json YAML

Updated www/py-beautifulsoup to 3.2.0.

(darcy)

2011-11-29 17:00:54 UTC MAIN commitmail json YAML

Update to version 3.2.0.  Not much in the way of release notes except this:

Beautiful Soup 3.2.0 features very little new functionality, but its version
number leapfrogs the defunct 3.1 series, preventing confusion about which
version is the latest.

However, the web site also says this about our previous version:

Beautiful Soup version 3.1.0.1 was released January 6, 2009. It won't work
very well — I consider it a failed experiment.

(darcy)

2011-11-29 16:51:59 UTC MAIN commitmail json YAML

Add perldoc and pod2html to tools.

(hans)

2011-11-29 16:51:54 UTC MAIN commitmail json YAML

+ libextractor-0.6.3, liferea-1.6.7, milter-manager-1.8.2,
  mkvtoolnix-5.1.0, tkcvs-8.2.3, tkdiff-4.2, veusz-1.14, whohas-0.29,
  yabause-0.9.11 [pkg/45670].

(wiz)

2011-11-29 16:26:57 UTC MAIN commitmail json YAML

General cleanups.

The old starship site is gone.  Get from NetBSD.org now.

Change homepage to a working one.

Add license.  Note that the only license reference I could find was "It
is distributed for free under a BSD-style license" which I took to mean
"original-bsd."

Doesn't work under Python 3.  Since it is deprecated in favour of the
py-imaging module there is no point in struggling with it.

Added comment to patch and regenerated distinfo.

No PKGREVISION bump since there are no changes to any code that ever built.

(darcy)

2011-11-29 16:13:08 UTC MAIN commitmail json YAML

Unify handling of perl tools.

(hans)

2011-11-29 15:46:25 UTC MAIN commitmail json YAML

2011-11-29 15:42:01 UTC MAIN commitmail json YAML

Add libuuid dependency stuff from Makefile to buildlink3.mk.

(hans)

2011-11-29 15:30:28 UTC MAIN commitmail json YAML

2011-11-29 15:12:08 UTC MAIN commitmail json YAML

2011-11-29 15:06:20 UTC MAIN commitmail json YAML

On SunOS, don't build nawk if a native one is available.

(hans)

2011-11-29 14:51:37 UTC MAIN commitmail json YAML

Correct instructions in MESSAGE file.
Bump PKGREVISION.

(ryoon)

2011-11-29 14:49:19 UTC MAIN commitmail json YAML

Add gnu-agpl-v3 to DEFAULT_ACCEPTABLE_LICENSES.
Sync with pkgsrc/pkgtools/pkg_install/files/lib/license.c.

XXX I follow documented policy in mk/license.mk.

(ryoon)

2011-11-29 12:39:01 UTC MAIN commitmail json YAML

Added 91 to PGSQL_VERSIONS_ACCEPTED

(adam)

2011-11-29 10:42:05 UTC MAIN commitmail json YAML

Updated devel/p5-NEXT to 0.65.
Added www/p5-JavaScript-Value-Escape version 0.06.

(hiramatsu)

2011-11-29 10:40:46 UTC MAIN commitmail json YAML

Add p5-JavaScript-Value-Escape.

(hiramatsu)

2011-11-29 10:39:24 UTC MAIN commitmail json YAML

Import JavaScript::Value::Escape into www/p5-JavaScript-Value-Escape,
which is required to update www/p5-Plack-Middleware-ConsoleLogger.

There are a lot of XSS, a security hole typically found in web
applications, caused by incorrect (or lack of) JavaScript
escaping. This module is aimed to provide a secure JavaScript escaping
to avoid XSS with JavaScript values.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2011-11-29 10:38:04 UTC MAIN commitmail json YAML

Update p5-NEXT to 0.65.

0.65    Mon Sep 20 03:32:46 2010
    - Remove unnecessary test boilerplate that caused trouble in the perl core.

(hiramatsu)

2011-11-29 09:48:25 UTC MAIN commitmail json YAML

+ imap-uw-2007f

(wiz)

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

2011-11-29 06:21:41 UTC MAIN commitmail json YAML

2011-11-29 06:21:02 UTC MAIN commitmail json YAML

2011-11-29 06:19:44 UTC MAIN commitmail json YAML

Use CPPFLAGS and LDFLAGS to locate headers and librarys.

Bump PKGREVISION

(sbd)

2011-11-29 06:18:59 UTC MAIN commitmail json YAML

Give COMPILE, OPTIMIZE and LINK arguments to configure.

Bump PKGREVISON

(sbd)

2011-11-29 06:17:57 UTC MAIN commitmail json YAML

2011-11-29 06:15:50 UTC MAIN commitmail json YAML

2011-11-29 06:15:00 UTC MAIN commitmail json YAML

2011-11-29 06:14:27 UTC MAIN commitmail json YAML

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

2011-11-29 06:12:51 UTC MAIN commitmail json YAML

2011-11-29 06:11:53 UTC MAIN commitmail json YAML

2011-11-29 06:06:23 UTC MAIN commitmail json YAML

2011-11-29 01:33:37 UTC MAIN commitmail json YAML

Fix compilation failure:
  ./src/.libs/libgcrypt.so: undefined reference to `assert'

(cheusov)

2011-11-28 23:42:58 UTC MAIN commitmail json YAML

Update package names in the section on TeX packages.

(minskim)

2011-11-28 22:56:52 UTC MAIN commitmail json YAML

databases/dbh: Fix Gentoo ltmain sanitary check flaw

(marino)

2011-11-28 22:55:02 UTC MAIN commitmail json YAML

database/clisp-gdbm: Add gettext-lib buildlink3 for DragonFly

(marino)

2011-11-28 22:51:41 UTC MAIN commitmail json YAML

database/clisp-bsd: Add gettext-lib buildlink3 for DragonFly

(marino)

2011-11-28 22:51:28 UTC MAIN commitmail json YAML

remove incomplete libtoolization which made that plugins were built
as executables rather than loadable modules
This might cause that the pkg doesn't build on as many platforms as
it did before, but it has a chance to work now.
bump PKGREV

(drochner)

2011-11-28 19:44:14 UTC MAIN commitmail json YAML

chat/tzc: Add DragonFly and FreeBSD support

DragonFly and FreeBSD don't build libdes with Kerberos IV.  Likely the
modification of removing -ldes and adding -lcrypt could have been done
entirely with changing LDFLAGS, but conservately sed subsitition was used
in order to avoid changing library linking order and possibly breaking
other platforms.

(marino)

2011-11-28 19:42:39 UTC MAIN commitmail json YAML

chat/zephyr: Add DragonFly and FreeBSD support

DragonFly and FreeBSD don't build libdes with Kerberos IV, and at least
DragonFly doesn't have heriod support.  Sed substition within the Makefile
was required due to requirements conflicts between platforms.

(marino)

2011-11-28 19:33:13 UTC MAIN commitmail json YAML

security/kth-krb4: Add DragonFly and FreeBSD support

The majority of these patches were inspired from FreeBSD's ports.  FreeBSD,
along with at least Debian, have removed Kerberos4 due to secuity concerns.
From: http://web.mit.edu/kerberos/krb4-end-of-life.html :

"Serious protocol flaws[2] have been found in Kerberos 4. These flaws permit
attacks which require far less effort than an exhaustive search of the DES
key space. These flaws make Kerberos 4 cross-realm authentication an
unacceptable security risk and raise serious questions about the security of
the entire Kerberos 4 protocol.

The known insecurity of DES, combined with the recently discovered protocol
flaws, make it extremely inadvisable to rely on the security of version 4 of
the Kerberos protocol. These factors motivate the MIT Kerberos Team to remove
support for Kerberos version 4 from the MIT implementation of Kerberos."

This end-of-life announcement is dated 19 October 2006.  I think it's a
good question to ask why this package and the packages that depend on it
are still in pkgsrc.

(marino)

2011-11-28 16:50:44 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.105

(wiz)

2011-11-28 16:50:35 UTC MAIN commitmail json YAML

Bump version for NOT_FOR_COMPILER improvement.

(wiz)

2011-11-28 16:50:18 UTC MAIN commitmail json YAML

Sync NOT_FOR_COMPILER list with supported compiler list.

(wiz)

2011-11-28 16:46:45 UTC MAIN commitmail json YAML

Updated audio/ocp to 0.1.21

(wiz)

2011-11-28 16:46:30 UTC MAIN commitmail json YAML

Update to 0.1.21:

2010-05-18: playgmd/gmdldmf.c: Remove a nested function

2011-03-19: compat/stuff.*: strupr is actually implemented on some systems

2011-03-19: configure.ac */*: -lm is not required on all platforms

2011-03-19: * */*: AC_STRUCT_DIRENT_D_TYPE; not all platforms has dirent.d_type

2011-03-19: config.guess, config.sub, install-sh: update to more recent versions (used the ones present in automake-1.11 in ubuntu 10.10)

2011-03-19: configure.ac Makefile.in: Only link to pthread if on OS-X / CoreAudio

2011-03-19: Support getcwd() for retrieving current working directory

2011-03-20: Added support for SDL audio

2011-03-20: cpiface/cpilinks.c: crash-bug when resizing window while link viewer was active

2011-03-20: devpcoreaudio devpsdl: gettimer() didn't work as expected (needed by cpitrack.c)

2011-06-01: play*/*: Some of the players didn't have volatile on the "timer" lock

2011-06-08: playwav/wavplay.c: Race condition that caused some audio artifacts (some parts could be replayed randomly)

2011-06-19: playmp2/charset.c: Detection of glibc bug 4936 alrways returned true (thanks to Jindrich Makovicka)

2011-07-11: devw/dwmixfa*: 8087 fpu version is now able to compile in PIC mode without use of text-rels.

2011-07-13: devw/dwmixfa: Added support for proper C verion of the FPU mixer (Thanks to Jind��ich Makovi��ka)

2011-07-13: devw/dwmixfa: 8087_asm_emu code made some annoying clicking sounds

2011-09-05: configure.ac: AC_LINK_IFELSE for ADPLUG could fail if "ld --as-needed" was used

2011-09-18: devp/devpalsa: newer versions of libalsa does not need plughw syntax, and in some cases works better without

2011-09-18: configure.ac: removed a warning visible when using autoconf >= 2.68

2011-09-30: devp/devpcoreaudio.c: Didn't compile

2011-10-21: playgmd/gmdl*.c: Removed a nested function (GCC on OS-X dislikes them)

2011-11-03: playgmi/gmitimitidy.c: Updated against ubuntu 11.10 configfile structure, closing ticket #3

2011-11-03: dev/mixclip.c: wav and sid files would crash on non-x86 platforms (optimization for assembler mixer in lookup-tables were fixed for 32bit pointers)

2011-11-04: playwav/wavpplay.c: pause on wave files caused crash. Also did some minor cleanups in pause-handling in other file-plugins aswell

2011-11-05: boot/psetting.c: ocp.ini upgrade code could crash due memmove moved too much memory

2011-11-06: VERSION 0.1.21

(wiz)

2011-11-28 16:39:42 UTC MAIN commitmail json YAML

2011-11-28 16:39:30 UTC MAIN commitmail json YAML

Update to 8.20 (jit not enabled, should perhaps become an option?):

Release 8.20 21-Oct-2011
------------------------

The main change in this release is the inclusion of Zoltan Herczeg's
just-in-time compiler support, which can be accessed by building PCRE with
--enable-jit. Large performance benefits can be had in many situations. 8.20
also fixes an unfortunate bug that was introduced in 8.13 as well as tidying up
a number of infelicities and differences from Perl.

(wiz)

2011-11-28 16:37:08 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.4

(wiz)

2011-11-28 16:36:58 UTC MAIN commitmail json YAML

Update to 1.1.4:

signing-party (1.1.4-1) unstable; urgency=low
.
  [ Thijs Kinkhorst ]
  * caff:
    + Correct path of ~/.caffrc in informational messages (Closes: #582603).
    + Be more verbose on unexpected key ID (Closes: #645792).
  * gpg-key2ps:
    + Apply patch from Uwe Kleine-Kæ—¦nig to deal with latin1 characters
      (Closes: #596377).
.
  [ Franck Joncourt ]
  * gpg-mailkeys:
    + Correct path of ~/.gpg-mailkeysrc and ~/.signature in manpage.
    + Add new environment variable SENDMAIL_ARGS to allow user to pass
      arguments to sendmail (closes: #599409).
  * caff:
    + Refactor import of own key and import for keys to sign from keyrings.
    + Also automatically import keys to sign from the user's normal gpg
      keyrings.
    + Use --no-auto-check-trustdb when importing keys from files or
      the user's normal gpg keyrings (closes: #539643).
.
  [ Peter Palfrader ]
  * caff:
    + manpage: Refer to all of /usr/share/doc/signing-party/caff/ and not
      just to /usr/share/doc/signing-party/caff/caffrc.sample
      (closes: #568052).
    + Fix horrible &function calls used because of broken prototypes.
    + Even if all keys to sign were found in the user's normal gpg
      keyrings we still need to import them (again) from any keyrings
      passed with --key-files - the keys there might be newer, containing
      new subkeys (for encryption), uids (for signing) or revocations.
    + Make importing of keys to be signed from the normal gpg optional
      (--keys-from-gnupg).
    + refactor copying of command line options into global config variable.
    + Create the mail files in ~/.caff/keys even if mail is not sent
      (closes: #590666).

(wiz)

2011-11-28 16:32:05 UTC MAIN commitmail json YAML

Updated misc/gaupol to 0.19.2

(wiz)

2011-11-28 16:31:54 UTC MAIN commitmail json YAML

Update to 0.19.2:

Gaupol 0.19.2
=============

* Allow preview of unsaved documents (#661242)
* Use subtitles from selected range if applicable in the Transform
  Positions dialog (#663158)
* Fix mplayer preview command to work if gaupol was started as a
  background process (with &) from a terminal window (#660035)
* Fix TypeError when speech recognition stopped in the middle of a
  subtitle
* Fix IndexError when speech recognition finished with no speech
  detected (#659411)
* Fix UnicodeDecodeError when reading configuration file (#661123)
* Rename manifest directory in source tarball to avoid clashes with
  MANIFEST file on case-insensitive filesystems

(wiz)

2011-11-28 16:29:59 UTC MAIN commitmail json YAML

2011-11-28 15:29:32 UTC MAIN commitmail json YAML

2011-11-28 15:26:26 UTC MAIN commitmail json YAML

Don't allow '/' characters to be passed to pam_start() by the
PAM helper program. OpenPAM didn't check this, so it could be
tricked into reading arbitrary config files, allowing privilege
escalation.
Standard squid installations don't install the PAM helper SUID, but
depending on local needs, an administrator might choose to do so.
approved by pkg maintainer
bump PKGREV

(drochner)

2011-11-28 15:06:06 UTC MAIN commitmail json YAML

Updated www/links-gui to 2.4

(wiz)

2011-11-28 15:05:44 UTC MAIN commitmail json YAML

2011-11-28 15:05:32 UTC MAIN commitmail json YAML

Update to 2.4:

=== RELEASE 2.4 ===

Sat Nov 19 01:21:25 MET 2011 mikulas:

Do not translate '\' to '/' in HTTP requests

Sat Nov 19 01:19:12 MET 2011 mikulas:

Do not test for existing strings when loading links history file
=> avoid quadratic-complexity on startup

Sat Nov 19 01:18:59 MET 2011 mikulas:

Fixed a possible memory leak on Windows

Wed Nov 16 17:59:49 MET 2011 mikulas:

Fixed a crash on systems that don't have strerror

Fri Nov 11 23:22:25 CEST 2011 mikulas:

Fixed a crash in Windows console code

Wed Oct 12 22:08:39 MET 2011 mikulas:

Fixed a possible crash if the user changes socks dns append string
while socks connection is in progress

Sun Sep 25 18:40:57 MET 2011 mikulas:

Do not send '#' in the url when downloading

Sun Sep 18 16:57:38 CEST 2011 mikulas:

Fixed crashes with libpng-1.5

Fri Sep 16 20:16:01 CEST 2011 mikulas:

Fixed bugs in the directfb driver

Fri Sep 16 18:40:41 CEST 2011 mikulas:

Workaround for icc optimization bug on framebuffer
Don't clear the whole framebuffer, clear just an used area
(fixes problems with Nvidia framebuffer)

Tue Sep 13 23:13:52 CEST 2011 mikulas:

Make it compile with OpenWatcom for Linux
Note: because of unimplemented "gethostbyname" function,
it requires installed "host" command to do name lookups

Tue Sep 13 03:53:06 cet 2011 mikulas:

Try to free internal caches when out of memory happens

Mon Sep 12 19:57:13 CEST 2011 mikulas:

Fixed a crash when cache is flushed while auth dialog is displayed

Sun Sep 11 02:02:09 MET 2011 mikulas:

Reduced memory consumption
Don't reformat plain text if window size changes

(wiz)

2011-11-28 15:04:19 UTC MAIN commitmail json YAML

Updated www/libmicrohttpd to 0.9.17

(wiz)

2011-11-28 15:04:06 UTC MAIN commitmail json YAML

Update to 0.9.17:

Releasing 0.9.17. -CG

Fixing return value of MHD_get_timeout if timeouts are not in use.
        (#1914). -rboulton

Trying to fix accidental addition of a "Connection: close" footer
under certain (rare) circumstances. -CG

Small updates to the tutorial.
Releasing 0.9.16. -CG

shutdown(RDWR) fails on OS X after shutdown(RD), so only use
shutdown(WR) if we already closed the socket for reading (otherwise
OS X might not do shutdown (WR) at all). -CG

Force adding of 'Connection: close' to the header if we (for whatever
reason) are shutting down the socket for reading (see also
#1760). -CG

Treat EAGAIN the same way as EINTR (helps on W32). -LRN

Made sockets blocking again for non-Linux platforms as non-blocking
sockets cause problems (#1824) on Cygwin but offer better performance
on Linux (see change on August 11 2011). -CG/pross

Fixed problems with testcases on W32. -LRN

Fixed MHD_CONNECTION_OPTION_TIMEOUT for HTTPS (#1811). -CG

(wiz)

2011-11-28 14:58:45 UTC MAIN commitmail json YAML

Remove two patches being idempotent together. I do not bump PKGREVISION,
as the result is the same.

(manu)

2011-11-28 13:06:23 UTC MAIN commitmail json YAML

Updated net/p5-Net-Twitter, devel/p5-Test-Most and
www/p5-CGI-Application-Plugin-ValidateRM.

(hiramatsu)

2011-11-28 13:05:37 UTC MAIN commitmail json YAML

Update p5-CGI-Application-Plugin-ValidateRM to 2.4.

Changes from previous:
2.4 July 20th, 2011
    No functional changes.

    Fixed Perl 5.12 compatibility, thanks to Nicholas Bamber.  (RT#67894)

    Also, some other code-cleanup.

(hiramatsu)

2011-11-28 13:05:12 UTC MAIN commitmail json YAML

Update p5-Test-Most to 0.25.

Changes from previous:
0.25    2011-08-17
        - Add timeit() function to time individual behaviours.

0.24    2011-06-18
        - Update dependencies to pick up multiple bug fixes, new behaviours,
          in various Test:: libraries.

(hiramatsu)

2011-11-28 13:04:54 UTC MAIN commitmail json YAML

Update p5-Net-Twitter to 3.18001.

Changes from previous:
    - fixed: AutoCursor:
        - no behavior change when user passes "cursor" arg
        - work with InflateObjects trait
    - synthetic ags use (-) prefix: -authenticate, -since, -legacy_lists_api
    - Replaced JSON::Any with JSON
    - documented new arguments for friendship_exists

3.18000_01 2011-09-21
    - added update_with_media (Allen Haim)
    - added get_privacy_policy and get_tos API methods
    - added get_languages and get_settings API methods
    - added contributors and contributees API methods
    - added geo_search, geo_search, similar_places, and add_place API methods
    - friends/followers API methods deprecated
    - implemented the *new* Lists API in the API::REST trait
    - replaced MX:MultiInitArg::Trait with MX:Aliases (Justin Hunter)
    - fixed bad whatis entry (patch from debian, closes RT #67203)
    - use Digest::SHA instead of Digest::SHA1 (patch from debian, closes RT #67202)

3.17001 2011-03-31
    - fixed intermittent bug in AutoCursor (result of Class::MOP anon class caching)

3.17000 2011-03-29
    - production release with new AutoCursor trait

3.16000_1 2011-03-27
    - Added AutoCursor trait

3.16000 2011-03-26
    - Moved trends methods to API::REST; added warning to API::Search::Trends
    - Added no_retweet_ids method
    - modify searchapiurl for identica option
    - added deprecation notice to Net::Identica with Net::Twitter examples
    - replaced Test::Exception with Test::Fatal in tests

3.15000 2011-02-25
    - added Lists API method members_create_all (alias add_list_members)
    - added tests dependency: Test::Exception (closes RT #65786)

3.14003 2011-02-07
    - Fixed: trends_location (closes RT #65506)
    - Added parameters trim_user, include_entities, include_rts (frank cuny, closes RT #62542)

3.14002 2010-11-02
  - Fixed: use File::Spec tests that failed in Win32 (turugina)

3.14001 2010-10-19
    - Make Crypt::SSLeay a hard requirement (really no longer practical without it)

3.14000 2010-10-19
    - Added #newtwitter API methods (account_totals, account_settings,
      suggestion_categories, user_suggestions, show_direct_message,
      retweeted_to_user, retweeted_by_user, lookup_friendships,
      update_friendship, all_lists, related_results)
    - fixed: memory leak in RateLimit trait

3.13009 2010-09-17
    - use Athorization header for OAuth token requests rather than query params
    - "identica => 1" sets OAuth URLs (assist from barbie)
    - updated Synopsis with OAuth (closes RT#61273)

3.13008_02 2010-09-04
    - fixed stack frame filter
    - fixed missing dependency
    - detect Twitter's errors array as an error object

3.13008_01 2010-08-31
    - extract error from the various disparate error formats

(hiramatsu)

2011-11-28 12:35:54 UTC MAIN commitmail json YAML

+ abcm2ps-6.5.13, abcmidi-20111118, bluefish-2.2.0, calibre-0.8.28,
  gaupol-0.19.2, lame-3.99.2, msmtp-1.4.26, stunnel-4.48, vifm-0.7.1.

(wiz)

2011-11-28 11:07:35 UTC MAIN commitmail json YAML

+ dialog-1.1.20111020, diffpdf-1.5.1, emacs-23.3b, gss-1.0.2,
  libidn-1.23, libtasn1-2.11, links-2.4, links-gui-2.4,
  openldap-client-2.4.27, x264-devel-20111126.

(wiz)

2011-11-28 11:03:51 UTC MAIN commitmail json YAML

Update HOMEPAGE and MASTER_SITES.
>From David Griffith in PR 45667.

(wiz)

2011-11-28 11:00:42 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx to 1.1.2; Updated databases/py-ldap to 2.4.6

(adam)

2011-11-28 11:00:28 UTC MAIN commitmail json YAML

update to 0.7.8
changes:
-fix buffer overflows in svq1dec, vp3_dequant, qdm2dec
(possible code injection)
-more fixes

(drochner)

2011-11-28 10:58:50 UTC MAIN commitmail json YAML

Changes 2.4.6:
Lib/
* ldap.controls.ppolicy:
  Another fix for decoding the password policy response control

Changes 2.4.5:
Installation:
* defines for SASL and SSL in setup.cfg to be more friendly to
  Python setup tools (easy_install)
Lib/
* Fixed typo in ldap.functions._ldap_function_call() which
  always released ldap._ldap_module_lock instead of local lock
* ldap.controls.ppolicy:
  Fixed decoding the password policy response control
Demo/
* Demo script for ldap.controls.ppolicy

(adam)

2011-11-28 10:57:28 UTC MAIN commitmail json YAML

already updated ucarp to 1.5.2.

(obache)

2011-11-28 10:48:26 UTC MAIN commitmail json YAML

Changes 1.1.2:
* 809: Include custom fixers in the source distribution.

Changes 1.1.1:
* 791: Fix QtHelp, DevHelp and HtmlHelp index entry links.
* 792: Include "sphinx-apidoc" in the source distribution.
* 797: Don't crash on a misformatted glossary.
* 801: Make intersphinx work properly without SSL support.
* 805: Make the ``Sphinx.add_index_to_domain`` method work correctly.
* 780: Fix Python 2.5 compatibility.

(adam)

2011-11-28 08:42:39 UTC MAIN commitmail json YAML