Commit graph

193273 commits

Author SHA1 Message Date
reed
ae3b61b3c0 New package: mailsort 2012-11-05 15:07:15 +00:00
reed
a52b90494c New package: mailsort
mailsort is a perl script that sorts mbox format (single file) mail
folders by the dates in the `From ' lines that separate mail messages
in each folder.
2012-11-05 15:06:45 +00:00
abs
64d8a9d377 Add .include "../../devel/zlib/buildlink3.mk"
Needed on at least CentOS 6.3
2012-11-05 15:03:14 +00:00
he
7b089cf197 Note update of net/dhcpd-pools to 2.16nb2. 2012-11-05 14:27:21 +00:00
he
04fa5afecb Extend the patch to src/getdata.c, so that the return value of
posix_fadvise() is checked instead of testing the value of errno
after the function has been called.
This should make this program work also on netbsd-5.
Bump PKGREVISION.
2012-11-05 14:26:44 +00:00
drochner
a30eed0620 update to 0.10.6
from the changelog:
- many bug fixes that where found with Coverity

- The following CVE fixes where backported:
  CVE-2012-2796, CVE-2012-2775, CVE-2012-2772, CVE-2012-2776,
  CVE-2012-2779, CVE-2012-2787, CVE-2012-2794, CVE-2012-2800,
  CVE-2012-2802, CVE-2012-2801, CVE-2012-2786, CVE-2012-2798,
  CVE-2012-2793, CVE-2012-2789, CVE-2012-2788, CVE-2012-2790,
  CVE-2012-2777, CVE-2012-2784

- hundreads of other bug fixes, some possibly security relevant,
  see the git log for details.
2012-11-05 12:53:07 +00:00
drochner
46764f6b24 add patch from Redhat bug #871700 to fix a possible buffer overflow
due to integer overflow in the ppm2tiff cmd line tool (CVE-2012-4564)
bump PKGREV
2012-11-05 12:41:48 +00:00
wiz
732e98d164 Updated graphics/cairo-gobject to 1.12.8 2012-11-04 23:50:21 +00:00
wiz
9fc96b1ac6 Follow cairo update to 1.12.8.
Clean up a bit of pkglint while here.
2012-11-04 23:49:50 +00:00
wiz
00df48c38f Add comments to patches. 2012-11-04 23:48:54 +00:00
wiz
20435053e4 Describe xcb. 2012-11-04 23:45:12 +00:00
wiz
a096475a1f Updated graphics/cairo to 1.12.8 2012-11-04 23:44:38 +00:00
wiz
73bd8c7efe Update to 1.12.8:
Release 1.12.8 (2012-11-24 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
Another couple of weeks and a few more bugs have been found and fixed,
it is time to push the next point release. Many thanks to everyone who
reported their issues and helped us track down the bugs and helped
testing the fixes.

Bug fixes
---------

  Expand the sanity checking for broken combinations of XSendEvent and
  ShmCompletionEvent.

  Notice that "The X.Org Foundation" sometimes also identifies itself
  as "The Xorg Foundation".

  Handle various ages of libXext and its Shm headers.

  Fix the invalid clipping of the source drawable when using SHM
  transport to upload images.
  https://bugs.freedesktop.org/show_bug.cgi?id=56547

  Handle all Type1 postscript operators for better font compatibility.
  https://bugs.freedesktop.org/show_bug.cgi?id=56265

  Fix a couple of memory leaks in Type1 font subsetting
  https://bugs.freedesktop.org/show_bug.cgi?id=56566

  Tighten the evaluation of the start/stop pen vertices, and catch a few
  instances where we would use a fan instead of a bevel.
  https://bugs.freedesktop.org/show_bug.cgi?id=56432

  Fix assumption that geometric clipping always succeeds with the
  span-compositor.
  https://bugs.freedesktop.org/show_bug.cgi?id=56574

  Fix call to spline intersection when evaluating whether a stoke is
  visible.

  Remember to copy inferior sources when using SHM to readback the
  surface for use as a source.
2012-11-04 23:44:27 +00:00
tron
a636538274 Force use of "openssl" package from pkgsrc under NetBSD 5.* and older
to fix the build. As the "fetchmail" package doesn't provide any
shared libraries this shouldn't cause problems caused by mixing two
versions of OpenSSL.
2012-11-04 23:06:23 +00:00
pettai
82343e1927 Updated net/nsd to 3.2.14 2012-11-04 22:23:16 +00:00
pettai
07fbca5dd0 NSD 3.2.14
Features:

* TCP writev support.

Bugfixes:

* Fix build on OpenBSD (thanks Oliver Peter).
* Prioritize notify sender for requesting XFR (thanks Ilya dBakulin).
* Fix crash in zonec if TXT string too long (thanks Ilya Bakulin).
* tzset before chroot for correct timezone (thanks Camiel Dobbelaar).
* Fix --disable-full-prehash bug when nsdc patch happens while ixfr too,
  it did not rehash the new database.
* Bugfix #464: Conditionally define MAXHOSTNAMELEN.
2012-11-04 22:17:41 +00:00
minskim
faecf9ef8e Note update of tex-texlive-docindex{,-doc}. 2012-11-04 22:11:34 +00:00
minskim
a28cfb6a7e Update tex-texlive-docindex{,-doc} to 2012.28163.
Changes:
- Added pkxcjkcat, bohr, plainpkg, pkuthss, ulthese, exsheets, uptex,
  actuarialangle, setdeck, venndiagram, mkbib, etc.
- Removed presfull.
2012-11-04 22:09:51 +00:00
pettai
d477ed78bf Added security/py-Des version 2.0.1 2012-11-04 21:59:05 +00:00
pettai
e8f5d0cb4a Added py-Des 2012-11-04 21:58:29 +00:00
pettai
0e7a78c2ad This is a pure python implementation of the DES encryption algorithm.
It is in pure python to avoid portability issues, since most DES
implementations are programmed in C (for performance reasons).

Triple DES class is also implemented, utilising the DES base. Triple DES
is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
See the "About triple DES" section below more info on this algorithm.

The code below is not written for speed or performance, so not for those
needing a fast des implementation, but rather a handy portable solution
ideal for small usage.
2012-11-04 21:57:11 +00:00
wiz
7c3b96f558 Remove javascript from supported options, as noted by Mayuresh on
pkgsrc-users.
2012-11-04 21:50:53 +00:00
morr
9e5e6bc83f Correct typo. Noted by Bug Hunting. 2012-11-04 18:41:47 +00:00
cheusov
2deccb6f65 Updated pkgtools/pkg_summary-utils to 0.59.0 2012-11-04 17:14:52 +00:00
cheusov
6b08f10a59 Update to version 0.59.0
pkg_update_src_summary has been completely reimplemented and now
  works dramatically faster if files under mk/ directory were not
  changed since previous update.

  pkg_src_summary:
    - PLIST field gathering was significantly speeded-up
    - Fix. Option -p works correctly with non-empty PSS_SLAVES
    - Fix. If -A is applied, -m is always enabled for recursive runs.
    - Minor fix for -m.
    - New option -F was added
    - Minor fixes for PLIST and ALLDISTFILES
    - PSS_PPERS was completely removed

  cvs_checksum:
    - checksums of CVS files are output by default

  pkg_digger:
    - pkg_digger_backend has been renamed to pkg_digger_summary,
      man page was added for pkg_digger_summary
    - new search backend pkg_digger_installed

  pkg_list_all_pkgs:
    - new options -a and -d were added

  New utility makefiles2deps was added.

  A lot of new regression tests, updates for man pages, minor code
  clean-ups
2012-11-04 17:09:21 +00:00
wen
bb97ba1bb2 Updated devel/p5-Tree-DAG_Node to 1.07 2012-11-04 13:46:22 +00:00
wen
4fb51c50c4 Update to 1.07
Upstream changes:
1.07  Thu Nov  1 12:47:00 2012
	- New maintainer: Ron Savage
	- Pre-emptive apologies for any changes which are not back-compat. No such problems are expected, but the
		introduction of new methods may disconcert some viewers.
	- Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
	- Fix RT#79506. reported by Ron Savage.
	- Rename ChangeLog to CHANGES, and add Changelog.ini.
	- Replace all uses of cyclicity_fault() and Carp::croak with die.
	- Remove unused methods: decommission_root(), cyclicity_allowed(), cyclicity_fault(), inaugurate_root(),
		no_cyclicity() and _update_links(). OK - cyclicity_fault() was called once. It just died.
	- Add methods: format_node(), hashref2string(), is_root(), node2string(), tree2string().
		tree2string($opts, $node) - unlike draw_ascii_tree() - can optionally print the tree starting at any node.
		Override format_node(), hashref2string(), and node2string() if desired.
	- Reformat the POD big-time.
	- Add Build.PL.
	- Re-write Makefile.PL.
	- Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our ...'.
	- Rename t/00_about_verbose.t to t/about.perl.t.
	- Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into an infinite loop.
	- Add t/cut.and.paste.subtrees.t.        Warning: Some trees get into an infinite loop.
	- Document the options (discouraged by Sean) supported in the call to new($hashref).
2012-11-04 13:45:23 +00:00
wen
5ce122ad4c Updated time/p5-DateTime-TimeZone to 1.53 2012-11-04 13:28:06 +00:00
wen
80bc64cb1a Update to 1.53
Upstream changes:
1.53    2012-11-03

- This release is based on version 2012i of the Olson database. This release
  includes contemporary changes for Cuba.


1.52    2012-10-31

- This release is based on version 2012h of the Olson database. This release
  includes contemporary changes for Brazil, Israel, and Jordan.


1.51    2012-10-18

- This release is based on version 2012g of the Olson database. This release
  includes contemporary changes for Palestine and Samoa.


1.50    2012-09-16

- In scalar context, DateTime::TimeZone->names_in_category returned an
  arrayref containing an arrayref (rather than _just_ an arrayref). Reported
  by Ed Shrock. RT #76791.

- The DateTime::TimeZone->names_in_category claimed that it returned names
  based on the population of the zone. I don't think this was ever true, but
  this data is definitely not part of the current Olson database. Reported by
  Ed Shrock. RT #76792.

  However, the DateTime::TimeZone->names_in_country method does preserve the
  order specified in the Olson database, which is sort of based on population
  and geography. This method is probably the best choice for presenting a list
  of names to end user.


1.49    2012-09-13

- This release is based on version 2012f of the Olson database. This release
  includes contemporary changes for Fiji.


1.48    2012-08-03

- This release is based on version 2012e of the Olson database. This release
  includes contemporary changes for Fakaofo.


1.47    2012-07-19

- This release is based on version 2012d of the Olson database. This release
  includes contemporary changes for Morocco.
2012-11-04 13:26:49 +00:00
wen
33aa9fedd2 Updated converters/p5-Unicode-Normalize to 1.16 2012-11-04 13:16:33 +00:00
wen
0691ff402d Update to 1.16
Upstream changes:
1.16  Sun Nov  4 17:23:03 2012
    - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
      (see [rt.cpan.org #80312])

1.15  Sun Sep 23 10:43:14 2012
    - perl 5.11.0 or later: Install to 'site' instead of 'perl'
      (see [rt.cpan.org #79801])
2012-11-04 13:14:42 +00:00
adam
e447088630 Updated lang/perl5 to 5.16.2 2012-11-04 10:32:52 +00:00
adam
7bbcf56c37 Changes 5.16.2:
Several minor bugs were fixed.
2012-11-04 10:31:46 +00:00
minskim
1089188de9 Make valgrind build on Darwin. 2012-11-04 05:12:56 +00:00
minskim
b9aa112fc3 Remove superfluous usage of ${LOWER_OPSYS} in PLIST. 2012-11-04 05:09:47 +00:00
minskim
f04fa60d91 Update HOMEPAGE. 2012-11-04 04:20:14 +00:00
dholland
78f37a887d Whitespace. 2012-11-03 23:58:14 +00:00
gdt
d434d4ae15 Note that this is version 1. 2012-11-03 23:44:43 +00:00
pettai
ed0ff5a25d Updated net/p5-Net-Server to 2.006 2012-11-03 23:13:48 +00:00
pettai
f120277ace 2.006 Jun 20 2012
- Allow for case where host is *, and IO::Socket::INET6 is installed, but IPv6 doesn't really work.
        - Add missing child_init_hook in Fork server (so Fork can be more parallel with PreFork in some respects)
        - Change BOUND_SOCKETS passing to use ; as a separator rather than a \n

2.005  Jun 12 2012
        NOTE: ipv now defaults to *
        - Change the default of ipv from 4 to *.  This means if a host of * (default), or a named host is used, any available IPv4 OR IPv6 address will be used.
        - Allow for explicit close_client_stdout call
        - Add dispatch methods and app setup to HTTP
        - Allow for exec_fork_hook in HTTP
        - Make sure errors in HTTP use correct logging mechanisms (and do not die un-needed)
        - Fix 500 call in PSGI
        - Fix send_header

2.004  Jun 08 2012
        NOTE: Version 2.005 will change the default ipv value to * meaning it will attempt to bind IPv4 and IPv6 if they are available if you pass a hostname
        - Add Net::Server::Proto->get_addr_info which can more reliably resolve domain information.
        - Use that information to figure out an appropriate host to bind to for tests
        - Make get_addr_info less reliant on magic values of sysctl net.ipv6.bindv6only
        - Allow all tests to function in IPv6 only environments
        - Fix broken number of tests in test suite
        - Add warnings about changes to the default value of ipv coming in 2.005

2.003  Jun 06 2012
        - Make the logging system pluggable
        - Added net-server server executor for writing easier one line servers
        - Sys::Syslog and Log::Log4perl are now moved out to their own module subsystems
        - Added full apache style HTTP log formatting for the HTTP server
        - Allow for ipv to be specified as part of host, or proto, or passed via $ENV{'IPV'}
        - Add apache style access logging (access_log_file and access_log_format) to HTTP
        - Allow HTTP header parsing to not untaint the headers (thanks Miko O'Sullivan)
        - Fix missing legacy NS_unix_path call (missing since 2.000)
        - Fix a bug in MultiType that prevented calling server_type HTTP
2012-11-03 23:13:21 +00:00
ryoon
f9861cc6b7 Remove accidentally added files. 2012-11-03 23:00:17 +00:00
ryoon
d9be13bbf4 Added fonts/sourcecodepro-fonts version 1.009 2012-11-03 22:58:56 +00:00
morr
d953b12c79 Note update of mail/fetchmail{,conf} 2012-11-03 22:57:41 +00:00
ryoon
54fdfb070d Add sourcecodepro-fonts 2012-11-03 22:56:57 +00:00
ryoon
0802ca82d5 Import sourcecodepro-fonts-1.009 as fonts/sourcecodepro-fonts.
Source Sans is a set of monospaced OpenType fonts that have been
designed to work well coding environments. This family of fonts is
a complementary design to the Source Sans family.

This package provides OpenType fonts only.
2012-11-03 22:56:26 +00:00
gdt
8d8af0e76f Updated ham/grig to 0.8.0 2012-11-03 22:56:25 +00:00
ryoon
2cc99380b7 Import sourcecodepro-fonts-1.009 as fonts/sourcecodepro-fonts.
Source Sans is a set of monospaced OpenType fonts that have been
designed to work well coding environments. This family of fonts is
a complementary design to the Source Sans family.

This package provides OpenType fonts only.
2012-11-03 22:56:25 +00:00
gdt
6a5488a4c4 Update to 0.8.0.
GRIG 0.8.0:

- Frequency entry via keypad (thanks to Alessandro Zummo).
- Arrow LEFT/RIGHT will change the frequency with the smallest step. This can
  be used for tuning using external devices like the Powermate.
* Support for VFO->MEM and MEM->VFO function.
- Support on/off rig functions.
- Added an extra gigahertz digit in lcd display
- Added antenna control
- French l10n
- Fixed crash that occurs when mouse is clicked between MHz and kHz digits.
  Reported as Ubuntu bug 517816.
- Requires Gtk+ 2.12 and Hamlib 1.2.8
2012-11-03 22:56:06 +00:00
ryoon
f33ac3476d Update to 16.0.2
* Sync with mail/thunderbird 16.0.2
2012-11-03 22:53:43 +00:00
ryoon
819999d5c8 Updated mail/thunderbird to 16.0.2 2012-11-03 22:52:56 +00:00