pkgsrc/www
ryoon 8a88a65ae9 apache-tomcat9: Update to 9.0.30
Changelog:
Tomcat 9.0.30 (markt)
Catalina

    Add: 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) and friends. (michaelo)
    Fix: 63964: Correct a regression in the static resource caching changes introduced in 9.0.28. URLs constructed from URLs obtained from the cache could not be used to access resources. (markt)
    Fix: 63970: Correct a regression in the static resource caching changes introduced in 9.0.28. Connections to URLs obtained for JAR resources could not be cast to JarURLConnection. (markt)
    Add: 63937: Add a new attribute to the standard Authenticator implementations, allowCorsPreflight, that allows the Authenticators to be configured to allow CORS preflight requests to bypass authentication as required by the CORS specification. (markt)
    Fix: 63939: Correct the same origin check in the CORS filter. An origin with an explicit default port is now considered to be the same as an origin without a deafult port and origins are now compared in a case-sensitive manner as required by the CORS specification. (markt)
    Fix: 63981: Allow multiple calls to Registry.disableRegistry() without the second and subsequent calls triggering the logging of a warning. Based on a patch by Andy Wilkinson. (markt)
    Fix: 63982: CombinedRealm makes assumptions about principal implementation (michaelo)
    Fix: 63983: Correct a regression in the static resource caching changes introduced in 9.0.28. A large number of file descriptors were opened that could reach the OS limit before being released by GC. (markt)
    Update: 63987: Deprecate Realm.getRoles(Principal). (michaelo)
    Code: Add a unit test for the session FileStore implementation and refactor loops in FileStore to use the ForEach style. Pull request provided by Govinda Sakhare. (markt)
    Update: Moved server-side include (SSI) module into a separate JAR library. (schultz)
    Fix: Refactor FORM authentication to reduce duplicate code and to ensure that the authenticated Principal is not cached in the session when caching is disabled. (markt)

Coyote

    Fix: Fix endpoint closeSocket and destroySocket discrepancies, in particular in the APR connector. (remm)
    Fix: Harmonize maxConnections default value to 8192 across all connectors. (remm)
    Fix: 63931: Improve timeout handling for asyncIO to ensure that blocking operations see a SocketTimeoutException if one occurs. (remm/markt)
    Fix: 63932: By default, do not compress content that has a strong ETag. This behaviour is configuration for the HTTP/1.1 and HTTP/2 connectors via the new Connector attribute noCompressionStrongETag. (markt)
    Fix: 63949: Fix non blocking write problems with NIO due to the need for a write loop. (remm)
    Fix: Simplify regular endpoint writes by removing write(Non)BlockingDirect. All regular writes will now be buffered for a more predictable behavior. (remm)
    Fix: Send an exception directly to the completion handler when a timeout exception occurs for the operation, and add a boolean to make sure the completion handler is called only once. (remm/markt)

WebSocket

    Fix: Ensure a couple of very unlikely concurrency issues are avoided when writing WebSocket messages. (markt)

Web applications

    Fix: Fix the broken re-try link on the error page for the FORM authentication example in the JSP section of the examples web application. (markt)
    Add: Improvements to CsrfPreventionFilter: additional logging, allow the CSRF nonce request parameter name to be customized. (schultz)
    Fix: Correct the documentation for the maxConnections attribute of the Connector in the documentation web application. (markt)
    Add: Add the ability to set and display session attributes in the JSP FORM authentication example to demonstrate session persistence across restarts for authenticated sessions. (markt)

Other

    Fix: Correct the fix for 63815 (quoting the use of CATALINA_OPTS and JAVA_OPTS when used in shell scripts to avoid the expansion of *) as it caused various regressions, particularly with daemon.sh. (markt)
    Update: Update the OWB module to Apache OpenWebBeans 2.0.13. (remm)
    Update: Support Java 11 in Graal Native Images with Graal 19.3+. (remm)
    Add: Expand the search made by the Windows installer for a suitable Java installation to include the 64-bit JDK registry entries and the JAVA_HOME environment variable. Pull request provided by Alexander Norz. (markt)
    Add: Expand the coverage of the Korean translations provided with Apache Tomcat. (woonsan)
    Add: Expand the coverage of the French translations provided with Apache Tomcat. (remm)
    Add: Expand the coverage of the Chinese translations provided with Apache Tomcat. Contributions provided by lins and 磊. (markt)
    Add: Update the internal fork of Apache Commons BCEL to ff6941e (2019-12-06, 6.4.2-dev). Code clean-up only. (markt)
    Add: Update the internal fork of Apache Commons Codec to 9637dd4 (2019-12-06, 1.14-SNAPSHOT). Code clean-up and a fix for CODEC-265. (markt)
    Add: Update the internal fork of Apache Commons FileUpload to 2317552 (2019-12-06, 2.0-SNAPSHOT). Refactoring. (markt)
    Add: Update the internal fork of Apache Commons Pool 2 to 6092f92 (2019-12-06, 2.8.0-SNAPSHOT). Clean-up and minor refactoring. (markt)
    Add: Update the internal fork of Apache Commons DBCP 2 to a36390 (2019-12-06, 2.7.1-SNAPSHOT). Minor refactoringremote RMI registry creation. (remm)
    Add: Improvement to CsrfPreventionFilter: expose the latest available nonce as a request attribute; expose the expected nonce request parameter name as a context attribute. (schultz)

Coyote

    Add: 63835: Add suormance of the HTTP and AJP connectors if socket.txBufSize is configured with an explicit value rather than using the JVM default. (markt)

Other

    Fix: Improve OWB module based using custom shade appender. (remm)
    Fix: Add security filter in OWB mo error occurs on stop. (remm)
    Add: Add more details on the usage of RewriteMap functionality in the RewriteValve. (fschumacher)
    Fix: 63836 Ensure that references to the Host object are cleared once the Host instance is destroyed. (markt)
    Fix:  static files (including JSP files) goes via the cache so that a consistent view of the static files is seen. Prior to this change it was possible to see an updated last modified time but the content would be that prior to the modification. (markt)
    Update: 63905 Clean up Tomcat CSS. (michaelo)
    Fix: 63909: When the ExpiresFilter is used without a default and the response is served by the Default Servlet, ensure that the filter processes the response if the Default Servlet sets a 304 (Not Found) status code. (markt)

Coyote

    Fix: Ensure that ServletRequest.isAsyncStarted() returns false once AsyncContext.complete() or AsyncContext.dispatch() has been called during AsyncListener.onTimeout() or AsyncListener.onError(). (markt)
    Fix: 63816 and 63817: Correctly handle I/O errors after asynchronous processing has been started but before the container thread that started asynchronous processing has completed processing the current request/response. (markt)
    Fix: 63825: When processing the Expect and Connection HTTP headers looking for a specific token, be stricter in ensuring that the exact token is present. (markt)
    Fix: 63829: Improve the check of the Content-Encoding header when looking to see if Tomcat is serving pre-compressed content. Ensure that only a full token is matched and that the match is case insensitive. (markt)
    Fix: 63864: Refactor parsing of the transfer-encoding request header to use the shared parsing code and reduce duplication. (markt)
    Fix: 63865: Add Unset option to same-site cookies and pass through None value if set by user. Patch provided by John Kelly. (markt)
    Fix: 63879: Remove stack trace from debug logging on socket wrapper close. (remm)
    Update: Add connection tracking on the connector endpoint to remove excessive concurrency in the protocol handler when maintaining an association between the socket wrapper and its current processor. (remm)
    Fix: 63894: Ensure that the configured values for certificateVerification and certificateVerificationDepth are correctly passed to the OpenSSL based SSLEngine implementation. (remm/markt)
    Fix: Improve cleanup after errors when setting socket options. (remm)
    Fix: Do not perform a blocking read after a CPING message is received by the AJP connector because, if the JK Connector is configured with ping_mode="I", the CPING message will not always be followed by the start of a request. (markt)
    Fix: Properly calculate all dynamic parts of the ErrorReportValve response on the fly in org.apache.coyote.http2.TestHttp2InitialConnection. (michaelo)

Jasper

    Fix: 63897: Capture the timestamp of a JSP for the purposes of modification tracking before the JSP is compiled to prevent a race condition if the JSP is modified during compilation. Patch provided by Karl von Randow. (markt)
    Fix: Fix a race condition that could mean changes to a modified JSP were not visible to end users. (markt)

