Commit graph

187612 commits

Author SHA1 Message Date
gdt
19d57980be Updated net/quagga to 0.99.21 2012-06-07 16:52:05 +00:00
gdt
47ccca78cc Update to 0.99.21
* Changes in Quagga 0.99.21

- [bgpd] BGP multipath support has been merged
- [bgpd] SAFI (Multicast topology) support has been extended to propagate
  the topology to zebra.
- [bgpd] AS path limit functionality has been removed
- [babeld] a new routing daemon implementing the BABEL ad-hoc mesh routing
  protocol has been merged.
- [isisd] a major overhaul has been picked up. Please note that isisd is
  STILL NOT SUITABLE FOR PRODUCTION USE.
- [*] a lot of bugs have been fixed, please refer to the git log
2012-06-07 16:51:43 +00:00
asau
9fb01587ea Updated benchmarks/iozone to 3.408 2012-06-07 15:57:38 +00:00
asau
0ea15a90b1 Update to IOzone 3.408
Changes since version 3.397:

Revision 3.408
Bug fix for clobbering of buffer. "tfile" needed to be bigger, as its
address was loaded into filearray[] and then that was overwritten
by the mfflag causing parsed names to get loaded.

Revision 3.407
Work around for cache_line_size suddenly becoming zero and breaking fetchit()

Revision 3.406
Increase buffer size for configuration lines. They might be 700 chars long.

Revision 3.405
Reduce CPU consumption in the op_rate control mechanism.

Revision 3.404
Fix type-oh in usage message.

Revision 3.403
Add -+W to permit chid_skew. This permits adding files, and continuing
the proper sharing/dedup within each quadrant, within same seed group
and with previously existing files that were created with a different
number of threads.

Revision 3.402
Mods for DragonFly support.

Revision 3.401
bug fix for re-write rec.

Revision 3.398
Adding thread_read_test and thread_write_test.
2012-06-07 15:57:20 +00:00
fhajny
34da93fc48 Fix broken shell syntax 2012-06-07 13:51:03 +00:00
ryoon
7a9a7bdcd2 Updated devel/nspr to 4.9.3.1
Updated devel/nss to 3.13.5
2012-06-07 13:50:42 +00:00
ryoon
05654d6a89 Update to 3.13.5
No ChangeLog is provided.
2012-06-07 13:49:11 +00:00
ryoon
c76b3e7fc2 Update to 4.9.3.1 (4.9.1 really)
No ChangeLog is provided.
2012-06-07 13:48:18 +00:00
ryoon
af68257def Add checksum for patch-lib_wiki-plugins_wikiplugin__snarf.php 2012-06-07 12:56:34 +00:00
obache
d45a4df1b4 Updated graphics/rabbit to 1.0.7 2012-06-07 11:56:41 +00:00
obache
090051082f Update rabbit to 1.0.7.
== 1.0.7: 2012-05-29

twitter-stream 0.1.15 support release.

=== Improvements

==== rabbit

  * Supported markdown extension as Markdown file.
  * Supported Markdown's link markup. [Patch by KITAITI Makoto]

==== Theme

  * default-preformatted: Added @preformatted_centering variable that
    changes alignment of preformatted text.
    [Patch by kimura wataru]
    * (({true})): Centering (default)
    * (({false})): Left align

==== rabbiter

  * Supported twitter-stream 0.1.15.

=== Fixes

==== rabbit

  * Fixed computation of spacing.

==== Theme

  * Fixed a bug that horizontal centering isn't reset.

==== Documentation

  * Fixed typos [Reported by @tmtms]

=== Thanks

  * KITAITI Makoto
  * kimura wataru
  * @tmtms
2012-06-07 11:56:28 +00:00
wiz
25c3285c56 regen 2012-06-07 08:16:53 +00:00
wiz
5288b5233f Suggest committing package and Makefile separately when adding packages.
Requested by dholland.
2012-06-07 08:15:55 +00:00
jmmv
489f978eaa Note update of kyua-cli to 0.4. 2012-06-07 01:32:34 +00:00
jmmv
c2e93cc7d4 Update to 0.4.
Other than the upgrade itself, this also adds a new 'tests' option to
the package to indicate whether the Kyua-specific tests should be built
or not.  I do not recommend disabling their build, but not specifiying
the 'tests' option cuts down the build time significantly.

