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

2024-05-13 05:24:12 UTC Now

2013-01-31 23:08:55 UTC MAIN commitmail json YAML

2013-01-31 23:01:56 UTC MAIN commitmail json YAML

lang/gcc-aux: Fix DragonFly iostream bug

(marino)

2013-01-31 22:55:22 UTC MAIN commitmail json YAML

Use /usr/bin/bash on all SunOS 5.11 variants if it exists. Fall back to
shells/pdksh in all other cases, native /bin/ksh is not good enough.

(hans)

2013-01-31 22:02:36 UTC MAIN commitmail json YAML

2013-01-31 22:01:43 UTC MAIN commitmail json YAML

Changes 4.0.2:
1. Infrastructure upgrades: Autoconf 2.69, Automake 1.12.6, bison 2.7.
2. `fflush()', `nextfile', and `delete array' are all now part of POSIX.
3. fflush() behavior changed to match BWK awk and for POSIX - now both
  fflush() and fflush("") flush all open output redirections.
4. Various minor bug fixes and documentation updates.

(adam)

2013-01-31 21:48:01 UTC MAIN commitmail json YAML

Updated devel/gettext to 0.18.2

(adam)

2013-01-31 21:45:50 UTC MAIN commitmail json YAML

Added print/qpdf version 4.0.1

(wiz)

2013-01-31 21:45:38 UTC MAIN commitmail json YAML

2013-01-31 21:45:24 UTC MAIN commitmail json YAML

Import qpdf-4.0.1 as print/qpdf, packaged by dillo@.

QPDF is a command-line program that does structural, content-preserving
transformations on PDF files.  It could have been called something
like pdf-to-pdf. It also provides many useful capabilities to
developers of PDF-producing software or for people who just want
to look at the innards of a PDF file to learn more about how they
work.

QPDF is capable of creating linearized (also known as web-optimized)
files and encrypted files. It is also capable of converting PDF
files with object streams (also known as compressed objects) to
files with no compressed objects or to generate object streams from
files that don't have them (or even those that already do). QPDF
also supports a special mode designed to allow you to edit the
content of PDF files in a text editor. For more details, please
see the documentation links below.

QPDF includes support for merging and splitting PDFs through the
ability to copy objects from one PDF file into another and to
manipulate the list of pages in a PDF file. The QPDF library also
makes it possible for you to create PDF files from scratch. In this
mode, you are responsible for supplying all the contents of the
file, while the QPDF library takes care off all the syntactical
representation of the objects, creation of cross references tables
and, if you use them, object streams, encryption, linearization,
and other syntactic details.

QPDF is not a PDF content creation library, a PDF viewer, or a
program capable of converting PDF into other formats. In particular,
QPDF knows nothing about the semantics of PDF content streams. If
you are looking for something that can do that, you should look
elsewhere. However, once you have a valid PDF file, QPDF can be
used to transform that file in ways perhaps your original PDF
creation can't handle. For example, programs generate simple PDF
files but can't password-protect them, web-optimize them, or perform
other transformations of that type.

(wiz)

2013-01-31 21:45:05 UTC MAIN commitmail json YAML

Changes 0.18.2:
* xgettext now understands the block comment syntax of Guile 2.0.
* libgettextpo library:
  - The initial msgstr of a new message is now "", not NULL.
  - Bug fixes in the functions po_message_is_range, po_file_check_all,
    po_message_check_all.
* Installation options:
  The configure options --with-xz and --with-bzip2 can be used to specify
  alternate compression methods for the archive used by the 'autopoint'
  program. These options, together with --with-git, allow to trade
  dependencies against installed package size. --with-xz has the highest
  compression rate, followed by --with-git, followed by --with-bzip2.
* Autoconf macros:
  - The autoconf macros installed by 'gettextize' now work with the
    forthcoming Automake 1.14 and require Autoconf version 2.60 or
    newer.
* Portability:
  - Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is
    now supported.

(adam)

2013-01-31 20:33:18 UTC MAIN commitmail json YAML

Updated devel/gmp to 5.1.0; math/glpk to 4.48

(adam)

2013-01-31 20:31:28 UTC MAIN commitmail json YAML

Changes 4.48:
This is a maintainer release.
Some minor changes in API (glpk.h) were made. For details please see ChangeLog.
Some bugs/typos were fixed.

(adam)

2013-01-31 20:30:26 UTC MAIN commitmail json YAML

Changes 5.1.0:

BUGS FIXED
* When reading a C++ number (like mpz_class) in an istream reaches the end
  of the stream, the eofbit is now set.

* The result sign of mpz_rootrem's remainder is now always correct.
* The mpz_remove function now handles negative divisors.
* Contains all fixes from release 5.0.5.

SPEEDUPS
* The n-factorial and n-over-k functions have been reimplemented for great
  speedups for small and large operands.
* New subquadratic algorithm for the Kronecker/Jacobi/Legendre symbol.
* Major speedup for ARM, in particular ARM Cortex-A9 and A15, thanks to broad
  assembly support.
* Significant speedup or POWER6 and POWER7 thanks to improved assembly.
* The performance under M$ Windows' 64-bit ABI has been greatly improved
  thanks to complete assembly support.
* Minor speed improvements of many functions and for many platforms.

FEATURES
* Many new CPUs recognised.
* New functions for multi-factorials, and primorial: mpz_2fac_ui,
  mpz_mfac_uiui and mpz_primorial_ui.
* The mpz_powm_sec function now uses side-channel silent division for
  converting into Montgomery residues.
* The fat binary mechanism is now more robust in its CPU recognition.

MISC
* Inclusion of assembly code is now controlled by the configure options
  --enable-assembly and --disable-assembly.  The "none" CPU targets is gone.
* In C++, the conversions mpq_class->mpz_class, mpf_class->mpz_class and
  mpf_class->mpq_class are now explicit.
* Includes "mini-gmp", a small, portable, but less efficient, implementation
  of a subset of GMP's mpn and mpz interfaces. Used in GMP bootstrap, but it
  can also be bundled with applications as a fallback when the real GMP
  library is unavailable.
* The ABIs under AIX are no longer called aix32 and aix64, but mode64 and 32.
  This is more consistent with other powerpc systems.
* The coverage of the testsuite has been improved, using the lcov tool.  See
  also http://gmplib.org/devel/lcov/.
* It is now possible to compile GMP using a C++ compiler.
* K&R C compilers are no longer supported.
* The BSD MP compatibility functions have been removed.

(adam)

2013-01-31 20:07:17 UTC MAIN commitmail json YAML

2013-01-31 18:30:50 UTC MAIN commitmail json YAML

* py-numpy should be buildlinke-ed on g95 support platforms only like Makefile.

(ryoon)

2013-01-31 16:03:34 UTC MAIN commitmail json YAML

2013-01-31 15:59:38 UTC MAIN commitmail json YAML

Note update of Ruby 1.9.3-p374 packages:

lang/ruby193-base 1.9.3p374
databases/ruby-gdbm 1.9.3p374nb2
devel/ruby-curses 1.9.3p374
devel/ruby-fiddle 1.9.3p374
devel/ruby-readline 1.9.3p374nb2
x11/ruby-tk 1.9.3p374nb1
lang/ruby193 1.9.3p374
devel/ruby-mode 1.9.3p374

(taca)

2013-01-31 15:56:14 UTC MAIN commitmail json YAML

Update ruby193 to 1.9.3p374 (Ruby 1.9.3-p374).

These releasess don't include any security fixes.

Ruby 1.9.3-p362:

This release includes other many bug fixes.

    Resolved build problems on Solaris.
    Windows 8 support (hopefully).
    other many bug fixes.

Ruby 1.9.3-p374:

This release includes many bug fixes. Especially,

    Fixed randomly SEGV problem (often reported with Rails)
    Windows 8 support (maybe, hopefully)
    other many bug fixes.

See tickets and ChangeLog for details.

(taca)

2013-01-31 15:47:23 UTC MAIN commitmail json YAML

Note update of databases/ruby-dm-rails package to 1.2.1nb2.

(taca)

2013-01-31 15:46:51 UTC MAIN commitmail json YAML

ruby-dm-rails  can work with all 3.x versions of Ruby on Rails.

Bump PKGREVISION.

(taca)

2013-01-31 15:43:54 UTC MAIN commitmail json YAML

