summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-07Update to 0.4.jmmv6-184/+168
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-07Set appdefaultdir so the app-defaults don't end up in /usr/X11R[67] ifdholland1-1/+4
built against native X. (Copied from xclock.)
2012-06-06PCRE is no longer optional.asau2-10/+5
2012-06-06Add missing archivers/lz buildlink.dholland1-1/+3
2012-06-06Use hacks file from meta-pkgs/modular-xorg instead of patch forwiz3-20/+4
fixing autoconf + space in variable name issue.
2012-06-06Add hacks file for autoconf macro issue with space, affecting lots ofwiz1-0/+9
xorg packages.
2012-06-06Fix COMMENT.dholland1-2/+2
2012-06-06Updated graphics/gdk-pixbuf2 to 2.26.1nb1ryoon1-1/+2
2012-06-06Bump PKGREVISION.ryoon1-1/+3
Fix build when xz is installed from pkgsrc on NetBSD 5.1.2 libpixbufloader-tiff.so uses liblzma. * Add xz buildlink3.mk
2012-06-06Fix for CVE-2012-1013 from:tez3-5/+20
https://github.com/krb5/krb5/commit/ca2909440015d33be42e77d1955194963d8c0955
2012-06-06Note update of ISC DHCP4 packages:taca1-1/+5
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-06Update isc-{dhclient4,dhcp4,dhcpd4,dhcrelay4} to 4.2.4.taca2-6/+6
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-06Note update of www/contao211-translations package to 201206040.taca1-1/+2
2012-06-06Update contao211-translations to 201206040.taca3-7/+10
Enable Finnish with updated language files.
2012-06-06Updated devel/xulrunner10 to 10.0.5ryoon1-1/+4
Updated www/firefox10 to 10.0.5 Updated www/firefox10-l10n to 10.0.5
2012-06-06+ postgresql83-8.3.19 [CVE-2012-2143, CVE-2012-2655],taca1-1/+5
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-06Update to 10.0.5ryoon2-259/+259
* Sync with firefox-10.0.5 (xulrunner-10.0.5) * Update HOMEPAGE
2012-06-06Update to 10.0.5ryoon2-6/+6
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-06ncview-1.93b => 2.1.1, and update status of udunitsobache1-3/+3
2012-06-06Recognize -Wl,-rpath spelling as well.joerg1-1/+6
2012-06-06Rev.1: enable OpenEXR; fix buildling on case-insensitive file-systems; fix ↵adam3-8/+10
installation on Mac OS X
2012-06-06bison is not required to build flex.obache1-2/+2
resolve PR 46554.
2012-06-06+ dvdstyler-2.2, gnutls-3.0.20, gworkspace-0.9.1, help2man-1.40.10wiz1-7/+12
[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-06Updated meta-pkgs/modular-xorg-apps to 1.7wiz1-1/+2
2012-06-06Add 4 more, bump version.wiz1-2/+6
2012-06-06Added x11/xkbprint version 1.0.3wiz1-1/+2
2012-06-06Import xkbprint-1.0.3:wiz5-1/+32
xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description.
2012-06-06Added x11/xkbevd version 1.1.3wiz2-3/+3
2012-06-06Add xkbevd-1.1.3:wiz5-1/+38
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-06Added x11/xkbutils version 1.0.3wiz2-3/+3
2012-06-06Add xkbutils-1.0.3:wiz5-1/+43
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-06Added x11/viewres version 1.0.3wiz2-3/+3
2012-06-06Import viewres-1.0.3:wiz5-1/+36
viewres displays a tree showing the widget class hierarchy of the Athena Widget Set (libXaw).
2012-06-06+ xorg-sgml-doctoolswiz1-1/+2
2012-06-06Remove two suggested xorg packages I've just added.wiz1-3/+3
2012-06-06Updated meta-pkgs/modular-xorg to 1.1wiz1-1/+2
2012-06-06Add misc/xorg-docs (directly, until there are enough packages for awiz1-2/+3
modular-xorg-docs meta package). Bump version.
2012-06-06Added misc/xorg-sgml-doctools version 1.11wiz1-1/+2
2012-06-06Add xorg-sgml-doctools-1.11:wiz4-0/+41
This package provides a common set of SGML entities and XML/CSS style sheets used in building/formatting the documentation provided in other X.Org packages. It's typically only needed by people building from source who want to produce formatted documentation from their builds, or those who have installed the HTML version of the documentation, which refers to the included common xorg.css stylesheet.
2012-06-06Added misc/xorg-docs version 1.7wiz1-1/+2
2012-06-06regenwiz2-54/+63
2012-06-06Add xorg-docs-1.7:wiz5-1/+55
This package provides miscellaneous documentation for the X Window System that doesn't better fit into other packages.
2012-06-06Document that new packages should be 'cvs add'ed instead of imported.wiz1-20/+22
Per the discussion on tech-pkg.
2012-06-06Updated devel/bison to 2.5.1wiz1-1/+2
2012-06-06Update to 2.5.1:wiz6-42/+44
* Noteworthy changes in release 2.5.1 (2012-06-05) [stable] ** Future changes: The next major release will drop support for generating parsers in K&R C. ** yacc.c: YYBACKUP works as expected. ** glr.c improvements: *** Location support is eliminated when not requested: GLR parsers used to include location-related code even when locations were not requested, and therefore not even usable. *** __attribute__ is preserved: __attribute__ is no longer disabled when __STRICT_ANSI__ is defined (i.e., when -std is passed to GCC). ** lalr1.java: several fixes: The Java parser no longer throws ArrayIndexOutOfBoundsException if the first token leads to a syntax error. Some minor clean ups. ** Changes for C++: *** C++11 compatibility: C and C++ parsers use "nullptr" instead of "0" when __cplusplus is 201103L or higher. *** Header guards The header files such as "parser.hh", "location.hh", etc. used a constant name for preprocessor guards, for instance: #ifndef BISON_LOCATION_HH # define BISON_LOCATION_HH ... #endif // !BISON_LOCATION_HH The inclusion guard is now computed from "PREFIX/FILE-NAME", where lower case characters are converted to upper case, and series of non-alphanumerical characters are converted to an underscore. With "bison -o lang++/parser.cc", "location.hh" would now include: #ifndef YY_LANG_LOCATION_HH # define YY_LANG_LOCATION_HH ... #endif // !YY_LANG_LOCATION_HH *** C++ locations: The position and location constructors (and their initialize methods) accept new arguments for line and column. Several issues in the documentation were fixed. ** liby is no longer asking for "rpl_fprintf" on some platforms. ** Changes in the manual: *** %printer is documented The "%printer" directive, supported since at least Bison 1.50, is finally documented. The "mfcalc" example is extended to demonstrate it. For consistency with the C skeletons, the C++ parsers now also support "yyoutput" (as an alias to "debug_stream ()"). *** Several improvements have been made: The layout for grammar excerpts was changed to a more compact scheme. Named references are motivated. The description of the automaton description file (*.output) is updated to the current format. Incorrect index entries were fixed. Some other errors were fixed. ** Building bison: *** Conflicting prototypes with recent/modified Flex. Fixed build problems with the current, unreleased, version of Flex, and some modified versions of 2.5.35, which have modified function prototypes. *** Warnings during the build procedure have been eliminated. *** Several portability problems in the test suite have been fixed: This includes warnings with some compilers, unexpected behavior of tools such as diff, warning messages from the test suite itself, etc. *** The install-pdf target work properly: Running "make install-pdf" (or -dvi, -html, -info, and -ps) no longer halts in the middle of its course.
2012-06-06Updated meta-pkgs/modular-xorg-apps to 1.6wiz1-1/+2
2012-06-06+ transset, bump versionwiz1-2/+3
2012-06-05Adjust comments (only) about shlib versioning.gdt1-8/+17
Upstream says using the C++ API is broken; document the policy and the list of (broken per geos rules) packages that need a revbump every time, currently gdal-lib.
2012-06-05Updated graphics/p5-Image-ExifTool to 8.90gdt1-1/+2
2012-06-05Update to 8.90.gdt2-6/+6
Apr. 28, 2012 - Version 8.90 (production release) (Many minor bugfixes, new lens types, etc. - no major changes.)