The major changes since 0.3 are:

* Added the 'report-html' command to generate HTML reports of the
  execution of any recorded action.

* Changed the '--output' flag of the 'report' command to only take a
  path to the target file, not its format.  Different formats are better
  supported by implementing different subcommands, as the options they
  may receive will vary from format to format.

* Added a '--with-atf' flag to the configure script to control whether
  the ATF tests get built or not.  May be useful for packaging systems
  that do not have ATF in them yet.  Disabling ATF also cuts down the
  build time of Kyua significantly, but with the obvious drawbacks.

* Grouped 'kyua' subcommands by topic both in the output of 'help' and
  in the documentation.  In general, the user needs to be aware of
  commands that rely on a current project and those commands that rely
  purely on the database to generate reports.

* Made 'help' print the descriptions of options and commands properly
  tabulated.

* Changed most informational messages to automatically wrap on screen
  boundaries.

* Rewrote the configuration file parsing module for extensibility.  This
  will allow future versions of Kyua to provide additional user-facing
  options in the configuration file.

  No syntax changes have been made, so existing configuration files
  (version 1) will continue to be parsed without problems.  There is one
  little exception though: all variables under the top-level
  'test_suites' tree must be declared as strings.

  Similarly, the '-v' and '--variable' flags to the command line must
  now carry a 'test_suites.' prefix when referencing any variables under
  such tree.
2012-06-07 01:13:58 +00:00
dholland
21cd95f1cb Set appdefaultdir so the app-defaults don't end up in /usr/X11R[67] if
built against native X. (Copied from xclock.)
2012-06-07 00:50:49 +00:00
asau
850966c490 PCRE is no longer optional. 2012-06-06 23:14:10 +00:00
dholland
12dd32452c Add missing archivers/lz buildlink. 2012-06-06 22:51:18 +00:00
wiz
1b821229ab Use hacks file from meta-pkgs/modular-xorg instead of patch for
fixing autoconf + space in variable name issue.
2012-06-06 22:19:57 +00:00
wiz
1108faf470 Add hacks file for autoconf macro issue with space, affecting lots of
xorg packages.
2012-06-06 22:19:14 +00:00
dholland
2ece4718db Fix COMMENT. 2012-06-06 21:55:22 +00:00
ryoon
818b2a041a Updated graphics/gdk-pixbuf2 to 2.26.1nb1 2012-06-06 21:38:18 +00:00
ryoon
ca961e7d99 Bump PKGREVISION.
Fix build when xz is installed from pkgsrc on NetBSD 5.1.2
libpixbufloader-tiff.so uses liblzma.

* Add xz buildlink3.mk
2012-06-06 21:37:12 +00:00
tez
778871df8f Fix for CVE-2012-1013 from:
ca29094400
2012-06-06 18:17:46 +00:00
taca
9d97cc864e Note update of ISC DHCP4 packages:
net/isc-dhcp4		4.2.4
	net/isc-dhclient4	4.2.4
	net/isc-dhcpd4		4.2.4
	net/isc-dhcrelay4	4.2.4
2012-06-06 16:01:06 +00:00
taca
ec2db234a9 Update isc-{dhclient4,dhcp4,dhcpd4,dhcrelay4} to 4.2.4.
ISC's Release Signing Key can be obtained at:

    http://www.isc.org/about/openpgp/


                        Changes since 4.2.4rc1