Note update of databases/ruby-dm-active_model package to 1.2.1nb2.

(taca)

2013-01-31 15:43:25 UTC MAIN commitmail json YAML

ruby-dm-active_model can work with all 3.x versions of Ruby on Rails.

Bump PKGREVISION.

(taca)

2013-01-31 11:12:52 UTC MAIN commitmail json YAML

2013-01-31 10:40:52 UTC MAIN commitmail json YAML

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

(tron)

2013-01-31 10:40:38 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.8.5. Changes since 1.8.4:
- Bug Fixes
  The following vulnerabilities have been fixed.
    o wnpa-sec-2013-01
      Infinite and large loops in the Bluetooth HCI, CSN.1, DCP-ETSI
      DOCSIS CM-STAUS, IEEE 802.3 Slow Protocols, MPLS, R3, RTPS,
      SDP, and SIP dissectors. Reported by Laurent Butti. (Bugs
      8036, 8037, 8038, 8040, 8041, 8042, 8043, 8198, 8199, 8222)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-02
      The CLNP dissector could crash. Discovered independently by
      Laurent Butti and the Wireshark development team. (Bug 7871)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-03
      The DTN dissector could crash. (Bug 7945)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-04
      The MS-MMC dissector (and possibly others) could crash. (Bug
      8112)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-05
      The DTLS dissector could crash. Discovered by Laurent Butti.
      (Bug 8111)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-06
      The ROHC dissector could crash. (Bug 7679)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-07
      The DCP-ETSI dissector could corrupt memory. Discovered by
      Laurent Butti. (Bug 8213)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-08
      The Wireshark dissection engine could crash. Discovered by
      Laurent Butti. (Bug 8197)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-09
      The NTLMSSP dissector could overflow a buffer. Discovered by
      Ulf Hè¾°rnhammar. (Bug X)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
- The following bugs have been fixed:
    o SNMPv3 Engine ID registration. (Bug 2426)
    o Wrong decoding of gtp.target identification. (Bug 3974)
    o Reassemble.c leaks memory for GLIB > 2.8. (Bug 4141)
    o Wireshark crashes when starting due to out-of-date plugin left
      behind from earlier installation. (Bug 7401)
    o Failed to dissect TLS handshake packets. (Bug 7435)
    o ISUP dissector problem with empty Generic Number. (Bug 7632)
    o Illegal character is used in temporary capture file name. (Bug
      7877)
    o Lua code crashes wireshark after update to 1.8.3. (Bug 7976)
    o Timestamp info is not saved correctly when writing DOS Sniffer
      files. (Bug 7998)
    o 1.8.3 Wireshark User's Guide version is 1.6. (Bug 8009)
    o Core dumped when the file is closed. (Bug 8022)
    o LPP is misspelled in APDU parameter in
      e-CIDMeasurementInitiation request for LPPA message. (Bug
      8023)
    o Wrong packet bytes are selected for ISUP CUG binary code. (Bug
      8035)
    o Decodes FCoE Group Multicast MAC address as Broadcom MAC
      address. (Bug 8046)
    o The SSL dissector stops decrypting the SSL conversation with
      Malformed Packet:SSL error messages. (Bug 8075)
    o Unable to Save/Apply [Unistim Port] in Preferences. (Bug 8078)
    o Some Information Elements in GTPv2 are not dissected
      correctly. (Bug 8079)
    o Wrong bytes highlighted with "Find Packet...". (Bug 8085)
    o 3GPP ULI AVP. SAI is not correctly decoded. (Bug 8098)
    o Wireshark does not show "Start and End Time" information for
      Cisco Netflow/IPFIX with type 154 to 157. (Bug 8105)
    o GPRS Tunnel Protocoll GTP Version 1 does not decode DAF flag
      in Common Flags IE. (Bug 8193)
    o Wrong parcing of ULI of gtpv2 messages - errors in SAC, RAC &
      ECI. (Bug 8208)
    o Version Number in EtherIP dissector. (Bug 8211)
    o Warn Dissector bug, protocol JXTA. (Bug 8212)
    o Electromagnetic Emission Parser parses field Event Id as
      Entity Id. (Bug 8227)
- Updated Protocol Support
  ANSI IS-637-A, ASN.1 PER, AX.25, Bluetooth HCI, CLNP, CSN.1,
  DCP-ETSI, DIAMETER, DIS PDU, DOCSIS CM-STATUS, DTLS, DTN, EtherIP,
  Fibre Channel, GPRS, GTP, GTPv2, HomePlug AV, IEEE 802.3 Slow,
  IEEE 802.15.4, ISUP, JXTA, LAPD, LPPa, MPLS, MS-MMC, NAS-EPS,
  NTLMSSP, ROHC, RSL, RTPS, SDP, SIP, SNMP, SSL
- New and Updated Capture File Support
  DOS Sniffer

(tron)

2013-01-31 10:26:11 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_install to 20130131

(wiz)

2013-01-31 10:25:57 UTC MAIN commitmail json YAML

+ erlang-16a, xf86-video-ati-7.1.0.

(wiz)

2013-01-31 10:25:30 UTC MAIN commitmail json YAML

Shut up warnings about 6.0 packages on 6.0.1 (and similar).
Welcome to 20130131.

(wiz)

2013-01-31 09:39:08 UTC MAIN commitmail json YAML

Updated security/mozilla-rootcerts to 1.0.20121229

(wiz)

2013-01-31 09:39:00 UTC MAIN commitmail json YAML

Update mozilla root certificates to 20121229 version.

(wiz)

2013-01-31 09:36:02 UTC MAIN commitmail json YAML

2013-01-31 03:28:52 UTC MAIN commitmail json YAML

new package: sysutils/menu-cache

(reed)

2013-01-31 03:25:53 UTC MAIN commitmail json YAML

new package: menu-cache

The libmenu-cache library and its corresponding menu-cached daemon
are for creating and utilizing caches to speed up the manipulation
for freedesktop.org defined application menus.  It can be used as
a replacement of libgnome-menu of gnome-menus.

(reed)

2013-01-30 22:09:22 UTC MAIN commitmail json YAML

Update Tor's install message to reflect current recommendations.

The Tor Project ceased to recommend privoxy years ago; the only way
they recommend browsing the web is through the Tor Browser Bundle,
which Someone^TM ought to find some way to package up.

(riastradh)

2013-01-30 21:00:11 UTC MAIN commitmail json YAML

Updated www/tidy to 20091027nb4

(wiz)

2013-01-30 21:00:01 UTC MAIN commitmail json YAML

New doxygen, new PLIST. Bump dependency and PKGREVISION.

(wiz)

2013-01-30 18:52:13 UTC MAIN commitmail json YAML

Sort. Add latest package.

(wiz)

2013-01-30 18:51:51 UTC MAIN commitmail json YAML

Added www/p5-CGI-Session-Plugin-Redirect version 1.01

(wiz)

2013-01-30 18:51:40 UTC MAIN commitmail json YAML

Import p5-CGI-Session-Plugin-Redirect-1.01 as www/p5-CGI-Session-Plugin-Redirect.

Add a redirect method for CGI::Session.

(wiz)

2013-01-30 17:40:46 UTC MAIN commitmail json YAML

Updated devel/scmgit to 1.8.1.2

(adam)

2013-01-30 17:39:39 UTC MAIN commitmail json YAML

Changes 1.8.1.2:
* An element on GIT_CEILING_DIRECTORIES list that does not name the
  real path to a directory (i.e. a symbolic link) could have caused
  the GIT_DIR discovery logic to escape the ceiling.
* Command line completion for "tcsh" emitted an unwanted space
  after completing a single directory name.
* Command line completion leaked an unnecessary error message while
  looking for possible matches with paths in <tree-ish>.
* "git archive" did not record uncompressed size in the header when
  streaming a zip archive, which confused some implementations of unzip.
* When users spelled "cc:" in lowercase in the fake "header" in the
  trailer part, "git send-email" failed to pick up the addresses from
  there. As e-mail headers field names are case insensitive, this
  script should follow suit and treat "cc:" and "Cc:" the same way.

(adam)

2013-01-30 15:52:19 UTC MAIN commitmail json YAML

add patch from upstream to fix Buffer Overflow in ASF Demuxer
bump PKGREV

(drochner)

