pkgsrc/www
adam 0085aeb770 Changes 2.4.10
*) SECURITY: CVE-2014-0117 (cve.mitre.org)
     mod_proxy: Fix crash in Connection header handling which
     allowed a denial of service attack against a reverse proxy
     with a threaded MPM.

  *) SECURITY: CVE-2014-3523 (cve.mitre.org)
     Fix a memory consumption denial of service in the WinNT MPM (used in all Windows
     installations). Workaround: AcceptFilter <protocol> {none|connect}

  *) SECURITY: CVE-2014-0226 (cve.mitre.org)
     Fix a race condition in scoreboard handling, which could lead to
     a heap buffer overflow.

  *) SECURITY: CVE-2014-0118 (cve.mitre.org)
     mod_deflate: The DEFLATE input filter (inflates request bodies) now
     limits the length and compression ratio of inflated request bodies to avoid
     denial of sevice via highly compressed bodies.  See directives
     DeflateInflateLimitRequestBody, DeflateInflateRatioLimit,
     and DeflateInflateRatioBurst.

  *) SECURITY: CVE-2014-0231 (cve.mitre.org)
     mod_cgid: Fix a denial of service against CGI scripts that do
     not consume stdin that could lead to lingering HTTPD child processes
     filling up the scoreboard and eventually hanging the server.  By
     default, the client I/O timeout (Timeout directive) now applies to
     communication with scripts.  The CGIDScriptTimeout directive can be
     used to set a different timeout for communication with scripts.

  *) mod_ssl: Extend the scope of SSLSessionCacheTimeout to sessions
     resumed by TLS session resumption (RFC 5077).

  *) mod_deflate: Don't fail when flushing inflated data to the user-agent
     and that coincides with the end of stream ("Zlib error flushing inflate
     buffer").

  *) mod_proxy_ajp: Forward local IP address as a custom request attribute
     like we already do for the remote port.

  *) core: Include any error notes set by modules in the canned error
     response for 403 errors.

  *) mod_ssl: Set an error note for requests rejected due to
     SSLStrictSNIVHostCheck.

  *) mod_ssl: Fix issue with redirects to error documents when handling
     SNI errors.

  *) mod_ssl: Fix tmp DH parameter leak, adjust selection to prefer
     larger keys and support up to 8192-bit keys.

  *) mod_dav: Fix improper encoding in PROPFIND responses.

  *) WinNT MPM: Improve error handling for termination events in child.

  *) mod_proxy: When ping/pong is configured for a worker, don't send or
     forward "100 Continue" (interim) response to the client if it does
     not expect one.

  *) mod_ldap: Be more conservative with the last-used time for
     LDAPConnectionPoolTTL.

  *) mod_ldap: LDAP connections used for authn were not respecting
     LDAPConnectionPoolTTL.

  *) mod_proxy_fcgi: Fix occasional high CPU when handling request bodies.

  *) event MPM: Fix possible crashes (third-party modules accessing c->sbh)
     or occasional missed mod_status updates under load.

  *) mod_authnz_ldap: Support primitive LDAP servers do not accept
     filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
     filter "none" to be specified in AuthLDAPURL.

  *) mod_deflate: Fix inflation of files larger than 4GB.

  *) mod_deflate: Handle Zlib header and validation bytes received in multiple
     chunks.

  *) mod_proxy: Allow reverse-proxy to be set via explicit handler.

  *) ab: support custom HTTP method with -m argument.

  *) mod_proxy_balancer: Correctly encode user provided data in management
     interface.

  *) mod_proxy_fcgi: Support iobuffersize parameter.

  *) mod_auth_form: Add a debug message when the fields on a form are not
     recognised.

  *) mod_cache: Preserve non-cacheable headers forwarded from an origin 304
     response.

  *) mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:"
     scheme.

  *) mod_socache_shmcb: Correct counting of expirations for status display.
     Expirations happening during retrieval were not counted.

  *) mod_cache: Retry unconditional request with the full URL (including the
     query-string) when the origin server's 304 response does not match the
     conditions used to revalidate the stale entry.

  *) mod_alias: Stop setting CONTEXT_PREFIX and CONTEXT_DOCUMENT environment
     variables as a result of AliasMatch.

  *) mod_cache: Don't add cached/revalidated entity headers to a 304 response.

  *) mod_proxy_scgi: Support Unix sockets.  ap_proxy_port_of_scheme():
     Support default SCGI port (4000).

  *) mod_cache: Fix AH00784 errors on Windows when the the CacheLock directive
     is enabled.

  *) mod_expires: don't add Expires header to error responses (4xx/5xx),
     be they generated or forwarded.

  *) mod_proxy_fcgi: Don't segfault when failing to connect to the backend.
     (regression in 2.4.9 release)

  *) mod_authn_socache: Fix crash at startup in certain configurations.

  *) mod_ssl: restore argument structure for "exec"-type SSLPassPhraseDialog
     programs to the form used in releases up to 2.4.7, and emulate
     a backwards-compatible behavior for existing setups.

  *) mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
     OCSP requests should use a nonce to be checked against the responder's
     one.

  *) mod_ssl: "SSLEngine off" will now override a Listen-based default
     and does disable mod_ssl for the vhost.

  *) mod_lua: Enforce the max post size allowed via r:parsebody()

  *) mod_lua: Use binary comparison to find boundaries for multipart
     objects, as to not terminate our search prematurely when hitting
     a NULL byte.

  *) mod_ssl: add workaround for SSLCertificateFile when using OpenSSL
     versions before 0.9.8h and not specifying an SSLCertificateChainFile
     (regression introduced with 2.4.8).

  *) mod_ssl: bring SNI behavior into better conformance with RFC 6066:
     no longer send warning-level unrecognized_name(112) alerts,
     and limit startup warnings to cases where an OpenSSL version
     without TLS extension support is used.

  *) mod_proxy_html: Avoid some possible memory access violation in case of
     specially crafted files, when the ProxyHTMLMeta directive is turned on.

  *) mod_auth_form: Make sure the optional functions are loaded even when
     the AuthFormProvider isn't specified.

  *) mod_ssl: avoid processing bogus SSLCertificateKeyFile values
     (and logging garbled file names).

  *) mod_ssl: fix merging of global and vhost-level settings with the
     SSLCertificateFile, SSLCertificateKeyFile, and SSLOpenSSLConfCmd
     directives.

  *) mod_headers: Allow the "value" parameter of Header and RequestHeader to
     contain an ap_expr expression if prefixed with "expr=".

  *) rotatelogs: Avoid creation of zombie processes when -p is used on
     Unix platforms.

  *) mod_authnz_fcgi: New module to enable FastCGI authorizer
     applications to authenticate and/or authorize clients.

  *) mod_proxy: Do not try to parse the regular expressions passed by
     ProxyPassMatch as URL as they do not follow their syntax.

  *) mod_reqtimeout: Resolve unexpected timeouts on keepalive requests
     under the Event MPM.

  *) mod_proxy_fcgi: Fix sending of response without some HTTP headers
     that might be set by filters.

  *) mod_proxy_html: Do not delete the wrong data from HTML code when a
     "http-equiv" meta tag specifies a Content-Type behind any other
     "http-equiv" meta tag.

  *) mod_proxy: Don't reuse a SSL backend connection whose requested SNI
     differs.

  *) Add suspend_connection and resume_connection hooks to notify modules
     when the thread/connection relationship changes.  (Should be implemented
     for any third-party async MPMs.)

  *) mod_proxy_wstunnel: Don't issue AH02447 and log a 500 on routine
     hangups from websockets origin servers.

  *) mod_proxy_wstunnel: Don't pool backend websockets connections,
     because we need to handshake every time.

  *) mod_lua: Redesign how request record table access behaves,
     in order to utilize the request record from within these tables.

  *) mod_lua: Add r:wspeek for peeking at WebSocket frames.

  *) mod_lua: Log an error when the initial parsing of a Lua file fails.

  *) mod_lua: Reformat and escape script error output.

  *) mod_lua: URL-escape cookie keys/values to prevent tainted cookie data
     from causing response splitting.

  *) mod_lua: Disallow newlines in table values inside the request_rec,
     to prevent HTTP Response Splitting via tainted headers.

  *) mod_lua: Remove the non-working early/late arguments for
     LuaHookCheckUserID.

  *) mod_lua: Change IVM storage to use shm

  *) mod_lua: More verbose error logging when a handler function cannot be
     found.