WebSocket

    Fix: 63913: Wrap any NullPointerExceptions throw by the Inflater or Deflater used by the PerMessageDeflate extension in an IOException so that the error can be caught and handled by the WebSocket error handling mechanism. (markt)

Web applications

    Fix: Correct the description of the default value for the server attribute in the security How-To. (markt)

Other

    Fix: 63815: Quote the use of CATALINA_OPTS and JAVA_OPTS when used in shell scripts to avoid the expansion of *. Note that any newlines present in CATALINA_OPTS and/or JAVA_OPTS will no longer removed. (markt)
    Fix: 63826: Remove commons-daemon-native.tar.gz and tomcat-native.tar.gz from the binary zip distributions for Windows since compiled versions of those components are already included within the zip distributions. (markt)
    Fix: 63838: Suppress reflexive access warnings when running the unit tests on the command line. (markt)
    Fix: Add missing charsets from the HPE JVM on HP-UX to pass unit tests in org.apache.tomcat.util.buf.TestCharsetCache. (michaelo)
    Update: Update the CXF module to Apache CXF 3.3.4. (remm)
    Add: Expand the coverage and quality of the French translations provided with Apache Tomcat. (remm)
    Add: Expand the coverage and quality of the Japanese translations provided with Apache Tomcat. Patch provided by motohashi.yuki. (markt)
    Add: Expand the coverage and quality of the Simplified Chinese translations provided with Apache Tomcat. Contributions provided by rpo130, Mason Shen, leeyazhou, winsonzhao, qingshi huang, Lay, Shucheng Hou and Yanming Zhou. (markt)
    Add: Expand the coverage and quality of the Brazilian Portuguese translations provided with Apache Tomcat. Patch provided by Danielamorais. (markt)

2019-10-11 Tomcat 9.0.27 (markt)
Catalina

    Fix: Correct a regression introduced in 9.0.25 that prevented configuration files from being loaded from the class path. (markt)

Coyote

    Fix: Use URL safe base 64 encoding rather than standard base 64 encoding when generating or parsing the HTTP2-Settings header as part of an HTTP upgrade to h2c as required by RFC 7540. (markt)
    Fix: 63765: NIO2 should try to unwrap after TLS handshake to avoid edge cases. (remm)
    Fix: 63766: Ensure Processor objects are recycled when processing an HTTP upgrade connection that terminates before processing switches to the Processor for the upgraded protocol. (markt)
    Fix: Fix a memory leak introduced by the HTTP/2 timeout refactoring in 9.0.23 that could occur when HTTP/2 or WebSocket was used. (markt)

Jasper

    Update: Update to the Eclipse JDT compiler 4.13. (markt)
    Fix: Add GraalVM specific ELResolver to avoid BeanInfo use in BeanElResolver if possible, as it needs manual reflection configuration. (remm)
    Fix: 63781: When performing various checks related to the visibility of classes, fields an methods in the EL implementation, also check that the containing module has been exported. (markt)

Web Socket

    Fix: 63753: Ensure that the Host header in a Web Socket HTTP upgrade request only contains a port if a non-default port is being used. (markt)
    Fix: When running on Java 9 and above, don't attempt to instantiate WebSocket Endpoints found in modules that are not exported. (markt)

Web Applications

    Add: Add base GraalVM documentation. (remm)
    Add: Add Javadoc for the Common Annotations API implementation. (markt)
    Fix: Correct various typos in the comments, error messages and Javadoc. Patch provided by 康智冬. (markt)

jdbc-pool

    Fix: When connections are validated without an explicit validation query, ensure that any transactions opened by the validation process are committed. Patch provided by Pascal Davoust. (markt)

Other

    Code: Deprecate org.apache.tomcat.util.compat.TLS. Its functionality was only used for unit tests in org.apache.tomcat.util.net.TesterSupport and has been moved there. (rjung)
    Fix: 63759: When installing Tomcat with the Windows installer, grant sufficient privileges to enable the uninstaller to execute when user account control is active. (markt)
    Add: Use a build property to define the minimum supported Java version and use that build property to reduce the number of edits required to update the minimum supported Java version. (markt)
    Update: Update the OWB module to Apache OpenWebBeans 2.0.12. (remm)
    Update: Update the CXF module to Apache CXF 3.3.3. (remm)
    Update: 63767: Update to Commons Daemon 1.2.2. This corrects a regression in Commons Daemon 1.2.0 and 1.2.1 that caused the Windows Service to crash on start when running on an operating system that had not been fully updated. (markt)