2013-01-30 14:45:40 UTC MAIN commitmail json YAML

Fix fetch: MASTER_SITES is just ${HOMEPAGE} (no :Q).

(schmonz)

2013-01-30 14:45:09 UTC MAIN commitmail json YAML

Updated devel/scmgit to 1.8.1.1nb1

(wiz)

2013-01-30 14:45:01 UTC MAIN commitmail json YAML

Add scmgit-gitk to meta package.
Bump PKGREVISION.

(wiz)

2013-01-30 13:39:37 UTC MAIN commitmail json YAML

Mention cvsps3.

(wiz)

2013-01-30 13:38:53 UTC MAIN commitmail json YAML

2013-01-30 13:20:11 UTC pkgsrc-2012Q4 commitmail json YAML

2013-01-30 13:18:17 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4046 - requested by drochner
net/libupnp: security patch

Revisions pulled up:
- net/libupnp/Makefile                                          1.20
- net/libupnp/distinfo                                          1.19

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Tue Jan 29 16:22:47 UTC 2013

  Modified Files:
          pkgsrc/net/libupnp: Makefile distinfo

  Log Message:
  update to 1.6.18
  changes:
  -fix multiple buffer overflows (CVE-2012-5958..65)
  -more bugfixes, Compilation optimisation

(tron)

2013-01-30 12:30:14 UTC MAIN commitmail json YAML

2013-01-30 12:29:34 UTC MAIN commitmail json YAML

Added sysutils/di version 4.34

(obache)

2013-01-30 12:29:06 UTC MAIN commitmail json YAML

Import di-4.34 as sysutils/di.
based on PR 47495 by Brad Lanam, some small fixes by me.

di is a disk information utility, displaying everything (and more)
that your df command does. It features the ability to display your
disk usage in whatever format you prefer. It also checks the user
and group quotas, so that the user sees the space available for
their use, not the system wide disk space.

(obache)

2013-01-30 11:44:36 UTC MAIN commitmail json YAML

- samba-3.6.11.
+ samba-4.0.2, sudo-1.8.6p5, typo3-6.0.1.

(taca)

2013-01-30 11:43:53 UTC MAIN commitmail json YAML

Note update of smaba packages.

net/samba35 3.5.21
net/samba 3.6.12

(taca)

2013-01-30 11:42:55 UTC MAIN commitmail json YAML

Update samba to 3.6.12.

                  ==============================
                  Release Notes for Samba 3.6.12
                          January 30, 2013
                  ==============================

This is a security release in order to address
CVE-2013-0213 (Clickjacking issue in SWAT) and
CVE-2013-0214 (Potential XSRF in SWAT).

o  CVE-2013-0213:
  All current released versions of Samba are vulnerable to clickjacking in the
  Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
  a malicious web page via a frame or iframe and then overlaid by other content,
  an attacker could trick an administrator to potentially change Samba settings.

  In order to be vulnerable, SWAT must have been installed and enabled
  either as a standalone server launched from inetd or xinetd, or as a
  CGI plugin to Apache. If SWAT has not been installed or enabled (which
  is the default install state for Samba) this advisory can be ignored.

o  CVE-2013-0214:
  All current released versions of Samba are vulnerable to a cross-site
  request forgery in the Samba Web Administration Tool (SWAT). By guessing a
  user's password and then tricking a user who is authenticated with SWAT into
  clicking a manipulated URL on a different web page, it is possible to manipulate
  SWAT.

  In order to be vulnerable, the attacker needs to know the victim's password.
  Additionally SWAT must have been installed and enabled either as a standalone
  server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
  not been installed or enabled (which is the default install state for Samba)
  this advisory can be ignored.

Changes since 3.6.11:
--------------------

o  Kai Blin <kai@samba.org>
    * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
    * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.

(taca)

2013-01-30 11:41:44 UTC MAIN commitmail json YAML

Update samba35 to 3.5.21.

                  ==============================
                  Release Notes for Samba 3.5.21
January 30, 2013
                  ==============================

This is a security release in order to address
CVE-2013-0213 (Clickjacking issue in SWAT) and
CVE-2013-0214 (Potential XSRF in SWAT).

o  CVE-2013-0213:
  All current released versions of Samba are vulnerable to clickjacking in the
  Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
  a malicious web page via a frame or iframe and then overlaid by other content,
  an attacker could trick an administrator to potentially change Samba settings.

  In order to be vulnerable, SWAT must have been installed and enabled
  either as a standalone server launched from inetd or xinetd, or as a
  CGI plugin to Apache. If SWAT has not been installed or enabled (which
  is the default install state for Samba) this advisory can be ignored.

o  CVE-2013-0214:
  All current released versions of Samba are vulnerable to a cross-site
  request forgery in the Samba Web Administration Tool (SWAT). By guessing a
  user's password and then tricking a user who is authenticated with SWAT into
  clicking a manipulated URL on a different web page, it is possible to manipulate
  SWAT.

  In order to be vulnerable, the attacker needs to know the victim's password.
  Additionally SWAT must have been installed and enabled either as a standalone
  server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
  not been installed or enabled (which is the default install state for Samba)
  this advisory can be ignored.

Changes since 3.5.20:
---------------------

o  Kai Blin <kai@samba.org>
    * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
    * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.

(taca)

2013-01-30 11:37:41 UTC MAIN commitmail json YAML

Set MAINTAINER as me.

(ryoon)

2013-01-30 11:34:58 UTC MAIN commitmail json YAML

Fix PR pkg/47363.

Import 3.2 version of cvsps as devel/cvsps3.