2014-09-09 08:11:48 +00:00
..
adzap Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
aipo Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
album Depend on ffmpeg1 instead of ffmpeg. 2014-08-12 18:21:34 +00:00
album_themes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
amaya Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
analog Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-kerb add support for apache24 2014-08-05 18:47:31 +00:00
ap-auth-mysql Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap-fastcgi Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap-geoip2 Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap-mono Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap-php Apache-1.x is not in pkgsrc now. 2014-07-31 06:11:53 +00:00
ap-rpaf Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap-ruby Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap-scgi Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-external Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-mellon Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap2-auth-mysql Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-auth-ntlm Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-pgsql Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-radius Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-xradius Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-authn-otp Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-bw Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-cband Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-fcgid Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-jk Decouple from removed www/ap-jk. 2014-06-12 13:34:14 +00:00
ap2-limitipconn Version of ap22-limitipconn that builds with apache24 2014-08-27 11:15:14 +00:00
ap2-perl Fix "Use of each() on hash after insertion without resetting hash iterator 2014-07-24 21:38:38 +00:00
ap2-python Better setting of LDFLAGS. 2014-07-20 12:39:48 +00:00
ap2-subversion Make apr1 the default in preparation of removing Apache 2.0. 2014-06-10 14:40:50 +00:00
ap2-suphp Needs libtool 2014-08-19 13:44:07 +00:00
ap2-transform Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-wsgi Update to 4.2.4 for a security fix. 2014-06-18 11:35:38 +00:00
ap2-xsendfile Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap22-authn-sasl Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap22-authnz-external Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap22-authz-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap22-dnssd Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ap22-limitipconn Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap22-vhost-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
apache-roller update to version 5.0.3: 2014-01-12 22:22:25 +00:00
apache-tomcat6 security'ish update. Changelog: 2014-06-28 17:05:46 +00:00
apache-tomcat7 Update to 7.0.54 2014-06-07 00:24:30 +00:00
apache-tomcat55 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
apache22 Changes 2.4.10 2014-09-09 08:11:48 +00:00
apache24 Update "apache24" package to version 2.4.10. Changes since 2.4.9: 2014-07-23 10:34:02 +00:00
apachetop * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
asp2php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
august Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
aws Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
aws-demos www/aws-demos: Fix libz and libssl paths 2014-05-10 00:00:05 +00:00
awstats Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
bannerfilter Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
bins Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
bkedit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
bluefish Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
blur6ex Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
bozohttpd update to bozohttpd 20140708. changes include minor bug fixes, .svg 2014-07-08 14:17:15 +00:00
browser-bookmarks-menu Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
c-icap Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
c-icap-modules Changes 0.2.4: 2013-09-03 13:38:08 +00:00
cadaver Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
calamaris Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
camping Update camping to 2.1.532. 2013-09-15 16:42:23 +00:00
cgic Changes 2.06: 2014-04-07 15:01:44 +00:00
cgicc Changes 3.2.13: 2014-04-01 09:08:49 +00:00
cgilib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
checkbot Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
cherokee Switch to ffmpeg1 instead of ffmpeg. 2014-08-11 23:09:44 +00:00
clearsilver Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
clearsilver-base Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
clisp-fastcgi
contao Update contao33 to 3.3.5. 2014-08-29 14:35:30 +00:00
contao32 Update contao32 to 3.2.14. 2014-08-29 14:33:08 +00:00
contao33 Update contao33 to 3.3.5. 2014-08-29 14:35:30 +00:00
cppcms Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
crawl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cronolog Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
curl Update to 7.37.1: 2014-07-22 11:38:26 +00:00
cvsweb Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
dansguardian Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
davical Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
deforaos-surfer Switch to webkit-gtk, bump PKGREVISION. 2014-08-04 09:26:24 +00:00
dillo Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
dojo Bump PKGREVISION for previous commit to force package rebuild without 2013-07-25 14:37:25 +00:00
drivel Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
drraw Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
drupal6 Update drupal6 to 6.33. 2014-08-08 15:54:21 +00:00
drupal7 Update drupal7 to 7.31. 2014-08-08 15:53:33 +00:00
elinks Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
eliom Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
emacs-w3m "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
emacs-w3m-snapshot Update w3m-el-snapshot to 1.4.483+0.20120614. 2013-03-04 19:12:22 +00:00
epiphany Switch to webkit-gtk, bump PKGREVISION. 2014-08-04 09:27:38 +00:00
epiphany-extensions Bump PKGREVISION for epiphany switch to webkit-gtk. 2014-08-04 09:28:04 +00:00
fcgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
fengoffice Fix broken PLIST. 2014-06-10 00:36:20 +00:00
ffproxy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
firefox firefox-31.0's configure explicitly requires nss>=3.16.2. 2014-08-16 13:05:16 +00:00
firefox-l10n Update to 31.0. Fix PR pkg/49037. 2014-07-27 05:16:09 +00:00
firefox10 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
firefox10-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
firefox17 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
firefox17-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
firefox24 Update to 24.6.0 2014-06-14 11:29:27 +00:00
firefox24-l10n Update to 24.6.0 2014-06-14 11:31:34 +00:00
firefox36 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
firefox36-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
gallery Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gallery2 Setting both 53 and 54 to PHP_VERSIONS_ACCEPTED isn't required since 2013-07-19 03:59:59 +00:00
ganglia-webfrontend Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
geeklog Update geeklog to 2.1.0. 2014-07-19 05:19:39 +00:00
gitweb Fixes since v1.9.3 2014-06-02 16:32:36 +00:00
goaccess Update goaccess to 0.8.4 2014-09-08 17:31:36 +00:00
gtkasp2php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
gtkhtml314 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gwt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
haskell-cgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
heel Update heel 3.1.3. 2014-03-14 18:45:15 +00:00
hiawatha Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
horde Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
hs-HTTP Bump PKGREVISION for hs-text-1.1.1.3 2014-09-05 21:27:09 +00:00
htdig Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
htmlcxx Import htmlcxx-0.85 as www/htmlcxx. 2014-02-16 22:58:51 +00:00
htmldoc Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
htmldoc-x11 Depend on x11/fltk13 rather than x11/fltk. 2012-11-15 13:44:13 +00:00
htmlfix Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
htmllint Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
http_load Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
icedtea-web Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ies4linux Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
ijb Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:24:24 +00:00
ikiwiki Squelch commit warning with wiki.n.o's unusual (scheme-less) $config{url}. 2014-08-23 13:02:37 +00:00
ja-trac Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
jalbum Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
jetty7 Use REPLACE_BASH for shebang substitution, fixes build on at least SunOS. 2014-06-20 13:15:50 +00:00
kahua Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
kannel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
kazehakase Switch to webkit1-gtk* in preparation for package update to v2. 2014-08-03 22:13:19 +00:00
kdewebdev3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdewebdev4 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
lhs Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libghttp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
libgtkhtml Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
libmediawiki Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
libmicrohttpd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libmrss Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libproxy Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld 2014-08-28 10:58:18 +00:00
librest recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
librest07 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
libwww Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
liferea Update to 1.8.15nb10 using liferea-current. 2014-08-05 12:34:49 +00:00
lighttpd fix SMF Manifest installation by not overwriting INSTALLATION_DIRS 2014-06-14 10:14:43 +00:00
links Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
links-gui Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
litmus Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
llgal Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
loggerhead Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
lua-curl Adapt to Lua multiversion support. 2014-05-03 13:01:24 +00:00
lynx Update to 2.8.8rel2: 2014-03-12 10:13:15 +00:00
make_album Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mediawiki Update to 1.23.3 2014-08-31 05:10:05 +00:00
micro_httpd Updated to 20140710 2014-07-13 14:49:13 +00:00
midori Switch to webkit-gtk, bump PKGREVISION. 2014-08-04 09:22:58 +00:00
mimetex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
mini_httpd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
mknmz-wwwoffle Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mMosaic Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
mongrel Add GEM_EXTSDIR support. 2014-03-17 14:30:38 +00:00
mongrel-cluster
mongrel-config
mongrel-console
mongrel-upload-progress
mono-xsp recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
moodle Update to 2.7.1 2014-07-18 13:34:17 +00:00
mserv-php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nanoblogger Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nanoblogger-extra Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
neon Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
netscape Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
netsurf Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
nginx Changes with nginx 1.6.1 05 Aug 2014 2014-08-07 05:05:50 +00:00
nginx-devel Updated nginx-devel to version 1.7.4 2014-08-14 16:30:47 +00:00
ns-plugger-common Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
ns-remote Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nspluginwrapper Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
nvu Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ocaml-curl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ocaml-http Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ocsigen Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
opera Update opera to 12.16. 2013-08-04 13:02:07 +00:00
opera-acroread7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
opera-plugins Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
p5-Alien-GvaScript Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-AnyEvent-HTTP Update to 2.21 2014-07-29 03:29:25 +00:00
p5-AnyEvent-HTTPD Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-AnyEvent-ReverseHTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-AnyEvent-SCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-ASP ap-perl/b3.mk -> ap2-perl/b3.mk 2014-06-12 13:31:41 +00:00
p5-Apache-DBILogConfig Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-DBILogger Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-Filter ap-perl/b3.mk -> ap2-perl/b3.mk 2014-06-12 13:31:41 +00:00
p5-Apache-Gallery Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
p5-Apache-LogFormat-Compiler Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-Session Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-Session-SharedMem Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-Session-Wrapper Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-SSI ap-perl/b3.mk -> ap2-perl/b3.mk 2014-06-12 13:31:41 +00:00
p5-Apache-Test Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache2-AuthCASSimple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache2-AuthCookie Don't expect perl to provide p5-CGI, depend on the package instead. 2014-05-31 12:22:42 +00:00
p5-Apache2-AuthCookieDBI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-App-Nopaste Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Captcha-reCAPTCHA Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Captcha-reCAPTCHA-Mailhide Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Action-RenderView Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Action-REST Don't expect perl to provide p5-Module-Pluggable (removed in 5.20). 2014-05-31 12:56:54 +00:00
p5-Catalyst-Authentication-Credential-HTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Authentication-Store-Htpasswd Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Component-InstancePerContext Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Controller-BindLex Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Controller-FormBuilder Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Controller-HTML-FormFu Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Devel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-DispatchType-Regex perl>=5.7.3 contains Text::Balanced 2014-06-02 09:25:39 +00:00
p5-Catalyst-Engine-HTTP-Prefork Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Engine-JobQueue-POE Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Engine-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Manual Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Model-Adaptor Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Model-File Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Authentication Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Authorization-ACL Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Authorization-Roles Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-AutoRestart Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-ConfigLoader Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-I18N Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-RequireSSL Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Server Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-State-Cookie Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-Store-File Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-StackTrace Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Static-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-StatusMessage Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Runtime Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-View-Excel-Template-Plus Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-View-Jemplate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-View-JSON Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-View-Mason Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-View-TT Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CatalystX-Component-Traits Don't expect perl to provide p5-Module-Pluggable (removed in 5.20). 2014-05-31 12:56:54 +00:00
p5-CatalystX-CRUD-Controller-REST Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CatalystX-CRUD-View-Excel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CatalystX-CRUD-YUI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CatalystX-LeakChecker Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI Remove p5-FCGI dependency, it was only needed by CGI::Fast, which was 2014-05-31 22:22:12 +00:00
p5-CGI-Ajax Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Application Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Application-Plugin-DBH Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Application-Plugin-ValidateRM Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Application-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Compile Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Cookie-Splitter Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Cookie-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Emulate-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Fast Mark as conflicting with p5-CGI<4.0, where it was included. 2014-06-03 06:49:52 +00:00
p5-CGI-FastTemplate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-FormBuilder Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Kwiki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Lite Update to 2.04: 2014-09-06 14:50:34 +00:00
p5-CGI-Minimal Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-ProgressBar Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Session Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Session-Driver-memcached Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Session-Plugin-Redirect Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Session-Serialize-yaml Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Struct Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Continuity Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Cookie-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Corona Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CSS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CSS-Squish Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-CSS-Tiny Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Dancer Update to 1.3126 2014-07-27 23:04:00 +00:00
p5-Dancer-Session-Cookie Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Dancer2 Update to 0.143000 2014-07-13 04:37:30 +00:00
p5-Data-URIEncode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-FCGI Update to 0.77: 2014-09-06 14:49:40 +00:00
p5-FCGI-Client Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-FCGI-ProcManager Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-File-Mork Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Handel Don't expect perl to provide p5-Module-Pluggable (removed in 5.20). 2014-05-31 12:56:54 +00:00
p5-HTML-Clean Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Element-Extended Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Email-Obfuscate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Entities-Interpolate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-FillInForm Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-FixEntities Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Form Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Format Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-FormFu Don't expect perl to provide p5-Module-Pluggable (removed in 5.20). 2014-05-31 12:56:54 +00:00
p5-HTML-LinkExtractor Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Lint Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Mason Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
p5-HTML-Mason-PSGIHandler Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Parser Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-PrettyPrinter Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Prototype Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Prototype-Useful Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Quoted Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-RewriteAttributes Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-HTML-Scrubber Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Selector-XPath Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-SimpleParse Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-StickyQuery Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Stream Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Strip Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-StripScripts Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-StripScripts-Parser Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Table Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-TableExtract Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Tagset Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Template Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Template-Expr Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Template-Pro Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Tiny Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-TokeParser-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Tree Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-TreeBuilder-LibXML Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-TreeBuilder-XPath Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-WikiConverter Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-WikiConverter-DokuWiki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTMLObject Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Async Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Body Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Cache-Transparent Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Cookies Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Daemon Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Date Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-DAV Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-GHTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-HeaderParser-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Lite Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Message Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Negotiate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-OAI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Parser Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Parser-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Proxy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Request-AsCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Request-Form Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Response-Encoding Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-EV Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-Authen Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-Kwiki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-Mason Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-Recorder Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-Static Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Tiny Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTPD-User-Manage Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-I18N-AcceptLanguage Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-JavaScript-Value-Escape Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Jemplate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-JSON-RPC Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-Kwiki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Archive-Cvs Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Archive-Rcs Update to 0.16. From the changelog: 2014-06-09 20:04:42 +00:00
p5-Kwiki-BreadCrumbs Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Edit-RequireUserName Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Favorites Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-HtmlBlocks Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Icons-Gnome Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-ModPerl Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
p5-Kwiki-NewPage Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Notify-Mail Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-PagePrivacy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-ParagraphBlocks Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-PreformattedBlocks Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-RecentChanges Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Revisions Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Scode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Search Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Simple-Server-HTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-UserName Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-UserPreferences Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Users-Remote Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Weather Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Wikiwyg Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Zipcode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-libapreq ap-perl/b3.mk -> ap2-perl/b3.mk 2014-06-12 13:31:41 +00:00
p5-libapreq2 Comment out section which adds WRKDIR-relative rpaths on SunOS. Fixes 2014-07-27 22:59:11 +00:00
p5-libwww Update to 6.08 2014-08-14 14:50:04 +00:00
p5-LWP-Authen-Negotiate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWP-Authen-Wsse Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWP-MediaTypes Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWP-Online Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWP-Protocol-https Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWP-UserAgent-Determined Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWPx-ParanoidAgent Update to 1.10. From the changelog: 2014-06-09 20:08:15 +00:00
p5-LWPx-TimedHTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-MasonX-Request-WithApacheSession Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Mojolicious Update to 5.37 2014-09-04 06:54:35 +00:00
p5-Net-FastCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Net-HTTP Update to 6.07 2014-08-14 14:45:21 +00:00
p5-ParallelUserAgent Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack Update to 1.0031 2014-08-04 11:07:20 +00:00
p5-Plack-App-Proxy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Handler-AnyEvent-SCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Handler-SCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Auth-Digest Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-ConsoleLogger Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Debug Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Deflater Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-File-Sass Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Header Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-JSConcat Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-ReverseProxy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Session Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Test-StashWarnings Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Test-ExternalServer Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Pod-POM-Web Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-POE-Component-Server-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-POE-Component-Server-SimpleHTTP Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-POE-Component-Server-SOAP Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-POE-Filter-HTTP-Parser Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Reaction Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTML-Objects Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Field-Serial Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Related Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-URI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Router-Simple Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-SCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Session-Storage-Secure Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Squatting Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Squatting-On-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Starlet Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Starman Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-SVN-Web Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Task-Catalyst-Tutorial Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Task-CatInABox Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Task-Plack Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Tatsumaki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Extract Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Generate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Multilingual Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Plugin-Clickable Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Plugin-Clickable-Email Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Plugin-Subst Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Provider-Encoding Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Stash-EscapeHTML Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Stash-HTML-Entities Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Timer Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Toolkit Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Toolkit-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Test-HTTP-Server-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Test-WWW-Declare Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Test-WWW-Mechanize Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Test-WWW-Mechanize-Catalyst Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Test-WWW-Mechanize-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Twiggy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-URI Update to 1.64 2014-08-14 13:36:01 +00:00
p5-URI-db Update to 0.13 2014-08-14 14:37:44 +00:00
p5-URI-Escape-XS Update to 0.12. From the changelog: 2014-06-09 20:09:49 +00:00
p5-URI-Fetch Update to 0.10 2014-08-14 14:32:56 +00:00
p5-URI-Find Update to 20140709 2014-08-14 13:45:44 +00:00
p5-URI-FromHash Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-URI-Nested Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-VRML Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Web-Scraper Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WordPress-XMLRPC Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Amazon-Wishlist Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-CSRF Import p5-WWW-CSRF 1.00 2014-09-04 22:01:35 +00:00
p5-WWW-Curl Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Facebook-API Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Mechanize Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Mechanize-GZip Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Mechanize-Timed Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Pastebin-PastebinCom-Create Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Pastebin-RafbNet-Create Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-RobotRules Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Shorten Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
paros Set unwanted linux binaries to CHECK_SHLIBS_SKIP. 2014-03-02 05:47:08 +00:00
pear-HTML_Common Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTML_Select Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTML_TreeMenu Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTTP Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTTP_Request Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
php-apc Does not build with php55. 2013-11-24 07:11:11 +00:00
php-basercms Import php54-basercms-2.1.2 as www/php-basercms. 2013-11-22 14:35:56 +00:00
php-concrete5 Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
php-curl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
php-eaccelerator Introduce eaccelerator-disassembler and eaccelerator-doc-comment-inclusion 2012-12-05 15:28:30 +00:00
php-fpm Don't strip binaries on Darwin, or some dynamic modules won't be loaded; pkglint cleanups. 2014-03-18 11:10:52 +00:00
php-http Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
php-ja-wordpress Update to 3.8 2013-12-27 22:55:20 +00:00
php-owncloud Remove https stuff. 2014-06-29 14:25:17 +00:00
php-phrasea2 Set EXTRACT_SUFX here intead of Makefile.common, so it's overridden in 2013-04-06 13:02:33 +00:00
php-piwigo Update to 2.5.3 from 2.4.6 2013-12-31 05:51:31 +00:00
php-soycms Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
php-sugarcrm Forgot to commit distinfo. 2014-07-03 01:32:50 +00:00
php-tidy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
php-tiki6 Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
php-tt-rss Update to 1.12 2014-06-29 15:23:47 +00:00
php-tt-rss-fever-plugin Stop using "pax -rw -pe", it doesn't work. Use "-pp" instead. 2014-06-28 14:23:33 +00:00
php-uploadprogress Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
php-zendoptimizerplus Initial import of php-zendoptimizerplus, version 7.0.0, into the NetBSD 2013-03-05 22:18:37 +00:00
phraseanet Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
phraseanet-indexer Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
pound Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
privoxy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
py-beautifulsoup Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-beautifulsoup4 Update to 4.3.2: 2014-01-19 19:56:32 +00:00
py-bleach Update to 1.4: 2014-01-19 18:51:18 +00:00
py-blosxom Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-bottle Update to 0.12.7 2014-09-06 14:47:27 +00:00
py-cherrypy Update to 3.5.0: changes not found. 2014-07-22 09:52:54 +00:00
py-clearsilver Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-ClientForm Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-curl Changes 7.19.3.1: 2014-04-23 10:32:55 +00:00
py-django Changes 1.6.6: 2014-08-23 11:13:01 +00:00
py-django-appconf Update to 0.6 2013-04-27 10:50:13 +00:00
py-django-appmedia Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-classy-tags Changes 0.5.1: 2014-04-12 09:00:23 +00:00
py-django-cms We just released django CMS 3.0.5. 2014-08-24 08:04:18 +00:00
py-django-cmsplugin_gallery Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-easy-thumbnails Changes 1.5: 2014-04-12 10:10:27 +00:00
py-django-inline-ordering This app aims at easing implementing drag & drop reordering of inline data in 2013-01-28 21:07:15 +00:00
py-django-mezzanine-filebrowser Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-mezzanine-grappelli Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-mptt Changes 0.6.1: 2014-06-09 09:58:21 +00:00
py-django-photologue Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-registration Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-reversion Changes 1.8.2: 2014-08-24 07:28:18 +00:00
py-django-sekizai Changes 0.7: 2013-03-13 07:08:34 +00:00
py-django-south Changed 0.8.4: 2014-04-12 08:58:03 +00:00
py-django-tagging Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-tastypie Use versioned_dependencies also for python-digest. 2014-06-09 12:23:00 +00:00
py-django14 Changes 1.4.14: 2014-08-23 12:16:45 +00:00
py-djangocms-admin-style Adds pretty CSS styles for the django CMS admin interface. 2014-04-24 19:52:08 +00:00
py-djangorestframework Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-flask Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-admin Update py-flask-admin to 1.0.8. 2014-04-26 17:44:52 +00:00
py-flask-assets Update py-flask-assets to 0.10. 2014-07-22 19:30:32 +00:00
py-flask-babel Remove FETCH_USING, not a package-setable variable. 2014-01-12 10:46:15 +00:00
py-flask-babelex Update py-flask-babelex to 0.9.2. 2014-07-21 11:23:09 +00:00
py-flask-bootstrap Update to 3.2.0.2 2014-08-07 02:25:12 +00:00
py-flask-cache Update py-flask-cache to 0.13.1. 2014-04-26 17:01:50 +00:00
py-flask-debugtoolbar LICENSE+=modified-bsd from package's source repository. 2014-05-03 01:40:24 +00:00
py-flask-flatpages Fix build with python-3.3. 2014-01-19 17:42:04 +00:00
py-flask-frozen Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-login Update py-flask-login to 0.2.11. 2014-05-21 08:59:18 +00:00
py-flask-mail Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-principal Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-rest Import Flask-REST-1.1 as www/py-flask-rest. 2013-01-08 19:28:12 +00:00
py-flask-script Update py-flask-script to 2.0.5. 2014-05-21 09:03:43 +00:00
py-flask-security Update py-flask-security to 1.7.3. 2014-06-13 15:43:08 +00:00
py-flask-sqlalchemy Update py-flask-sqlalchemy to 1.0. 2013-08-04 13:47:10 +00:00
py-flask-sslify Correctly build as Python Egg. 2014-05-13 17:08:44 +00:00
py-flask-testing 0.4.2 (24.07.2014) 2014-08-07 02:29:08 +00:00
py-flask-uploads Import Flask-Uploads-0.1.3 as www/py-flask-uploads. 2013-01-08 18:06:29 +00:00
py-flask-user Updated to latest release, 0.5.2. Adds USER_AUTO_LOGIN setting and feature. 2014-07-16 23:27:00 +00:00
py-flask-wtf Update py-flask-wtf to 0.10.0. 2014-08-13 10:21:06 +00:00
py-flup Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-flup3 Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-furl Dependency doesn't support Python 2.6. 2014-08-13 22:41:45 +00:00
py-gdata Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-genshi treat python version depended PLIST handling with standard way. 2014-01-18 08:08:59 +00:00
py-gunicorn Update www/py-gunicorn to 19.1.0 2014-08-13 20:27:09 +00:00
py-HTMLgen Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-http-parser Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
py-httpie Initial import of py-httpie, version 0.8.0, into the NetBSD Packages Collection. 2014-07-16 08:56:33 +00:00
py-httplib2 Updated to latest release, 0.9. Nothing seems changed except the version, 2014-06-08 23:26:35 +00:00
py-jonpy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-mechanize Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-mezzanine Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-moin Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
py-nevow Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-paste Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-PasteDeploy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-pendrell Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-python-digest Import py27-python-digest-1.7 as www/py-python-digest. 2014-06-02 04:27:32 +00:00
py-python-mimeparse Import py27-python-mimeparse-0.1.4 as www/py-python-mimeparse. 2014-06-02 03:19:30 +00:00
py-python3-digest Make PKGNAME ${PYPKGPREFIX}-python-digest like for the python2 version, 2014-06-07 14:26:24 +00:00
py-pywebdav Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-recaptcha Fix PLIST for Python != 2.7 2013-03-24 16:44:37 +00:00
py-rss2gen Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-scgi Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-simpletal Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-static Import py34-static-1.0.2 as www/py-static. 2014-08-20 13:44:58 +00:00
py-swish-e Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-tornado Update to 4.0.1: 2014-08-17 17:41:53 +00:00
py-twill Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-uliweb Update to 0.3.1 2014-07-29 02:42:01 +00:00
py-urllib3 Initial import of py-urllib3, version 1.8.2, into the NetBSD Packages 2014-04-19 15:51:34 +00:00
py-uwsgi uWSGI 2.0.6 2014-08-07 05:34:35 +00:00
py-uwsgitop Rename binary in post-install to support concurrent python versions. Add 2014-05-03 19:07:55 +00:00
py-webassets Update py-webassets to 0.10.1. 2014-07-22 19:27:55 +00:00
py-webcolors Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-WebOb Fix PLIST. I wonder how that happened. 2014-08-20 13:48:42 +00:00
py-webpy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-werkzeug Update py-werkzeug and py-werkzeug-docs to 0.9.6. 2014-06-13 15:40:42 +00:00
py-werkzeug-docs Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-wtforms Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-wtforms-alchemy 0.12.8 (2014-07-28) 2014-08-07 02:32:37 +00:00
py-wtforms-components 0.9.5 (2014-07-31) 2014-08-07 02:31:07 +00:00
py-wtforms-recaptcha Updated to latest release, 0.3.2. Changes: 2014-07-16 23:30:01 +00:00
py-wtforms-test Import py27-wtforms-test-0.1.1 as www/py-wtforms-test. 2014-06-14 15:01:58 +00:00
qDecoder Mark MAKE_JOBS_SAFE=no, detected in SmartOS bulk build. 2012-12-27 20:12:26 +00:00
raggle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ramaze Update ramaze to 2012.12.08. 2012-12-17 15:10:57 +00:00
ruby-actionpack32 Update ruby-actionpack32 to 3.2.19. 2014-07-06 07:41:42 +00:00
ruby-activeresource32 Update ruby-activeresource32 to 3.2.19. 2014-07-06 07:40:52 +00:00
ruby-borges Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-capybara Dependencies don't support Ruby 1.8. 2014-07-05 21:00:23 +00:00
ruby-clearsilver Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-coffee-rails32
ruby-compass Update ruby-compass to 0.12.3. 2014-03-14 18:53:36 +00:00
ruby-compass-susy-plugin
ruby-cookiejar PLIST for ruby-cookiejar 0.3.2, it should be commited with previous update. 2014-03-26 13:37:22 +00:00
ruby-css-parser Update ruby-css-parserruby-css-parser to 1.3.5. 2013-09-15 16:55:32 +00:00
ruby-cssmin Update ruby-cssmin to 1.0.3. 2013-03-17 15:53:21 +00:00
ruby-csspool Update ruby-csspool to 3.0.2. 2012-12-17 15:08:28 +00:00
ruby-div Use RbConfig instead of legacy Config. 2013-07-21 02:49:58 +00:00
ruby-em-http-request Update ruby-em-http-request to 1.1.2. 2014-03-14 19:00:25 +00:00
ruby-erubis Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
ruby-faraday Allow build with ruby21. 2014-03-26 14:27:22 +00:00
ruby-fcgi Add GEM_EXTSDIR support. 2014-03-17 14:30:38 +00:00
ruby-gnome2-webkit-gtk Switch to webkit1-gtk* in preparation for package update to v2. 2014-08-03 22:13:19 +00:00
ruby-gnome2-webkit-gtk2 Switch to webkit1-gtk* in preparation for package update to v2. 2014-08-03 22:13:19 +00:00
ruby-htmlsplit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-http Remove extra "@pkgdir lib/ruby/gems/2.0.0/build_info" line. 2014-06-01 16:43:37 +00:00
ruby-http-cookie Add ruby-http-cookie package version 1.0.2. 2013-09-15 17:03:01 +00:00
ruby-http_parser.rb Add GEM_EXTSDIR support. 2014-03-17 14:30:38 +00:00
ruby-http_router Update ruby-http_router to 0.11.1. 2014-03-14 19:02:56 +00:00
ruby-innate "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
ruby-jekyll Allow build with ruby21. 2014-03-26 14:27:22 +00:00
ruby-journey Require ruby-rdoc 3.11 and later. 2014-03-26 13:44:34 +00:00
ruby-jquery-rails Update ruby-jquery-rails to 3.1.0. 2014-03-14 19:04:03 +00:00
ruby-jsmin
ruby-liquid Update ruby-liquid to 2.5.5. 2014-03-14 19:06:55 +00:00
ruby-mechanize Dependency closure of textproc/ruby-nokogiri 2014-04-28 21:57:46 +00:00
ruby-multipart-post Allow build with ruby21. 2014-03-26 14:27:22 +00:00
ruby-net-flickr No need to specify GEM_CLEANBUILD. 2013-07-07 16:16:51 +00:00
ruby-net-http-digest_auth Update ruby-net-http-digest_auth to 1.4. 2013-09-15 17:29:26 +00:00
ruby-net-http-persistent Update ruby-net-http-persistent to 2.9.4. 2014-03-14 19:08:15 +00:00
ruby-ntlm-http Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-padrino Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-admin Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-cache Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-contrib Add ruby-padrino-contrib package version 0.1.13. 2013-02-13 15:22:12 +00:00
ruby-padrino-core Restore dependency to textproc/ruby-tilt. 2014-03-18 14:43:10 +00:00
ruby-padrino-gen Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-helpers Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-mailer Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-patron Add GEM_EXTSDIR support. 2014-03-17 14:41:15 +00:00
ruby-puma Update ruby-puma to 2.8.1. 2014-03-14 19:21:27 +00:00
ruby-pygments.rb Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
ruby-rack Update ruby-rack to 1.5.2. 2013-03-10 09:25:56 +00:00
ruby-rack-cache Make depends to www/ruby-rack14 instead of www/ruby-rack. 2013-03-10 09:15:19 +00:00
ruby-rack-contrib Add ruby-rack-contrib package version 1.1.0. 2013-02-11 13:30:07 +00:00
ruby-rack-mount
ruby-rack-protection Update ruby-rack-protection to 1.5.2. 2014-03-14 19:24:32 +00:00
ruby-rack-rewrite Update ruby-rack-rewrite to 1.5.0. 2014-03-14 19:27:01 +00:00
ruby-rack-ssl Add security fix for CVE-2014-2538. 2014-03-21 01:06:47 +00:00
ruby-rack-test Make depends to www/ruby-rack14 instead of www/ruby-rack. 2013-03-10 09:15:19 +00:00
ruby-rack14 Oops, forgot to add ALTERNATIVES file. 2013-03-10 09:19:42 +00:00
ruby-rails32 Update ruby-rails32 to 3.2.19. 2014-07-06 07:43:50 +00:00
ruby-raindrops Update ruby-raindrops to 0.13.0. 2014-03-14 19:28:19 +00:00
ruby-rest-client Import www/ruby-rest-client into pkgsrc. 2014-06-03 14:06:49 +00:00
ruby-sass Update ruby-sass to 3.2.15 2014-03-14 18:49:47 +00:00
ruby-sass-rails32 Relax dependency to ruby tilt. 2014-03-14 13:22:11 +00:00
ruby-selenium-webdriver Limit RUBY_VERSION_SUPPORTED to those supported by ruby-zip. 2014-08-22 09:38:10 +00:00
ruby-sinatra Drop maintainership, not using anymore. 2013-12-07 08:43:34 +00:00
ruby-sinatra-contrib Update ruby-sinatra-contrib to 14.2. 2014-03-14 19:30:07 +00:00
ruby-staticmatic 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
ruby-tag Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-unicorn Add support for GEM_EXTSDIR. 2014-03-26 13:45:12 +00:00
ruby-url_mount Add ruby-url_mount package version 0.2.1. 2013-02-11 14:06:00 +00:00
ruby-webrobots Dependency closure of textproc/ruby-nokogiri 2014-04-28 21:57:46 +00:00
ruby-websocket Unbump PKGREVISION on select ruby packages. 2014-07-16 08:37:20 +00:00
ruby-webunit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
screws Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
seamonkey Bump PKGREVISION of www/firefox and www/seamonkey 2014-07-08 13:14:43 +00:00
seamonkey-l10n Update to 2.26.1 2014-06-22 09:15:43 +00:00
sencha-sns Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
serf Update to 1.3.7: 2014-08-16 12:11:53 +00:00
shibboleth-sp Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
sitecopy Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
snarf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
snownews Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
SOGo Update SOGo to 2.2.5. 2014-06-08 13:21:37 +00:00
spawn-fcgi Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
SpeedyCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
sqtop Override guessing and explicitly use getnameinfo. 2014-08-18 09:18:23 +00:00
squid3 Get "/etc/rc.d/squid status" and "/etc/rc.d/squid restart" to work again 2014-08-29 11:13:46 +00:00
squidanalyzer Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
squidclamav Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
squidGuard Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
squidpurge Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
squidview www/squid incorporated into www/squid3 2013-12-10 14:51:20 +00:00
squirm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
surfraw Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
swiftsurf Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
swiggle "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
swill Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
swish-e Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
tcl-cgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
termtter
thin Update thin to 1.6.2. 2014-03-14 19:31:19 +00:00
thoth Depends on newer version of ruby-erubis. 2013-02-11 04:58:17 +00:00
thoth-delicious Fixes: 2013-04-06 03:45:05 +00:00
thoth-flickr
thttpd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
tidy Fix build with doxygen-1.8.7 and depend on it. 2014-04-25 21:04:24 +00:00
tinyproxy Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
trac Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
typo3_45 Update typo3_45 to 4.5.35, it is not security release but normal maintenance 2014-07-19 05:17:02 +00:00
typo3_47 Update to typo3_47 to 4.7.19 (TYPO3 4.7.19), contains several securify fixes. 2014-05-27 13:49:11 +00:00
typo3_60 Update typo3_60 to 6.0.14 (TYPO3 6.0.14), contains several security fixes. 2014-05-27 13:50:48 +00:00
typo3_61 Update typo3_61 to 6.1.10, it is not security release but normal maintenance 2014-07-19 05:17:56 +00:00
urlget Revive MASTER_SITES. 2013-03-14 17:04:27 +00:00
urlgrabber Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
varnish Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
viewvc Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
visitors Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
w3 Resolves: 2013-04-06 20:27:16 +00:00
w3c-httpd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
w3m Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
w3m-img Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
waplet Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
wApua Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
wdg-validate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
webalizer recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
webby
webkit-gtk Fix comment and explain why GCC >= 4.8 is required. 2014-09-04 09:55:29 +00:00
webkit1-gtk Re-import webkit-gtk-1.10.2nb17 as www/webkit1-gtk, in preparation 2014-08-03 22:07:39 +00:00
webkit1-gtk3 Import webkit-gtk3-1.10.2nb12 as www/webkit1-gtk3 to match webkit1-gtk. 2014-08-03 22:08:42 +00:00
weblint Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
webnew Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
websvn Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
weex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
whisker Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
wiliki Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wmd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wml Regen 2014-08-19 15:06:00 +00:00
wordpress Security update to version 3.9.2 2014-08-17 08:48:33 +00:00
www6to4 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wwwcount Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wwwoffle Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
yaws Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
zopeedit Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
Makefile Add p5-WWW-CSRF 2014-09-04 22:03:00 +00:00