summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-26Make it clearer which package contains exactly which bind version.wiz8-11/+19
Patch from Bug Hunting.
2012-08-26Added chat/irssi-xmpp version 0.52wiz1-1/+2
2012-08-26+ irssi-xmpp.wiz1-1/+2
2012-08-26Mention that irssi-xmpp also uses this file.wiz1-1/+2
2012-08-26Import irssi-xmpp-0.52 as chat/irssi-xmpp.wiz4-0/+73
Packaged for wip by Leonardo Taccari. irssi-xmpp is an irssi plugin to connect to the Jabber network. Its aim is to provide a good integration in this text-based irc client and a good support of XMPP (the Jabber protocol). Its main features are: * Sending and receiving messages in irssi's query windows * A roster with contact & resource tracking (contact list) * Contact management (add, remove, manage subscriptions) * Tab completion of commands, JIDs and resources * Many extensions supported (XEP) including Multi-User Chat (MUC) * Support for multiple accounts * Unicode support (UTF-8) * SSL and STARTTLS support To deal with the XMPP protocol, it uses of the Loudmouth library.
2012-08-26Updated pkgtools/pkglint to 4.123wiz1-1/+2
2012-08-26Improve expand_permission some more. Should fix thewiz2-9/+9
Use of uninitialized value in concatenation (.) or string at /usr/pkg/bin/pkglint line 4777. warnings. Bump version.
2012-08-26Updated www/py-django-{south,mptt,sekizai,reversion,cms}adam1-1/+6
2012-08-26Changes 2.3.1:adam3-11/+147
* Introducing Django 1.4 support, dropped support for Django 1.2 * Lazy page tree loading in admin * Toolbar isolation * Plugin cancel button fixed * Tests refactor * Moving text plugins to different placeholders no longer loses inline plugins * Minor improvements
2012-08-26Updated fonts/umefont-ttf to 0.442ryoon1-1/+2
2012-08-26Update to 0.442ryoon2-6/+6
Status: Gothic unadjusted : Unicode 69ef-9400 Mincho unadjusted : Unicode 69ef-9400
2012-08-26Added www/py-django-reversion version 1.6.2adam1-1/+2
2012-08-26django-reversion is an extension to the Django web framework that providesadam4-0/+125
comprehensive version control facilities. Features * Roll back to any point in a model's history - an unlimited undo facility! * Recover deleted models - never lose data again! * Admin integration for maximum usability. * Group related changes into revisions that can be rolled back in a single transaction. * Automatically save a new version whenever your model changes using Django's flexible signalling framework. * Automate your revision management with easy-to-use middleware. django-reversion can be easily added to your existing Django project with an absolute minimum of code changes.
2012-08-26Updated misc/libreoffice3-bin to 3.6.0ryoon1-1/+2
2012-08-26Update to 3.6.0ryoon2-12/+8
* Kill binpatch hack for older NetBSD current. Changelog: In LibreOffice 3.6 a different encryption is enabled by default. Since version 3.4.5, LibreOffice is able to open those files. See the release notes page. Starting with LibreOffice 3.6, there's more fine-grained control over ODF compatibility for legacy consumers, via a new ODF 1.2 compatibility mode. See the release notes page.
2012-08-26Add upstream bug report URL.wiz2-3/+5
2012-08-26Changes 0.6.1:adam2-6/+6
Bug fixes.
2012-08-26Changes 0.5.4:adam3-7/+9
Bug fixes.
2012-08-26Changes 0.7.6:adam3-11/+38
This is a minor new release of South, and the sixth bugfix release for the 0.7 series.
2012-08-26Updated www/apache24 to 2.4.3ryoon1-1/+2
2012-08-26Update to 2.4.3ryoon5-30/+54
* Fix security problems. * Build three Multi-Processing Model shared libraries, and select default model with option * Retire mod_cgi.so module, use mod_cgid.so; Add MESSAGE Changelog: Changes with Apache 2.4.3 *) SECURITY: CVE-2012-3502 (cve.mitre.org) mod_proxy_ajp, mod_proxy_http: Fix an issue in back end connection closing which could lead to privacy issues due to a response mixup. PR 53727. [Rainer Jung] *) SECURITY: CVE-2012-2687 (cve.mitre.org) mod_negotiation: Escape filenames in variant list to prevent an possible XSS for a site where untrusted users can upload files to a location with MultiViews enabled. [Niels Heinen <heinenn google.com>] *) mod_authnz_ldap: Don't try a potentially expensive nested groups search before exhausting all AuthLDAPGroupAttribute checks on the current group. PR 52464 [Eric Covener] *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an authorization provider in lua. [Stefan Fritsch] *) core: Be less strict when checking whether Content-Type is set to "application/x-www-form-urlencoded" when parsing POST data, or we risk losing data with an appended charset. PR 53698 [Petter Berntsen <petterb gmail.com>] *) httpd.conf: Added configuration directives to set a bad_DNT environment variable based on User-Agent and to remove the DNT header field from incoming requests when a match occurs. This currently has the effect of removing DNT from requests by MSIE 10.0 because it deliberately violates the current specification of DNT semantics for HTTP. [Roy T. Fielding] *) mod_socache_shmcb: Fix bus error due to a misalignment in some 32 bit builds, especially on Solaris Sparc. PR 53040. [Rainer Jung] *) mod_cache: Set content type in case we return stale content. [Ruediger Pluem] *) Windows: Fix SSL failures on windows with AcceptFilter https none. PR 52476. [Jeff Trawick] *) ab: Fix read failure when targeting SSL server. [Jeff Trawick] *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR: - mod_auth_digest: shared memory file [Jeff Trawick] *) htpasswd: Use correct file mode for checking if file is writable. PR 45923. [Stefan Fritsch] *) mod_rewrite: Fix crash with dbd RewriteMaps. PR 53663. [Mikhail T. <mi apache aldan algebra com>] *) mod_ssl: Add new directive SSLCompression to disable TLS-level compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch] *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to client_ip to match conn_rec. [Stefan Fritsch] *) mod_lua: Change prototype of vm_construct, to work around gcc bug which causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>] *) mpm_event: Don't count connections in lingering close state when calculating how many additional connections may be accepted. [Stefan Fritsch] *) mod_ssl: If exiting during initialization because of a fatal error, log a message to the main error log pointing to the appropriate virtual host error log. [Stefan Fritsch] *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>] *) mod_proxy_balancer: Restore balancing after a failed worker has recovered when using lbmethod_bybusyness. PR 48735. [Jeff Trawick] *) mod_setenvif: Compile some global regex only once during startup. This should save some memory, especially with .htaccess. [Stefan Fritsch] *) core: Add the port number to the vhost's name in the scoreboard. [Stefan Fritsch] *) mod_proxy: Fix ProxyPassReverse for balancer configurations. PR 45434. [Joe Orton] *) mod_lua: Add the parsebody function for parsing POST data. PR 53064. [Daniel Gruno] *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS. [Stefan Fritsch] *) mod_proxy: Fix memory leak or possible corruption in ProxyBlock implementation. [Ruediger Pluem, Joe Orton] *) mod_proxy: Check hostname from request URI against ProxyBlock list, not forward proxy, if ProxyRemote* is configured. [Joe Orton] *) mod_proxy_connect: Avoid DNS lookup on hostname from request URI if ProxyRemote* is configured. PR 43697. [Joe Orton] *) mpm_event, mpm_worker: Remain active amidst prevalent child process resource shortages. [Jeff Trawick] *) Add "strict" and "warnings" pragmas to Perl scripts. [Rich Bowen] *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR: - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and mutexes (Mutex) [Jim Jagielski] *) ab: Fix bind() errors. [Joe Orton] *) mpm_event: Don't do a blocking write when starting a lingering close from the listener thread. PR 52229. [Stefan Fritsch] *) mod_so: If a filename without slashes is specified for LoadFile or LoadModule and the file cannot be found in the server root directory, try to use the standard dlopen() search path. [Stefan Fritsch] *) mpm_event, mpm_worker: Fix cases where the spawn rate wasn't reduced after child process resource shortages. [Jeff Trawick] *) mpm_prefork: Reduce spawn rate after a child process exits due to unexpected poll or accept failure. [Jeff Trawick] *) core: Log value of Status header line in script responses rather than the fixed header name. [Chris Darroch] *) mpm_ssl: Fix handling of empty response from OCSP server. [Jim Meyering <meyering redhat.com>, Joe Orton] *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch] *) mod_authz_core: If an expression in "Require expr" returns denied and references %{REMOTE_USER}, trigger authentication and retry. PR 52892. [Stefan Fritsch] *) core: Always log if LimitRequestFieldSize triggers. [Stefan Fritsch] *) mod_deflate: Skip compression if compression is enabled at SSL level. [Stefan Fritsch] *) core: Add missing HTTP status codes registered with IANA. [Julian Reschke <julian.reschke gmx.de>, Rainer Jung] *) mod_ldap: Treat the "server unavailable" condition as a transient error with all LDAP SDKs. [Filip Valder <filip.valder vsb.cz>] *) core: Fix spurious "not allowed here" error returned when the Options directive is used in .htaccess and "AllowOverride Options" (with no specific options restricted) is configured. PR 53444. [Eric Covener] *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>. PR 53048. [Stefan Fritsch] *) mod_log_config: Fix %{abc}C truncating cookie values at first "=". PR 53104. [Greg Ames] *) mod_ext_filter: Fix error_log spam when input filters are configured. [Joe Orton] *) mod_rewrite: Add "AllowAnyURI" option. PR 52774. [Joe Orton] *) htdbm, htpasswd: Don't crash if crypt() fails (e.g. with FIPS enabled). [Paul Wouters <pwouters redhat.com>, Joe Orton] *) core: Use a TLS 1.0 close_notify alert for internal dummy connection if the chosen listener is configured for https. [Joe Orton] *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when forwarding to SSL backends. PR 53134. [Michael Weiser <michael weiser.dinsnail.net>, Ruediger Pluem] *) mod_info: Display all registered providers. [Stefan Fritsch] *) mod_ssl: Send the error message for speaking http to an https port using HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when using SNI. PR 50823. [Stefan Fritsch] *) core: Fix segfault in logging if r->useragent_addr or c->client_addr is unset. PR 53265. [Stefan Fritsch] *) log_server_status: Bring Perl style forward to the present, use standard modules, update for new format of server-status output. PR 45424. [Richard Bowen, Dave Brondsema, and others] *) mod_sed, mod_log_debug, mod_rewrite: Symbol namespace cleanups. [Joe Orton, André Malo] *) core: Prevent "httpd -k restart" from killing server in presence of config error. [Joe Orton] *) mod_proxy_fcgi: If there is an error reading the headers from the backend, send an error to the client. PR 52879. [Stefan Fritsch]
2012-08-26Added textproc/tcl-tDOM version 0.8.3wiz1-1/+2
2012-08-26+ tcl-tDOM.wiz1-1/+2
2012-08-26Import tcl-tDOM-0.8.3 as textproc/tcl-tDOM.wiz5-0/+74
Packaged for wip by phonohawk and Moritz Wilhelmy. tDOM combines high performance XML data processing with easy and powerful Tcl scripting functionality. tDOM should be one of the fastest ways to manipulate XML with a scripting language and uses very little memory in the process (for example the DOM tree of the XML recommendation in XML (160K) needs only about 450K in memory)! The tDOM project was started by Jochen Loewer. It is currently maintained by Rolf Ade.
2012-08-26Remove mksandbox -- moved to the pkgsrc/pkgtools/mksandbox package.wiz1-438/+0
2012-08-26regenwiz2-20/+20
2012-08-26Added pkgtools/mksandbox version 1.0wiz1-1/+2
2012-08-26Add more documentation.wiz1-1/+45
2012-08-26Update path to mksandbox.wiz1-2/+3
2012-08-26+ mksandbox.wiz1-1/+2
2012-08-26Import mksandbox-1.0 as pkgtools/mksandbox.wiz5-0/+561
A small shell script to set up a sandbox (usually for a pkgsrc bulk build), using null mounts. The file lived in pkgsrc/mk/bulk/mksandbox, but is worthy of its own package IMHO. New: with manpage.
2012-08-26Updated pkgtools/pkg_online-client to 0.13.0nb1cheusov1-1/+2
2012-08-26pkg_online-client:cheusov4-3/+19
Update pkg_online database host. ++pkgrevision
2012-08-26Cross openmsx version 0.9.0 off the TODO list.marino1-2/+1
2012-08-26Note upgrade of openMSX to version 0.9.0marino1-1/+2
2012-08-26emulators/openmsx: Upgrade from version 0.6.2 to 0.9.0 marino31-517/+306
By request of the upstream developers, openMSX has been upgraded to the 12 Aug 2012 release (0.9.0). The current version in pkgsrc is 0.6.2 was released over 5 years ago on 15 April 2007. The openMSX project has added extensive features through eight newer releases since then, so the project was "embarrassed" about the currency of the pkgsrc version. The changes of each release are way to long to list, so here are the links: http://sourceforge.net/projects/openmsx/files/openmsx/0.9.0/README_release-notes.txt/view http://sourceforge.net/projects/openmsx/files/openmsx/0.8.2/README_release-notes.txt/view http://sourceforge.net/projects/openmsx/files/openmsx/0.8.1/README_release-notes.txt/view http://sourceforge.net/projects/openmsx/files/openmsx/0.8.0/release-notes.txt/view Consecutive release notes 0.7.2/0.7.1, 0.7.0, 0.6.3: http://sourceforge.net/project/shownotes.php?group_id=38274&release_id=693184 Tested Zombie Incident on DragonFly. It works nicely!
2012-08-26whitespacedholland1-2/+2
2012-08-26Avoid build failure if AI_ADDRCONFIG isn't available.dholland2-1/+19
2012-08-26add a line about the inn updatespz1-1/+2
2012-08-25Whitespace.dholland2-12/+12
2012-08-25Update conditional in patch-ac to match patch-ab.dholland2-4/+4
2012-08-25+ stellarium-0.11.4, xosview-1.9.4.wiz1-2/+3
2012-08-25Update to 1.0.4cheusov2-6/+6
- Flag (interactive) was removed from the following functions: dictem-select-strategy, dictem-select-database, dictem-read-query and dictem-run. This fixes Debian bug #564251.
2012-08-25Note update of sysbuild to 2.3.jmmv1-1/+2
2012-08-25Update to 2.3:jmmv6-8/+315
- Added the 'env' command. This prints a small shell snippet that can be imported into the current shell. The printed code defines a set of convenience global variables and functions to work with the source tree.
2012-08-25this doesn't work with Python-2.7 (see the homepage)drochner1-1/+2
resolves PR PKG/46832 by Kamel Derouiche
2012-08-25rename license, requested by Ryo ONODERAchristos1-2/+2
2012-08-25rename osl-license to oslchristos1-0/+0
2012-08-25Reorder lines.wiz1-2/+3
2012-08-25regenwiz1-4/+4