>From README,
The 3.x versions have changed significantly.  In 2012, CVS use is declining
swiftly (GNU CVS hasn't been updated since 2004) and the original use case
for this tool - browsing change sets in a live CVS repository - is obsolete.
The 3.x versions are more focused on the --fast-export mode.

(ryoon)

2013-01-30 10:49:57 UTC MAIN commitmail json YAML

+ glpk-4.48, libproxy-1.4.11, phpmyadmin-3.5.6, py-sip-4.14.3,
  qemu-1.3.1, wireshark-1.8.5.

(wiz)

2013-01-30 10:41:56 UTC MAIN commitmail json YAML

Updated devel/doxygen to 1.8.3.1

(wiz)

2013-01-30 10:41:44 UTC MAIN commitmail json YAML

Update to 1.8.3.1:

Changes

    Changed to way the search results for multiple projects can be
    linked together. A project is now no longer identified by the
    tag files name but via new option EXTERNAL_SEARCH_ID giving a
    bit more flexibility.
    Disabled the disk cache for member data. Allows removing quite
    some complexity in doxygen and is not really needed now that
    64bit systems with >4GB RAM are becoming more common. Let me
    know if you think you benefit from this caching.
    id 691607: Using $relpath$ in a custom footer could lead to
    ambiguities when followed by a name that could also be a marker,
    like 'search'. Now $relpath^ should be used instead. $relpath$
    is still supported for backward compatibility.

New features

    You can now use EXTENSION_MAPPING on files without any extension
    using no_extension as placeholder (thanks to Jason Majors for
    the patch).
    To make navindex section inside a layout file that links to a
    specific URL you can use usergroup with the url attribute.
    To make navindex section without any link inside a layout file
    you can use usergroup with special title [none].

And lots of bugfixes.

(wiz)

2013-01-30 10:21:31 UTC MAIN commitmail json YAML

Updated x11/pixman to 0.28.2

(wiz)

2013-01-30 10:21:22 UTC MAIN commitmail json YAML

Update to 0.28.2:

0.28.2:

This stable release in the 0.28 series contains fixes for 64 bit
Windows, clang, and PowerPC on MacOS and OpenBSD.

0.28.0:
A new major release 0.28.0 of the pixman rendering library is now
available. Highlights of this release:

  * Support for sRGB coded images [Antti Lankila]

  * New API for fast glyph rendering [Soren Sandmann]

  * Faster bilinear scaling on iwMMX, Loongson and MMX [Matt Turner]

  * More fast paths in the MIPS DSPr2 backend [Nemanja Lukic]

  * Faster scaling in general and on SSE2 in particular [Siarhei
    Siamashka]

(wiz)

2013-01-30 09:18:15 UTC MAIN commitmail json YAML

Updated x11/xkeyboard-config to 2.8

(wiz)

2013-01-30 09:18:07 UTC MAIN commitmail json YAML

Update to 2.8:

Khaled Hosny (1):
      Allow Alt R to be used for next group again

Mathieu Boespflug (1):
      Add altwin:swap_alt_win option.

Michal Nazarewicz (1):
      Remove redundant definition in pl(dvp).

Parag Nemade (3):
      Correct the eurosign group to currencysign group
      Align keymappings in Jhelum keymap with m17n pa-jhelum keymap
      Add Rupee Sign default on some Indic xkb maps

Peter Hutterer (1):
      =?UTF-8?q?rules:=20remove=20ml=20=E2=86=92=20in(mal)=20ma?=
=?UTF-8?q?pping?=

Sergey V. Udaltsov (22):
      Added euro to Polish layout
      Added Silesian
      configuration for IBM 142 Italian variant
      il(lyx) should have proper mapping of numeric keys
      Added us(workman)
      More polish on us(workman)
      Cleanup for descriptions
      added de(legacy)
      A couple of missing chars in gr(polytonic), added on levels 3, 4
      fixed comment
      Fixed Congolese layout, 2 missing symbols
      Removed invalid layout
      Updated typography symbols
      Using configure.ac
      Added pl(colemak)
      Bumping version before freese - 2.7.99
      Forgot to remove the actual ad layout
      Fixed 2 minor typos (thanks to Alex Shopov)
      Missing hyphen
      SunOpen -> XF86Open
      Updated translations before release                                                                                                                                            Preparing 2.8

Stephan Hilb (1):
      Always use fake keycode bindings for level3 and level5

javier (8):
      Update keycodes and geometry for Sun Keyboards
      Update XKB symbols specific for Sun Keyboards
      Fix compat for Japanese Sun keyboards
      Update XKB rules specific for Sun Keyboards
      Remove tuv layout for Sun Keyboards
      Add Models and one option for Sun Keyboards
      Add Sun keyboard layout variants
      Add sun_type layout variants into base.extras

(wiz)

2013-01-29 22:05:31 UTC MAIN commitmail json YAML

Updated x11/xev to 1.2.1

(wiz)

2013-01-29 22:05:23 UTC MAIN commitmail json YAML

Update to 1.2.1:

This release adds a "-event" option that can be used to filter which events are
printed.  For example, to listen only for RandR events, use "xev -event randr".
The -event parameter can be specified multiple times.  Please see the manual
page for the list of available event filters.

This release also contains a few code fixes.

Aaron Plattner (2):
      Add a -event parameter to control the event mask
      xev 1.2.1

Alan Coopersmith (2):
      Fix clang warnings about converting size_t to int and back again
      Use strncasecmp instead of a tolower loop & strncmp

(wiz)

2013-01-29 16:56:39 UTC MAIN commitmail json YAML

2013-01-29 16:23:39 UTC MAIN commitmail json YAML

2013-01-29 16:22:47 UTC MAIN commitmail json YAML

update to 1.6.18
changes:
-fix multiple buffer overflows (CVE-2012-5958..65)
-more bugfixes, Compilation optimisation

(drochner)

2013-01-29 15:51:43 UTC MAIN commitmail json YAML

Note update of mail/fml package to 20121230.

(taca)

2013-01-29 15:51:06 UTC MAIN commitmail json YAML

Update fml to 7.98.18-20121230.

7.98.18 hack base to catch up perl 5.16 changes, cpan modules ..
7.98.17 update modules: cpan modules, IM et.al (to be planned).
7.98.16 FML::Install is enhanced.

(taca)

2013-01-29 15:49:22 UTC MAIN commitmail json YAML

Note update of mail/fml4 package to 4.0.3.20040215nb4.

(taca)

2013-01-29 15:48:55 UTC MAIN commitmail json YAML

2013-01-29 15:45:47 UTC MAIN commitmail json YAML

Note update of Ruby on Rails 3.0.20.

devel/ruby-activesupport3 3.0.20
devel/ruby-activemodel 3.0.20
www/ruby-activeresource3 3.0.20
databases/ruby-activerecord3 3.0.20
www/ruby-actionpack3 3.0.20
mail/ruby-actionmailer3 3.0.20
devel/ruby-railties 3.0.20
www/ruby-rails3 3.0.20

(taca)

2013-01-29 15:42:58 UTC MAIN commitmail json YAML

Update ruby-rails3 to 3.0.20.

No change except version.

(taca)

2013-01-29 15:42:27 UTC MAIN commitmail json YAML

Update ruby-railties to 3.0.20.

No change except version.

(taca)

2013-01-29 15:41:49 UTC MAIN commitmail json YAML

Update ruby-actionmailer3 to 3.0.20.

No change except version.

(taca)

2013-01-29 15:41:17 UTC MAIN commitmail json YAML

Update ruby-actionpack3 to 3.0.20.

No change except version.

(taca)

2013-01-29 15:40:43 UTC MAIN commitmail json YAML

Update ruby-activerecord3 to 3.0.20.

No change except version.

(taca)

2013-01-29 15:39:33 UTC MAIN commitmail json YAML

Update ruby-activeresource3 to 3.0.20.

No change except version.

(taca)

2013-01-29 15:38:40 UTC MAIN commitmail json YAML

Update ruby-activemodel to 3.0.20.

Fix CVE-2013-0333.

There is a vulnerability in the JSON  code for Ruby on Rails which
allows attackers to bypass authentication systems, inject arbitrary
SQL, inject and execute arbitrary code, or perform a DoS attack on a
Rails application.

## Rails 3.0.20 (unreleased)

* Fix XML serialization of methods that return nil to not be
  considered as YAML (GH #8853 and GH #492)

(taca)

2013-01-29 15:37:52 UTC MAIN commitmail json YAML

Update ruby-activesupport3 to 3.0.20.

Fix CVE-2013-0333.

There is a vulnerability in the JSON  code for Ruby on Rails which
allows attackers to bypass authentication systems, inject arbitrary
SQL, inject and execute arbitrary code, or perform a DoS attack on a
Rails application.

## Rails 3.0.20 (unreleased)

* Fix XML serialization of methods that return nil to not be
  considered as YAML (GH #8853 and GH #492)

(taca)

2013-01-29 15:36:12 UTC MAIN commitmail json YAML

Start update of Ruby on Rails 3.0.20.

(taca)

2013-01-29 15:35:04 UTC MAIN commitmail json YAML

Whitespace cleanup for pkglint.

(wiz)

2013-01-29 15:34:55 UTC MAIN commitmail json YAML

2013-01-29 15:34:47 UTC MAIN commitmail json YAML

2013-01-29 15:02:24 UTC MAIN commitmail json YAML

Always use atomic_ops(3) on NetBSD even on arm, i.e. kill Linux-ARM'ism.
Fixes configure failure on NetBSD/arm 6.0.

Also add patch comment.

(tsutsui)

2013-01-29 12:36:41 UTC MAIN commitmail json YAML

Updated naxsi, the Web Application Firewall module to version 0.49

* Added support for runtime modifiers
* Minor bugfixes

(imil)

2013-01-29 08:09:38 UTC MAIN commitmail json YAML

Added fonts/courier-prime version 1.203

(wiz)

2013-01-29 08:00:26 UTC MAIN commitmail json YAML

+ courier-prime.

(wiz)

2013-01-29 07:57:18 UTC MAIN commitmail json YAML

Import courier-prime-1.203 as fonts/courier-prime.

It's Courier, just better.

Since the beginning, screenplays have been written in Courier. Its
uniformity allows filmmakers to make handy comparisons and estimates,
such as 1 page = 1 minute of screen time.

But there's no reason Courier has to look terrible. We set out to
make the best damn Courier ever.

We call it Courier Prime.

(wiz)

2013-01-29 06:16:01 UTC MAIN commitmail json YAML

Updated textproc/rasqal to 0.9.30

(wiz)

2013-01-29 06:15:52 UTC MAIN commitmail json YAML

Update to 0.9.30:

2013-01-22 Rasqal Version 0.9.30 Released

  Removed RDQL support as promised. So long and thanks for all the
  queries. Use SPARQL instead.
  Improved floating equality, comparison and promotion rules
  Made other fixes and improvements including fixing reported issues:
  0000506, 0000511 and 0000523.

(wiz)

2013-01-29 06:13:42 UTC MAIN commitmail json YAML

- zim, already updated.

(wiz)

2013-01-29 06:13:26 UTC MAIN commitmail json YAML

+ dd_rescue-1.30, dos2unix-6.0.3, libmp3splt-0.8.1,
  modular-xorg-server-1.13.2, mp3splt-2.5.1, pkg-config-0.28,
  rasqal-0.9.30, tea-34.0.0, tellico-2.3.7, x264-devel-20130126,
  yabause-0.9.12, zim-0.59.

(wiz)

2013-01-29 06:13:05 UTC MAIN commitmail json YAML

Updated print/diffpdf to 2.1.2

(wiz)

2013-01-29 06:12:56 UTC MAIN commitmail json YAML

Update to 2.1.2:

2.1.2

- Minor GUI bug fixes.

- Minor translation fixes.

- Updated copyright year.

(wiz)

2013-01-29 06:11:38 UTC MAIN commitmail json YAML

Updated fonts/t1utils to 1.37

(wiz)

2013-01-29 06:11:30 UTC MAIN commitmail json YAML

Update to 1.37:

Version 1.37  29.Jun.2011

* t1asm: Use a dynamically allocated buffer to handle huge characters
  (reported by Werner Lemberg).

(wiz)

2013-01-29 06:09:50 UTC MAIN commitmail json YAML

Updated devel/py-distribute to 0.6.34

(wiz)

2013-01-29 06:09:41 UTC MAIN commitmail json YAML

Update to 0.6.34. Replace some interpreter paths.

Changes:
+ Issue #341: 0.6.33 fails to build under python 2.4

(wiz)

2013-01-29 06:07:04 UTC MAIN commitmail json YAML

Updated devel/py-cython to 0.17.4

(wiz)

2013-01-29 06:06:55 UTC MAIN commitmail json YAML

Update to 0.17.4:

0.17.4 (2013-01-03)
===================

Bugs fixed
----------

* Garbage collection triggered during deallocation of container classes could lead to a double-deallocation.

(wiz)

2013-01-29 05:56:13 UTC MAIN commitmail json YAML

Updated devel/pkg-config to 0.28

(wiz)

2013-01-29 05:56:05 UTC MAIN commitmail json YAML

Update to 0.28:

pkg-config 0.28
===
- Fixed a pair of long-standing and intertwined bugs involving unwanted
  removal of flags. The first is that other Libs flags like -Wl are now
  kept in context order with -l flags. The second is that aggressive
  removal of all duplicate arguments has been scaled back so that just
  consecutive duplicate arguments are removed. One result of this change
  is that some flags could be repeated in the final output, especially
  flags from non-pkg-config packages like -lm. Since pkg-config rarely
  has enough knowledge here about the right thing to do, we throw the
  duplicate arguments at the compiler/linker and trust it will do the
  right thing.
- Fixed an old bug to allow circular Requires. This fix brings along a
  small behavior change in that pkg-config resolves requires depth
  first, causing some lower level flags to show up earlier in the output
  than previously.
- Cleaned up many corner-case bugs and ambiguous behavior in
  pkg-config's interface. Thanks to MichaÅ‚ Górny for finding so many of
  these.
- New autoconf macro PKG_CHECK_VAR for reading variables from .pc files.
- Default to suppressing -L/lib and/or -L/lib64 like their /usr
  counterparts.
- To help support multiarch scenarios out of the box, $host-pkg-config
  is now installed unless --disable-host-tool is passed to configure.
***disabled in pkgsrc***
- Added optional gcov usage through the --with-gcov configure option. As
  a result, many more tests were added to greatly increase the coverage
  of the code to 86% of executed lines on a Fedora 18 machine.
- Bugs fixed: 130, 7331, 16101, 17053, 19950, 34504, 48098, 54231,
  54271, 54379, 54384, 54386, 54388, 54389, 54390, 54391, 54427, 54463,
  54716, 57078, 58363, 59435.

(wiz)

2013-01-29 05:51:03 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg-apps to 1.11

(wiz)

2013-01-29 05:50:55 UTC MAIN commitmail json YAML

Add bdftopcf. Bump version.

(wiz)

2013-01-29 05:50:52 UTC MAIN commitmail json YAML

Updated fonts/bdftopcf to 1.0.4

(wiz)

2013-01-29 05:50:42 UTC MAIN commitmail json YAML

Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (7):
      Adopt X.Org standard coding style (via x-indent.sh)
      Initialize font to 0 values directly instead of via bzero
      Combine usage message strings
      Add -v flag to print version info
      Use symbolic names instead of raw integers for stdin & stdout fd's
      Use remove() instead of unlink() to remove files
      bdftopcf 1.0.4

Gaetan Nadon (4):
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      config: move man pages into their own directory

(wiz)

2013-01-29 05:46:42 UTC MAIN commitmail json YAML

Fix MASTER_SITES.

(wiz)

2013-01-29 00:00:44 UTC MAIN commitmail json YAML

Mention security/gnupg update to version 1.4.13 on 2013-01-06.
Requested by Bug Hunting on IRC.

(asau)

2013-01-28 21:21:48 UTC MAIN commitmail json YAML

Added py-django-cmsplugin_gallery, py-django-easy-thumbnails, py-django-inline-ordering

(adam)

2013-01-28 21:19:14 UTC MAIN commitmail json YAML

Added py-django-cmsplugin_gallery, py-django-easy-thumbnails, py-django-inline-ordering

(adam)

2013-01-28 21:16:28 UTC MAIN commitmail json YAML

cmsplugin_gallery adds simple gallery plugin to your djangoCMS installation
Features:
* Drag&Drop reordering of photos in the plugin admin
* Unlimited, auto-discovered custom templates - you can change template of
  given gallery at anytime, use javascript galleries etc.

(adam)

2013-01-28 21:15:26 UTC MAIN commitmail json YAML

The primary function of easy-thumbnails is to dynamically create thumbnails
based on a source image. So whenever a thumbnail does not exist or if the
source was modified more recently than the existing thumbnail, a new thumbnail
is generated (and saved).

(adam)

2013-01-28 21:07:16 UTC MAIN commitmail json YAML

2013-01-28 20:17:44 UTC MAIN commitmail json YAML

2013-01-28 18:35:50 UTC MAIN commitmail json YAML

2013-01-28 15:23:49 UTC MAIN commitmail json YAML

Updated devel/scmgit to 1.8.1.1

(adam)

2013-01-28 15:22:09 UTC MAIN commitmail json YAML

Changes 1.8.1.1:
* The attribute mechanism didn't allow limiting attributes to be
  applied to only a single directory itself with "path/" like the
  exclude mechanism does.
* When attempting to read the XDG-style $HOME/.config/git/config and
  finding that $HOME/.config/git is a file, we gave a wrong error
  message, instead of treating the case as "a custom config file does
  not exist there" and moving on.
* After failing to create a temporary file using mkstemp(), failing
  pathname was not reported correctly on some platforms.
* http transport was wrong to ask for the username when the
  authentication is done by certificate identity.
* The behaviour visible to the end users was confusing, when they
  attempt to kill a process spawned in the editor that was in turn
  launched by Git with SIGINT (or SIGQUIT), as Git would catch that
  signal and die.  We ignore these signals now.
* A child process that was killed by a signal (e.g. SIGINT) was
  reported in an inconsistent way depending on how the process was
  spawned by us, with or without a shell in between.
* After "git add -N" and then writing a tree object out of the
  index, the cache-tree data structure got corrupted.
* "git apply" misbehaved when fixing whitespace breakages by removing
  excess trailing blank lines in some corner cases.
* A tar archive created by "git archive" recorded a directory in a
  way that made NetBSD's implementation of "tar" sometimes unhappy.
* When "git clone --separate-git-dir=$over_there" is interrupted, it
  failed to remove the real location of the $GIT_DIR it created.
  This was most visible when interrupting a submodule update.
* "git fetch --mirror" and fetch that uses other forms of refspec
  with wildcard used to attempt to update a symbolic ref that match
  the wildcard on the receiving end, which made little sense (the
  real ref that is pointed at by the symbolic ref would be updated
  anyway).  Symbolic refs no longer are affected by such a fetch.
* The "log --graph" codepath fell into infinite loop in some
  corner cases.
* "git merge" started calling prepare-commit-msg hook like "git
  commit" does some time ago, but forgot to pay attention to the exit
  status of the hook.
* "git pack-refs" that ran in parallel to another process that
  created new refs had a race that can lose new ones.
* When a line to be wrapped has a solid run of non space characters
  whose length exactly is the wrap width, "git shortlog -w" failed
  to add a newline after such a line.
* The way "git svn" asked for password using SSH_ASKPASS and
  GIT_ASKPASS was not in line with the rest of the system.
* "gitweb", when sorting by age to show repositories with new
  activities first, used to sort repositories with absolutely
  nothing in it early, which was not very useful.
* "gitweb", when sorting by age to show repositories with new
  activities first, used to sort repositories with absolutely
  nothing in it early, which was not very useful.
* When autoconf is used, any build on a different commit always ran
  "config.status --recheck" even when unnecessary.
* Some scripted programs written in Python did not get updated when
  PYTHON_PATH changed.
* We have been carrying a translated and long-unmaintained copy of an
  old version of the tutorial; removed.
* Portability issues in many self-test scripts have been addressed.

(adam)

2013-01-28 14:11:52 UTC MAIN commitmail json YAML

Add pixman dependency.
Otherwise, it tries to use the included copy, but fails because autoreconf
is not found.

(wiz)

2013-01-28 11:29:30 UTC MAIN commitmail json YAML

Also fix the "patch" target for patch files with broken UTF-8 sequences
in them under Mac OS X Mountain Lion.

The previous change only fixed the "makedistinfo" target.

(tron)

2013-01-28 04:30:25 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20121212nb2

(schmonz)

2013-01-28 04:30:15 UTC MAIN commitmail json YAML

Apply the latest bugfixes to the CVS backend from my git repo:

* `6753235d`: Return bounded output from `rcs_diff()` when asked, as
  the API states.
* `e45175d5`: Always explicitly set CVS keyword substitution behavior.
  Fixes behavior when a text file is added under a name formerly
  used for a binary file.
* `b30cacdf`: If the previous working directory no longer exists after
  a CVS operation, don't try to `chdir()` back to it afterward.

Bump PKGREVISION.

(schmonz)

2013-01-27 20:58:22 UTC MAIN commitmail json YAML

Note update of mail/getmail and additions of devel/p5-FindBin-libs,
devel/p5-Ouch, and devel/p5-Test-BDD-Cucumber.

(schmonz)

2013-01-27 20:54:34 UTC MAIN commitmail json YAML

Update to 4.37.0. From the changelog:

- handle IMAP servers which include "/" in message IDs better, so
  those messages aren't always thought to be new. Thanks: Bradley
  Rintoul.

- record (IMAP) mailbox retrieved from in X-getmail-retrieved-from-mailbox:
  header field, and make it available as %(mailbox) substitution
  in MDA_external arguments. Thanks: Les Barstow.

- add delete_bigger_than option to allow removal of large messages
  after retrieval, even if not deleting messages otherwise. Thanks:
  Jan Vereecke.

(schmonz)

2013-01-27 20:50:43 UTC MAIN commitmail json YAML

Add and enable p5-FindBin-libs, p5-Ouch, p5-Test-BDD-Cucumber.

(schmonz)

2013-01-27 20:47:28 UTC MAIN commitmail json YAML

Add p5-Test-BDD-Cucumber:

Cucumber lets software development teams describe how software
should behave in plain text. The text is written in a business-readable
domain-specific language and serves as documentation, automated
tests and development-aid - all rolled into one format.

This is a sane, feature-complete Cucumber implementation in Perl.
In almost all cases, where the behaviour of this module is different
from the real Cucumber, the plan is to move it to be more similar
to that.

(schmonz)

2013-01-27 20:43:38 UTC MAIN commitmail json YAML

Add p5-Ouch:

Ouch provides a class for exception handling that doesn't require
a lot of boilerplate, nor any up front definition. If Exception::Class
is working for you, great! But if you want something that is faster,
easier to use, requires less typing, and has no prereqs, but still
gives you much of that same functionality, then Ouch is for you.

(schmonz)

2013-01-27 20:42:17 UTC MAIN commitmail json YAML

Add p5-FindBin-libs:

An all-too-common occurrance managing perly projects is being unable
to install new modules becuse "it might break things", and being
unable to test them because you can't install them. The usual outcome
of this is a collection of hard-coded

    use lib qw( /usr/local/projectX ... )

code at the top of each #! file that has to be updated by hand for
each new project.

To get away from this you'll often see relative paths for the lib's,
which require running the code from one specific place. All this
does is push the hard-coding into cron, shell wrappers, and begin
blocks.

With FindBin::libs you need suffer no more.

(schmonz)

2013-01-27 17:42:36 UTC MAIN commitmail json YAML

Updated www/py-django-photologue to 2.5

(adam)

2013-01-27 17:41:41 UTC MAIN commitmail json YAML

Changes 2.5:
- added a sitemap.xml.
- added some templatetags.
- started using Sphinx for managing documentation.
- started using Transifex for managing translations.
- started using Travis CI.
- added 12 new translations and improved some of the existing translations.
- fixed issue 29 (quote URL of resized image properly).
- misc improvements to clarity of unit tests.
- added Django 1.4 timezone support.

(adam)

2013-01-27 16:51:42 UTC MAIN commitmail json YAML

Updated www/py-wtforms to 1.0.3.

(kleink)

2013-01-27 16:50:20 UTC MAIN commitmail json YAML

Update py-wtforms to 1.0.3.

Version 1.0.3
-------------
Released January 24, 2013

- Tests complete in python 3.2/3.3.
- Localization for ru, fr.
- Minor fixes in documentation for clarity.
- FieldList now can take validators on the entire FieldList.
- ext.sqlalchemy model_form:
  * Fix issue with QuerySelectField
  * Fix issue in ColumnDefault conversion
  * Support Enum type
- Field class now allows traversal in Django 1.4 templates.

(kleink)

2013-01-27 16:36:36 UTC MAIN commitmail json YAML

Added mail/mimp version 1.1.4

(bouyer)

2013-01-27 16:35:49 UTC MAIN commitmail json YAML

2013-01-27 16:35:07 UTC MAIN commitmail json YAML

Import mimp-1.1.4 to pkgsrc

MIMP is a project to create a version of IMP suitable for small mobile devices
such as WAP phones or PDAs. Basic IMP functionality is implemented including
mailbox viewing and paging, viewing messages, deleting, replying, forwarding,
and composing new messages.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc_base

(bouyer)

2013-01-27 15:03:58 UTC MAIN commitmail json YAML

Typo corrected, Updated www/p5-Catalyst-Runtime to 5.90019

(rhaen)

2013-01-27 14:11:18 UTC pkgsrc-2012Q4 commitmail json YAML

2013-01-27 14:06:48 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4042 - requested by morr
www/wordpress: security update

Revisions pulled up:
- www/wordpress/Makefile                                        1.30
- www/wordpress/PLIST                                          1.14
- www/wordpress/distinfo                                        1.24

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: morr
  Date: Sun Jan 27 07:51:37 UTC 2013
  Modified Files:
  pkgsrc/www/wordpress: Makefile PLIST distinfo
  Log Message:
  This maintenance release addresses 37 bugs with version 3.5, including:
  * Editor: Prevent certain HTML elements from being unexpectedly removed or
  modified in rare cases.
  * Media: Fix a collection of minor workflow and compatibility issues in the new
  media manager.
  * Networks: Suggest proper rewrite rules when creating a new network.
  * Prevent scheduled posts from being stripped of certain HTML, such as video
  embeds, when they are published.
  * Work around some misconfigurations that may have caused some JavaScript in
  the WordPress admin area to fail.
  * Suppress some warnings that could occur when a plugin misused the database or
  user APIs.
  Additionally: Version 3.5.1 fixes a few security issues:
  * Server-side request forgery (SSRF) and remote port scanning via pingbacks.
  Fixed by the WordPress security team.
  * Cross-site scripting (XSS) via shortcodes and post content. Discovered by Jon
  Cave of the WordPress security team.
  * Cross-site scripting (XSS) in the external library Plupload. Plupload 1.5.5
  was released to address this issue.
  To generate a diff of this commit:
  cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/wordpress/Makefile
  cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/wordpress/PLIST
  cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/wordpress/distinfo

(spz)

2013-01-27 13:23:06 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4041 - requested by tron
multimedia/libvpx: MacOS fix

Revisions pulled up:
- multimedia/libvpx/distinfo                                    1.16
- multimedia/libvpx/patches/patch-build_make_gen_asm_deps.sh    1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Thu Jan 24 10:22:08 UTC 2013

  Modified Files:
  pkgsrc/multimedia/libvpx: distinfo
  Added Files:
  pkgsrc/multimedia/libvpx/patches: patch-build_make_gen_asm_deps.sh

  Log Message:
  Add patch taken from "homebrew" project to fix the build with new version
  of Xcode under Mac OS X.

  To generate a diff of this commit:
  cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/libvpx/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/multimedia/libvpx/patches/patch-build_make_gen_asm_deps.sh

(spz)

2013-01-27 11:50:06 UTC MAIN commitmail json YAML

Fix distinfo for previous commit (the patches were correct; I probably forgot
to run 'make makepatchsum' after updating them ...)

(bouyer)

2013-01-27 11:23:23 UTC MAIN commitmail json YAML

Updated www/p5-Starman to 0.3006

(rhaen)

2013-01-27 11:22:34 UTC MAIN commitmail json YAML

Updated to 0.3006

Changes:

0.3006  Wed Dec 19 09:55:05 JST 2012
        - Clear out @ARGV, rather than restoring it, to avoid messing with Net::Server internals

0.3005  Wed Nov 14 19:46:31 PST 2012
        - Added a warning in runtime/documentation to NOT use -r/-R with Starman

0.3004  Thu Nov  8 19:40:45 PST 2012
        - Added --interval option to the sample start_server command
        - Makefile.PL fix

0.3003  Thu Sep 27 09:39:56 JST 2012
        - Fixed the test hang in some environments, introduced in 0.3002 [RT:79865]

0.3002  Tue Sep 25 15:26:43 JST 2012
        - Added a documentation for --signal-on-term for Server::Starter 0.12 (kazuho, ether)
        - Set REMOTE_PORT PSGI environment variable #50 (dex4er)
        - Fix a test failure with a directory containing whitespace (clkao)

0.3001  Mon Jun 25 10:57:20 PDT 2012
        - Fix SERVER_NAME and SERVER_PORT not exist on UNIX socket mode #24
        - Improved documentation
        - Ensure that chunk buffer contains terminating HTTP newline (Peter Makholm)

0.3000  Mon Feb 20 16:31:44 PST 2012
        - This be a 0.3 release

0.29_90 Thu Dec  1 19:40:52 PST 2011
        - Changed the way server handles HUP and QUIT signals
          HUP will just restart all the workers gracefully
          QUIT will gracefully shutdown workers and the master
          See `man 1 starman` and look for SIGNALS section.

(rhaen)

2013-01-27 10:49:51 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Mason to 1.50

(rhaen)

2013-01-27 10:48:55 UTC MAIN commitmail json YAML

Updated to 1.50

Changes:
1.50 Jul 11, 2012

    [ DISTRIBUTION ]

    - Switch to Dist::Zilla
    - Eliminate HTML docs from distribution, available on web
    - Move live Apache tests to author-only

1.49 Feb 27, 2012

    [ DOCS ]

    - Fixed misspellings in docs. RT #74676. Reported by Salvatore Bonaccorso.

1.48 Feb 3, 2012

    [ BUG FIXES ]

    - Calling a subcomponent from inside an anonymous component (created via
  $interp->make_component) caused an uninitialized value warning. Reported by
  Javier Amor Garcia.

(rhaen)

2013-01-27 10:43:23 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Application-Plugin-ValidateRM to 2.5

(rhaen)

2013-01-27 10:42:44 UTC MAIN commitmail json YAML

Updated to 2.5

Changes:
2.5 June 10th, 2012
    New features, thanks to Michael Peters (RT#46258):
    - Support for using an alternative HTML::FillInForm class
      via param dfv_fif_class.
    - Support for supplying defaults for HTML::FillInForm->fill
      via param dfv_fif_defaults.

(rhaen)

2013-01-27 10:32:16 UTC MAIN commitmail json YAML

Updated textproc/p5-CAM-PDF to 1.58

(rhaen)

2013-01-27 10:31:19 UTC MAIN commitmail json YAML

Updated to 1.58

1.58  28 May 2012
      Many thanks for Vadim Repin for numerous excellent bug reports!
      [FIXES]
      - Appended pdf revisions incorrectly incremented object generation numbers
        https://rt.cpan.org/Ticket/Display.html?id=76513
      - Appending pdf revisions was broken for non-linearized PDFs
        https://rt.cpan.org/Ticket/Display.html?id=76514
      - Allow multiple "startxref" statements in the last 1024 bytes -- unlikely, but possible
        https://rt.cpan.org/Ticket/Display.html?id=77508
      - Allow whitespace at the beginning of an indirect object (I think the PDF spec is
        ambiguous about this)
        https://rt.cpan.org/Ticket/Display.html?id=76512
      - Allow backspace character
        https://rt.cpan.org/Ticket/Display.html?id=76151
      [DOCUMENTATION]
      - mention $pdf->setPageContent($pagenum, $tree->toString());
        Leo Lapworth and http://cpanforum.com/posts/13228

(rhaen)

2013-01-27 10:28:47 UTC MAIN commitmail json YAML

Updated mail/p5-MailTools to 2.12

(rhaen)

2013-01-27 10:28:03 UTC MAIN commitmail json YAML

Updated to 2.12

Changes:
version 2.12: Fri Dec 21 12:18:51 CET 2012

    Fixes:

    - default for Mail::Header::new(Modify) is 'false', not 'true'
      rt.cpan.org#79985 [Thomas Sibley]

    - Mail::Address take username with rindex(), a bit better than
      index() but still poor.
      rt.cpan.org#82056 [Filipe Gonå·½alves]

    Improvements:

    - check for bad folding of header lines
      rt.cpan.org#79993 [Thomas Sibley]

    - add a note about better to avoid Mail::Address->name(),
      in response to a question by
      rt.cpan.org#81459 [Moritz Lenz]

(rhaen)

2013-01-27 10:26:14 UTC MAIN commitmail json YAML

Updated devel/p5-TAP-Formatter-HTML to 0.11

(rhaen)

2013-01-27 10:25:29 UTC MAIN commitmail json YAML

Updated to 0.11

Changes:
0.11
    +  fixed RT #81922: tests no longer hang on Win32.  Didn't get to the bottom
        of the issue (likely IPC::Open3 & redirecting STDOUT not playing nicely),
        but worked around it.
    +  fixed a bug on Win32 where default js_uris & css_uris were being mangled:
        "C:%5C..." vs "C:\".  May have affected other Win32 URIs too.

0.10
    +  fixed RT #82738: color method was not implemented.
    +  fixed RT #74364: TT2 INCLUDE_PATH no longer set to all dirs in @INC,
        now it is set to parent directory TAP::Formatter::HTML was loaded from.

(rhaen)

2013-01-27 10:08:05 UTC MAIN commitmail json YAML

Updated devel/p5-Syntax-Keyword-Junction to 0.003002

(rhaen)

2013-01-27 10:07:09 UTC MAIN commitmail json YAML

Updated to 0.003002

Changelog:
0.003002  2012-11-17 16:20:07 CST6CDT
    - Put MetaYAML back in dist

(rhaen)

2013-01-27 10:04:58 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Session-Store-DBIC to 0.12

(rhaen)

2013-01-27 10:03:42 UTC MAIN commitmail json YAML

- Updated to 0.12

ChangeLog:
0.12  Thu Aug  4 23:56:00 BST 2011
        - Changed a test case to be less picky about the actual text captured
          from warnings.  This was done to support some changes introduced by
          the Catalyst -> PSGI port.

(rhaen)

2013-01-27 09:05:10 UTC MAIN commitmail json YAML

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

(asau)

2013-01-27 08:56:02 UTC MAIN commitmail json YAML

fix MASTER_SITES:
* use ${PKGVERSION_NOREV} instead of LATEST as subdir, or it will be invalid
  after new release.
* this site's redirect response is invalid, use canonical one and curl will not
  be required anymore.

(obache)

2013-01-27 08:47:09 UTC MAIN commitmail json YAML

use HTTP master site

(obache)

2013-01-27 08:41:37 UTC MAIN commitmail json YAML

use HTTP master site

(obache)

2013-01-27 08:39:20 UTC MAIN commitmail json YAML

use HTTP master site.

(obache)

2013-01-27 08:25:53 UTC MAIN commitmail json YAML

2013-01-27 07:58:54 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Authentication to 0.10022

(rhaen)

2013-01-27 07:57:24 UTC MAIN commitmail json YAML

- Updated to 0.10022

ChangeLog:
0.10022 08 Jan 2013
    - Fix NoPasswd store (skaufman)

0.10021 30 June 2012
    - Change all classes to Moose and MooseX::Emulate::Class::Accessor::Fast,
      fixing undeclared dependency on Class::Accessor::Fast.
    - Change Catalyst::Authentication::Realm to use String::RewritePrefix
      rather than doing namespace mangling manually.
    - Fix whitespace and tabs, add Test::EOL and Test::NoTabs
    - Document optional methods in stores needed for auto_create_user
      and auto_update_user in realms.
    - Clarify support channels
    - Note primary maintainer in docs.
    - Add x_authority metadata.
    - Get the NAME right by making it 1 line, due to crappy parsing
      in EU::MM (RT#77028)

0.10020 05 May 2012
    - Allow user_class to be configured for Catalyst::Authentication::Store::Minimal
      (Jochen Lutz <jlu@akk.org>)

0.10019 14 April 2012
    - Upgrade code to use Moose compatibility layer (jnap)
    - Added some rules to .gitignore for people using macs (jnap)
    - Updated copyright info
    - Catalyst::Plugin::Authentication::Credential::NoPassword added
      (Okko)
    - Convert repository to git (fREW Schmidt)

(rhaen)

2013-01-27 07:55:47 UTC MAIN commitmail json YAML

Updated www/p5-Apache-ASP to 2.62

(rhaen)

2013-01-27 07:54:26 UTC MAIN commitmail json YAML

- Updated to 2.62

ChangeLog:
- Fixed 'application/x-www-form-urlencoded' for AJAX POSTs post
  Firefox 3.x

+ First sourceforge.net hosted version

+ Incremented version number to actually match SVN branch tag

+ Switched to Big-endian date format in the documentation.
  Less chance of misunderstandings

(rhaen)

2013-01-27 07:53:48 UTC MAIN commitmail json YAML

Updated www/wordpress to 3.5.1

(morr)

2013-01-27 07:51:37 UTC MAIN commitmail json YAML

This maintenance release addresses 37 bugs with version 3.5, including:

* Editor: Prevent certain HTML elements from being unexpectedly removed or
modified in rare cases.
* Media: Fix a collection of minor workflow and compatibility issues in the new
media manager.
* Networks: Suggest proper rewrite rules when creating a new network.
* Prevent scheduled posts from being stripped of certain HTML, such as video
embeds, when they are published.
* Work around some misconfigurations that may have caused some JavaScript in
the WordPress admin area to fail.
* Suppress some warnings that could occur when a plugin misused the database or
user APIs.

Additionally: Version 3.5.1 fixes a few security issues:

* Server-side request forgery (SSRF) and remote port scanning via pingbacks.
Fixed by the WordPress security team.
* Cross-site scripting (XSS) via shortcodes and post content. Discovered by Jon
Cave of the WordPress security team.
* Cross-site scripting (XSS) in the external library Plupload. Plupload 1.5.5
was released to address this issue.

(morr)

2013-01-27 05:28:55 UTC MAIN commitmail json YAML

Updated hplip to 3.12.11.

(schnoebe)

2013-01-27 05:25:03 UTC MAIN commitmail json YAML

Update to 3.12.11:

Significant Changes:
  - RHEL5 supported with hpcups

Added Support for the Following New Printers:
  - HP LaserJet Pro 500 color MFP M570dw
  - HP LaserJet Pro 500 color MFP M570dn
  - HP LaserJet Enterprise flow MFP M525
  - HP LaserJet Enterprise color flow MFP M575
  - HP LaserJet Enterprise 700 M712n
  - HP LaserJet Enterprise 700 M712dn
  - HP LaserJet Enterprise 700 M712xh
  - HP LaserJet Enterprise 700 color MFP M775dn
  - HP LaserJet Enterprise 700 color MFP M775f
  - HP LaserJet Enterprise 700 color MFP M775z
  - HP LaserJet Enterprise 700 color MFP M775z+

Added support for the following new Distro's:
  - Ubuntu 12.10
  - Debian 6.0.6

Launchpad fixes:
  1073650 - musb.c:get_interface() doesn't check return value of
  libusb_get_config_descriptor()
  1070758 - can't run hp-check without GUI
  1048754 - HP Setup crashes with ValueError
  1067697 - manual  of hp-check mentions '--runtime' option
  1067689 - 'hp-check -r' starts HPLIP status service (hp-systray)
  1064107 - CUPSEXT could not be loaded
  1066235 - 'hp-check' does not find installed XSane
  1065582 - Cannot add a parallel printer

Issues fixed:
  - Delay in status display on USB connection for certain classes of
    devices
  - Secure Printing support for HP LaserJet P3010 Series

Detailed Change Log:
  - Job storage support with postscript finishing filter

(schnoebe)

2013-01-27 02:56:37 UTC MAIN commitmail json YAML

LICENSE is perl's one

(obache)

2013-01-27 02:55:36 UTC MAIN commitmail json YAML

teach location of libpcap.

(obache)

2013-01-27 00:32:33 UTC MAIN commitmail json YAML

Update HOMEPAGE.

(wiz)

2013-01-27 00:18:30 UTC MAIN commitmail json YAML

2013-01-27 00:15:14 UTC MAIN commitmail json YAML

Updated mbone/vic-devel to 2.8.1.4.0beta.4337nb6

(wiz)

2013-01-27 00:15:03 UTC MAIN commitmail json YAML

Remove vic-gpl option.

With this option, it tries to build against ffmpeg, but all ffmpegs
in pkgsrc are too new.

Bump PKGREVISION for default option change.

(wiz)

2013-01-27 00:13:29 UTC MAIN commitmail json YAML

2013-01-26 23:26:19 UTC MAIN commitmail json YAML

Fix obvious automake-1.13 issues.

This still doesn't build for me, in xvidcore if I read correctly,
but I don't understand why not.

(wiz)

2013-01-26 23:19:11 UTC MAIN commitmail json YAML

2013-01-26 23:17:35 UTC MAIN commitmail json YAML

2013-01-26 23:15:44 UTC MAIN commitmail json YAML

2013-01-26 23:13:48 UTC MAIN commitmail json YAML

2013-01-26 23:11:14 UTC MAIN commitmail json YAML

2013-01-26 23:05:17 UTC MAIN commitmail json YAML

automake-1.13 compat.
While here, remove configure patch -- doesn't make much sense if there is
a configure.in patch and autoconf is called.

(wiz)

2013-01-26 23:00:33 UTC MAIN commitmail json YAML

2013-01-26 22:59:08 UTC MAIN commitmail json YAML

2013-01-26 22:28:38 UTC MAIN commitmail json YAML

Updated converters/dos2unix to 6.0.3

(ryoon)

2013-01-26 22:28:06 UTC MAIN commitmail json YAML

Update to 6.0.3

Changelog:
2013-01-25: Version 6.0.3

  * Source code compiles with Microsoft Visual C.
  * Print system error when writing output fails.

(ryoon)

2013-01-26 22:25:01 UTC MAIN commitmail json YAML

2013-01-26 22:20:25 UTC MAIN commitmail json YAML

2013-01-26 22:18:20 UTC MAIN commitmail json YAML

2013-01-26 22:16:18 UTC MAIN commitmail json YAML

2013-01-26 22:14:10 UTC MAIN commitmail json YAML

Partial pkglint cleanup.

(wiz)

2013-01-26 22:14:04 UTC MAIN commitmail json YAML

2013-01-26 22:10:14 UTC MAIN commitmail json YAML

2013-01-26 22:07:42 UTC MAIN commitmail json YAML

2013-01-26 22:07:31 UTC MAIN commitmail json YAML

Fix for NetBSD-current (-D_KMEMUSER).

(wiz)