Commit graph

162220 commits

Author SHA1 Message Date
gdt
d54fc4421a - quagga-devel 2010-08-31 13:26:05 +00:00
gdt
6c42bcc072 Remove; now in net/quagga. 2010-08-31 13:21:24 +00:00
gdt
6a56fddc66 Updated net/quagga to 0.99.17 2010-08-31 13:20:24 +00:00
gdt
b45ec862cf Replace with contents of quagga-devel, thus upgrading to 0.99.17. 2010-08-31 13:20:13 +00:00
gdt
7202ffc3b0 Emphasize that no one should be running 0.98.6. (This package will be
deleted as soon as I have time to move quagga-devel to quagga.)
2010-08-31 12:55:16 +00:00
drochner
ea0caf7779 recognize maxima-5.22, bump PKGREVISION 2010-08-31 12:20:15 +00:00
markd
ead7a6c443 fix build with boost-libs 1.44.0 2010-08-31 12:17:44 +00:00
drochner
59803b9d50 uses new "<case1> if <cond> else <case2>" syntax -> Python-2.5+ only
(seen in bulk build)
2010-08-31 10:57:13 +00:00
tnn
976cad2cd3 we have enigmail support these days 2010-08-31 10:53:06 +00:00
obache
5454b902c2 + input-pad py-input-pad ibus-input-pad 2010-08-31 08:29:42 +00:00
obache
ed23aaca8f Added inputmethod/ibus-input-pad version 0.1.3 2010-08-31 08:28:08 +00:00
obache
c2781e5fcd Import ibus-input-pad-0.1.3 as inputmethod/ibus-input-pad.
The input pad engine for IBus platform.
2010-08-31 08:27:52 +00:00
obache
0d43794ece Added inputmethod/py-input-pad version 0.1.1 2010-08-31 08:27:10 +00:00
obache
0e7bf9a127 Import py-input-pad-0.1.1 as inputmethod/py-input-pad.
The input pad is a tool to send a character on button to text applications.
This package provides python wrapper for input pad.
2010-08-31 08:26:54 +00:00
obache
d1538d97e2 Added inputmethod/input-pad version 0.1.1 2010-08-31 08:25:38 +00:00
obache
8e61704245 Import input-pad-0.1.1 as inputmethod/input-pad.
The input pad is a tool to send a character on button to text applications.
2010-08-31 08:25:20 +00:00
taca
80537397f8 Update distinfo, noted by tron@. (Thanks!) 2010-08-31 08:23:15 +00:00
taca
70e4e9df3b Note update of devel/gmake package to 3.82nb1. 2010-08-31 07:03:41 +00:00
taca
1b4af6642f Add a fix for bug #30612 (http://savannah.gnu.org/bugs/index.php?30612)
from GNU make's CVS repository (revision 1.194).  It solves some of
strange compile error on misc/rpm (and maybe more).

Bump PKGREVISION.
2010-08-31 07:02:48 +00:00
sno
df11e1cafe Updated devel/p5-Test-Weaken to 3.004.000 2010-08-31 06:03:02 +00:00
sno
5d0aed1b1f Updating devel/p5-Test-Weaken from 3.002000nb1 to 3.004000
Upstream changes:
3.004000 Sun May 16 15:36:51 2010
        * Ticket 56722:
          When addition is overloaded, it confuses Test::Weaken.
2010-08-31 06:02:41 +00:00
sno
c6a4afcfc6 Updated devel/p5-Test-Most to 0.22 2010-08-31 05:45:38 +00:00
sno
7d23e35ba8 Updating devel/p5-Test-Most from 0.21nb1 to 0.22
pkgsrc changes:
- correcting license
- adjusting dependency versions

Upstream changes:
0.22    2010-08-07
        - Added always_explain() and always_show().
        - Apply doc fixes from ranguard. Thanks :)

0.21_04 2010-02-06
        - Give people the ability to exclude test modules in case of
          conflicts.  This is to resolve: "Prototype mismatch: sub
          main::blessed ($) vs none" error with Moose and Test::Deep.  See
          https://rt.cpan.org/Ticket/Display.html?id=54362&results=e73ff63c5bf9ba0f796efdba5773cf3f