- Rotate the lease file when running in v6 mode.
  Thanks to Christoph Moench-Tegeder at Astaro for the
  report and the first version of the patch.
  [ISC-Bugs #24887]

                        Changes since 4.2.4b1

- None

                        Changes since 4.2.3

! Add a check for a null pointer before calling the regexec function.
  Without this check we could, under some circumstances, pass
  a null pointer to the regexec function causing it to segfault.
  Thanks to a report from BlueCat Networks.
  [ISC-Bugs #26704].
  CVE: CVE-2011-4539

! Modify the DDNS handling code.  In a previous patch we added logging
  code to the DDNS handling.  This code included a bug that caused it
  to attempt to dereference a NULL pointer and eventually segfault.
  While reviewing the code as we addressed this problem, we determined
  that some of the updates to the lease structures would not work as
  planned since the structures being updated were in the process of
  being freed: these updates were removed.  In addition we removed an
  incorrect call to the DDNS removal function that could cause a failure
  during the removal of DDNS information from the DNS server.
  Thanks to Jasper Jongmans for reporting this issue.
  [ISC-Bugs #27078]
  CVE: CVE-2011-4868

- Fixed the code that checks if an address the server is planning
  to hand out is in a reserved range.  This would appear as
  the server being out of addresses in pools with particular ranges.
  [ISC-Bugs #26498]

- In the DDNS code handle error conditions more gracefully and add more
  logging code.  The major change is to handle unexpected cancel events
  from the DNS client code.
  [ISC-Bugs #26287]

- Tidy up the receive calls and eliminate the need for found_pkt.
  [ISC-Bugs #25066]

- Add support for Infiniband over sockets to the server and
  relay code.  We've tested this on Solaris and hope to expand
  support for Infiniband in the future.  This patch also corrects
  some issues we found in the socket code.
  [ISC-Bugs #24245]

- Add a compile time check for the presence of the noreturn attribute
  and use it for log_fatal if it's available.  This will help code
  checking programs to eliminate false positives.
  [ISC-Bugs #27539]

- Fixed many compilation problems ("set, but not used" warnings) for
  gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]

- Modify the code that determines if an outstanding DDNS request
  should be cancelled.  This patch results in cancelling the
  outstanding request less often.  It fixes the problem caused
  by a client doing a release where  the TXT and PTR records
  weren't removed from the DNS.
  [ISC-BUGS #27858]

- Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packet
  and dhcpv6_packet in several more places.  Thanks to a report from
  Bruno Verstuyft and Vincent Demaertelaere of Excentis.
  [ISC-Bugs #27941]

- Remove outdated note in the description of the bootp keyword about the
  option not satisfying the requirement of failover peers for denying
  dynamic bootp clients.
  [ISC-bugs #28574]

- Multiple items to clean up IPv6 address processing.
  When processing an IA that we've seen check to see if the
  addresses are usable (not in use by somebody else) before
  handing it out.
  When reading in leases from the file discard expired addresses.
  When picking an address for a client include the IA ID in
  addition to the client ID to generally pick different addresses
  for different IAs.
  [ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586]
  [ISC-Bugs #27684]

- Remove unnecessary checks in the lease query code and clean up
  several compiler issues (some dereferences of NULL and treating
  an int as a boolean).
  [ISC-Bugs #26203]

- Fix the NA and PD allocation code to handle the case where a client
  provides a preference and the server doesn't have any addresses or
  prefixes available.  Previoulsy the server ignored the request with
  this patch it replies with a NoAddrsAvail or NoPrefixAvail response.
  By default the code performs according to the errata of August 2010
  for RFC 3315 section 17.2.2; to enable the previous style see the
  section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h.  This option
  may be removed in the future.
  Thanks to Jiri Popelka at Red Hat for the patch.
  [ISC-Bugs #22676]

- Fix up some issues found by static analysis.
  A potential memory leak and NULL dereference in omapi.
  The use of a boolean test instead of a bitwise test in dst.
  [ISC-Bugs #28941]
2012-06-06 15:59:31 +00:00
taca
477793bf36 Note update of www/contao211-translations package to 201206040. 2012-06-06 15:57:21 +00:00
taca
dbeb8e147c Update contao211-translations to 201206040.
Enable Finnish with updated language files.
2012-06-06 15:56:42 +00:00
ryoon
02d4f620f1 Updated devel/xulrunner10 to 10.0.5
Updated www/firefox10 to 10.0.5
Updated www/firefox10-l10n to 10.0.5
2012-06-06 14:43:32 +00:00
taca
bc5f628f40 + postgresql83-8.3.19 [CVE-2012-2143, CVE-2012-2655],
postgresql84-8.4.12 [CVE-2012-2143, CVE-2012-2655],
  postgresql90-9.0.8 [CVE-2012-2143, CVE-2012-2655],
  postgresql93-9.1.3 [CVE-2012-2143, CVE-2012-2655]
2012-06-06 14:40:55 +00:00
ryoon
a32ac99bc5 Update to 10.0.5
* Sync with firefox-10.0.5 (xulrunner-10.0.5)
* Update HOMEPAGE
2012-06-06 14:40:48 +00:00
ryoon
a61b2c9cf2 Update to 10.0.5
Changelog:
* Security fixes can be found
  https://www.mozilla.org/security/known-vulnerabilities/firefoxESR.html
	MFSA 2012-40 Buffer overflow and use-after-free issues found using Address Sanitizer
	MFSA 2012-39 NSS parsing errors with zero length items
	MFSA 2012-38 Use-after-free while replacing/inserting a node in a document
	MFSA 2012-37 Information disclosure though Windows file shares and shortcut files
	MFSA 2012-36 Content Security Policy inline-script bypass
	MFSA 2012-34 Miscellaneous memory safety hazards
* 10.5 Firefox top crash with signature [@ GLEngine@0x620cf ] (734848)
2012-06-06 14:39:21 +00:00
obache
886c825590 ncview-1.93b => 2.1.1, and update status of udunits 2012-06-06 14:27:57 +00:00
joerg
1b328ae932 Recognize -Wl,-rpath spelling as well. 2012-06-06 14:17:11 +00:00
adam
8edec48dc7 Rev.1: enable OpenEXR; fix buildling on case-insensitive file-systems; fix installation on Mac OS X 2012-06-06 13:56:48 +00:00
obache
73fbabb497 bison is not required to build flex.
resolve PR 46554.
2012-06-06 13:27:05 +00:00
wiz
d797bed7bf + dvdstyler-2.2, gnutls-3.0.20, gworkspace-0.9.1, help2man-1.40.10
[pkg/46548], p5-App-cpanminus-1.5013 [pkg/46549], py-pyutil-1.9.3
  [pkg/46551], py-setuptools_trial-0.5.12 [pkg/46550], vifm-0.7.3,
  weechat-0.3.8.
2012-06-06 09:44:41 +00:00
wiz
8cc9eef489 Updated meta-pkgs/modular-xorg-apps to 1.7 2012-06-06 09:43:24 +00:00
wiz
c22e1c46f5 Add 4 more, bump version. 2012-06-06 09:43:14 +00:00
wiz
be7d85cd75 Added x11/xkbprint version 1.0.3 2012-06-06 09:41:18 +00:00
wiz
9bce2bcdd7 Import xkbprint-1.0.3:
xkbprint generates a printable or encapsulated PostScript description
of an XKB keyboard description.
2012-06-06 09:41:06 +00:00
wiz
822ab4877e Added x11/xkbevd version 1.1.3 2012-06-06 09:38:06 +00:00
wiz
6f1be68099 Add xkbevd-1.1.3:
This command is very raw and is therefore only partially implemented;
we present it here as a rough prototype for developers, not as a
general purpose tool for end users.

The xkbevd event daemon listens for specified XKB events and executes
requested commands if they occur.   The configuration file consists
of a list of event specification/action pairs and/or variable
definitions.
2012-06-06 09:37:54 +00:00
wiz
8cd42b3994 Added x11/xkbutils version 1.0.3 2012-06-06 09:32:55 +00:00
wiz
ae8ff87226 Add xkbutils-1.0.3:
xkbutils is a collection of small utilities utilizing the XKeyboard (XKB)
extension to the X11 protocol.

It includes:
 xkbbell  - generate XKB bell events
 xkbvleds - display the state of LEDs on an XKB keyboard in a window
 xkbwatch - reports changes in the XKB keyboard state
2012-06-06 09:32:44 +00:00
wiz
994857a47d Added x11/viewres version 1.0.3 2012-06-06 09:27:31 +00:00
wiz
145d35715a Import viewres-1.0.3:
viewres displays a tree showing the widget class hierarchy of the
Athena Widget Set (libXaw).
2012-06-06 09:27:19 +00:00
wiz
ceadf7d2a4 + xorg-sgml-doctools 2012-06-06 07:54:36 +00:00
wiz
91eb5a84c6 Remove two suggested xorg packages I've just added. 2012-06-06 07:48:11 +00:00
wiz
9ce8d64870 Updated meta-pkgs/modular-xorg to 1.1 2012-06-06 07:47:31 +00:00