summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-18fix libtool problem in unpriliged builddrochner3-7/+7
use the right libusb
2012-09-18Fix build of dependent code to find the include files ...sno1-4/+5
2012-09-18fix ONLY_FOR pattern for amd64drochner1-2/+2
2012-09-18Updated print/cups to 1.5.4bouyer1-1/+2
2012-09-18Update to 1.5.4 (ok by wiz@):bouyer5-17/+23
- Documentation updates (STR #4112, STR #4130, STR #4134) - Fixes for libusb-based USB backend (STR #4128) - The lpq command did not show the owner or title of jobs unless passed a username on the command-line (STR #4135) - Localized empty strings contained the message catalog metadata (STR #4119) - Fixed a crash in the libusb-based USB backend (STR #4099) - The cups-lpd mini-daemon no longer handled jobs with multiple copies (STR #4118) - Multiple libusb backend fixes (STR #4098, STR #4100) - The IPP backend no longer tries to get the job status for printers that do not implement the required operation (STR #4083) - Sending a document in an unsupported format to an IPP printer now automatically cancels the job (STR #4093) - Fix some error reporting issues when printing from /dev/null and other unusual situations (STR #4015) - The scheduler now sets the CUPS_MAX_MESSAGE environment variable for filters (STR #4074) - Fixed a build issue when using older versions of autoconf (STR #4084) - The IPP backend now treats the client-error-not-possible status code as a job history issue, allowing IPP printing to Windows to work (STR #4047) - The IPP backend incorrectly included the document-format and compression attributes in Create-Job requests (STR #4086) - The libusb-based USB backend did not work on non-Linux platforms (STR #4088) - httpReconnect() did not reset the read/write buffers (STR #4065) - Compiling without threading support failed (STR #4060) - Fixed compile problem with old versions of OpenSSL (STR #4036) - The network backends did not check SNMP supply levels regularly (STR #4040) - The online help always included the "help on help" text (STR #4042) - Fixed a SSL handshake issue on OS X (STR #4045) - The scheduler could crash if a PPD file contained an invalid paper size (STR #4049) - The CUPS polling daemon did not reinitialize its connection to the remote server on errors in all cases (STR #4031) - PostScript auto-configuration was slow and unreliable with some printers (STR #4028) - Missing localizations caused empty output (STR #4033) - The cups-driverd program could temporarily "forget" a PPD file if it was updated in place. - The dnssd backend now prefers IPPS over IPP. - The USB backend now uses and requires LIBUSB 1.0 or later (STR #3477) - The LIBUSB-based USB backend now supports the back-channel (STR #2890) - Changed how timeouts are implemented in the LPD backend (STR #4013) - Added more supported color names for SNMP supplies (STR #3981) - The default InputSlot setting was never used (STR #3957) - POSIX ACLs are now set properly on certificate files (STR #3970) - Supplies with commas in their names were not reported correctly (STR #4020) - The cupsGetPPD3() function created a temporary file when one was not needed (STR #4018) - The scheduler now ensures that job notifications contain a value for the notify-printer-uri attribute (STR #4014) - The lp and lpr commands did not cancel jobs queued from stdin on an error (STR #4015) - Fixed the IPP backend's handling of HTTP/1.0 compatibility (STR #3988) - The IPP backend did not always setup username/password authentication for printers (STR #3985) - The IPP backend no longer re-queues print jobs that are too large for the printer/server (STR #3977) - The RPM spec file did not work (STR #4021, STR #4057) - Encryption did not work when the server name ended with "." (STR #4011) - The multi-purpose tray is now mapped to the IPP "by-pass-tray" (STR #4009) - The correct media size was not always passed to IPP printers (STR #4001) - Finishing options were not passed to IPP printers (STR #3995) - Fixed iCloud-based Back to My Mac printing (STR #3996)
2012-09-17Remove '19' from list of RUBY_VERSION_SUPPORTED.jperkin2-5/+4
Fixes bulk build resolve failure.
2012-09-17+ samba-3.6.8, sudo-1.8.6p2.taca1-3/+3
2012-09-17Fix location of spelling dictionaries. Bump PKGREVISION.markd2-4/+5
While here fix COMMENT in Makefile and @comment in PLIST
2012-09-17Disable kopete otr plugin as not compatible with libotr>=4. pkg/46915markd2-22/+4
2012-09-17Added missing build dependency on devel/automoc4jaapb1-1/+2
2012-09-17Corrected Makefile to build only HTML documentation.jaapb4-47/+2
Removed superfluous patches.
2012-09-17Add missing pkg-config tool.wiz1-2/+2
2012-09-17Update databases/couchdb to 1.2.0.fhajny6-47/+63
Changes in 1.2.0 * Updated bundled erlang_oauth library to the latest version. * cURL is no longer required to build CouchDB as it is only required by the command line JS test runner. * Added a native JSON parser. * Optional file compression (database and view index files). This feature is enabled by default. * Several performance improvements, especially regarding database writes and view indexing. * Added a 'data_size' property to database and view group information URIs. * Added support for automatic compaction. This feature is disabled by default, but it can be enabled via the .ini configuration. * A new replicator implementation that offers more performance and configuration options. * Added optional field 'since_seq' to replication objects/documents. * Simpler replication cancelation. * The _active_tasks API now exposes more granular fields for each task type. * Futon's 'Status' screen (active tasks) now displays two new task status fields: 'Started on' and 'Updated on'. * Added built-in changes feed filter '_view'. * Fixed old index file descriptor leaks after a view cleanup. * Performance improvements for the built-in changes feed filters '_doc_ids' and '_design'. * Fixes to the '_changes' feed heartbeat option when combined with a filter. It affected continuous pull replications with a filter. * Fix use of OAuth with VHosts and URL rewriting. * OAuth secrets can now be stored in the users system database. * Documents in the _users database can no longer be read by everyone. * Confidential information in the _replication database can no longer be read by everyone. * Password hashes are now calculated by CouchDB instead of the client. * Allow persistent authentication cookies. * The requested_path property of query server request objects now has the path requested by clients before VHosts and rewriting. * Fixed incorrect reduce query results when using pagination parameters. * Made icu_driver work with Erlang R15B and later. * Improvements to the build system and etap test suite. * Avoid invalidating view indexes when running out of file descriptors. * Log correct stacktrace in all cases. * Improvements to log messages for file-related errors.
2012-09-17Regen patch-an sum to include the patch comment.dholland1-2/+2
2012-09-17check defined(_USE_GCC_SHLIB) before using it.obache1-2/+2
2012-09-16Updated net/nsd to 3.2.13pettai1-1/+2
2012-09-16NSD 3.2.12pettai2-6/+6
Bugfixes: * Bugfix #461 (VU#517036 CVE-2012-2979): NSD denial of service vulnerability from DNS packet when using --enable-zone-stats. * Bugfix #460: man page correction - identity. * Fix for nsd-patch segfault if zone has been removed from nsd.conf
2012-09-16Note freeze start.wiz1-1/+2
2012-09-16Remove option scmgit-gui from devel/scmgit-base (++pkgrevision). Separatecheusov8-100/+127
"gitk" into individual package devel/scmgit-gitk. Approved by wiz@. Tested on RHEL.
2012-09-16Updated net/nmap to 6.01pettai2-3/+3
2012-09-16From the release announcement on http://nmap.org:pettai8-81/+250
"The Nmap Project is pleased to announce the immediate, free availability of the Nmap Security Scanner version 6.00 from http://nmap.org/. It is the product of almost three years of work, 3,924 code commits, and more than a dozen point releases since the big Nmap 5 release in July 2009. Nmap 6 includes a more powerful Nmap Scripting Engine, 289 new scripts, better web scanning, full IPv6 support, the Nping packet prober, faster scans, and much more! We recommend that all current users upgrade." Here is a condensed Changelog: Nmap 6.01 [2012-06-13] o [Zenmap] Fixed a hang that would occur on Mac OS X 10.7. o [Zenmap] Fixed a crash that happened when activating the host filter. o Fixed a bug that caused Nmap to fail to find any network interface when at least one of them is in the monitor mode. http://seclists.org/nmap-dev/2012/q2/449 http://seclists.org/nmap-dev/2012/q2/478 o Fixed the greppable output of hosts that time-out. Nmap 6.00 [2012-05-21] o Most important release since Nmap 5.00 in July 2009! For a list of the most significant improvements and new features, see the announcement at: http://nmap.org/6 o Some XML output improvements... o Lots of NSE scripts added and updated... o Fixed the routing table loop on OS X so that on-link routes appear. o Upgraded included libpcap to version 1.2.1. o Fixed a compilation problem on Solaris 9 caused by a missing definition of IPV6_V6ONLY. o Setting --min-parallelism by itself no longer forces the maximum parallelism to the same value. o [Zenmap] Fixed a crash that would happen in the profile editor when the script.db file doesn't exist. o [Zenmap] It is now possible to compare scans having the same name or command line parameters. o Fixed an error that could occur with ICMPv6 probes and -d4 debugging: "Unexpected probespec2ascii type encountered" o Applied a workaround to make pcap captures work better on Solaris 10. o Fixed a bug that could cause Nsock timers to fire too early. o Changed the way timeout calculations are made in the IPv6 OS engine. Nmap 5.61TEST5 [2012-03-09] o Integrated all of your IPv4 OS fingerprint submissions since June 2011 (about 1,900 of them). Added about 256 new fingerprints (and deleted some bogus ones), bringing the new total to 3,572. Additions include Apple iOS 5.01, OpenBSD 4.9 and 5.0, FreeBSD 7.0 through 9.0-PRERELEASE, and a ton of new WAPs, routers, and other devices. Many existing fingerprints were improved. For more details, see http://seclists.org/nmap-dev/2012/q1/431 o Integrated all of your service/version detection fingerprints submitted since November 2010--more than 2,500 of them! Our signature count increased more than 10% to 7,423 covering 862 protocols. Some amusing and bizarre new services are described at http://seclists.org/nmap-dev/2012/q1/359 o Integrated your latest IPv6 OS submissions and corrections. We're still low on IPv6 fingerprints, so please scan any IPv6 systems you own or administer and submit them to http://nmap.org/submit/. Both new fingerprints (if Nmap doesn't find a good match) and corrections (if Nmap guesses wrong) are useful. o IPv6 OS detection now includes a novelty detection system which avoids printing a match when an observed fingerprint is too different from fingerprints seen before. As the OS database is still small, this helps to avoid making (essentially) wild guesses when seeing a new operating system. o Refactored the nsock library to add the nsock-engines system. o [NSE] Added 43(!) NSE scripts, bringing the total up to 340. o CPE (Common Platform Enumeration) OS classification is now supported for IPv6 OS detection. [...] Nmap 5.61TEST4 [2012-01-02] -> Nmap 5.61TEST1 [...] Lots of Bugfixes! Thanks to jschauma@ for analysing a NetBSD related problem, and to David Fifield for providing the (upstream) patch.
2012-09-16Added net/choqok version 1.3jaapb1-1/+2
2012-09-16Added choqok 1.3 as net/choqok.jaapb4-0/+309
Choqok is a Free/Open Source micro-blogging client for the K Desktop Environment. It currently supports Twitter.com, Identi.ca and opendesktop.org services.
2012-09-16Updated databases/ocaml-mysql to 1.1.1jaapb1-1/+2
2012-09-16Updated version to 1.1.1. Changes:jaapb4-17/+41
* Sat May 19 2012 (1.1.1) * Support build with ocaml/msvc and ocaml/mingw (Dmitry Grebeniuk) * Update build tools (Dmitry Grebeniuk) * OCaml 3.12 compatibility * Mysql.Prepared: documentation comments * Mysql.Prepared.result_metadata (Hezekiah M. Carty) * Mysql.quick_connect: optional unix socket path * Mysql.quick_connect: optional connection options * Sat Dec 26 2009 (1.1.0) * Project moved to http://ocaml-mysql.forge.ocamlcore.org * Fix crash bugs (mainly in GC & threads interaction) * Trigger GC less often (Mysql.connect and Mysql.execute) * Mysql.real_escape (Debian patch) * Mysql.set_charset * Preliminary support for prepared statements (Mysql.Prepared) Changes to the package: changed maintainer from pkgsrc-users to myself; incorporated upstream move to other address; added license; added native code build.
2012-09-16Added security/qoauth version 1.0.1jaapb1-1/+2
2012-09-16Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move themcheusov5-16/+32
to "user variables" section. pkglint is now aware of them. Bump pkglint version. Oked by wiz@
2012-09-16Added qoauth 1.0.1 as security/qoauth.jaapb5-0/+61
QOAuth is a library to support interaction with OAuth-powered network services, such as StatusNet or Twitter, in a Qt way.
2012-09-16Fix COMMENT, noted by Mayuresh on pkgsrc-users.dholland1-2/+2
2012-09-16CONFLICTS with dnssec-tools-[0-9]*; ++pkgrevisioncheusov1-2/+5
Fix for a minor pkglint warning
2012-09-16CONFLICTS with gethost-[0-9]*; ++pkgrevisioncheusov1-4/+7
Fixes for minor pkglint warnings
2012-09-16Updated www/firefox-l10n to 15.0.1ryoon1-1/+2
2012-09-16Update to 15.0.1ryoon2-258/+258
* Sync with firefox-15.0.1
2012-09-16pkgdiffdholland1-1/+2
2012-09-16Drop back to diff without -p before giving up because of rcsids appearingdholland2-4/+19
in the diff output. Also, improve the error message that occurs if this also fails. Fixes PR 46962.
2012-09-16CONFLICTS with snow-[0-9]*; ++pkgrevisioncheusov1-4/+6
Fix pkglint warning
2012-09-16CONFLICTS with STk-[0-9]*; ++pkgrevisioncheusov3-10/+14
Set LICENSE Fix pkglint warnings
2012-09-16CONFLICTS with generate-[0-9]*; ++pkgrevisioncheusov1-1/+4
2012-09-16CONFLICTS with glimmer-[0-9]*; ++pkgrevisioncheusov1-1/+4
2012-09-16Make this package to ruby18 (Ruby 1.8.7) only.taca1-1/+2
2012-09-16Note update of www/fengoffice package to 2.1.0.taca1-1/+2
2012-09-16Update fengoffice to 2.1.0.taca3-8/+723
Here are some of the new features and improvements of Feng Office 2.1 over version 2.0 final release: * New notification format * Advanced search * Notes and Tasks WYSIWYG * Tasks quick edit is back and improved * Google Docs compatibility * Improved Google Calendar integration * Archive Dimension Members is back * Easier to delete Dimension Members (is back) * Overview ¡ÈView as list¡É is back * IMAP sent e-mail sync is back * Improved templates * Improvements when linking objects * More data on the task list: good for management * Indexing of .odt and .fodt * File extension prevention upload * Lots of improvements to the Gantt Chart module (Professional Edition) * Task dependencies (Professional Edition) * One task for many people
2012-09-16Note update of www/ruby-rack-test05 package to 0.5.7nb1.taca1-1/+2
2012-09-16Make dependency to ruby-rack12 and restrict range of versions.taca1-3/+4
Bump PKGREVISION.
2012-09-16Note update of www/ruby-rack-mount06 package to 0.6.14nb1.taca1-1/+2
2012-09-16Make dependency to ruby-rack12 and restrict range of versions.taca1-3/+4
Bump PKGREVISION.
2012-09-16This package support Ruby on Rails 3.0.x only.taca1-3/+3
2012-09-16Note update of misc/ruby-sprockets20 package to 2.0.4nb1.taca1-1/+2
2012-09-16Make dependency to ruby-rack13 and strict range of package.taca1-2/+3
Bump PKGREVISION.
2012-09-16Remove support of ruby19 (Ruby 1.9.2).taca5-10/+10