0.21_03 2010-02-06
        - Bump up dependency on Test::Builder.  Need that for done_testing()
          and to deprecate all_done().
        - Remove strict and warnings from tests since they no longer need them
          :)
        - Decided to bump up the minimum version number for all test modules.
          This module should be "one stop shopping" for most people.
        - Moderately significant POD update.

0.21_02 2010-02-06
        - Import strict an warnings.
        - Increase version requirement for
          https://rt.cpan.org/Ticket/Display.html?id=44790  Thanks to Gerda
          Shank for that.

0.21_01 2009-02-18
        - Have explain() depend on Test::More::note() (patch from Schwern)
        - Depend on Test::More directly (patch from Scwhern)
2010-08-31 05:45:14 +00:00
sno
69b759f707 Updated devel/p5-Test-Class to 0.36 2010-08-31 05:36:09 +00:00
sno
9745064b92 Updating devel/p5-Test-Class from 0.35nb1 to 0.36
Upstream changes:
0.36 - or the "Adrian should have released this earlier" release [2010-08-19]
(Thanks to Mark Morgan for doing all the useful work on this one!)
    - New add_filter() method allows global filtering of test methods
    - Apply t/todo.t patch to fix RT#55324 (test bug, not Test::Class bug).
      This makes the test suite pass with Test::Simple 0.95_01 and greater.
2010-08-31 05:35:36 +00:00
sno
4660664490 Updated devel/p5-Devel-Leak-Object to 1.01 2010-08-31 05:28:42 +00:00
sno
f680c31aa8 Updating devel/p5-Devel-Leak-Object from 1.00nb1 to 1.01
pkgsrc changes:
- switch to Module::Install::Bundled

Upstream changes:
1.01 Wed 16 Jun 2010
	- Upgraded to Module::Install::DSL 0.99
	- warn rather than die for objects that don't conform to our assumptions
	- list tracked source line only once
	- list the next caller in the stack if bless is called by the
	  class's new()
	- add a checkpoint() status which lists new classes created (and
	  not destroyed) since the last call to checkpoint()
2010-08-31 05:28:21 +00:00
sno
5b2f376e2d Updated print/p5-LaTeX-Table to 1.0.5 2010-08-31 05:21:43 +00:00
sno
9aced53ab4 Updating print/p5-LaTeX-Table from 1.0.2 to 1.0.5
pkgsrc changes:
- adjusting dependencies

Upstream changes:
1.0.5  Wed  Aug 25 2010
        - Set min. version of MooseX::FollowPBP to 0.03 (older versions caused
          cpan test fails)

1.0.4  Tue  Aug 24 2010
        - fixed stupid bug in Build.PL (introduced in 1.0.3)

1.0.3  Tue  Aug 24 2010
        - small code cleanup
        - added github in Makefile.PL and Build.PL
        - moved author tests to xt
        - longtable tests
2010-08-31 05:21:10 +00:00
sno
4e0b7b5c76 Updated textproc/p5-YAML-Syck to 1.14 2010-08-31 05:12:53 +00:00
sno
8d6ed9c95a Updating textproc/p5-YAML-Syck from 1.12nb1 to 1.14
Upstream changes:
[Changes for 1.14 (YAML::Syck 0.37 ) - 2010-08-03]
* RT RT60771 - Further refactor for JSON. if a number is a valid
  perl string, quote it. "1" + "1" = "11" in javascript.
* add YAML tests to make sure HEX and octal preserve their information
2010-08-31 05:12:29 +00:00
obache
1e2246ad2c Remove unwanted PLIST entry. 2010-08-31 01:00:56 +00:00
obache
ffb292f403 Need swig to build. 2010-08-31 00:59:23 +00:00
obache
50e2c14f42 need qmake to build, buildlink with qt4-tools. 2010-08-31 00:56:24 +00:00
obache
f47780966a Need pkg-config. 2010-08-31 00:53:04 +00:00
pettai
08ef1050ee Updated security/aide to 0.14.2 2010-08-30 22:30:55 +00:00
pettai
018f115709 Version 0.14.2
* Report correct file type in "Detailed information
      about changes" section
    * Bug fixes

Version 0.14.1
    * Added aide-attributes.sh contrib script
    * Bug fixes

