summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-10Ignore const cast issues.joerg1-2/+2
2014-12-10Use PREPEND_PATH here in place of explicit PATH manipulation.joerg1-2/+2
2014-12-10Provide path to libreadline explicitly.joerg1-1/+5
2014-12-10Provide library search path explicitly via LDFLAGS.joerg3-16/+5
2014-12-10Updated textproc/p5-XML-RSS to 1.56wiz1-1/+2
2014-12-10Update to 1.56:wiz2-6/+6
1.56 2014-12-04 - Fix https://rt.cpan.org/Ticket/Display.html?id=100660 - XML External Entities Exploit, as reported here: - http://mikeknoop.com/lxml-xxe-exploit/ - Security.
2014-12-10Updated databases/p5-DB_File to 1.833wiz1-1/+2
2014-12-10Update to 1.833:wiz2-6/+6
1.833 9 Dec 2014 * More Silence compiler warnings * 1.832 breaks bleadperl C89 build RT #100812 1.832 8 Dec 2014 * Silence compiler warnings * C++ change from blead
2014-12-10Updated devel/p5-IO-Compress to 2.067wiz1-1/+2
2014-12-10Update to 2.067:wiz2-6/+6
2.067 8 Dec 2014 * RT #100257: IO::Compress::RawDeflate unnecessarily loads IO::Seekable
2014-12-10Updated devel/p5-Compress-Raw-Bzip2 to 2.067wiz1-1/+2
2014-12-10Update to 2.067:wiz2-6/+6
2.067 8 Dec 2014 * Silence compiler warnings
2014-12-10Updated devel/p5-Compress-Raw-Zlib to 2.067wiz1-1/+2
2014-12-10Update to 2.067:wiz2-6/+6
2.067 8 Dec 2014 * Silence Compiler Warnings
2014-12-10Updated devel/p5-ExtUtils-PkgConfig to 1.15wiz1-1/+2
2014-12-10Update to 1.15:wiz2-7/+6
1.15 Sat Sep 28 22:14:31 PDT 2013 - Gracefully handle empty fields in pkg-config files. 1.14 Sun Feb 3 17:51:54 PDT 2013 - Skip tests for pkg-config binary with the '--max-version' switch on OpenBSD 5.2, due to a bug in OpenBSD's implemenation of 'pkg-config' - Updated Makefile.PL to use a META_MERGE block with WriteMakefile(); this block is what MetaCPAN reads when generating page output
2014-12-10Updated databases/p5-DBD-SQLite to 1.46wiz1-1/+2
2014-12-10Update to 1.46:wiz2-6/+6
1.46 2014-12-10 - Switched to a production version. (ISHIGAKI) 1.45_06 2014-11-26 - Silenced a compile-time warning (Unescaped left brace in regex is deprecated) in PerlData virtual table under bleadperl 1.45_05 2014-11-25 - Updated to SQLite 3.8.7.2 - Restored regexp support in PerlData virtual table by secure reimplementation using closure (DAMI++) 1.45_04 2014-10-28 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Changed to apply quotemeta() to parameters while building a query for a virtual table using PerlData for security. (RIBASUSHI++ and MAUKE++) (DAMI, ISHIGAKI) 1.45_03 2014-10-25 - Fixed regression of 0 as integer (ISHIGAKI) 1.45_02 2014-10-23 - Improved int overflow handling under 32bit strawberry perl (ISHIGAKI) 1.45_01 2014-10-22 - Updated to SQLite 3.8.7 (ISHIGAKI) - Resolved #76395 (hopefully): int values over 32 bit in length produce an error "datatype mismatch" (ISHIGAKI)
2014-12-10Updated devel/p5-Test-Fatal to 0.014wiz1-1/+2
2014-12-10Update to 0.014:wiz2-7/+6
0.014 2014-12-09 18:35:59-05:00 America/New_York - avoid assuming that t/todo.t is always called t/todo.t
2014-12-10Fake pkg-config for builtin libevent on NetBSDpettai1-1/+33
2014-12-10Note update of the "phpmyadmin" package to version 4.3.1.tron1-1/+2
2014-12-10Update "phpmyadmin" package to version 4.3.1.tron3-50/+131
The major changes in version 4.3.* are: - Smart sorting for int keys - Confirmation message when dropping user(s) - Confirm dialog on accidentally leaving a page - Allow clicking an approximate row count to get a correct one - Support for editing binary fields in hexadecimal - MariaDB 10+ multi-master replication support - Allow saving query charts as images - Use aliases in SQL export for tables and columns - Export with table/column name changes - Dynamic process list - Drag and Drop SQL import - Preview SQL instead of executing it - Run SQL query: Allow rollback for InnoDB tables - Zeroconf PMA tables support - Regexp replace - Avoid session timeout when user is active - MySQL 5.7.5 compatibility - Avoid session timeout when user is active - Multiple-column foreign key relation - Charts for data in <x-axis, series,="" value=""> format - Range Search Capability - Improvements for the table editor (index creation) - PHP OpenSSL support for cookie encryption/decryption
2014-12-10Set LICENSE.wiz1-2/+2
2014-12-10Added devel/tmin version 0.05wiz1-1/+2
2014-12-10+ tmin.wiz1-1/+2
2014-12-10Import tmin-0.05 as devel/tmin.wiz5-0/+52
Tmin is a simple utility meant to make it easy to narrow down complex test cases produced through fuzzing. It is closely related to another tool of this type, delta, but meant specifically for unknown, underspecified, or hard to parse data formats (without the need to tokenize and re-serialize data), and for easy integration with external UI automation harnesses. It also features alphabet normalization to simplify test cases that could not be shortened.
2014-12-10Updated devel/afl to 0.89bwiz1-1/+2
2014-12-10Update to 0.89b:wiz3-7/+9
-------------- Version 0.89b: -------------- - Renamed afl-plot.sh to afl-plot, as requested by Padraig Brady. - Improved the compatibility of afl-plot with older versions of gnuplot. - Added banner information to fuzzer_stats, populated it to afl-plot. -------------- Version 0.88b: -------------- - Added support for plotting, with design and implementation based on a prototype design proposed by by Michael Rash. Huge thanks! - Added afl-plot.sh, which allows you to, well, generate a nice plot using this data. - Refactored the code slightly to make more frequent updates to fuzzer_stats and to provide more detail about synchronization. - Added a fflush(stdout) call for non-tty operation, as requested by Joonas Kuorilehto. - Added some detail to fuzzer_stats for parity with plot_file.
2014-12-10-guile16gdt1-2/+1
2014-12-10Set lang/guile16's successor to lang/guile.gdt1-2/+2
This is arguable, but if there's a tool that reads these it would be nice to give it a test case.
2014-12-10Updated powerdns to 3.4.1fhajny1-1/+7
2014-12-10Update PowerDNS to 3.4.1.fhajny47-700/+549
pkgsrc changes: - SQLite 2.x support no longer exists - SQLite 3.x support cannot be compiled outside the main package because of how symbols are distributed, so making it a compile time option for net/powerdns now. Too many changes since 2.9.22.5 (over 2 years ago), see the full changelog: http://doc.powerdns.com/md/changelog/ Upgrade notes: - PowerDNS 3.4 comes with a mandatory database schema upgrade coming from any previous 3.x release. - PowerDNS 3.1 introduces native SQLite3 support for storing key material for DNSSEC in the bindbackend. With this change, support for bind+gsql-setups ('hybrid mode') has been dropped. - PowerDNS 3.0 introduces full DNSSEC support which requires changes to database schemas. By default, old non-DNSSEC schema is assumed. Please see the docs on upgrading for particular steps that need to be taken: http://doc.powerdns.com/md/authoritative/upgrading/
2014-12-10Remove "CC" from CWRAPPERS_ALIASES.cxx.schmonz1-2/+2
Motivation: with "USE_CWRAPPERS=yes" on the default case-insensitive OS X filesystem, linking the wrappers was failing, stopping the build. For example: ===> Creating toolchain wrappers for mess822-0.58nb3 ln: .../pkgsrc-current/mail/mess822/work/.cwrapper/bin/cc: File exists *** Error code 1 Stop. I never noticed this with the old wrappers, but they've also been failing to link "CC" as an alias to "c++"; it's just that the failure has been silent and I've never noticed a build failure for lack of a "CC" wrapper, despite there probably never having been such a wrapper. Given that jperkin's SmartOS bulk build with this change produced results similar to last week's non-cwrappers trunk build, we can conclude that across platforms, the need for a "CC" wrapper is very limited and we needn't try (and sometimes fail) to create one by default.
2014-12-10Updated x11/keylaunch to 1.3.9mef1-1/+2
2014-12-10Set PATH for postgresql SMF, helps 3rd party software invoked viafhajny5-0/+5
modules like PL/Perl.
2014-12-10(pkgsrc)mef2-7/+9
- Add LICENSE= gnu-gpl-v2 - Add MASTER_SITES (upstream) - Update 1.3.3 to 1.3.9 from debian/changelog keylaunch (1.3.9) unstable; urgency=low * Distclean should clean too. (Closes: #570044) * Add missing script. Not automatically done, because of not using automake. keylaunch (1.3.8) unstable; urgency=low * Fix several lintian errors and cleanup aclocal/autoconf stuff. keylaunch (1.3.7) unstable; urgency=low * The keylaunch is not dead release! * Keylaunch is using dh_strip. (Closes: #498310) keylaunch (1.3.6) unstable; urgency=low * At first remove all events from the X11 filedescriptor. This lead to a broken 1.3.5 version. keylaunch (1.3.5) unstable; urgency=low * Use select instead of using a while loop with usleep. keylaunch (1.3.4) unstable; urgency=low * Since keylaunch uses dh_strip, the install option -s is not needed. (Closes: #437252) (Above all are by:) -- Stefan Pfetzing <dreamind@dreamind.de>
2014-12-10Add explicit dependency to ensure relinking is done in the correctjoerg3-3/+13
order.
2014-12-10Sync MOZ_BRANCH in xulrunner31 & xulrunner24 with their matching firefoxabs4-6/+8
Add comment to firefox31 & firefox24 to also update their xulrunner
2014-12-10Updated databases/redis to 2.8.18fhajny1-1/+2
2014-12-10Update redis to 2.8.18.fhajny3-14/+14
* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo) * [FIX] A number of typos fixed inside comments. (Various authors) * [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff) * [FIX] Test framework improved to detect never terminating scripts, cleanup instances on crashes. (Salvatore Sanfilippo) * [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo) * [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff, Michael Grunder, Salvatore Sanfilippo) * [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now an Enterprise Grade product. (Salvatore Sanfilippo) * [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at http://redis.io/topics/replication. (Salvatore Sanfilippo). * [NEW] Transparent Huge Pages detection and reporting in logs and LATENCY DOCTOR output. (Salvatore Sanfilippo) * [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests, cmsgpack upgrade. (Matt Stancliff) * [NEW] Total and instantaneous Network bandwidth tracking in INFO. * [NEW] DEBUG POPULATE two args form implemented (old form still works). The second argument is the key prefix. Default is "key:" (Salvatore Sanfilippo) * [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and warn about it if not. (Salvatore Sanfilippo)
2014-12-10+ e2fsprogs-1.42.12 [wip]mef1-3/+4
felt-3.07 -> [wip] fmsx-3.8 -> 4.0
2014-12-10sort.wiz1-1/+1
2014-12-10Revert unintended commit.wiz1-1/+7
2014-12-10Describe dblatex-fig.wiz2-7/+2
2014-12-10Add a default-on dblatex-fig option to make transfig dependency optional.wiz2-2/+15
Requested by Mark Meyer on pkgsrc-users.
2014-12-10(CHANGES-2014)mef2-3/+5
Updated editors/heme to 0.4.2 [mef 2014-12-10] Updated sysutils/adtool to 1.3.3 [mef 2014-12-10] Updated security/pinentry to 0.8.4 [mef 2014-12-10] (TODO) - adtool-1.3
2014-12-10Updated databases/sqlite3 to 3.8.7.4adam1-1/+4
2014-12-10Changes 3.8.7.4:adam7-22/+23
Bug fix: Add in a mutex that was omitted from the previous release.
2014-12-10Update security/pinentry* from 0.8.3 to 0.8.4mef7-14/+26
The second part of the commit after Makefile.common updated This is the last version pinentry-{qt,gtk} are available.