pkgsrc/www
khorben 1d82f5852c gitea: update to 1.16.8
This is a security update:

* CVE-2022-30781
* CVE-2022-27313
* and more security issues fixed but without CVEs - see below

XXX pull-up to pkgsrc-2022Q1

Tested on NetBSD/amd64.

Changes in 1.16.8:

ENHANCEMENTS

* Add doctor check/fix for bogus action rows (#19656) (#19669)
* Make .cs highlighting legible on dark themes (#19604) (#19605)

BUGFIXES

* Fix oauth setting list bug (#19681)
* Delete user related oauth stuff on user deletion too (#19677) (#19680)
* Fix new release from tags list UI (#19670) (#19673)
* Prevent NPE when checking repo units if the user is nil (#19625) (#19630)
* GetFeeds must always discard actions with dangling repo_id (#19598) (#19629)
* Call MultipartForm.RemoveAll when request finishes (#19606) (#19607)
* Avoid MoreThanOne error when creating a branch whose name conflicts with other ref names (#19557) (#19591)
* Fix sending empty notifications (#19589) (#19590)
* Ignore DNS error when doing migration allow/block check (#19566) (#19567)
* Fix issue overview for teams (#19652) (#19653)

Changes in 1.16.7:

SECURITY

* Escape git fetch remote (#19487) (#19490) CVE-2022-30781

BUGFIXES

* Don't overwrite err with nil (#19572) (#19574)
* On Migrations, only write commit-graph if wiki clone was successful (#19563) (#19568)
* Respect DefaultUserIsRestricted system default when creating new user (#19310) (#19560)
* Don't error when branch's commit doesn't exist (#19547) (#19548)
* Support hostname:port to pass host matcher's check (#19543) (#19544)
* Prevent intermittent race in attribute reader close (#19537) (#19539)
* Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532)
* Prevent dangling archiver goroutine (#19516) (#19526)
* Fix migrate release from github (#19510) (#19523)
* When view _Siderbar or _Footer, just display once (#19501) (#19522)
* Fix blame page select range error and some typos (#19503)
* Fix name of doctor fix "authorized-keys" in hints (#19464) (#19484)
* User specific repoID or xorm builder conditions for issue search (#19475) (#19476)
* Prevent dangling cat-file calls (goroutine alternative) (#19454) (#19466)
* RepoAssignment ensure to close before overwrite (#19449) (#19460)
* Set correct PR status on 3way on conflict checking (#19457) (#19458)
* Mark TemplateLoading error as "UnprocessableEntity" (#19445) (#19446)

Changes in 1.16.6:

ENHANCEMENTS

* Only request write when necessary (#18657) (#19422)
* Disable service worker by default (#18914) (#19342)

BUGFIXES

* When dumping trim the standard suffices instead of a random suffix (#19440) (#19447)
* Fix DELETE request for non-existent public key (#19443) (#19444)
* Don't panic on ErrEmailInvalid (#19441) (#19442)
* Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients (#19430) (#19438)
* Warn on SSH connection for incorrect configuration (#19317) (#19437)
* Search Issues via API, dont show 500 if filter result in empty list (#19244) (#19436)
* When updating mirror repo intervals by API reschedule next update too (#19429) (#19433)
* Fix nil error when some pages are rendered outside request context (#19427) (#19428)
* Fix double blob-hunk on diff page (#19404) (#19405)
* Don't allow merging PR's which are being conflict checked (#19357) (#19358)
* Fix middleware function's placements (#19377) (#19378)
* Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#19338)
* Restore user autoregistration with email addresses (#19261) (#19312)
* Move checks for pulls before merge into own function (#19271) (#19277)
* Granular webhook events in editHook (#19251) (#19257)
* Only send webhook events to active system webhooks and only deliver to active hooks (#19234) (#19248)
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) (#19236)
* Touch mirrors on even on fail to update (#19217) (#19233)
* Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231)
* Fix clone url JS error for the empty repo page (#19209)
* Bump goldmark to v1.4.11 (#19201) (#19203)

TESTING

* Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228)

BUILD

* Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319)

MISC

* Performance improvement for add team user when org has more than 1000 repositories (#19227) (#19289)
* Check go and nodejs version by go.mod and package.json (#19197) (#19254)

Changes in 1.16.5:

BREAKING

* Bump to build with go1.18 (#19120 et al) (#19127)

SECURITY

* Prevent redirect to Host (2) (#19175) (#19186)
* Try to prevent autolinking of displaynames by email readers (#19169) (#19183)
* Clean paths when looking in Storage (#19124) (#19179)
* Do not send notification emails to inactive users (#19131) (#19139)
* Do not send activation email if manual confirm is set (#19119) (#19122)

ENHANCEMENTS

* Use the new/choose link for New Issue on project page (#19172) (#19176)

BUGFIXES

* Fix showing issues in your repositories (#18916) (#19191)
* Fix compare link in active feeds for new branch (#19149) (#19185)
* Redirect .wiki/* ui link to /wiki (#18831) (#19184)
* Ensure deploy keys with write access can push (#19010) (#19182)
* Ensure that setting.LocalURL always has a trailing slash (#19171) (#19177)
* Cleanup protected branches when deleting users & teams (#19158) (#19174)
* Use IterateBufferSize whilst querying repositories during adoption check (#19140) (#19160)
* Fix NPE /repos/issues/search when not signed in (#19154) (#19155)
* Use custom favicon when viewing static files if it exists (#19130) (#19152)
* Fix the editor height in review box (#19003) (#19147)
* Ensure isSSH is set whenever DISABLE_HTTP_GIT is set (#19028) (#19146)
* Fix wrong scopes caused by empty scope input (#19029) (#19145)
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141)
* Handle email address not exist (#19089) (#19121)

MISC

* Update json-iterator to allow compilation with go1.18 (#18644) (#19100)
* Update golang.org/x/crypto (#19097) (#19098)

Changes in 1.16.4:

SECURITY

* Restrict email address validation (#17688) (#19085)
* Fix lfs bug (#19072) (#19080)

ENHANCEMENTS

* Improve SyncMirrors logging (#19045) (#19050)

BUGFIXES

* Refactor mirror code & fix StartToMirror (#18904) (#19075)
* Update the webauthn_credential_id_sequence in Postgres (#19048) (#19060)
* Prevent 500 when there is an error during new auth source post (#19041) (#19059)
* If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049) (#19056)
* Fix flag validation (#19046) (#19051)
* Add pam account authorization check (#19040) (#19047)
* Ignore missing comment for user notifications (#18954) (#19043)
* Set rel="nofollow noindex" on new issue links (#19023) (#19042)
* Upgrading binding package (#19034) (#19035)
* Don't show context cancelled errors in attribute reader (#19006) (#19027)
* Fix update hint bug (#18996) (#19002)

MISC

* Fix potential assignee query for repo (#18994) (#18999)

Changes in 1.16.3:

SECURITY

* Git backend ignore replace objects (#18979) (#18980) CVE-2022-27313

ENHANCEMENTS

* Adjust error for already locked db and prevent level db lock on malformed connstr (#18923) (#18938)

BUGFIXES

* Set max text height to prevent overflow (#18862) (#18977)
* Fix newAttachmentPaths deletion for DeleteRepository() (#18973) (#18974)
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case (#18897) (#18964)
* Send 404 on /{org}.gpg (#18959) (#18962)
* Fix admin user list pagination (#18957) (#18960)
* Fix lfs management setting (#18947) (#18946)
* Fix login with email panic when email is not exist (#18942)
* Update go-org to v1.6.1 (#18932) (#18933)
* Fix <strong> html in translation (#18929) (#18931)
* Fix page and missing return on unadopted repos API (#18848) (#18927)
* Allow adminstrator teams members to see other teams (#18918) (#18919)
* Don't treat BOM escape sequence as hidden character. (#18909) (#18910)
* Correctly link URLs to users/repos with dashes, dots or underscores (
 (#18908)
* Fix redirect when using lowercase repo name (#18775) (#18902)
* Fix migration v210 (#18893) (#18892)
* Fix team management UI (#18887) (18886)
* BeforeSourcePath should point to base commit (#18880) (#18799)

TRANSLATION

* Backport locales from master (#18944)

MISC

* Don't update email for organisation (#18905) (#18906)

Changes in 1.16.2:

ENHANCEMENTS

* Show fullname on issue edits and gpg/ssh signing info (#18828)
* Immediately Hammer if second kill is sent (#18823) (#18826)
* Allow mermaid render error to wrap (#18791)

BUGFIXES

* Fix ldap user sync missed email in email_address table (#18786) (#18876)
* Update assignees check to include any writing team and change org sidebar (#18680) (#18873)
* Don't report signal: killed errors in serviceRPC (#18850) (#18865)
* Fix bug where certain LDAP settings were reverted (#18859)
* Update go-org to 1.6.0 (#18824) (#18839)
* Fix login with email for ldap users (#18800) (#18836)
* Fix bug for get user by email (#18834)
* Fix panic in EscapeReader (#18820) (#18821)
* Fix ldap loginname (#18789) (#18804)
* Remove redundant call to UpdateRepoStats during migration (#18591) (#18794)
* In disk_channel queues synchronously push to disk on shutdown (#18415) (#18788)
* Fix template bug of LFS lock (#18784) (#18787)
* Attempt to fix the webauthn migration again - part 3 (#18770) (#18771)
* Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707) (#18765)
* Fix a broken link in commits_list_small.tmpl (#18763) (#18764)
* Increase the size of the webauthn_credential credential_id field (#18739) (#18756)
* Prevent dangling GetAttribute calls (#18754) (#18755)
* Fix isempty detection of git repository (#18746) (#18750)
* Fix source code line highlighting on external tracker (#18729) (#18740)
* Prevent double encoding of branch names in delete branch (#18714) (#18738)
* Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) (#18737)
* Fix forked repositories missed tags (#18719) (#18735)
* Fix release typo (#18728) (#18731)
* Separate the details links of commit-statuses in headers (#18661) (#18730)
* Update object repo with the migrated repository (#18684) (#18726)
* Fix bug for version update hint (#18701) (#18705)
* Fix issue with docker-rootless shimming script (#18690) (#18699)
* Let MinUnitAccessMode return correct perm (#18675) (#18689)
* Prevent security failure due to bad APP_ID (#18678) (#18682)
* Restart zero worker if there is still work to do (#18658) (#18672)
* If rendering has failed due to a net.OpError stop rendering (#18642) (#18645)

TESTING

* Ensure git tag tests and others create test repos in tmpdir (#18447) (#18767)

BUILD

* Reduce CI go module downloads, add make targets (#18708, #18475, #18443) (#18741)

MISC

* Put buttons back in org dashboard (#18817) (#18825)
* Various Mermaid improvements (#18776) (#18780)
* C preprocessor colors improvement (#18671) (#18696)
* Fix the missing i18n key for update checker (#18646) (#18665)
2022-05-18 18:38:33 +00:00
..
adzap www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
album www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
album_themes www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
analog www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap-auth-kerb www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap-auth-openidc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ap-authnz-crowd revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ap-mono revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ap-php revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ap-rpaf www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap2-auth-mellon revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ap2-encoding www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap2-fcgid www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap2-jk www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap2-limitipconn www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap2-mkdir www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap2-passenger revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ap2-perl ap2-perl: remove obsolete patch 2022-02-03 08:06:39 +00:00
ap2-python ap2-python: add missing egg file to PLIST 2022-04-03 08:58:46 +00:00
ap2-subversion revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ap2-upload www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap2-xsendfile www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap22-auth-ofba www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap22-authz-ldap www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ap22-dnssd revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ap24-authnz-external www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
apache-roller www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
apache-tomcat6 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
apache-tomcat7 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
apache-tomcat8 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
apache-tomcat9 contains mitigation for the Spring4Shell vulnerability 2022-04-11 21:35:36 +00:00
apache-tomcat55 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
apache-tomcat85 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
apache24 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
apachetop www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
apisprout Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
arcticfox arcticfox: update to 39.1 2022-05-05 14:07:38 +00:00
asp2php www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
august www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
aws revbump for icu and libffi 2021-12-08 16:01:42 +00:00
aws-demos revbump for icu and libffi 2021-12-08 16:01:42 +00:00
awstats www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
badwolf revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
bannerfilter www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
bins www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
bkedit revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
bluefish revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
blur6ex www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
bozohttpd update to bozohttpd 20220517. changes include: 2022-05-18 00:46:46 +00:00
c-icap www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
c-icap-modules revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
cadaver revbump for icu and libffi 2021-12-08 16:01:42 +00:00
caddy caddy: update to 2.4.6 2022-04-18 18:28:07 +00:00
calamaris www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
cgic www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
cgicc www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
cgilib www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
cgit www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
checkbot www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
clearsilver www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
clearsilver-base
clisp-fastcgi www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
contao
contao35 Retire of php73, PHP 7.3.x. 2021-12-29 06:05:18 +00:00
cppcms revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
cratuity www/cratuity: Reset maintainer due to license change 2022-02-25 09:10:05 +00:00
crawl www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
cronolog www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
curl curl: update to 7.83.1. 2022-05-11 06:47:02 +00:00
cvsweb www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
dansguardian www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
davical www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ddgr www/ddgr: update to 2.0 2022-05-18 12:03:07 +00:00
deforaos-surfer revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
dillo www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
drraw www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
drupal7 Update to 7.89 2022-04-30 08:50:35 +00:00
drupal8 Retire of php73, PHP 7.3.x. 2021-12-29 06:05:18 +00:00
drupal9 Fix non-existent script interpreters. 2022-05-05 11:10:51 +00:00
e2guardian Fix build of e2guardian by applying commit from 5.4 branch: 2022-01-05 15:53:41 +00:00
elinks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
eliom www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
emacs-w3m Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
emacs-w3m-snapshot Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
epiphany revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
fcgi www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
fcgiwrap www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
felinks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
fengoffice www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ffproxy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
firefox firefox: Update to 100.0.1 2022-05-17 12:49:39 +00:00
firefox-esr firefox-esr: point at firefox91 2021-09-14 06:28:57 +00:00
firefox-l10n firefox-l10n: Update to 100.0.1 2022-05-17 12:50:43 +00:00
firefox52 mozilla-common.mk: use :Q with CPP in CONFIGURE_ENV. 2022-05-15 00:37:26 +00:00
firefox52-l10n www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
firefox68 firefox*: Use OPSYS_VERSION to numerically compare NetBSD versions 2022-05-05 08:21:33 +00:00
firefox68-l10n www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
firefox78 firefox*: Use OPSYS_VERSION to numerically compare NetBSD versions 2022-05-05 08:21:33 +00:00
firefox78-l10n firefox78: restore deleted package 2021-12-28 20:05:49 +00:00
firefox91 firefox91: update to 91.9.0 2022-05-16 21:15:59 +00:00
firefox91-l10n firefox91-l10n: sync with firefox91 2022-05-16 21:21:29 +00:00
firefox_decrypt www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
gallery www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
gallery2 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ganglia-webfrontend www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
geckodriver geckodriver: update to 0.31.0 2022-04-12 22:57:45 +00:00
geeklog www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
gitea gitea: update to 1.16.8 2022-05-18 18:38:33 +00:00
gitweb git: updated to 2.32.0 2021-06-13 18:36:31 +00:00
go-ffuf Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
go-minify Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
goaccess revbump for icu and libffi 2021-12-08 16:01:42 +00:00
grafana Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
gtkasp2php www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
guile-haunt guile-haunt: add ALTERNATIVES. 2022-03-15 11:21:02 +00:00
gumbo-parser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
gwt www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
h2o www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
hackernews-tui www/hackernews-tui: update to 0.9.1 2022-01-17 12:28:58 +00:00
haskell-cgi www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
heel www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
hiawatha www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
horde www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
hs-bower-json Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-bsb-http-chunked Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-cookie Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-HTTP Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-http-client Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-http-client-tls Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-http-conduit Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-http-date Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-http-types Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-http2 Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-js-dgtable Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-js-flot Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-js-jquery Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-open-browser Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-wai Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-wai-logger Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-wai-websockets Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-warp Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-warp-tls Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-websockets Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-xss-sanitize Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
htdavlock revbump for icu and libffi 2021-12-08 16:01:42 +00:00
htdig www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
htmlcxx www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
htmldoc htmldoc: update to 1.9.15. 2022-02-10 13:43:14 +00:00
htmldoc-x11 htmldoc-x11: update to 1.9.12. 2021-07-21 05:58:43 +00:00
htmllint www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
http-parser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
http_load www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
httpfile Solarish needs -lsocket. 2022-05-14 21:38:09 +00:00
hugo Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
ies4linux www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ijb www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ikiwiki kiwiki: add option for choosing markdown backend 2022-01-03 16:58:40 +00:00
jalbum jalbum: Disable all checks on pre-built binaries, fixes RELRO build 2022-04-10 08:07:04 +00:00
jetty7 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
jetty9 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
jira-cli Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
kahua www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
kannel revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kdewebkit kdewebkit: update to 5.93.0 2022-04-25 07:15:40 +00:00
khtml khtml: Force HAVE_ALLOCA_H on SunOS. 2022-05-13 21:41:35 +00:00
kimagemapeditor revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kjs kjs: update to 5.93.0 2022-04-25 07:17:35 +00:00
kjsembed kjsembed: update to 5.93.0 2022-04-25 08:17:33 +00:00
kore kore: update to 4.2.2. 2022-04-21 20:41:41 +00:00
lariza revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
lhs www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
libecap www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
libghttp www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
libgtkhtml revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libmediawiki libmediawiki: fix build 2022-05-12 12:37:54 +00:00
libmicrohttpd libmicrohttpd: Update to 0.9.75 2021-12-29 08:34:52 +00:00
libmrss revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libproxy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
libpsl www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
librest07 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libsass www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
libwebsockets www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
libwww www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
liferea revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
lighttpd revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
links links: update to 2.25. 2022-01-23 22:06:29 +00:00
links-gui revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
litmus revbump for icu and libffi 2021-12-08 16:01:42 +00:00
llgal www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
loggerhead *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
logswan logswan: update to 2.1.12. 2021-12-02 10:39:17 +00:00
longboard www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
lua-curl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lua-http www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
lua-psl www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
lua-web-sanitize lua-web-sanitize: update to 1.1.0 2021-12-09 15:16:11 +00:00
luakit revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
lynx revbump for icu and libffi 2021-12-08 16:01:42 +00:00
make_album www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
matcha-sns www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
mediawiki www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
micro_httpd www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
midori revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
mimetex www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
mini_httpd www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
mknmz-wwwoffle www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
mono-xsp revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
monolith www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
moodle Update to 4.0 2022-04-22 11:13:15 +00:00
motyl www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
mserv-php www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
nanoblogger www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
nanoblogger-extra www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
neon neon: update to 0.32.2. 2022-01-16 23:11:03 +00:00
netscape
netsurf revbump for icu and libffi 2021-12-08 16:01:42 +00:00
nghttp2 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
nghttp2-tools revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
nginx nginx*: Enable more options from the Triton builds that don't add any 2022-05-10 18:08:52 +00:00
nginx-devel nginx*: Enable more options from the Triton builds that don't add any 2022-05-10 18:08:52 +00:00
nostromo www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ns-plugger-common www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ns-remote www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
nsm www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
nspluginwrapper revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ocaml-cohttp Update www/ocaml-cohttp to version 5.0.0. 2022-05-11 14:16:37 +00:00
ocaml-curl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ocaml-http www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ocaml-uri Updated www/ocaml-uril to version 4.2.0. 2022-05-11 10:27:50 +00:00
ocsigen www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ocsigen-i18n www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ocsigen-start www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ocsigen-toolkit www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
otter-browser revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
p5-Alien-GvaScript www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Any-URI-Escape www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-AnyEvent-HTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-AnyEvent-HTTPD www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-AnyEvent-ReverseHTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-AnyEvent-SCGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-ASP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-DBILogConfig www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-DBILogger www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-Filter www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-Gallery www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-LogFormat-Compiler www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-Session www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-Session-SharedMem www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-Session-Wrapper www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-SSI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache-Test www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache2-AuthCASSimple www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache2-AuthCookie www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Apache2-AuthCookieDBI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-App-Nopaste www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Browser-Open www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Captcha-reCAPTCHA www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Captcha-reCAPTCHA-Mailhide www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Action-RenderView www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Action-REST www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Authentication-Credential-HTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Authentication-Store-Htpasswd www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Component-InstancePerContext www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Controller-BindLex www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Controller-FormBuilder www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Controller-HTML-FormFu www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Devel www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-DispatchType-Regex www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Engine-HTTP-Prefork www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Engine-JobQueue-POE www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Engine-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Manual www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Model-Adaptor www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Model-File www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Authentication www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Authorization-ACL www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Authorization-Roles www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-AutoRestart www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-ConfigLoader www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-I18N www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-RequireSSL www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Server www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Session www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Session-State-Cookie www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Session-Store-File www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-StackTrace www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-Static-Simple www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Plugin-StatusMessage www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-Runtime www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-View-Excel-Template-Plus www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-View-Jemplate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-View-JSON www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-View-Mason www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Catalyst-View-TT www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CatalystX-Component-Traits www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CatalystX-CRUD-Controller-REST www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CatalystX-CRUD-View-Excel www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CatalystX-CRUD-YUI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CatalystX-LeakChecker www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI Update to 4.54 2022-03-20 02:20:09 +00:00
p5-CGI-Ajax www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Application www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Application-Plugin-DBH www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Application-Plugin-Session www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Application-Plugin-ValidateRM www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Application-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Compile www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Cookie-Splitter www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Cookie-XS www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Emulate-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Fast www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-FastTemplate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-FormBuilder www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Kwiki www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Lite www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Minimal www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-ProgressBar www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Session www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Session-Driver-memcached www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Session-Plugin-Redirect www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Session-Serialize-yaml www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CGI-Simple Update to 1.280 2022-01-18 06:48:19 +00:00
p5-CGI-Struct www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Cookie-Baker www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Cookie-XS www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CSS www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CSS-Minifier-XS www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CSS-Squish www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-CSS-Tiny www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Dancer www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Dancer-Session-Cookie www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Dancer2 Update to 0.400000 2022-03-20 02:17:14 +00:00
p5-Data-URIEncode www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-FCGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-FCGI-Client www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-FCGI-ProcManager www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-File-Mork www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Handel www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Hijk www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-CalendarMonthSimple www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Clean www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Display www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Element-Extended www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Email-Obfuscate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Entities-Interpolate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Escape www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-FillInForm www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Form www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Format www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-FormFu www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-LinkExtractor www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Lint www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Mason www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Mason-PSGIHandler www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Parser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-PrettyPrinter www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Prototype www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Prototype-Useful www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Quoted www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Restrict www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-RewriteAttributes www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Scrubber www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Selector-XPath www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-SimpleParse www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-StickyQuery www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Stream www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Strip www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-StripScripts www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-StripScripts-Parser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Table www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-TableExtract www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Tagset www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Template www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Template-Compiled www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Template-Expr www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Template-Pro www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Tiny www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-TokeParser-Simple www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-Tree www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-TreeBuilder-LibXML www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-TreeBuilder-XPath www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-WikiConverter www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTML-WikiConverter-DokuWiki www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTMLObject www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Async www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Body www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Cache-Transparent www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-CookieJar www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-CookieMonster www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Cookies www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Daemon Update to 6.14 2022-03-04 13:34:59 +00:00
p5-HTTP-Date www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-DAV www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Entity-Parser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-GHTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-HeaderParser-XS www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Headers-Fast www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Lite www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Message Update to 6.36 2022-03-04 13:29:56 +00:00
p5-HTTP-MultiPartParser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Negotiate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-OAI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Parser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Parser-XS www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Proxy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Request-AsCGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Request-Form www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Response-Encoding www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Server-EV www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Server-Simple www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Server-Simple-Authen www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Server-Simple-Kwiki www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Server-Simple-Mason www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Server-Simple-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Server-Simple-Recorder www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Server-Simple-Static www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Thin www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Tiny-Mech www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Tiny-Multipart www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTP-Tinyish www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-HTTPD-User-Manage www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-I18N-AcceptLanguage www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-JavaScript-Minifier-XS www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-JavaScript-Value-Escape www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Jemplate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-JSON-RPC www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Archive-Cvs www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Archive-Rcs www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-BreadCrumbs www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Edit-RequireUserName www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Favorites www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-HtmlBlocks www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Icons-Gnome www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-ModPerl www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-NewPage www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Notify-Mail www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-PagePrivacy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-ParagraphBlocks www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-PreformattedBlocks www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-RecentChanges www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Revisions www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Scode www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Search www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Simple-Server-HTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-UserName www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-UserPreferences www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Users-Remote www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Weather www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Wikiwyg www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Kwiki-Zipcode www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-libapreq2 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-libwww Update to 6.61 2022-03-04 13:26:20 +00:00
p5-LWP-Authen-Negotiate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWP-Authen-Wsse www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWP-ConsoleLogger www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWP-MediaTypes www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWP-Online www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWP-Protocol-https www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWP-Protocol-Net-Curl www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWP-Protocol-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWP-UserAgent-Determined www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWPx-ParanoidAgent www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-LWPx-TimedHTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-MasonX-Request-WithApacheSession www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Mojolicious Update to 9.22. From the changelog: 2021-10-31 08:33:21 +00:00
p5-Net-Curl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
p5-Net-FastCGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Net-HTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-ParallelUserAgent www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-App-Proxy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Handler-AnyEvent-HTTPD www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Handler-AnyEvent-SCGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Handler-SCGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-Auth-Digest www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-ConsoleLogger www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-Debug www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-Deflater www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-File-Sass www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-FixMissingBodyInRedirect www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-Header www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-JSConcat www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-MethodOverride www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-RemoveRedundantBody www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-ReverseProxy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-Session www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Middleware-Test-StashWarnings www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Test-Agent www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Plack-Test-ExternalServer www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Pod-POM-Web www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-POE-Component-Server-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-POE-Component-Server-SimpleHTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-POE-Component-Server-SOAP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-POE-Filter-HTTP-Parser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Reaction www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Role-REST-Client www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Rose-HTML-Objects www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Rose-HTMLx-Form-Field-Boolean www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Rose-HTMLx-Form-Field-Serial www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Rose-HTMLx-Form-Related www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Rose-URI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Router-Simple www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-SCGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Session-Storage-Secure Update to 1.000 2022-03-11 12:36:08 +00:00
p5-Starlet www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Starman www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-SVN-Web www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Task-Catalyst-Tutorial www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Task-CatInABox www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Tatsumaki www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Extract www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Generate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Multilingual www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Plugin-Clickable www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Plugin-Clickable-Email www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Plugin-Subst www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Provider-Encoding www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Stash-EscapeHTML www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Stash-HTML-Entities www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Timer www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Toolkit www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Template-Toolkit-Simple www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Test-HTTP-Server-Simple www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Test-LWP-UserAgent www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Test-WWW-Declare www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Test-WWW-Mechanize www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Test-WWW-Mechanize-Catalyst www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Test-WWW-Mechanize-PSGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Twiggy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-URI Update to 5.10. From the changelog: 2021-10-31 08:27:09 +00:00
p5-URI-db www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-URI-Escape-XS www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-URI-Fetch www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-URI-Find www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-URI-FromHash www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-URI-Nested www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-URI-Query www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-URI-ws www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-VRML www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-Web-Scraper www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WordPress-XMLRPC www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Amazon-Wishlist www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-CSRF www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Facebook-API www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Form-UrlEncoded www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Mechanize Update to 2.06. From the changelog: 2021-10-31 08:25:49 +00:00
p5-WWW-Mechanize-Cached www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Mechanize-FormFiller www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Mechanize-GZip www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Mechanize-Shell www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Mechanize-Timed www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Pastebin-PastebinCom-Create www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Pastebin-RafbNet-Create www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-RobotRules www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
p5-WWW-Shorten www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
paros paros: disable RELRO/MKPIE checks for prebuilt binaries 2022-03-27 10:29:40 +00:00
passenger revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pear-HTML_Common www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
pear-HTML_Select www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
pear-HTML_TreeMenu www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
pear-HTTP www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
pear-HTTP_Request www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
pear-HTTP_Request2 www/pear-HTTP_Request2: update to 2.5.1 2022-01-10 15:48:54 +00:00
php-apcu www/php-apcu: update to 5.1.21 2021-12-12 15:25:53 +00:00
php-apcu4 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-apcu_bc Retire of php73, PHP 7.3.x. 2021-12-29 06:05:18 +00:00
php-basercms www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-concrete5 www/php-concrete5: simplify condition for php-mcrypt dependency 2021-12-29 06:19:20 +00:00
php-curl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
php-dotclear php-dotclear: Update to 2.20.1 2022-01-25 08:31:38 +00:00
php-fpm revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
php-glpi Retire of php73, PHP 7.3.x. 2021-12-29 06:05:18 +00:00
php-http3 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
php-http4 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
php-ja-wordpress www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-nextcloud php-nextcloud: update to 23.0.4 2022-05-12 11:26:54 +00:00
php-owncloud www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-phalcon www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-phalcon4 Retire of php73, PHP 7.3.x. 2021-12-29 06:05:18 +00:00
php-phrasea2 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-piwigo www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-propro www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-propro2 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-soycms www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-tidy
php-tiki6 Retire of php73, PHP 7.3.x. 2021-12-29 06:05:18 +00:00
php-tt-rss www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-tt-rss-fever-plugin www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
php-uploadprogress www/php-uploadprogress: update to 2.0.2 2021-12-13 14:46:09 +00:00
phraseanet www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
phraseanet-indexer revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
pound www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
privoxy privoxy: let the RC script work unprivileged 2021-11-18 03:13:29 +00:00
pup Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
py-aiohttp py-aiohttp: add missing DEPENDS 2022-01-16 09:05:31 +00:00
py-aiohttp-cors *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-aiohttp-socks py-aiohttp-socks: updated to 0.7.1 2022-03-17 14:25:35 +00:00
py-asgiref py-asgiref: updated to 3.5.1 2022-05-01 20:04:45 +00:00
py-autobahn python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-beautifulsoup *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-beautifulsoup4 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-betamax *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-bleach *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-blosxom *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-bottle *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-cfscrape py-cfscrape: Switch to nodeversion.mk, bump PKGREVISION. 2022-05-13 10:57:32 +00:00
py-channels *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-cheroot *: recurse more not-for-python-2.x 2022-04-29 23:33:05 +00:00
py-cherrypy python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-clearsilver
py-ClientForm *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-cookies *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-curl py-curl: updated to 7.45.1 2022-03-17 13:03:52 +00:00
py-daphne python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-django py-django*: switch to USE_PKG_RESOURCES 2022-01-05 15:51:59 +00:00
py-django-admin-rangefilter *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-admin-sortable2 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-appconf *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-appmedia *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-binary-database-files *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-celery-beat *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-classy-tags *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-cms *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-cmsplugin_gallery *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-cogwheels *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-contrib-comments *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-cors-headers py-django-cors-headers: updated to 3.11.0 2022-02-07 20:52:39 +00:00
py-django-countries *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-debug-toolbar *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-extensions *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-filer *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-filter *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-formtools *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-import-export *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-inline-ordering *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-js-asset *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-kronos *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-modelcluster *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-mptt *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-phonenumber-field *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-photologue *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-polymorphic *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-registration *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-rest-framework-proxy *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-reversion *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-sekizai *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-sortedm2m *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-sql-explorer *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-tagging *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-taggit *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-tastypie *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-timezone-field *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django-treebeard *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-django2 py-django2: updated to 2.2.28 2022-04-20 12:28:57 +00:00
py-django3 py-django3: updated to 3.2.13 2022-04-20 12:29:47 +00:00
py-django14 *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-djangocms-admin-style *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-attributes-field *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-audio *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-column *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-file *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-flash *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-googlemap *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-icon *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-inherit *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-link *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-picture *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-style *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-teaser *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-text-ckeditor *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangocms-video *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-djangorestframework py-djangorestframework: updated to 3.13.1 2022-01-24 14:32:59 +00:00
py-draftjs_exporter *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-drf-nested-routers py-drf-nested-routers: updated to 0.93.4 2022-02-07 20:55:14 +00:00
py-easy-thumbnails *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-feedgen *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-feedgenerator *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
py-filebrowser_safe *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-flask py-flask: update to 2.1.2. 2022-04-29 13:41:38 +00:00
py-flask-admin py-flask-admin: Update to 1.6.0. 2022-05-16 15:26:17 +00:00
py-flask-api *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-assets *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-babel *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-babelex *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-bootstrap *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-caching py-flask-caching: updated to 1.10.1 2022-05-02 19:02:25 +00:00
py-flask-common *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-flask-cors *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-debugtoolbar *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-flatpages *: fix usage of versioned_dependencies 2022-05-01 09:45:41 +00:00
py-flask-frozen *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-jwt-extended *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-flask-limiter *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-login py-flask-login: Update to 0.6.1. 2022-05-16 15:35:29 +00:00
py-flask-mail *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-principal *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-rest *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-restful *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-restplus py-flask-restplus: exclude Python 2.7 2022-04-07 06:50:18 +00:00
py-flask-script *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-security *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-sendmail *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-sqlalchemy *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-sslify *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-static-digest *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-flask-testing *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-uploads *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-user *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-webpack *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flask-wtf *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-flup *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-FormEncode *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-furl *: convert py-flake8 users to versioned_dependencies 2022-01-29 08:48:40 +00:00
py-genshi py-genshi: updated to 0.7.7 2022-04-27 11:52:50 +00:00
py-google-api-python-client py-google-api-python-client: bump PKGREVISION 2022-01-27 11:57:26 +00:00
py-google-apitools python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-graphite-web *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-grappelli_safe *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-gunicorn python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-h2 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-h11 py-h11: updated to 0.13.0 2022-01-24 14:27:04 +00:00
py-HTMLgen www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
py-http-parser *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-http_ece *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-httpbin *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-httpcore py-httpcore: updated to 0.14.7 2022-02-05 12:05:43 +00:00
py-httpie py-httpie: update to 3.1.0. 2022-03-09 16:06:52 +00:00
py-httplib2 py-httplib2: updated to 0.20.4 2022-02-07 13:08:29 +00:00
py-httptools py-httptools: updated to 0.4.0 2022-02-23 08:27:29 +00:00
py-httpx py-httpx: updated to 0.22.0 2022-01-27 08:37:57 +00:00
py-httpx-socks py-httpx-socks: updated to 0.7.3 2022-03-17 14:26:27 +00:00
py-hyperframe *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-hyperlink *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-idna *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-ipywidgets py-ipywidgets: updated to 7.7.0 2022-04-07 10:20:48 +00:00
py-jonpy *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-klein *: mark some py-werkzeug dependencies as not-for-python-2.x 2022-04-29 23:14:02 +00:00
py-landslide py-landslide: use versioned dependencies for jinja2 2022-04-19 12:12:09 +00:00
py-livereload py-livereload: mark as not for Python 2.7 2022-02-05 09:09:57 +00:00
py-MechanicalSoup *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-mechanize py-mechanize: mark as not for python 2.7 2022-04-30 10:57:26 +00:00
py-meinheld *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-mezzanine python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-mod_wsgi *: set USE_PKG_RESOURCES for more packages 2022-01-05 20:47:34 +00:00
py-model_mommy *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-moin *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-multipart *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-nbclient py-nbclient: updated to 0.6.3 2022-05-10 05:28:25 +00:00
py-nbconvert py-nbconvert: Fix runtime error of www/py-notebook 2022-05-17 12:57:06 +00:00
py-nbformat py-nbformat: updated to 5.4.0 2022-05-04 07:30:55 +00:00
py-nevow *: use versioned_dependencies for py-twisted 2022-02-13 08:53:42 +00:00
py-notebook py-notebook: updated to 6.4.11 2022-04-19 12:14:10 +00:00
py-parsel *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-paste *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-PasteDeploy *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-PasteScript python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-pelican python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-priority *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-protego *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-publicsuffix2 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-purl *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-pylint-django py-pylint-django: updated to 2.5.3 2022-04-24 17:36:43 +00:00
py-pystache python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-python-digest *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-python-mimeparse *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-python-multipart *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-python3-digest *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-raven *: mark py-flask dependencies as not-for-python-2.x 2022-04-29 11:56:44 +00:00
py-recaptcha *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-respx py-respx: updated to 0.19.2 2022-02-06 07:53:10 +00:00
py-rfc3986 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-robobrowser *: mark some py-werkzeug dependencies as not-for-python-2.x 2022-04-29 23:14:02 +00:00
py-Routes *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-rss2gen *: fix for python 3.x 2022-01-19 17:50:45 +00:00
py-sanic py-sanic: updated to 22.3.2 2022-05-18 13:19:16 +00:00
py-sanic-routing py-sanic-routing: updated to 22.3.0 2022-04-26 12:35:13 +00:00
py-scgi py-scgi: fix PLIST 2022-01-22 14:17:46 +00:00
py-scrapy python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-selenium *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-simpletal *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-soupsieve *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-sparqlwrapper *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-swiftclient python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-swish-e *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-terminado *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-test-django *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
py-test-httpbin *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-tornado py-tornado: updated to 6.1 2022-02-05 09:00:25 +00:00
py-trytond-web-user *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-twill *: set USE_PKG_RESOURCES for some more packages 2022-01-05 20:07:10 +00:00
py-uliweb *: set USE_PKG_RESOURCES for some more packages 2022-01-05 20:07:10 +00:00
py-urllib3 *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-URLObject *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-uvicorn py-uvicorn: updated to 0.17.6 2022-03-12 08:36:40 +00:00
py-uwsgi revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
py-uwsgitop *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-w3lib *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-wagtail python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-wagtailmenus *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-wagtailnews *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-waitress python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-webassets python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-webcolors *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-webdav *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-WebOb *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-webpy *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-websocket-client py-websocket-client: fix dependenciess/test_dependencies 2022-05-12 06:44:20 +00:00
py-websockets py-websockets: updated to 10.3 2022-04-19 12:04:38 +00:00
py-WebTest *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-werkzeug py-werkzeug*: update to 2.1.2 2022-04-29 13:36:19 +00:00
py-werkzeug-docs py-werkzeug-docs: mark as not for python 2.7 2022-04-29 23:09:31 +00:00
py-whitenoise *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-widgetsnbextension py-widgetsnbextension: added version 3.6.0 2022-04-07 10:19:56 +00:00
py-WSGIProxy2 py-WSGIProxy2: fix PLIST after setuptools update 2022-03-24 20:17:03 +00:00
py-wsproto *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-wstools *: mark dependencies of py-pbr and py-test-virtualenv as not-for-python-2.x 2022-04-29 23:29:17 +00:00
py-wtforms *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-wtforms-alchemy *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-wtforms-components *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-wtforms-recaptcha *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-wtforms-test *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-yarl *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-zope.proxy py-zope.proxy: updated to 4.5.0 2022-02-11 11:23:00 +00:00
qDecoder www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
qutebrowser revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
R-bslib (www/R-bslib) Updated 0.2.5.1 to 0.3.1, make test passed 2022-05-05 02:24:41 +00:00
R-curl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
R-diffviewer (www/R-diffviewer) updated 0.1.0 to 0.1.1 2022-05-02 14:19:29 +00:00
R-gargle (www/R-gargle) import R-gargle-1.2.0 2022-04-23 06:02:59 +00:00
R-gh www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
R-googledrive (www/R-googledrive) import R-googledrive-2.0.0 2022-04-23 06:10:12 +00:00
R-htmlwidgets www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
R-httpuv (www/R-httpuv) Updated 1.6.3 to 1.6.5 2022-04-30 01:16:18 +00:00
R-httr www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
R-jquerylib www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
R-mathjaxr www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
R-miniUI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
R-RCurl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
R-rvest (www/R-rvest) TEST_DEPENDS x 16 added 2022-05-04 12:38:54 +00:00
R-sass www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
R-shiny (www/R-shiny) Updated 1.6.0 to 1.7.1 2022-04-30 01:49:59 +00:00
R-shinyjs www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
R-webfakes (www/R-webfakes) import R-webfakes-1.1.3 2022-04-29 15:00:26 +00:00
R-webshot www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ramaze www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
rekonq revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
restish Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
ruby-actioncable52 Update rest of Ruby on Rails 52 components. 2022-05-05 03:08:15 +00:00
ruby-actioncable60 Update rest of Ruby on Rails 60 components. 2022-05-05 03:24:54 +00:00
ruby-actioncable61 www/ruby-actioncable61: update to 6.1.5.1 2022-05-05 03:32:28 +00:00
ruby-actioncable70 Update rest of Ruby on Rails 70 components. 2022-05-05 03:41:41 +00:00
ruby-actionpack52 www/ruby-actionpack52: update to 5.2.7.1 2022-05-05 03:05:24 +00:00
ruby-actionpack60 www/ruby-actionpack60: update to 6.0.4.8 2022-05-05 03:23:48 +00:00
ruby-actionpack61 www/ruby-actionpack61: update to 6.1.5.1 2022-05-05 03:30:02 +00:00
ruby-actionpack70 www/ruby-actionpack70: update to 7.0.2.4 2022-05-05 03:40:53 +00:00
ruby-actionview52 www/ruby-actionview52: update to 5.2.7.1 2022-05-05 03:04:44 +00:00
ruby-actionview60 www/ruby-actionview60: update to 6.0.4.8 2022-05-05 03:23:12 +00:00
ruby-actionview61 www/ruby-actionview61: update to 6.1.5.1 2022-05-05 03:29:32 +00:00
ruby-actionview70 www/ruby-actionview70: update to 7.0.2.4 2022-05-05 03:40:27 +00:00
ruby-aws-eventstream www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-aws-partitions www/ruby-aws-partitions: update to 1.541.0 2021-12-14 14:51:58 +00:00
ruby-aws-sdk-core www/ruby-aws-sdk-core: update to 3.124.0 2021-12-12 12:48:19 +00:00
ruby-aws-sdk-kms www/ruby-aws-sdk-kms: add package version 1.52.0 2021-12-12 12:54:28 +00:00
ruby-aws-sdk-s3 www/ruby-aws-sdk-s3: add package version 1.109.0 2021-12-12 12:59:31 +00:00
ruby-aws-sdk-secretsmanager www/ruby-aws-sdk-secretsmanager: update to 1.54.0 2021-12-14 14:54:18 +00:00
ruby-aws-sigv4 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-borges www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-capybara www/ruby-capybara: update to 3.36.0 2021-12-11 14:44:13 +00:00
ruby-clearsilver
ruby-coffee-rails www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-compass www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-compass-core www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-compass-import-once www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-compass-susy-plugin www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-cookiejar www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-crass www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-css-parser www/ruby-css-parser: update to 1.11.0 2021-12-14 14:49:51 +00:00
ruby-cssmin www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-csspool www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-data_uri www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-div www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-em-http-request www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-em-websocket www/ruby-em-websocket: update to 0.5.3 2021-12-11 14:49:15 +00:00
ruby-erubis www/ruby-erubis: add support for pkg_alternatives support 2022-05-05 14:03:28 +00:00
ruby-ethon www/ruby-ethon: update to 0.15.0 2021-12-11 14:52:43 +00:00
ruby-faraday www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday-em_http www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday-em_synchrony www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday-excon www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday-httpclient www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday-net_http www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday-net_http_persistent www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday-patron www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday-rack www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faraday_middleware www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-faye-websocket www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-fcgi www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-html-proofer www/ruby-html-proofer: update to 3.19.3 2021-12-19 06:48:46 +00:00
ruby-htmlsplit www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-http www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-http-accept www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-http-cookie www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-http-form_data www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-http-parser www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-http_parser.rb www/ruby-http_parser.rb: update to 0.8.0 2021-12-11 15:34:30 +00:00
ruby-http_router www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-httpclient www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-innate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll www/ruby-jekyll: update to 4.2.1 2021-12-12 13:40:33 +00:00
ruby-jekyll-archives www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll-coffeescript www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll-feed www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll-gist www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll-minima www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll-paginate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll-sass-converter www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll-seo-tag www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jekyll-watch www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jquery-rails www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-jsmin www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-liquid www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-loofah www/ruby-loofah: update to 2.13.0 2021-12-14 14:17:47 +00:00
ruby-mechanize www/ruby-mechanize: update to 2.8.3 2021-12-11 15:35:58 +00:00
ruby-multipart-post www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-mustermann www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-net-http-digest_auth www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-net-http-persistent www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-ntlm-http www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-padrino www/ruby-padrino: update to 0.15.1 2021-06-02 15:09:52 +00:00
ruby-padrino-admin www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-padrino-cache www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-padrino-contrib www/ruby-padrino-contrib: fix CVE-2019-16145 2021-12-28 14:39:55 +00:00
ruby-padrino-core www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-padrino-gen www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-padrino-helpers www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-padrino-mailer www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-padrino-support www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-patron revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ruby-puma www/ruby-puma: update to 5.6.4 2022-04-24 14:43:10 +00:00
ruby-pygments.rb www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rack www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rack-cache www/ruby-rack-cache: update to 1.13.0 2021-12-11 15:40:24 +00:00
ruby-rack-contrib www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rack-protection www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rack-rewrite www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rack-test www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rack16 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rails-html-sanitizer www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rails52 Update rest of Ruby on Rails 52 components. 2022-05-05 03:08:15 +00:00
ruby-rails60 Update rest of Ruby on Rails 60 components. 2022-05-05 03:24:54 +00:00
ruby-rails61 Update rest of Ruby on Rails 61 components. 2022-05-05 03:34:36 +00:00
ruby-rails70 Update rest of Ruby on Rails 70 components. 2022-05-05 03:41:41 +00:00
ruby-raindrops www/ruby-raindrops: update to 0.20.0 2021-12-11 15:44:20 +00:00
ruby-request_store www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rest-client www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-robots www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-rouge ruby-rouge: update to 3.28.0. 2022-02-04 07:56:11 +00:00
ruby-sass www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-sass-listen www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-sass-rails www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-sass34 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-sassc www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-sassc-rails www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-sawyer www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-selenium-webdriver www/ruby-selenium-webdriver: update to 4.1.0 2021-12-11 15:50:00 +00:00
ruby-sinatra www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-sinatra-contrib www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-tag www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-typhoeus www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-unicorn www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-url_mount www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-webkit-gtk ruby-gnome: update to 3.5.1. 2022-01-17 15:17:14 +00:00
ruby-webrick www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-webrobots www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-websocket www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-websocket-driver www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-websocket-extensions www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ruby-webunit www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
sassc www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
screws www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
seamonkey mozilla-common.mk: use :Q with CPP in CONFIGURE_ENV. 2022-05-15 00:37:26 +00:00
seamonkey-l10n seamonkey-l10n: Update to 2.53.10 2021-11-30 15:42:33 +00:00
serf www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
shibboleth-sp *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
siege www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
sitecopy revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
snarf www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
snownews snownews: fix build on SunOS 2022-04-25 10:17:16 +00:00
so www/so: update to 0.4.6 2022-02-23 10:55:43 +00:00
SOGo SOGo*: Update DESCR 2022-04-28 15:49:31 +00:00
SOGo4 SOGo*: Update DESCR 2022-04-28 15:49:31 +00:00
spawn-fcgi www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
spdylay spdylay: Illumos does have Linux-compatible epoll(2) 2022-04-24 15:43:39 +00:00
SpeedyCGI www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
sqtop www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
squid4 squid4: Remove redundant NetBSD version check 2022-05-05 08:36:30 +00:00
squidanalyzer www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
squidclamav www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
squidGuard www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
squidpurge www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
squidview www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
squirm www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
stagit stagit: update to 1.1. 2022-04-02 18:02:25 +00:00
suckit www/suckit: update to 0.2.0 2022-04-29 16:59:47 +00:00
superscript-shttpd Fix Solarish builds: link with -lsocket for shutdown(2). 2021-12-19 10:02:11 +00:00
surf revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
surfraw www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
swiftsurf www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
swiggle www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
swill www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
swish-e revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
syndication syndication: update to 5.93.0 2022-04-25 08:21:14 +00:00
tcl-cgi www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
termtter www/termtter: drop dependency to ruby-fiddle 2022-01-14 16:22:17 +00:00
thin www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
thttpd www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
tidy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
tinyproxy www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
trac trac: force old version of jinja2 2022-04-19 12:13:11 +00:00
tscrape www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
tuir python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
typo3_62 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
ufdbguard ufdbguard: fix rc.d script 2022-04-04 13:21:41 +00:00
uhttpmock revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
unit Update my email address. 2022-02-23 04:24:37 +00:00
unit-perl Update my email address. 2022-02-23 04:24:37 +00:00
unit-php www/unit-php: update list of supported PHP versions 2022-03-09 14:08:25 +00:00
unit-python Update my email address. 2022-02-23 04:24:37 +00:00
unit-ruby Update my email address. 2022-02-23 04:24:37 +00:00
urlget www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
urlgrabber *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
varnish varnish: update to 7.1.0 2022-04-12 22:13:36 +00:00
viewvc www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
vimb revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
visitors www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
w3 Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
w3c-httpd www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
w3m revbump for icu and libffi 2021-12-08 16:01:42 +00:00
w3m-img
waplet www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
wApua www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
wdg-validate www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
webalizer www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
webby www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
webkit-gtk webkit-gtk: add CHECK_PORTABILITY_SKIP 2022-04-25 23:28:51 +00:00
webkit24-gtk revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
webkit24-gtk3 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
weblint www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
webnew www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
websvn www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
weex www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
whisker www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
wiki-tui www/wiki-tui: update to 0.4.8 2022-05-17 18:35:38 +00:00
wiliki www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
wmd www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
wordpress Update to version 5.9.3. 2022-04-09 15:07:15 +00:00
wslay www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
www6to4 www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
wwwcount www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
wwwoffle revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xh www/xh: import package 2022-05-03 19:34:55 +00:00
xurl www/xurl: drop inactive project 2022-03-29 10:41:49 +00:00
yahttp *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
yaws yaws: Disable Werror usage 2022-05-05 13:09:30 +00:00
z-push www: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:29:14 +00:00
zola zola: Fix build in sandbox. 2022-03-31 15:29:29 +00:00
zopeedit zopeedit: convert to egg.mk 2022-01-10 22:25:46 +00:00
Makefile Add xh 2022-05-03 19:35:38 +00:00