Version 0.14
        * Renewed autoconf mechanism
        * Resolved licensing conflicts
        * New feature to summarize changes
        * Added prelink support
        * Many bugfixes
2010-08-30 22:30:27 +00:00
pettai
7bbf14f186 Updated mail/mimedefang to 2.71 2010-08-30 21:56:40 +00:00
pettai
2fd72615c4 MIMEDefang 2.71 fixes the following bugs:
* Restores compatibility with Postfix (which was broken in 2.70).
* Properly fixes signal-handling in child processes. 2.70 included a partial fix,
  but signal-handling would break if you ran md-mx-ctrl reread.
2010-08-30 21:55:48 +00:00
jakllsch
7e73dd073e Updated devel/pango to 1.28.1nb1 2010-08-30 21:43:43 +00:00
jakllsch
46d14d33a1 Allow man pages to build properly. rev++ 2010-08-30 21:43:00 +00:00
wiz
3ec6e7d23c Set LICENSE. 2010-08-30 20:42:44 +00:00
wiz
416a7f3f7a Stop playing with -fvisibility to fix compilation on amd64. 2010-08-30 20:30:28 +00:00
adam
e4581c095e Minor update in patch-ag, following Wesnoth bug http://gna.org/bugs/?16576 2010-08-30 19:29:25 +00:00
adam
8b90df1f96 Updated: silc; pidgin 2010-08-30 19:09:33 +00:00
adam
e9f5dd65f8 Sorted PLIST 2010-08-30 19:05:48 +00:00
adam
dff4b237c5 Changes 2.7.3:
* Lots of little incremental bug fixes and enhancements in this release.
* Finally got some fixes out there for you Yahoo users behind some
  particularly annoying firewalls and proxies, among other fixes.  Enjoy!

Changes 2.7.2:
* We discovered a security issue in Pidgin 2.7.0 and 2.7.1 and decided to
  release a patched version quickly.  This release contains the fix for that
  crash, and a few other minor fixes.
2010-08-30 19:02:26 +00:00
pettai
bfb7e6029e Updated net/unbound to 1.4.6 2010-08-30 18:17:36 +00:00
pettai
f19ca20697 unbound 1.4.6:
Features:
* Builtin root hints contain AAAA for I.ROOT-SERVERS.NET.
* unbound.h has extern "C" statement for easier include in c++.
* added feature to print configure date, target and options with -h.
* added feature to print event backend system details with -h.
* (ports and works on Minix 3.1.7). On Minix, add /usr/gnu/bin to PATH,
  use ./configure AR=/usr/gnu/bin/gar and gmake.
* GOST enabled if SSL is recent and ldns has GOST enabled too.

Bug Fixes:
* Fix TCPreply on systems with no writev, if just 1 byte could be sent.
* Fix to use one pointer less for iterator query state store_parent_NS.
* Max referral count from 30 to 130, because 128 one character domains is valid DNS.
* added documentation for the histogram printout to syslog.
* Fix assertion failure reported by Kai Storbeck from XS4ALL, the assertion was wrong.
* updated ldns tarball.
* iana portlist updated.
* Unbound reports libev or libevent correctly in logs in verbose mode.
* Fix handling of corner case reply from lame server, follows rfc2308.
* Fix jostle list bug found by Vince (luoce at cnnic), it caused the qps in
  overload situations to be about 5 qps for the class of shortly serviced
  queries.
* Fix the max number of reply-address count to be applied for duplicate queries,
  and not for new query list entries.
* Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex must be
  signed with all algorithms from the DS rrset at the parent.
* Fix validation of qtype DNSKEY when a key-cache entry exists but no rr-cache
  entry is used (it expired or prefetch), it then goes back up to the DS or
  trust-anchor to validate the DNSKEY.
* log if a server is skipped because it is on the donotquery list, at verbosity
  4, to enable diagnosis why no queries to 127.0.0.1.
* failure to chown the pidfile is not fatal any more.
* Neat function prototypes, unshadowed local declarations.
* Fix integer underflow in prefetch ttl creation from cache.
  This fixes a potential negative prefetch ttl.
* Changed the defaults for num-queries-per-thread/outgoing-range.
2010-08-30 18:16:45 +00:00
pettai
1e9f787d57 Updated net/nsd to 3.2.6 2010-08-30 18:00:49 +00:00