pkgsrc/www
wiz 09c8cb3844 apache: update to 2.4.43.
Changes with Apache 2.4.43

  *) mod_ssl: Fix memory leak of OCSP stapling response. [Yann Ylavic]

Changes with Apache 2.4.42

  *) mod_proxy_http: Fix the forwarding of requests with content body when a
     balancer member is unavailable; the retry on the next member was issued
     with an empty body (regression introduced in 2.4.41). PR63891.
     [Yann Ylavic]

  *) mod_http2: Fixes issue where mod_unique_id would generate non-unique request
     identifier under load, see <https://github.com/icing/mod_h2/issues/195>.
     [Michael Kaufmann, Stefan Eissing]

  *) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}.
     PR64140. [Renier Velazco <renier.velazco upr.edu>]

  *) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info".
     PR64172.

  *) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure
     to allow customization of the usertrack cookie. PR64077.
     [Prashant Keshvani <prashant2400 gmail.com>, Eric Covener]

  *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
     AJP13 authentication.  PR 53098. [Dmitry A. Bakshaev <dab1818 gmail com>]

  *) mpm_event: avoid possible KeepAliveTimeout off by -100 ms.
     [Eric Covener, Yann Ylavic]

  *) Add a config layout for OpenWRT. [Graham Leggett]

  *) Add support for cross compiling to apxs. If apxs is being executed from
     somewhere other than its target location, add that prefix to includes and
     library directories. Without this, apxs would fail to find config_vars.mk
     and exit. [Graham Leggett]

  *) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github
     issue mod_md#172 (https://github.com/icing/mod_md/issues/172).
     [Michael Kaufmann <mail michael-kaufmann.ch>, Stefan Eissing]

  *) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.
     [Graham Leggett]

  *) mod_ssl: Support use of private keys and certificates from an
     OpenSSL ENGINE via PKCS#11 URIs in SSLCertificateFile/KeyFile.
     [Anderson Sasaki <ansasaki redhat.com>, Joe Orton]

  *) mod_md:
     - Prefer MDContactEmail directive to ServerAdmin for registration. New directive
       thanks to Timothe Litt (@tlhackque).
     - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now
       check all matching virtual hosts for protocol support. Thanks to @mkauf.
     - Corrected a check when OCSP stapling was configured for hosts
       where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm).
     - Softening the restrictions where mod_md configuration directives may appear. This should
       allow for use in <If> and <Macro> sections. If all possible variations lead to the configuration
       you wanted in the first place, is another matter.
     [Michael Kaufmann <mail michael-kaufmann.ch>, Timothe Litt (@tlhackque),
      Michal Karm Babacek (@Karm), Stefan Eissing (@icing)]

  *) test: Added continuous testing with Travis CI.
     This tests various scenarios on Ubuntu with the full test suite.
     Architectures tested: amd64, s390x, ppc64le, arm64
     The tests pass successfully.
     [Luca Toscano, Joe Orton, Mike Rumph, and others]

  *) core: Be stricter in parsing of Transfer-Encoding headers.
     [ZeddYu <zeddyu.lu gmail.com>, Eric Covener]

  *) mod_ssl: negotiate the TLS protocol version per name based vhost
     configuration, when linked with OpenSSL-1.1.1 or later. The base vhost's
     SSLProtocol (from the first vhost declared on the IP:port) is now only
     relevant if no SSLProtocol is declared for the vhost or globally,
     otherwise the vhost or global value apply.  [Yann Ylavic]

  *) mod_cgi, mod_cgid: Fix a memory leak in some error cases with large script
     output.  PR 64096.  [Joe Orton]

  *) config: Speed up graceful restarts by using pre-hashed command table. PR 64066.
     [Giovanni Bechis <giovanni paclan.it>, Jim Jagielski]

  *) mod_systemd: New module providing integration with systemd.  [Jan Kaluza]

  *) mod_lua: Add r:headers_in_table, r:headers_out_table, r:err_headers_out_table,
     r:notes_table, r:subprocess_env_table as read-only native table alternatives
     that can be iterated over. [Eric Covener]

  *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection.
     [Yann Ylavic, Stefan Eissing]

  *) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env,
     r.headers_out, etc) to remove the key from the table. PR63971.
     [Eric Covener]

  *) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the
     ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct`
     always `on`, regardless of configuration. Found and reported by
     <Armin.Abfalterer@united-security-providers.ch> and
     <Marcial.Rion@united-security-providers.ch>. [Stefan Eissing]

  *) mod_http2: Multiple field length violations in the same request no longer cause
     several log entries to be written. [@mkauf]

  *) mod_ssl: OCSP does not apply to proxy mode.  PR 63679.
     [Lubos Uhliarik <luhliari redhat.com>, Yann Ylavic]

  *) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469
     [Jim Jagielski]

  *) mod_authn_socache: Increase the maximum length of strings that can be cached by
     the module from 100 to 256.  PR 62149 [<thorsten.meinl knime.com>]

  *) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503
     [Ruediger Pluem, Eric Covener]

  *) core: On Windows, fix a start-up crash if <IfFile ...> is used with a path that is not
     valid (For example, testing for a file on a flash drive that is not mounted)
     [Christophe Jaillet]

  *) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which
     means 'foo' is "not acceptable".  PR 58158 [Chistophe Jaillet]

  *) mod_md v2.2.3:
     - Configuring MDCAChallenges replaces any previous existing challenge configuration. It
       had been additive before which was not the intended behaviour. [@mkauf]
     - Fixing order of ACME challenges used when nothing else configured. Code now behaves as
       documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this.
     - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik].
     - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted
       "transfer-encoding" to POST requests. This failed in directy communication with
       Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing]

  *) mod_md: Adding the several new features.
     The module offers an implementation of OCSP Stapling that can replace fully or
     for a limited set of domains the existing one from mod_ssl. OCSP handling
     is part of mod_md's monitoring and message notifications. If can be used
     for sites that do not have ACME certificates.
     The url for a CTLog Monitor can be configured. It is used in the server-status
     to link to the external status page of a certicate.
     The MDMessageCmd is called with argument "installed" when a new certificate
     has been activated on server restart/reload. This allows for processing of
     the new certificate, for example to applications that require it in different
     locations or formats.
     [Stefan Eissing]

  *) mod_proxy_balancer: Fix case-sensitive referer check related to CSRF/XSS
     protection. PR 63688. [Armin Abfalterer <a.abfalterer gmail.com>]
2020-04-06 08:27:26 +00:00
..
adzap *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
aipo Don't replace archive by directory during extraction 2020-03-18 18:03:29 +00:00
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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ap-auth-kerb *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ap-auth-mellon *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ap-authnz-crowd *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ap-mono www: align variable assignments 2019-11-04 22:09:50 +00:00
ap-php *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ap-rpaf
ap2-auth-mellon *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ap2-encoding www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-fcgid
ap2-jk all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +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 bump for libffi 2020-03-08 16:47:24 +00:00
ap2-perl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ap22-dnssd librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
ap24-authnz-external Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
apache-roller all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
apache-tomcat6 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
apache-tomcat7 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
apache-tomcat8 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
apache-tomcat9 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
apache-tomcat55 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
apache-tomcat85 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
apache24 apache: update to 2.4.43. 2020-04-06 08:27:26 +00:00
apachetop Adjust for kqueue interface change on NetBSD. 2019-12-21 23:51:30 +00:00
asp2php
august
aws *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
aws-demos *: recursive bump for libffi 2020-03-08 16:47:24 +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 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
blur6ex
bozohttpd *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
browser-bookmarks-menu *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
c-icap *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
c-icap-modules *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
cadaver *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
caddy Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
calamaris Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
camping
cgic
cgicc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
cgilib all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cgit Udate to cgit-1.2.3 2020-03-31 13:59:32 +00:00
checkbot checkbout: Update to 1.80 2020-04-01 10:21:32 +00:00
cherokee *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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.34.0 2020-03-31 15:40:54 +00:00
clisp-fastcgi
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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
crawl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
cronolog www: align variable assignments 2019-11-04 22:09:50 +00:00
curl curl: updated to 7.69.1 2020-03-11 08:30:36 +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 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
dillo *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
drraw all: migrate homepages from http to https 2020-01-26 17:30:40 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
elinks *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
eliom *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 epiphany: Needs itstool 2020-03-29 12:21:56 +00:00
fcgi
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 to 74.0.1 2020-04-04 02:37:30 +00:00
firefox-esr www: Add firefox-esr 2020-01-15 20:42:10 +00:00
firefox-l10n firefox-l10n: Update to 74.0.1 2020-04-04 02:39:17 +00:00
firefox52 Fix build with libc++ by making the template wrapper do what it is 2020-03-30 19:46:01 +00:00
firefox52-l10n firefox*-l10n: Avoid building these if Firefox doesn't get built. 2020-03-13 15:46:21 +00:00
firefox60 Fix build with libc++ by making the template wrapper do what it is 2020-03-30 19:46:01 +00:00
firefox60-l10n firefox*-l10n: Avoid building these if Firefox doesn't get built. 2020-03-13 15:46:21 +00:00
firefox68 firefox68: Update to 68.6.1 2020-04-04 15:26:42 +00:00
firefox68-l10n firefox68-l10n: Update to 68.6.1 2020-04-04 17:02:34 +00:00
gallery *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gallery2 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ganglia-webfrontend *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
geckodriver Rename EFFECTIVE_MAKE_JOBS -> _MAKE_JOBS_N, suggested by gdt. 2020-01-19 18:20:45 +00:00
geeklog all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
gitea gitea: Update to 1.11.4 2020-04-05 13:33:26 +00:00
gitweb git: updated to 2.23.0 2019-08-20 13:00:02 +00:00
gnurl *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
go-ace Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-cssmin Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-fasthttp Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-gogs-client Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-gohtml Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-libsass Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-minify Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-mux Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-parse Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-spritewell Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-tocss Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-toml-burntsushi Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-toml-pelletier Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-urlesc Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-webhooks Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
goaccess goaccess: Add patch for user-name options and rc.d script 2020-03-30 11:31:25 +00:00
grafana Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
gtkasp2php www: align variable assignments 2019-11-04 22:09:50 +00:00
gtkhtml314 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
guile-haunt Add www/guile-haunt version 0.2.4 2019-11-26 18:10:55 +00:00
gwt
h2o h2o: Update to 2.2.6 and build shared libraries. 2020-03-21 14:16:04 +00:00
haskell-cgi
heel www/heel: update to 3.2.1 2018-12-17 15:11:47 +00:00
hiawatha
horde www: align variable assignments 2019-11-04 22:09:50 +00:00
hs-cookie Import cookie-0.4.5 2020-01-15 16:55:54 +00:00
hs-HTTP Remove dependency on devel/hs-mtl and devel/hs-parsec 2020-01-11 10:25:05 +00:00
hs-http-client Import http-client-0.6.4 2020-01-16 13:37:14 +00:00
hs-http-client-tls Import http-client-tls-0.3.5.3 2020-01-17 15:17:55 +00:00
hs-http-types Import http-types-0.12.3 from wip 2020-01-15 18:14:05 +00:00
hs-xss-sanitize Import xss-sanitize-0.3.6 2020-01-19 10:49:46 +00:00
htdavlock htdavlock: needs apache 2020-03-16 14:27:57 +00:00
htdig *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
htmlcxx *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
htmldoc *: recursive bump for libffi 2020-03-08 16:47:24 +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.4. 2020-03-31 17:01:13 +00:00
http_load *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
hugo Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
ies4linux www: align variable assignments 2019-11-04 22:09:50 +00:00
ijb
ikiwiki Fix WRKSRC (no WikiCase needed with this tarball). 2020-02-15 15:22:21 +00:00
jalbum sun-jdk6, sun-jre6: remove 2019-05-02 08:36:09 +00:00
jetty7
jetty9 all: migrate homepages from http to https 2020-01-26 17:30:40 +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 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
khtml librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kimagemapeditor librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kjs librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kjsembed librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kore *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
lhs *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
libecap all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libghttp
libgtkhtml librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
libmediawiki librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
libmicrohttpd libmicrohttpd: Update to 0.9.70 2020-03-24 16:25:42 +00:00
libmrss *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libproxy libproxy: Doesn't need gmake 2020-03-27 08:54:47 +00:00
libpsl libpsl: updated to 0.21.0 2020-02-24 19:46:23 +00:00
librest07 librest07: improve HOMEPAGE 2020-03-11 15:30:59 +00:00
libsass libsass: updated to 3.6.3 2019-11-04 12:56:39 +00:00
libwww all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
liferea librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
lighttpd lighttpd: use https 2020-03-20 11:45:01 +00:00
links *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
links-gui librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
litmus litmus: Disable SSL support, broken with OpenSSL 1.1 2020-03-01 18:07:51 +00:00
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.4. 2020-03-30 10:06:38 +00:00
lua-curl *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
lynx *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
make_album Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
matcha-sns all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
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 *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
mimetex www: align variable assignments 2019-11-04 22:09:50 +00:00
mini_httpd *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mknmz-wwwoffle all: migrate homepages from http to https 2020-01-26 17:30:40 +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 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
nanoblogger-extra *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
neon *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
netscape www: align variable assignments 2019-11-04 22:09:50 +00:00
netsurf librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
nghttp2 nghttp2: add Makefile.common 2020-03-30 14:00:09 +00:00
nghttp2-tools nghttp2-tools: remove duplicate distinfo 2020-03-30 13:59:43 +00:00
nginx nginx: added geoip option; behave correctly with "make mdi" 2020-03-10 08:20:31 +00:00
nginx-devel nginx-devel: updated to 1.17.9 2020-03-10 08:21:34 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ns-remote
nsm www/nsm: Update to version 2.0.1 2020-01-09 11:28:37 +00:00
nspluginwrapper librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +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 bump for libffi 2020-03-08 16:47:24 +00:00
ocaml-http all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ocaml-uri www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
otter-browser librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +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 p5-CGI-Simple: Update to 1.25 2020-03-25 11:07:21 +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 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +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 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +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 www/p5-libapreq2: remove ignored SUBST block 2020-03-22 21:21:05 +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 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +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 bump for libffi 2020-03-08 16:47:24 +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 bump for libffi 2020-03-08 16:47:24 +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 Resolve conflict with std::this_thread. 2020-03-27 20:51:23 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
php-curl *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
php-fpm *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
php-glpi all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
php-http *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
php-http3 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
php-ja-wordpress www/php-ja-wordpress: update to 5.3.1 2019-12-16 16:52:40 +00:00
php-nextcloud php-nextcloud: Update to 18.0.3 2020-04-04 07:25:44 +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 php-phrasea2: override CXX instead of LIBTOOL. Suggested by joerg@. 2020-03-22 20:33:29 +00:00
php-piwigo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
php-propro
php-propro2 Drop php71 support 2019-12-16 16:30:13 +00:00
php-soycms *: Remove mysql51 - EOL since 2013, completely broken with OpenSSL 1.1 2020-03-13 10:05:41 +00:00
php-tidy
php-tiki6 *: Remove mysql51 - EOL since 2013, completely broken with OpenSSL 1.1 2020-03-13 10:05:41 +00:00
php-tt-rss www: align variable assignments 2019-11-04 22:09:50 +00:00
php-tt-rss-fever-plugin
php-uploadprogress
phraseanet all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
phraseanet-indexer www: align variable assignments 2019-11-04 22:09:50 +00:00
pound *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
privoxy all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pup Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +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.6 2020-03-24 06:58:46 +00:00
py-autobahn py-autobahn: updated to 20.1.2 2020-01-23 14:33:18 +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-bleach py-bleach: updated to 3.1.3 2020-03-18 10:08:16 +00:00
py-blosxom all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-bottle py-bottle: updated to 0.12.18 2020-02-11 17:26:04 +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.4.0 2020-02-01 20:41:42 +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 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-cloudfiles www: align variable assignments 2019-11-04 22:09:50 +00:00
py-cookies
py-curl *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
py-daphne py-daphne: updated to 2.4.1 2020-02-01 20:39:42 +00:00
py-django py-django: updated to 1.11.29 2020-03-12 16:22:38 +00:00
py-django-admin-rangefilter py-django-admin-rangefilter: updated to 0.5.4 2020-02-24 16:14:19 +00:00
py-django-admin-sortable2 py-django-admin-sortable2: updated to 0.7.5 2020-02-24 16:16:00 +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-classy-tags: updated to 1.0.0 2020-02-02 06:33:09 +00:00
py-django-cms py-django-cms: updated to 3.7.1 2020-02-03 20:36:17 +00:00
py-django-cmsplugin_gallery py-django-cmsplugin_gallery: updated to 1.1.7 2020-02-19 11:09:52 +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-extensions py-django-extensions: updated to 2.2.8 2020-02-11 17:15:35 +00:00
py-django-filer py-django-filer: updated to 1.7.0 2020-02-22 06:55:01 +00:00
py-django-filter py-django != py-djangorestframework 2019-12-18 15:43:44 +00:00
py-django-formtools py-django-formtools: updated to 2.2 2020-02-02 06:37:33 +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.11.0 2020-02-19 09:56:48 +00:00
py-django-photologue Ignore requirements when they just break things. 2020-02-23 23:59:04 +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-sekizai py-django-sekizai: updated to 1.1.0 2020-02-02 06:47:17 +00:00
py-django-sortedm2m
py-django-south all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
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.3 2020-02-18 11:26:52 +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.11 2020-03-12 16:21:02 +00:00
py-django3 py-django3: updated to 3.0.4 2020-03-12 16:18:54 +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.5.0 2020-02-03 20:35:09 +00:00
py-djangocms-attributes-field py-djangocms-attributes-field: updated to 1.2.0 2020-02-19 09:52:38 +00:00
py-djangocms-audio py-djangocms-audio: fix typo 2020-02-19 11:27:59 +00:00
py-djangocms-column Fix typos in DEPENDS 2020-02-19 11:30:17 +00:00
py-djangocms-file py-djangocms-file: updated to 2.4.0 2020-02-19 11:20:54 +00:00
py-djangocms-flash py-django*: mark as not for python 2.7 due to py-django-cms 2020-02-03 08:26:17 +00:00
py-djangocms-googlemap py-djangocms-googlemap: updated to 1.4.0 2020-02-19 11:23:08 +00:00
py-djangocms-icon Fix typos in DEPENDS 2020-02-19 11:30:17 +00:00
py-djangocms-inherit py-django*: mark as not for python 2.7 due to py-django-cms 2020-02-03 08:26:17 +00:00
py-djangocms-link py-djangocms-link: updated to 2.5.0 2020-02-19 11:27:41 +00:00
py-djangocms-picture py-djangocms-picture: updated to 2.4.0 2020-02-19 11:13:05 +00:00
py-djangocms-style py-djangocms-style: updated to 2.3.0 2020-02-19 11:58:24 +00:00
py-djangocms-teaser py-django*: mark as not for python 2.7 due to py-django-cms 2020-02-03 08:26:17 +00:00
py-djangocms-text-ckeditor py-djangocms-text-ckeditor: updated to 3.9.0 2020-02-22 06:56:04 +00:00
py-djangocms-video py-djangocms-video: updated to 2.3.0 2020-02-19 12:01:20 +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-easy-thumbnails py-easy-thumbnails: updated to 2.7 2020-02-19 11:00:55 +00:00
py-feedgen www/py-feedgen: Update to 0.9.0 2020-02-04 00:18:02 +00:00
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.5 2020-02-29 19:49:29 +00:00
py-flask-api all: migrate homepages from http to https 2020-01-26 17:30:40 +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.8.0 2020-03-21 08:55:14 +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-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-restful py-flask-restful: updated to 0.3.8 2020-03-21 08:59:45 +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-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 www/py-*: fix test dependencies for Python 2.7 2020-03-22 12:28:28 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-google-api-python-client py-google-api-python-client: update to 1.8.0nb1. 2020-03-16 14:35:30 +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.2.0 2020-02-17 12:12:37 +00:00
py-h11 py-h11: updated to 0.9.0 2019-05-31 17:37:17 +00:00
py-hstspreload py-hstspreload: updated to 2020.3.4 2020-03-10 07:35:09 +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: updated to 0.17.1 2020-04-03 07:39:47 +00:00
py-httptools py-httptools: updated to 0.1.1 2020-02-18 10:12:20 +00:00
py-httpx py-httpx: updated to 0.12.1 2020-03-20 07:43:06 +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: updated to 2.9 2020-02-17 11:56:44 +00:00
py-idna_ssl Unbreak scan stage. 2018-08-28 13:44:00 +00:00
py-ipywidgets all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-jonpy *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +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 www/py-*: fix test dependencies for Python 2.7 2020-03-22 12:28:28 +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-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 Update py-moin to 1.9.10, the last 1.x release. 2020-02-27 16:42:05 +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.3 2020-02-06 15:47:32 +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.6 2020-01-14 16:07:22 +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-protego py-protego: added version 0.1.16 2020-01-29 21:52:26 +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.14 2020-03-22 11:16:17 +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 www/py-*: fix test dependencies for Python 2.7 2020-03-22 12:28:28 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-scrapy py-scrapy: updated to 1.8.0 2020-01-29 22:06:30 +00:00
py-selenium py-selenium: updated to 3.141.0 2020-01-29 13:10:39 +00:00
py-simpletal all: migrate homepages from http to https 2020-01-26 17:30:40 +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.8.0 2020-01-14 16:05:04 +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-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
py-trytond-webdav py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +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.8 2020-01-22 08:54:30 +00:00
py-URLObject
py-uvicorn py-uvicorn: updated to 0.11.3 2020-02-18 10:13:17 +00:00
py-uwsgi *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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: updated to 1.11.1 2020-02-19 17:49:24 +00:00
py-WebOb py-WebOb: updated to 1.8.6 2020-01-29 22:47:02 +00:00
py-webpy all: migrate homepages from http to https 2020-01-26 17:30:40 +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{-docs}: updated to 1.0.1 2020-04-01 17:44:54 +00:00
py-werkzeug-docs py-werkzeug{-docs}: updated to 1.0.1 2020-04-01 17:44:54 +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.15.0 2020-02-06 20:41:42 +00:00
py-wstools
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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
R-curl *: recursive bump for libffi 2020-03-08 16:47:24 +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 bump for libffi 2020-03-08 16:47:24 +00:00
ruby-actioncable51 www/ruby-actioncable51: update to 5.1.7 2020-03-20 15:28:10 +00:00
ruby-actioncable52 www/ruby-actioncable52: update to 5.2.4.2 2020-03-20 15:40:53 +00:00
ruby-actioncable60 Restrict some more rails packages to Ruby 2.5+ 2020-03-21 23:51:40 +00:00
ruby-actionpack51 www/ruby-actionpack51: update to 5.1.7 2020-03-20 15:27:43 +00:00
ruby-actionpack52 www/ruby-actionpack52: update to 5.2.4.2 2020-03-20 15:40:25 +00:00
ruby-actionpack60 Restrict some more rails packages to Ruby 2.5+ 2020-03-21 23:51:40 +00:00
ruby-actionview51 www/ruby-actionview51: update to 5.1.7 2020-03-20 15:27:07 +00:00
ruby-actionview52 www/ruby-actionview52: update to 5.2.4.2 2020-03-20 15:39:49 +00:00
ruby-actionview60 Restrict some more rails packages to Ruby 2.5+ 2020-03-21 23:51:40 +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: update to 5.0.0 2020-03-21 16:09:02 +00:00
ruby-coffee-rails4 www/ruby-coffee-rails4: add package version 4.2.2 2020-03-21 16:04:15 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby-cookiejar
ruby-crass
ruby-css-parser
ruby-cssmin
ruby-csspool
ruby-div all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby-em-http-request
ruby-em-websocket
ruby-erubis
ruby-faraday www/ruby-faraday: update to 0.17.3 2020-03-21 17:07:23 +00:00
ruby-faraday_middleware
ruby-faye-websocket
ruby-fcgi
ruby-htmlsplit
ruby-http
ruby-http-accept www/ruby-http-accept: add version 2.1.1 package 2020-01-19 08:23:06 +00:00
ruby-http-cookie
ruby-http-form_data www/ruby-http-form_data: update to 2.3.0 2020-03-21 17:03:44 +00:00
ruby-http-parser www/ruby-http-parser: add version 1.2.1 package 2020-01-19 08:49:21 +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 ruby-jekyll-*: remove RUBY restrictions 2020-03-15 21:13:35 +00:00
ruby-jekyll-coffeescript
ruby-jekyll-feed ruby-jekyll-*: remove RUBY restrictions 2020-03-15 21:13:35 +00:00
ruby-jekyll-gist
ruby-jekyll-minima ruby-jekyll-*: remove RUBY restrictions 2020-03-15 21:13:35 +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 ruby-jekyll-*: remove RUBY restrictions 2020-03-15 21:13:35 +00:00
ruby-jekyll-watch www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-jquery-rails www/ruby-jquery-rails: relax rails version 2020-03-21 16:40:37 +00:00
ruby-jsmin
ruby-liquid www/ruby-liquid: update to 4.0.3 2020-03-21 16:59:54 +00:00
ruby-loofah www/ruby-loofah: update to 2.4.0 2020-03-21 17:01:18 +00:00
ruby-mechanize www/ruby-mechanize: update to 2.7.6 2018-09-23 16:53:58 +00:00
ruby-multipart-post www/ruby-multipart-post: update to 2.1.1 2020-03-21 16:58:04 +00:00
ruby-mustermann www/ruby-mustermann: update to 1.1.1 2020-03-21 16:51:38 +00:00
ruby-net-http-digest_auth
ruby-net-http-persistent www/ruby-net-http-persistent: missing from previos commit 2020-03-29 06:38:44 +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 www/ruby-patron: update to 0.13.3 2020-03-20 17:58:37 +00:00
ruby-puma www/ruby-puma: update to 4.3.3 2020-03-01 02:52:25 +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.2.2 2020-03-20 16:19:33 +00:00
ruby-rack-cache www/ruby-rack-cache: update to 1.11.0 2020-03-20 16:22:32 +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.8.1 2020-03-20 16:29:38 +00:00
ruby-rack-rewrite
ruby-rack-test www/ruby-rack-test: fix dependency 2019-03-03 16:48:19 +00:00
ruby-rack16 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-rails-html-sanitizer www/ruby-rails-html-sanitizer: update to 1.3.0 2020-03-20 17:54:27 +00:00
ruby-rails51 www/ruby-rails51: update to 5.1.7 2020-03-20 15:30:32 +00:00
ruby-rails52 www/ruby-rails52: update to 5.2.4.2 2020-03-20 15:43:26 +00:00
ruby-rails60 Dependency doesn't support Ruby 2.4. 2020-03-20 20:44:15 +00:00
ruby-raindrops www/ruby-raindrops: update to 019.1 2020-03-20 17:50:21 +00:00
ruby-rest-client www/ruby-rest-client: update to 2.1.0 2020-03-20 17:48:25 +00:00
ruby-robots Use https for github. 2019-07-03 07:19:03 +00:00
ruby-rouge www/ruby-rouge: add USE_LANGUAGES 2020-03-21 16:48:18 +00:00
ruby-sass www/ruby-sass: update to 3.7.4 2020-03-20 17:45:36 +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: update to 6.0.0 2020-03-20 17:34:50 +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-sassc-rails Dependency doesn't support Ruby 2.4. 2020-03-20 20:44:15 +00:00
ruby-sawyer www/ruby-sawyer: update to 0.8.2 2020-03-21 17:16:35 +00:00
ruby-selenium-webdriver www/ruby-selenium-webdriver: update to 3.142.7 2020-03-16 15:32:14 +00:00
ruby-sinatra www/ruby-sinatra: update to 2.0.8.1 2020-03-20 16:30:26 +00:00
ruby-sinatra-contrib www/ruby-sinatra: update to 2.0.8.1 2020-03-20 16:30:26 +00:00
ruby-staticmatic
ruby-tag
ruby-unicorn www/ruby-unicorn: update to 5.5.3 2020-03-20 16:04:29 +00:00
ruby-url_mount
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 www/ruby-websocket-driver: updat to 0.7.1 2020-03-20 15:46:50 +00:00
ruby-websocket-extensions
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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
seamonkey librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
seamonkey-l10n seamonkey-l10n: Add an explicit dependency on the main package 2020-03-13 15:50:07 +00:00
serf all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
shibboleth-sp *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
siege *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sitecopy all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
snarf
snownews snownews: Needs pkg-config 2019-09-20 09:22:06 +00:00
SOGo *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
SOGo4 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
spawn-fcgi spawn-fcgi: Update to 1.6.4 2019-10-06 13:10:39 +00:00
spdylay *: Remove obsolete BUILDLINK_API_DEPENDS.openssl. 2020-01-25 10:45:10 +00:00
SpeedyCGI www: align variable assignments 2019-11-04 22:09:50 +00:00
sqtop
squid3 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
squid4 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
squidanalyzer all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
squidclamav all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
squidGuard www: align variable assignments 2019-11-04 22:09:50 +00:00
squidpurge Fix const correctness 2020-03-30 19:35:19 +00:00
squidview www/squidview: update to 0.86 2020-03-23 15:17:53 +00:00
squirm
stagit Recursive revbump for libgit2-0.99.0 2020-02-29 11:47:09 +00:00
surfraw Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
swiftsurf *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
swiggle all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
swill
swish-e Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
tcl-cgi *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
termtter all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
thin
thoth
thoth-delicious
thttpd www: align variable assignments 2019-11-04 22:09:50 +00:00
tidy all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tinyproxy tinyproxy: look for config file in correct directory 2020-03-13 21:03:41 +00:00
trac all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
trafficserver *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
tscrape tscrape: Add patch-tscrape.c to distinfo 2020-03-26 10:16:56 +00:00
typo3_62 www/typo3_62: it supports php56 only 2019-12-15 18:25:22 +00:00
uhttpmock *: bump for vala 0.48.0 2020-03-11 09:53:51 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
viewvc viewvc: update to 1.2.0. 2020-03-17 22:14:15 +00:00
vimb librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
visitors
w3 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
w3c-httpd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
w3m www/w3m: fix -Wchar-subscripts 2020-03-27 06:19:47 +00:00
w3m-img w3m: update to 0.5.3.20190105 2020-03-12 18:22:54 +00:00
waplet *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
wApua Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wdg-validate all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
webalizer all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
webby
webkit-gtk webkit-gtk: disable bubblewrap sandbox 2020-03-15 22:02:40 +00:00
webkit24-gtk webkit24-gtk: silence excessive warns spam (consumed >256MB of bulklog!) 2020-03-17 13:50:11 +00:00
webkit24-gtk3 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +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 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
whisker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiliki all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
wmd
wordpress Update to version 5.3.2. 2020-02-23 09:59:42 +00:00
wslay
www6to4
wwwcount all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
wwwoffle Skip configure.in as we patch configure already 2020-03-27 20:51:43 +00:00
yahttp *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
yaws yaws: fix linux PLIST. Installs .la files; set USE_LIBTOOL 2020-03-20 11:39:43 +00:00
z-push all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
zopeedit PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
Makefile Added www/nghttp2-tools (to avoid circular dependency) 2020-03-30 13:54:29 +00:00