2020-01-13 07:48:10 +00:00
..
adzap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
aipo
album Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
album_themes www: align variable assignments 2019-11-04 22:09:50 +00:00
analog Sort PLIST files. 2018-01-01 22:29:15 +00:00
ap-auth-kerb
ap-auth-mellon *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ap-authnz-crowd *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ap-mono www: align variable assignments 2019-11-04 22:09:50 +00:00
ap-php revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
ap-rpaf
ap2-auth-mellon *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ap2-encoding www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-fcgid
ap2-jk www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-limitipconn Follow some redirects. 2019-06-24 10:36:50 +00:00
ap2-mkdir www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-passenger *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ap2-perl ap24-perl: update to 2.0.11. 2019-11-13 21:29:25 +00:00
ap2-python ap2-python: Adjust optimization to be consistent with other Python packages 2019-11-21 11:40:37 +00:00
ap2-subversion Update to 1.12.0 2019-05-27 16:10:07 +00:00
ap2-upload Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
ap2-xsendfile *: update email for fhajny 2018-12-15 21:12:18 +00:00
ap22-auth-ofba www: align variable assignments 2019-11-04 22:09:50 +00:00
ap22-authz-ldap *: update email for fhajny 2018-12-15 21:12:18 +00:00
ap22-dnssd www: align variable assignments 2019-11-04 22:09:50 +00:00
ap24-authnz-external Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
apache-roller
apache-tomcat6
apache-tomcat7 apache-tomcat7: Update to 7.0.99 2020-01-13 07:37:46 +00:00
apache-tomcat8 Update to 8.0.53 2018-07-25 21:20:02 +00:00
apache-tomcat9 apache-tomcat9: Update to 9.0.30 2020-01-13 07:48:10 +00:00
apache-tomcat55
apache-tomcat85 apache-tomcat85: Update to 8.5.50 2020-01-13 07:45:20 +00:00
apache24 *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
apachetop Adjust for kqueue interface change on NetBSD. 2019-12-21 23:51:30 +00:00
asp2php
august
aws www: align variable assignments 2019-11-04 22:09:50 +00:00
aws-demos www: align variable assignments 2019-11-04 22:09:50 +00:00
awstats awstats: updated to 7.7 2020-01-07 18:21:02 +00:00
bannerfilter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bins Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bkedit
bluefish www: align variable assignments 2019-11-04 22:09:50 +00:00
blur6ex
bozohttpd update to bozohttpd 20190228. changes include: 2019-06-11 09:41:01 +00:00
browser-bookmarks-menu www: align variable assignments 2019-11-04 22:09:50 +00:00
c-icap c-icap: reorder lines to unconfuse pkglint. 2019-10-14 11:43:19 +00:00
c-icap-modules www: align variable assignments 2019-11-04 22:09:50 +00:00
cadaver
caddy Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
calamaris Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
camping
cgic
cgicc
cgilib www: align variable assignments 2019-11-04 22:09:50 +00:00
cgit
checkbot Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cherokee Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
clearsilver Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
clearsilver-base Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cliqz www/cliqz: Updates to 1.30.1 2019-11-30 17:04:53 +00:00
clisp-fastcgi Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
contao www/contao: clean up 2019-04-09 13:07:42 +00:00
contao35 Drop php71 support 2019-12-16 16:30:13 +00:00
cppcms PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
crawl *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
cronolog www: align variable assignments 2019-11-04 22:09:50 +00:00
curl *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
cvsweb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
dansguardian Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
davical Update www/davical to v1.1.9.2 2019-12-12 08:12:27 +00:00
deforaos-surfer deforaos-surfer: update to 0.3.0 2020-01-10 23:28:46 +00:00
dillo www: align variable assignments 2019-11-04 22:09:50 +00:00
drivel *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
drraw Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
drupal7 www/drupal7: update to 7.69 2019-12-19 00:38:39 +00:00
drupal8 www/drupal8: update to 8.7.11 2019-12-19 00:39:29 +00:00
e2guardian www: align variable assignments 2019-11-04 22:09:50 +00:00
elinks www: align variable assignments 2019-11-04 22:09:50 +00:00
eliom www: align variable assignments 2019-11-04 22:09:50 +00:00
emacs-w3m www: align variable assignments 2019-11-04 22:09:50 +00:00
emacs-w3m-snapshot (www/emacs-w3m-snapshot) Fix build, add buildlink3 of semi, and new patch for load-path 2019-10-31 22:41:44 +00:00
epiphany www: align variable assignments 2019-11-04 22:09:50 +00:00
epiphany-extensions *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
fcgi Sort PLIST files. 2018-01-01 22:29:15 +00:00
fcgiwrap fcgiwrap: Appease -Werror=implicit-fallthrough. 2018-11-28 16:06:35 +00:00
fengoffice www/fengoffice: update to 3.7.2.16 2019-12-15 18:27:24 +00:00
ffproxy
firefox firefox: update PLIST.debug for 72.0.1 2020-01-11 20:38:32 +00:00
firefox-l10n firefox-l10n: Update to 72.0.1 2020-01-09 15:07:41 +00:00
firefox52 *: Move GCC_REQD above bsd.prefs.mk where possible. 2019-11-09 20:01:14 +00:00
firefox52-l10n www: align variable assignments 2019-11-04 22:09:50 +00:00
firefox60 firefox60: Fix build with rust-1.40.0, bump PKGREVISION 2020-01-05 02:18:53 +00:00
firefox60-l10n Update to 60.9.0 2019-12-28 05:49:37 +00:00
firefox68 firefox68: Update to 68.4.1 2020-01-09 20:51:59 +00:00
firefox68-l10n firefox68-l10n: Update to 68.4.1 2020-01-11 02:40:53 +00:00
gallery Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
gallery2 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ganglia-webfrontend Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
geckodriver geckodriver: update to 0.24.0 2019-07-22 23:48:31 +00:00
geeklog all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
gitea Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
gitweb git: updated to 2.23.0 2019-08-20 13:00:02 +00:00
gnurl www/gnurl: use TEST_MAKE_FLAGS. 2019-12-14 13:28:29 +00:00
go-ace Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-cssmin Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-fasthttp Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-gogs-client Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-gohtml Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-libsass Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-minify Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-mux Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-parse Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-spritewell Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-tocss Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-toml-burntsushi Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-toml-pelletier Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-urlesc Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
go-webhooks Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
goaccess www: align variable assignments 2019-11-04 22:09:50 +00:00
grafana Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
gtkasp2php www: align variable assignments 2019-11-04 22:09:50 +00:00
gtkhtml314 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
guile-haunt Add www/guile-haunt version 0.2.4 2019-11-26 18:10:55 +00:00
gwt
h2o Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
haskell-cgi
heel www/heel: update to 3.2.1 2018-12-17 15:11:47 +00:00
hiawatha Sort PLIST files. 2018-01-01 22:29:15 +00:00
horde www: align variable assignments 2019-11-04 22:09:50 +00:00
hs-HTTP Remove dependency on devel/hs-mtl and devel/hs-parsec 2020-01-11 10:25:05 +00:00
htdavlock *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
htdig htdig: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:33:26 +00:00
htmlcxx htmlcxx: Fix build on NetBSD 9.99.17 2019-10-25 10:29:04 +00:00
htmldoc www: align variable assignments 2019-11-04 22:09:50 +00:00
htmldoc-x11 www/htmldoc-x11: Update to 1.9.7 2019-10-18 11:07:37 +00:00
htmllint htmllint: comment out empty license 2019-10-09 13:32:23 +00:00
http-parser http-parser: update to 2.9.2. 2019-04-17 09:42:45 +00:00
http_load
hugo Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
ies4linux www: align variable assignments 2019-11-04 22:09:50 +00:00
ijb
ikiwiki www: align variable assignments 2019-11-04 22:09:50 +00:00
jalbum sun-jdk6, sun-jre6: remove 2019-05-02 08:36:09 +00:00
jetty7
jetty9 Sort PLIST files. 2018-01-01 22:29:15 +00:00
kahua www: align variable assignments 2019-11-04 22:09:50 +00:00
kannel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
kdewebkit KDE Frameworks update to 5.64.0 2019-11-11 09:10:44 +00:00
khtml KDE Frameworks update to 5.64.0 2019-11-11 09:10:44 +00:00
kimagemapeditor kimagemapeditor: add version 19.08.3 2019-11-17 04:42:29 +00:00
kjs KDE Frameworks update to 5.64.0 2019-11-11 09:10:44 +00:00
kjsembed KDE Frameworks update to 5.64.0 2019-11-11 09:10:44 +00:00
kore Fix ctype use and parallel build. 2020-01-12 23:01:05 +00:00
lhs Fix build with OpenSSL 1.1. Drop SSL2 logic. 2020-01-12 23:01:38 +00:00
libecap
libghttp Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libgtkhtml *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libmediawiki libmediawiki: update to 5.37.0 qt5/kf5 version 2019-11-17 08:53:25 +00:00
libmicrohttpd *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
libmrss *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
libproxy libproxy: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:28:27 +00:00
libpsl PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
librest www: align variable assignments 2019-11-04 22:09:50 +00:00
librest07 www: align variable assignments 2019-11-04 22:09:50 +00:00
libsass libsass: updated to 3.6.3 2019-11-04 12:56:39 +00:00
libwww Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
liferea liferea: Update to 1.12.7 2020-01-04 20:41:29 +00:00
lighttpd Fix reload of lighttpd config files 2019-11-13 11:53:29 +00:00
links links: update to 2.20.2. 2019-11-13 21:32:40 +00:00
links-gui links{,-gui}: Update to 2.20 2019-09-01 11:07:51 +00:00
litmus
llgal www: align variable assignments 2019-11-04 22:09:50 +00:00
loggerhead PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
logswan logswan: update to 2.1.2. 2019-11-19 11:25:27 +00:00
lua-curl *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
lynx www: align variable assignments 2019-11-04 22:09:50 +00:00
make_album Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
matcha-sns
mediawiki Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
micro_httpd Updated www/micro_httpd to 20140814 2019-07-08 21:20:28 +00:00
midori *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
mimetex www: align variable assignments 2019-11-04 22:09:50 +00:00
mini_httpd Update mini_httpd to version 1.30 2019-11-12 18:39:46 +00:00
mknmz-wwwoffle Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mMosaic
mongrel
mongrel-cluster
mongrel-config
mongrel-console
mongrel-upload-progress
mono-xsp www: align variable assignments 2019-11-04 22:09:50 +00:00
moodle Drop php71 support 2019-12-16 16:30:13 +00:00
motyl www/motyl: import motyl-1.0.2. 2019-09-10 12:26:43 +00:00
mserv-php Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
nanoblogger
nanoblogger-extra
neon Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
netscape www: align variable assignments 2019-11-04 22:09:50 +00:00
netsurf *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
nghttp2 *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
nginx www: align variable assignments 2019-11-04 22:09:50 +00:00
nginx-devel nginx-devel: updated to 1.17.7 2019-12-29 16:48:00 +00:00
nostromo www/nostromo: fixes for CVE-2019-16278 and CVE-2019-16279 2019-10-20 20:02:13 +00:00
ns-plugger-common
ns-remote
nsm www/nsm: Update to version 2.0.1 2020-01-09 11:28:37 +00:00
nspluginwrapper *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ocaml-cohttp Enable all options by default, at least devel/ocaml-git requires lwt 2020-01-10 21:19:20 +00:00
ocaml-curl *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ocaml-http Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-uri www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen-i18n www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen-start www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen-toolkit Updated www/ocsigen-toolkit to version 2.1.0. 2019-05-13 11:59:04 +00:00
opera www: align variable assignments 2019-11-04 22:09:50 +00:00
otter-browser Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
p5-Alien-GvaScript Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Any-URI-Escape Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AnyEvent-HTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-AnyEvent-HTTPD www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-AnyEvent-ReverseHTTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AnyEvent-SCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-ASP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-DBILogConfig Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-DBILogger Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Filter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Gallery Follow redirect for HOMEPAGE 2020-01-07 13:49:16 +00:00
p5-Apache-LogFormat-Compiler Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Session-SharedMem p5-Apache-Session-SharedMem: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:22:15 +00:00
p5-Apache-Session-Wrapper Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-SSI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Test Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache2-AuthCASSimple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache2-AuthCookie (www/p5-Apache2-AuthCookie) Updated to 3.28 2019-11-28 11:22:13 +00:00
p5-Apache2-AuthCookieDBI (www/p5-Apache2-AuthCookieDBI) remove patch, sorry 2019-11-17 13:28:22 +00:00
p5-App-Nopaste (www/p5-App-Nopaste) Updated to 1.013 2019-11-18 12:28:03 +00:00
p5-Browser-Open www/p5-Browser-Open: import p5-Browser-Open-0.04 2019-11-18 12:21:57 +00:00
p5-Captcha-reCAPTCHA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Captcha-reCAPTCHA-Mailhide Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Action-RenderView www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Action-REST www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Authentication-Credential-HTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Authentication-Store-Htpasswd www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Component-InstancePerContext Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Controller-BindLex www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Controller-FormBuilder www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Controller-HTML-FormFu www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Devel www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-DispatchType-Regex www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Engine-HTTP-Prefork Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Engine-JobQueue-POE www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Engine-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Manual www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Model-Adaptor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Model-File www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Authentication www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Authorization-ACL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Authorization-Roles Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-AutoRestart Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-ConfigLoader www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-I18N Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-RequireSSL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Server Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Session-State-Cookie www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Session-Store-File www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-StackTrace Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Static-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-StatusMessage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Runtime www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-View-Excel-Template-Plus Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-View-Jemplate www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-View-JSON Update to 0.37 2019-10-04 02:46:24 +00:00
p5-Catalyst-View-Mason Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-View-TT www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CatalystX-Component-Traits Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-Controller-REST Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-View-Excel www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CatalystX-CRUD-YUI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CatalystX-LeakChecker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Ajax Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application-Plugin-DBH Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application-Plugin-Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application-Plugin-ValidateRM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application-PSGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Compile www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Cookie-Splitter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Cookie-XS www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Emulate-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Fast Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-FastTemplate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-FormBuilder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Kwiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Minimal Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-ProgressBar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Session-Driver-memcached Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Session-Plugin-Redirect Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Session-Serialize-yaml Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Simple www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Struct Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Cookie-Baker www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Cookie-XS www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CSS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CSS-Minifier-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CSS-Squish Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CSS-Tiny www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Dancer www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Dancer-Session-Cookie www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Dancer2 Update to 0.300000 2020-01-08 13:38:34 +00:00
p5-Data-URIEncode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FCGI-Client Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FCGI-ProcManager Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Mork www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Handel www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Hijk Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-CalendarMonthSimple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Clean Update to 1.4 2019-10-04 00:02:53 +00:00
p5-HTML-Display Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Element-Extended Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Email-Obfuscate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Entities-Interpolate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Escape Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-FillInForm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Form (www/p5-HTML-Form) Updated 6.0.5 2019-11-19 11:51:43 +00:00
p5-HTML-Format Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-FormFu www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-LinkExtractor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Lint www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Mason Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Mason-PSGIHandler www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-PrettyPrinter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Prototype www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Prototype-Useful www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Quoted Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Restrict Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-RewriteAttributes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Scrubber Update to 0.19 2019-10-04 00:08:54 +00:00
p5-HTML-Selector-XPath www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-SimpleParse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-StickyQuery Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Stream www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Strip Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-StripScripts Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-StripScripts-Parser www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Table Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-TableExtract Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Tagset Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Template Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Template-Compiled Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Template-Expr Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Template-Pro Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-TokeParser-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Tree Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-TreeBuilder-LibXML www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-TreeBuilder-XPath www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-WikiConverter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-WikiConverter-DokuWiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTMLObject (www/p5-HTMLObject) Updated to 2.30 2019-11-19 12:03:07 +00:00
p5-HTTP-Async Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Body Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Cache-Transparent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-CookieJar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-CookieMonster Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Cookies (www/p5-HTTP-Cookies) Updated to 6.07 2019-11-28 11:26:59 +00:00
p5-HTTP-Daemon Update to 6.06 2019-08-31 13:32:26 +00:00
p5-HTTP-Date (www/p5-HTTP-Date) Updated from 6.02 to 6.05 2019-11-28 11:31:05 +00:00
p5-HTTP-DAV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Entity-Parser (www/p5-HTTP-Entity-Parser) Updated to 0.22 2019-11-28 11:36:23 +00:00
p5-HTTP-GHTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-HeaderParser-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Headers-Fast Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Message Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-MultiPartParser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Negotiate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-OAI (www/p5-HTTP-OAI) Udated to 4.10 2019-11-19 12:10:06 +00:00
p5-HTTP-Parser www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Parser-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Proxy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Request-AsCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Request-Form Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Response-Encoding Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-EV www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Server-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-Authen Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-Kwiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-Mason Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Server-Simple-Recorder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-Static Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Thin Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Tiny-Mech www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Tiny-Multipart Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Tinyish Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTPD-User-Manage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-I18N-AcceptLanguage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-JavaScript-Minifier-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-JavaScript-Value-Escape Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Jemplate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-JSON-RPC www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Kwiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Archive-Cvs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Archive-Rcs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-BreadCrumbs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Edit-RequireUserName Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Favorites Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-HtmlBlocks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Icons-Gnome Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-ModPerl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-NewPage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Notify-Mail Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-PagePrivacy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-ParagraphBlocks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-PreformattedBlocks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-RecentChanges Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Revisions Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Scode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Search Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Simple-Server-HTTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-UserName Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-UserPreferences Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Users-Remote www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Kwiki-Weather Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Wikiwyg Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Zipcode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-libapreq2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-libwww (www/p5-libwww) Updated 6.39 to 6.43 2019-11-28 13:08:10 +00:00
p5-LWP-Authen-Negotiate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Authen-Wsse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-ConsoleLogger (www/p5-LWP-ConsoleLogger) Updated from 0.000039 to 0.000042 2019-11-19 13:06:16 +00:00
p5-LWP-MediaTypes (www/p5-LWP-MediaTypes) Updated to 6.0.4 2019-11-19 13:08:36 +00:00
p5-LWP-Online Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Protocol-https Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Protocol-Net-Curl (www/p5-LWP-Protocol-Net-Curl) Updated 0.023 to 0.026 2019-11-28 11:39:10 +00:00
p5-LWP-Protocol-PSGI (www/p5-LWP-Protocol-PSGI) 2019-11-28 11:40:42 +00:00
p5-LWP-UserAgent-Determined Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWPx-ParanoidAgent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWPx-TimedHTTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MasonX-Request-WithApacheSession Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mojolicious www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Net-Curl *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
p5-Net-FastCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-HTTP (www/p5-Net-HTTP) Updated to 6.19 2019-11-20 11:33:12 +00:00
p5-ParallelUserAgent www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-App-Proxy www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Handler-AnyEvent-SCGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Handler-SCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-Auth-Digest www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-ConsoleLogger www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-Debug Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-Deflater Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-File-Sass Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-FixMissingBodyInRedirect www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-Header Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-JSConcat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-MethodOverride www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-RemoveRedundantBody www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-ReverseProxy (www/p5-Plack-Middleware-ReverseProxy) Updated to 0.16 2019-11-20 12:07:18 +00:00
p5-Plack-Middleware-Session (www/p5-Plack-Middleware-Session) Updated from 0.30 to 0.33 2019-11-20 12:16:56 +00:00
p5-Plack-Middleware-Test-StashWarnings p5-Plack-Middleware-Test-StashWarnings: Add COMMENT 2019-09-16 00:11:10 +00:00
p5-Plack-Test-Agent www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Test-ExternalServer www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Pod-POM-Web www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-POE-Component-Server-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-POE-Component-Server-SimpleHTTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-POE-Component-Server-SOAP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-POE-Filter-HTTP-Parser www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Reaction www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Role-REST-Client Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTML-Objects www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTMLx-Form-Field-Serial Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTMLx-Form-Related Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-URI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Router-Simple www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-SCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Session-Storage-Secure www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Starlet www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Starman (www/p5-Starman) Updated to 0.4015 2019-11-28 12:09:58 +00:00
p5-SVN-Web Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Task-Catalyst-Tutorial www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Task-CatInABox (www/p5-Task-CatInABox) Updated to 0.04 2019-11-28 12:20:47 +00:00
p5-Tatsumaki www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Template-Extract Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Generate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Multilingual Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Clickable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Clickable-Email Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Subst www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Template-Provider-Encoding Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Stash-EscapeHTML www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Template-Stash-HTML-Entities Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Timer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Toolkit p5-Template-Toolkit: updated to 2.29 2019-08-23 12:36:47 +00:00
p5-Template-Toolkit-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-HTTP-Server-Simple www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Test-LWP-UserAgent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-WWW-Declare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-WWW-Mechanize Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-WWW-Mechanize-Catalyst (www/p5-Test-WWW-Mechanize-Catalyst) Updated to 0.62 2019-11-28 12:39:43 +00:00
p5-Test-WWW-Mechanize-PSGI (www/p5-Test-WWW-Mechanize-PSGI) Updated to 0.39 2019-11-28 12:47:53 +00:00
p5-Twiggy www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-URI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-db Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Escape-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Fetch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Find Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-FromHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Nested Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Query Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-ws www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-VRML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Web-Scraper www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WordPress-XMLRPC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Amazon-Wishlist Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-CSRF Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Curl *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
p5-WWW-Facebook-API Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Form-UrlEncoded (www/p5-WWW-Form-UrlEncoded) Updated to 0.26 2019-11-20 12:42:49 +00:00
p5-WWW-Mechanize (www/p5-WWW-Mechanize) Updated from 1.91 to 1.95 2019-11-20 13:21:39 +00:00
p5-WWW-Mechanize-Cached (www/p5-WWW-Mechanize-Cached) Updated 1.52 2019-11-28 12:52:33 +00:00
p5-WWW-Mechanize-FormFiller Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Mechanize-GZip www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Mechanize-Shell (www/p5-WWW-Mechanize-Shell) Updated 0.58 2019-11-28 13:05:07 +00:00
p5-WWW-Mechanize-Timed www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Pastebin-PastebinCom-Create www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Pastebin-RafbNet-Create www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-RobotRules www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Shorten www: align variable assignments 2019-11-04 22:09:50 +00:00
paros
passenger *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
pear-HTML_Common
pear-HTML_Select
pear-HTML_TreeMenu
pear-HTTP Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-HTTP_Request
pear-HTTP_Request2
php-apcu Drop php71 support 2019-12-16 16:30:13 +00:00
php-apcu4
php-apcu_bc Drop php71 support 2019-12-16 16:30:13 +00:00
php-basercms www: align variable assignments 2019-11-04 22:09:50 +00:00
php-concrete5 Drop php71 support 2019-12-16 16:30:13 +00:00
php-curl *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
php-fpm *: update email for fhajny 2018-12-15 21:12:18 +00:00
php-glpi Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
php-http *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
php-http3 *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
php-ja-wordpress www/php-ja-wordpress: update to 5.3.1 2019-12-16 16:52:40 +00:00
php-nextcloud Update to 17.0.2 2019-12-28 23:07:58 +00:00
php-owncloud Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
php-phalcon PHP_VERSIONS_ACCEPTED clean up 2018-12-15 17:05:29 +00:00
php-phrasea2 www: align variable assignments 2019-11-04 22:09:50 +00:00
php-piwigo
php-propro
php-propro2 Drop php71 support 2019-12-16 16:30:13 +00:00
php-soycms php-soycms: follow redirect 2018-01-14 10:19:38 +00:00
php-tidy
php-tiki6
php-tt-rss www: align variable assignments 2019-11-04 22:09:50 +00:00
php-tt-rss-fever-plugin
php-uploadprogress
phraseanet phraseanet: move PHP_VERSIONS_ACCEPTED before inclusion of phpversion.mk 2018-02-21 12:24:44 +00:00
phraseanet-indexer www: align variable assignments 2019-11-04 22:09:50 +00:00
pound Update HOMEPAGE. 2019-12-24 20:22:17 +00:00
privoxy privoxy: Update to 3.0.28 2019-11-09 14:30:29 +00:00
pup Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
py-aiohttp py-aiohttp: updated to 3.6.2 2019-10-10 07:53:06 +00:00
py-aiohttp-cors py-aiohttp-cors: add version 0.7.0 2019-11-03 00:59:34 +00:00
py-asgiref py-asgiref: updated to 3.2.3 2019-10-31 08:25:02 +00:00
py-autobahn py-autobahn: updated to 19.10.1 2019-10-31 10:10:37 +00:00
py-beautifulsoup www: align variable assignments 2019-11-04 22:09:50 +00:00
py-beautifulsoup4 py-beautifulsoup4: updated to 4.8.2 2020-01-08 21:08:26 +00:00
py-betamax py-betamax: update to 0.8.1. 2018-04-17 10:45:05 +00:00
py-bleach py-bleach: updated to 3.1.0 2019-01-21 12:23:39 +00:00
py-blosxom www: align variable assignments 2019-11-04 22:09:50 +00:00
py-bottle py-bottle: updated to 0.12.17 2019-07-03 19:52:53 +00:00
py-cfscrape py-cfscrape: updated to 2.0.8 2019-09-17 08:34:43 +00:00
py-channels py-channels: updated to 2.3.1 2019-10-31 10:17:07 +00:00
py-cheroot Fix build with various Python versions. 2019-12-21 23:51:56 +00:00
py-cherrypy py-cherrypy: updated to 18.2.0 2019-09-18 20:24:13 +00:00
py-cherrypy17 mk.mk? mk. 2019-11-15 22:51:15 +00:00
py-clearsilver Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-ClientForm Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-cloudfiles www: align variable assignments 2019-11-04 22:09:50 +00:00
py-cookies
py-curl *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
py-daphne py-daphne: updated to 2.4.0 2019-11-26 19:13:01 +00:00
py-django py-django: updated to 1.11.27 2019-12-19 13:39:50 +00:00
py-django-admin-rangefilter py-django-admin-rangefilter: updated to 0.5.0 2019-08-27 09:41:16 +00:00
py-django-admin-sortable2 py-django-admin-sortable2: updated to 0.7.3 2019-08-27 09:44:17 +00:00
py-django-appconf
py-django-appmedia Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-django-celery-beat py-django-celery-beat: updated to 1.4.0 2019-01-07 12:59:35 +00:00
py-django-classy-tags
py-django-cms py-django-cms: updated to 3.5.3 2018-11-20 17:13:32 +00:00
py-django-cmsplugin_gallery py-django-cmsplugin_gallery: updated to 1.0.1 2018-04-07 20:09:37 +00:00
py-django-contrib-comments py-django-contrib-comments: updated to 1.9.1 2019-03-10 15:28:24 +00:00
py-django-cors-headers py-django-cors-headers: updated to 3.2.1 2020-01-08 11:27:01 +00:00
py-django-countries py-django-countries: updated to 5.5 2019-11-05 09:08:09 +00:00
py-django-easy-thumbnails py-django-easy-thumbnails: updated to 2.5 2018-01-11 13:50:39 +00:00
py-django-extensions py-django-extensions: updated to 2.2.5 2019-10-21 11:33:42 +00:00
py-django-filer py-django-filer: mark as not for python-2.7 2019-05-14 06:21:42 +00:00
py-django-filter py-django != py-djangorestframework 2019-12-18 15:43:44 +00:00
py-django-formtools Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-django-import-export py-django-import-export: updated to 1.2.0 2019-01-10 09:26:32 +00:00
py-django-inline-ordering
py-django-js-asset py-django-js-asset: updated to 1.2.2 2019-02-21 16:25:13 +00:00
py-django-kronos
py-django-mptt py-django-mptt: updated to 0.10.0 2019-05-13 15:58:44 +00:00
py-django-photologue Needs pip. 2018-09-25 20:22:54 +00:00
py-django-polymorphic py-django-polymorphic: updated to 2.0.3 2018-10-07 07:13:14 +00:00
py-django-registration py-django-registration: typo in DESCR 2018-10-30 07:13:54 +00:00
py-django-rest-framework-proxy Mark as incompatible with Python 2.7 2019-11-14 17:34:28 +00:00
py-django-reversion py-django-reversion: updated to 2.0.13 2018-02-02 08:08:10 +00:00
py-django-sekizai
py-django-sortedm2m py-django-sortedm2m: added version 1.5.0 2018-03-05 13:59:47 +00:00
py-django-south
py-django-sql-explorer py-django-sql-explorer: updated to 1.1.3 2019-12-15 21:47:20 +00:00
py-django-tagging
py-django-tastypie py-django-tastypie: updated to 0.14.2 2018-09-11 07:51:47 +00:00
py-django-timezone-field Use https for github. 2019-07-03 07:19:03 +00:00
py-django-treebeard py-django-treebeard: updated to 4.3.1 2020-01-08 19:10:04 +00:00
py-django2 py-django2: updated to 2.2.9 2019-12-19 13:40:36 +00:00
py-django14 www: align variable assignments 2019-11-04 22:09:50 +00:00
py-djangocms-admin-style py-djangocms-admin-style: updated to 1.3.0 2019-01-29 08:45:43 +00:00
py-djangocms-attributes-field py-djangocms-attributes-field: updated to 1.0.0 2018-12-13 21:20:38 +00:00
py-djangocms-audio Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangocms-column py-djangocms-column: added version 1.9.0 2018-12-16 14:06:51 +00:00
py-djangocms-file Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangocms-flash
py-djangocms-googlemap Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangocms-icon py-djangocms-icon: added version 1.2.0 2018-12-16 14:05:36 +00:00
py-djangocms-inherit py-djangocms-inherit: updated to 0.2.2 2018-11-20 18:45:35 +00:00
py-djangocms-link py-djangocms-link: updated to 2.3.1 2018-12-22 09:16:33 +00:00
py-djangocms-picture Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangocms-style py-djangocms-style: updated to 2.1.0 2018-11-20 18:48:56 +00:00
py-djangocms-teaser
py-djangocms-text-ckeditor py-djangocms-text-ckeditor: updated to 3.7.0 2018-12-13 21:34:34 +00:00
py-djangocms-video Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangorestframework py-djangorestframework: updated to 3.11.0 2019-12-15 21:38:40 +00:00
py-drf-nested-routers Mark as incompatible with Python 2.7 2019-11-14 17:34:28 +00:00
py-feedgen
py-feedgenerator
py-filebrowser_safe py-filebrowser_safe: updated to 0.5.0 2018-10-26 09:23:31 +00:00
py-flask py-flask: updated to 1.1.1 2019-07-13 09:28:58 +00:00
py-flask-admin py-flask-admin: updated to 1.5.4 2019-11-08 13:20:16 +00:00
py-flask-api py-flask-api: added version 1.1 2019-06-17 20:56:58 +00:00
py-flask-assets
py-flask-babel py-flask-babel: updated to 0.12.2 2018-12-14 08:52:22 +00:00
py-flask-babelex
py-flask-bootstrap
py-flask-caching py-flask-caching: updated to 1.7.2 2019-05-29 20:40:56 +00:00
py-flask-common Mark as incompatible with Python 2.7 2019-11-21 13:27:39 +00:00
py-flask-cors py-flask-cors: updated to 3.0.8 2019-06-10 08:55:42 +00:00
py-flask-debugtoolbar py-flask-debugtoolbar: updated to 0.10.1 2019-06-10 08:58:40 +00:00
py-flask-flatpages py-flask-flatpages: updated to 0.7.1 2019-05-19 08:05:47 +00:00
py-flask-frozen Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-jwt-extended py-flask-jwt-extended: updated to 3.24.1 2019-10-25 09:34:08 +00:00
py-flask-limiter py-flask-limiter: updated to 1.0.1 2018-01-03 07:46:56 +00:00
py-flask-login
py-flask-mail Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-principal Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-rest py-flask-rest: updated to 1.3 2018-01-02 10:36:19 +00:00
py-flask-restful py-flask-restful: updated to 0.3.7 2018-12-21 21:06:30 +00:00
py-flask-restplus py-flask-restplus: updated to 0.13.0 2019-08-26 13:25:58 +00:00
py-flask-script
py-flask-security Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-sqlalchemy py-flask-sqlalchemy: updated to 2.4.1 2019-11-08 13:21:52 +00:00
py-flask-sslify
py-flask-testing py-flask-testing: updated to 0.7.1 2018-01-05 08:22:32 +00:00
py-flask-uploads Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-user py-flask-user: fix pasto in DEPENDS 2019-04-30 05:57:33 +00:00
py-flask-webpack
py-flask-wtf www: align variable assignments 2019-11-04 22:09:50 +00:00
py-flup py-flup: updated to 1.0.3 2018-09-05 08:18:23 +00:00
py-FormEncode py-FormEncode: BUILD_DEPENDS -> TEST_DEPENDS 2019-11-28 06:30:51 +00:00
py-furl py-furl: updated to 2.1.0 2019-09-21 13:09:38 +00:00
py-gdata Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-genshi py-genshi: updated to 0.7.3 2019-08-26 15:11:46 +00:00
py-google-api-python-client *: py-cachetools only supports python 3.x now, pass down to dependencies 2020-01-09 14:21:06 +00:00
py-google-apitools py-google-apitools: updated to 0.5.30 2019-07-02 10:08:19 +00:00
py-graphite-web www: align variable assignments 2019-11-04 22:09:50 +00:00
py-grappelli_safe py-grappelli_safe: updated to 0.5.2 2019-07-03 19:55:56 +00:00
py-gunicorn py-gunicorn: updated to 20.0.4 2019-12-04 12:57:06 +00:00
py-h2 py-h2: updated to 3.1.1 2020-01-08 19:08:18 +00:00
py-h11 py-h11: updated to 0.9.0 2019-05-31 17:37:17 +00:00
py-hstspreload py-hstspreload: added version 2020.1.7 2020-01-08 20:53:28 +00:00
py-HTMLgen www: align variable assignments 2019-11-04 22:09:50 +00:00
py-http-parser
py-http_ece www/py-http_ece: Import http_ece-1.0.5 2018-07-31 16:44:21 +00:00
py-httpbin Mark as incompatible with Python 2.7 2019-11-21 13:27:39 +00:00
py-httpie py-httpie: updated to 1.0.3 2019-08-27 06:01:23 +00:00
py-httplib2 py-httplib2: update to 0.15.0. 2020-01-04 19:05:39 +00:00
py-httptools py-httptools: updated to 0.0.13 2019-03-25 08:56:23 +00:00
py-httpx py-httpx: added version 0.10.1 2020-01-08 20:54:27 +00:00
py-hyperframe py-hyperframe: updated to 5.2.0 2019-05-02 08:37:52 +00:00
py-hyperlink Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
py-idna py-idna: update to 2.8. 2018-12-10 11:03:10 +00:00
py-idna_ssl Unbreak scan stage. 2018-08-28 13:44:00 +00:00
py-ipywidgets py-ipywidgets: added version 7.5.1 2019-08-21 12:41:24 +00:00
py-jonpy Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-landslide py-landslide: updated to 1.1.6 2019-07-02 04:19:59 +00:00
py-livereload py-livereload: updated to 2.6.1 2019-05-31 17:34:34 +00:00
py-MechanicalSoup py-MechanicalSoup: updated to 0.11.0 2018-12-03 19:59:32 +00:00
py-mechanize py-mechanize: update to 0.4.5. 2020-01-08 17:33:51 +00:00
py-meinheld py-meinheld: updated to 1.0.1 2019-08-26 13:41:17 +00:00
py-meld3 py-meld3: updated to 2.0.0 2019-12-11 13:43:31 +00:00
py-mezzanine py-mezzanine: updated to 4.3.1 2018-10-26 09:27:09 +00:00
py-mod_wsgi py-mod_wsgi: updated to 4.6.7 2019-07-03 19:50:33 +00:00
py-model_mommy py-model_mommy: updated to 2.0.0 2019-11-14 18:30:10 +00:00
py-moin Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-nbconvert py-nbconvert: updated to 5.6.1 2019-11-08 13:13:45 +00:00
py-nbformat Use https for jupyter.org. 2019-07-22 08:42:49 +00:00
py-nevow py-nevow: updated to 0.14.5 2020-01-08 21:37:58 +00:00
py-notebook py-notebook: updated to 6.0.2 2019-11-08 13:15:37 +00:00
py-parsel py-parsel: updated to 1.5.2 2019-08-12 20:04:22 +00:00
py-paste py-paste: updated to 3.2.3 2019-12-03 17:27:53 +00:00
py-PasteDeploy py-PasteDeploy: updated to 2.0.1 2018-12-14 13:29:28 +00:00
py-PasteScript
py-pelican Switch sphinx to versioned deps. 2019-10-21 22:11:33 +00:00
py-publicsuffix2 Needs py-requests. 2019-12-19 22:25:45 +00:00
py-purl py-purl: added version 1.5 2019-09-02 07:33:23 +00:00
py-pylint-django py-pylint-django: updated to 2.0.13 2019-11-24 11:31:08 +00:00
py-pystache
py-python-digest www: align variable assignments 2019-11-04 22:09:50 +00:00
py-python-mimeparse
py-python3-digest
py-pywebdav Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-raven py-raven: updated to 6.10.0 2019-02-18 11:44:22 +00:00
py-recaptcha www: align variable assignments 2019-11-04 22:09:50 +00:00
py-rfc3986 py-rfc3986: added version 1.3.2 2020-01-08 19:58:20 +00:00
py-robobrowser Use https for readthedocs.io. 2019-07-09 11:35:14 +00:00
py-Routes
py-rss2gen
py-sanic py-sanic: updated to 19.12.2 2020-01-08 21:03:21 +00:00
py-scgi www: align variable assignments 2019-11-04 22:09:50 +00:00
py-scrapy py-scrapy: updated to 1.7.3 2019-08-22 08:21:11 +00:00
py-selenium py-selenium: Skip Linux shared libraries for SSP checks too. 2018-10-19 15:24:50 +00:00
py-simpletal www: align variable assignments 2019-11-04 22:09:50 +00:00
py-soupsieve py-soupsieve: updated to 1.9.5 2019-11-13 20:42:23 +00:00
py-sparqlwrapper www: align variable assignments 2019-11-04 22:09:50 +00:00
py-static
py-swiftclient py-swiftclient: BUILD_DEPENDS on py-pbr 2018-09-27 22:29:32 +00:00
py-swish-e Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-terminado py-terminado: updated to 0.8.2 2019-04-04 07:26:25 +00:00
py-test-django py-test-django: updated to 3.7.0 2019-11-13 20:56:56 +00:00
py-test-httpbin Mark as incompatible with Python 2.7 2019-11-21 13:27:39 +00:00
py-tornado Forget about Python 3.4 2019-05-02 09:27:09 +00:00
py-trytond-web-user
py-trytond-webdav www: align variable assignments 2019-11-04 22:09:50 +00:00
py-twill www: align variable assignments 2019-11-04 22:09:50 +00:00
py-uliweb Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-urllib3 py-urllib3: updated to 1.25.7 2019-11-13 06:59:32 +00:00
py-URLObject
py-uvicorn py-uvicorn: added version 0.11.1 2020-01-08 20:58:29 +00:00
py-uwsgi py-uwsgi: fix build on SunOS 2019-05-05 17:55:34 +00:00
py-uwsgitop py-uwsgitop: updated to 0.11 2019-01-15 22:15:37 +00:00
py-w3lib py-w3lib: updated to 1.21.0 2019-08-12 20:03:01 +00:00
py-waitress py-waitress: updated to 1.3.1 2019-09-13 09:53:30 +00:00
py-webassets www: align variable assignments 2019-11-04 22:09:50 +00:00
py-webcolors py-webcolors: update to version 1.10 2019-11-18 04:47:09 +00:00
py-WebOb py-WebOb: updated to 1.8.5 2019-01-05 00:17:07 +00:00
py-webpy www: align variable assignments 2019-11-04 22:09:50 +00:00
py-websocket-client py-websocket-client: updated to 0.57.0 2020-01-08 21:05:56 +00:00
py-websockets py-websockets: updated to 8.1 2019-11-26 19:08:55 +00:00
py-WebTest py-WebTest: updated to 2.0.33 2019-02-15 13:01:22 +00:00
py-werkzeug py-werkzeug: updated to 0.16.0 2019-10-11 16:29:17 +00:00
py-werkzeug-docs py-werkzeug-docs: reflect dependency change 2019-11-14 05:25:43 +00:00
py-whitenoise py-whitenoise: updated to 4.1.4 2019-11-13 21:01:37 +00:00
py-WSGIProxy2 py-WSGIProxy2: updated to 0.4.6 2019-02-26 11:27:17 +00:00
py-wsproto py-wsproto: updated to 0.14.1 2019-05-31 20:57:05 +00:00
py-wstools py-wstools: added version 0.4.8 2018-04-12 10:24:34 +00:00
py-wtforms py-wtforms: Update to 2.2.1. 2018-11-12 12:25:51 +00:00
py-wtforms-alchemy
py-wtforms-components www: align variable assignments 2019-11-04 22:09:50 +00:00
py-wtforms-recaptcha
py-wtforms-test
py-yarl py-yarl: updated to 1.4.2 2019-12-11 09:00:36 +00:00
py-zope.proxy Use https for github. 2019-07-03 07:19:03 +00:00
qDecoder www: align variable assignments 2019-11-04 22:09:50 +00:00
R-curl *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
R-gh R-gh: initial commit 2019-08-09 19:08:32 +00:00
R-htmlwidgets Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-httpuv Spell include path correctly, even though it is not actually used. 2019-12-19 22:25:27 +00:00
R-httr Fix missing dependency. 2019-12-18 12:45:55 +00:00
R-miniUI R-miniUI: initial commit 2019-08-09 20:54:28 +00:00
R-shiny R-shiny: initial commit 2019-08-09 20:52:49 +00:00
R-shinyjs R-shinyjs: initial commit 2019-08-09 20:53:39 +00:00
raggle
ramaze
rekonq *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ruby-actioncable51 www/ruby-actioncable51: update to 5.1.6.2 2019-04-14 10:23:18 +00:00
ruby-actioncable52 www/ruby-actioncable52: update to 5.2.3 2019-04-14 10:33:01 +00:00
ruby-actionpack42 www/ruby-actionpack42: update to 4.2.11.1 2019-04-14 10:14:25 +00:00
ruby-actionpack51 www/ruby-actionpack51: update to 5.1.6.2 2019-04-14 10:22:51 +00:00
ruby-actionpack52 www/ruby-actionpack52: update to 5.2.3 2019-04-14 10:32:37 +00:00
ruby-actionview42 www/ruby-actionview42: update to 4.2.11.1 2019-04-14 10:13:39 +00:00
ruby-actionview51 www/ruby-actionview51: update to 5.1.6.2 2019-04-14 10:22:11 +00:00
ruby-actionview52 www/ruby-actionview52: update to 5.2.3 2019-04-14 10:31:52 +00:00
ruby-borges www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-capybara *: remove references to ruby 2.3 2019-04-15 06:11:32 +00:00
ruby-clearsilver Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ruby-coffee-rails www/ruby-coffee-rails: add package version 4.2.2 2019-03-03 15:45:40 +00:00
ruby-compass www/ruby-compass: update dependencies 2019-03-16 14:17:20 +00:00
ruby-compass-core www/ruby-compass-core: update dependency to ruby-sass34 2019-02-24 16:24:55 +00:00
ruby-compass-import-once www/ruby-compass-import-once: update dependency to ruby-sass34 2019-02-24 16:26:21 +00:00
ruby-compass-susy-plugin
ruby-cookiejar
ruby-crass www/ruby-crass: update to 1.0.3 2018-05-06 02:25:43 +00:00
ruby-css-parser
ruby-cssmin
ruby-csspool
ruby-div
ruby-em-http-request
ruby-em-websocket www/ruby-em-websocket: add missing dependency 2018-03-21 14:14:49 +00:00
ruby-erubis
ruby-faraday www/ruby-faraday: update to 0.15.3 2018-09-23 16:51:55 +00:00
ruby-faraday_middleware
ruby-faye-websocket
ruby-fcgi
ruby-htmlsplit
ruby-http ruby-http: update to 3.3.0. 2018-04-29 14:58:29 +00:00
ruby-http-cookie
ruby-http-form_data www/ruby-http-form_data: update to 2.1.1 2018-09-23 16:52:58 +00:00
ruby-http_parser.rb
ruby-http_router
ruby-httpclient
ruby-innate
ruby-jekyll fix spelling 2020-01-12 21:35:54 +00:00
ruby-jekyll-archives *: remove references to ruby 2.3 2019-04-15 06:11:32 +00:00
ruby-jekyll-coffeescript www/ruby-jekyll-coffeescript: update to 1.1.1 2018-03-13 17:46:30 +00:00
ruby-jekyll-feed Update to 0.12.1 2019-10-05 04:52:16 +00:00
ruby-jekyll-gist www/ruby-jekyll-gist: update to 1.5.0 2018-03-13 17:39:48 +00:00
ruby-jekyll-minima Update to 2.5.1 2019-10-05 05:05:54 +00:00
ruby-jekyll-paginate
ruby-jekyll-sass-converter Update to 2.0.1 2019-10-05 04:58:42 +00:00
ruby-jekyll-seo-tag Update to 2.6.1 2019-10-05 04:55:09 +00:00
ruby-jekyll-watch www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-jquery-rails www/ruby-jquery-rails: fix DEPENDS format 2019-03-05 22:35:31 +00:00
ruby-jsmin
ruby-liquid
ruby-loofah www/ruby-loofah: update to 2.3.1 2019-10-22 16:24:20 +00:00
ruby-mechanize www/ruby-mechanize: update to 2.7.6 2018-09-23 16:53:58 +00:00
ruby-multipart-post
ruby-mustermann www/ruby-mustermann: update to 1.0.3 2018-09-23 16:55:04 +00:00
ruby-net-http-digest_auth
ruby-net-http-persistent ruby-net-http-persistent: Adjust ruby-connection_pool dependency pattern 2019-07-08 16:26:39 +00:00
ruby-ntlm-http
ruby-padrino www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-admin www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-cache www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-contrib
ruby-padrino-core www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-gen www/ruby-padrino-gen: switch to depends on ruby-bundler1 2019-03-05 07:52:19 +00:00
ruby-padrino-helpers www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-mailer www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-support www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-patron *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ruby-puma www/ruby-puma: update to 4.3.1 2019-12-16 17:02:54 +00:00
ruby-pygments.rb www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-rack www/ruby-rack: update to 2.0.6 2019-02-03 15:51:31 +00:00
ruby-rack-cache www/ruby-rack-cache: update to 1.8.0 2018-09-23 17:03:33 +00:00
ruby-rack-contrib www/ruby-rack-contrib: update to 2.1.0 2019-02-03 15:57:27 +00:00
ruby-rack-protection www/ruby-rack-protection: update to 2.0.4 2018-09-23 17:06:28 +00:00
ruby-rack-rewrite
ruby-rack-ssl
ruby-rack-test www/ruby-rack-test: fix dependency 2019-03-03 16:48:19 +00:00
ruby-rack-test06 www/ruby-rack-test06: re-add ruby-rack-test 0.6.3 2019-03-03 14:35:21 +00:00
ruby-rack14
ruby-rack16 www/ruby-rack16: update to 1.6.11 2019-02-03 15:53:03 +00:00
ruby-rails-deprecated_sanitizer lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-rails-html-sanitizer www/ruby-rails-html-sanitizer: update to 1.0.4 2018-03-23 14:06:32 +00:00
ruby-rails42 ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible and 2019-12-25 00:17:23 +00:00
ruby-rails51 ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible and 2019-12-25 00:17:23 +00:00
ruby-rails52 ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible and 2019-12-25 00:17:23 +00:00
ruby-raindrops
ruby-rest-client www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-robots Use https for github. 2019-07-03 07:19:03 +00:00
ruby-rouge ruby-rouge: update to 3.14.0. 2019-12-12 15:35:04 +00:00
ruby-sass Use https for sass-lang.com. 2019-07-15 16:14:29 +00:00
ruby-sass-listen www/ruby-sass-listen: update dependency to ruby-rb-inotify 2019-03-16 14:14:48 +00:00
ruby-sass-rails www/ruby-sass-rails: drop ruby24 2019-12-27 03:17:53 +00:00
ruby-sass34 Use https for sass-lang.com. 2019-07-15 16:14:29 +00:00
ruby-sassc Don't force LTO. At least with Clang, the linker also needs to support 2019-12-25 00:14:15 +00:00
ruby-sawyer
ruby-selenium-webdriver www/ruby-selenium-webdriver: update to 3.141.0 2019-01-20 14:59:32 +00:00
ruby-sinatra www/ruby-sinatra: update to 2.0.5 2019-02-06 14:54:35 +00:00
ruby-sinatra-contrib www/ruby-sinatra-contrib: drop dependency to activesupport 2019-03-03 17:36:06 +00:00
ruby-staticmatic
ruby-tag
ruby-unicorn www/ruby-unicorn: update to 5.4.1 2018-09-23 17:01:05 +00:00
ruby-url_mount www: allow use of ruby25 2018-01-08 22:09:48 +00:00
ruby-webkit-gtk ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-webkit-gtk2 ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-webrobots
ruby-websocket www/ruby-websocket: update to 1.2.8 2018-09-23 17:02:04 +00:00
ruby-websocket-driver
ruby-websocket-extensions ruby-websocket-extensions: update to 0.1.3. 2018-02-18 05:46:58 +00:00
ruby-webunit www: align variable assignments 2019-11-04 22:09:50 +00:00
sassc sassc: updated to 3.6.1 2019-07-01 19:15:02 +00:00
screws www: align variable assignments 2019-11-04 22:09:50 +00:00
seamonkey seamonkey: switch license to MPL-2.0 2019-11-12 18:12:49 +00:00
seamonkey-l10n seamonkey-l10n: Update to 2.49.5 2019-11-09 12:44:07 +00:00
serf self: catch up with scons update; support building with python 3 2019-01-02 17:25:05 +00:00
shibboleth-sp *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
siege www: align variable assignments 2019-11-04 22:09:50 +00:00
sitecopy sitecopy: broken with openssl 1.1, disable ssl configure option 2019-09-09 08:39:15 +00:00
snarf
snownews snownews: Needs pkg-config 2019-09-20 09:22:06 +00:00
SOGo *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
SOGo4 *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
spawn-fcgi spawn-fcgi: Update to 1.6.4 2019-10-06 13:10:39 +00:00
spdylay
SpeedyCGI www: align variable assignments 2019-11-04 22:09:50 +00:00
sqtop
squid3 www: align variable assignments 2019-11-04 22:09:50 +00:00
squid4 Fix kqueue fallout on NetBSD current. 2020-01-10 21:22:22 +00:00
squidanalyzer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
squidclamav Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
squidGuard www: align variable assignments 2019-11-04 22:09:50 +00:00
squidpurge
squidview www: align variable assignments 2019-11-04 22:09:50 +00:00
squirm
stagit www/stagit: import stagit-0.9.2. 2019-06-19 10:04:58 +00:00
surfraw Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
swiftsurf Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
swiggle *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
swill
swish-e Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
tcl-cgi Sort PLIST files. 2018-01-01 22:29:15 +00:00
termtter
thin
thoth
thoth-delicious
thttpd www: align variable assignments 2019-11-04 22:09:50 +00:00
tidy tidy: Backport a patch from upstream to address CVE-2017-17497 2018-10-13 11:14:38 +00:00
tinyproxy all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
trac Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
trafficserver *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
tscrape tscrape: Update to 0.3 2019-08-18 16:00:12 +00:00
typo3_62 www/typo3_62: it supports php56 only 2019-12-15 18:25:22 +00:00
uhttpmock *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
urlget Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users. 2019-12-01 05:18:55 +00:00
urlgrabber Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
varnish Specify correct name of rst2xxx binaries. 2019-12-19 22:26:02 +00:00
viewvc Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
vimb vimb: Update to 3.6.0 2020-01-03 14:55:27 +00:00
visitors Sort PLIST files. 2018-01-01 22:29:15 +00:00
w3
w3c-httpd www: align variable assignments 2019-11-04 22:09:50 +00:00
w3m Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
w3m-img
waplet Sort PLIST files. 2018-01-01 22:29:15 +00:00
wApua Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wdg-validate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
webalizer all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
webby
webkit-gtk *: Enable Wayland where supported in GTK and Firefox. 2020-01-05 17:55:21 +00:00
webkit24-gtk Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
webkit24-gtk3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
weblint Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
webnew HOMEPAGE is alive 2019-12-01 05:29:31 +00:00
websvn Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
weex
whisker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiliki
wmd
wordpress Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
wslay wslay: updated to 1.1.0 2018-06-24 09:15:44 +00:00
www6to4
wwwcount Sort PLIST files. 2018-01-01 22:29:15 +00:00
wwwoffle www: align variable assignments 2019-11-04 22:09:50 +00:00
yahttp *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
yaws Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
z-push Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
zopeedit PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
Makefile py-uvicorn: added version 0.11.1 2020-01-08 20:58:29 +00:00