diff options
Diffstat (limited to 'www')
27 files changed, 173 insertions, 56 deletions
diff --git a/www/Makefile b/www/Makefile index 320f82474594..e72084fbdc21 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1487,6 +1487,7 @@ SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-betamax + SUBDIR += py-binarycookies SUBDIR += py-biscuits SUBDIR += py-bjoern SUBDIR += py-bleach diff --git a/www/gitlab-pages/distinfo b/www/gitlab-pages/distinfo index a09d744a2925..ceedef560ee2 100644 --- a/www/gitlab-pages/distinfo +++ b/www/gitlab-pages/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750221135 -SHA256 (go/www_gitlab-pages/gitlab-pages-v18.1.0/go.mod) = a5b3bb24fd3351af28849dfc2bb09acd9d7f4d06e3f065776685482d0745e180 -SIZE (go/www_gitlab-pages/gitlab-pages-v18.1.0/go.mod) = 3435 -SHA256 (go/www_gitlab-pages/gitlab-pages-v18.1.0/gitlab-pages-v18.1.0.tar.bz2) = 4e8195b3eb25f816928f0ec1d858736eb7f18771ebacd825721fbf450cd1eaba -SIZE (go/www_gitlab-pages/gitlab-pages-v18.1.0/gitlab-pages-v18.1.0.tar.bz2) = 235637 +TIMESTAMP = 1750904318 +SHA256 (go/www_gitlab-pages/gitlab-pages-v18.1.1/go.mod) = a5b3bb24fd3351af28849dfc2bb09acd9d7f4d06e3f065776685482d0745e180 +SIZE (go/www_gitlab-pages/gitlab-pages-v18.1.1/go.mod) = 3435 +SHA256 (go/www_gitlab-pages/gitlab-pages-v18.1.1/gitlab-pages-v18.1.1.tar.bz2) = afd5131094c333f862f68c0377dc9121f7e19f0e8de419b59643dfcb21098059 +SIZE (go/www_gitlab-pages/gitlab-pages-v18.1.1/gitlab-pages-v18.1.1.tar.bz2) = 235705 diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index 035a90fe649f..44012915453a 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750221154 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.1.0/go.mod) = ba6f1d47b9d8b718a588b1de93d521341655934b0d8038a32777a34d97168804 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.1.0/go.mod) = 9144 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.1.0/gitlab-foss-v18.1.0.tar.bz2) = 5c909d712494ff50ab1a15abef760388fea062fbb9204e54d0fcf5a28402dbb6 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.1.0/gitlab-foss-v18.1.0.tar.bz2) = 119446403 +TIMESTAMP = 1750904330 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.1.1/go.mod) = ba6f1d47b9d8b718a588b1de93d521341655934b0d8038a32777a34d97168804 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.1.1/go.mod) = 9144 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.1.1/gitlab-foss-v18.1.1.tar.bz2) = f88fcf557bad4ed378c12b2cca9321e6014d4aae4426ddb6cde185a6ecb54d11 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.1.1/gitlab-foss-v18.1.1.tar.bz2) = 119445108 diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 0a2db91e5613..864063c1365a 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,4 +1,4 @@ -GITLAB_VERSION= 18.1.0 +GITLAB_VERSION= 18.1.1 GITLAB_PORTREVISION= 0 # Git version gitaly should use (from gitlab mirror) diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo index c22284f466a6..f3d977a2ab27 100644 --- a/www/gitlab/distinfo +++ b/www/gitlab/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750221061 -SHA256 (gitlab-foss-v18.1.0.tar.bz2) = 5c909d712494ff50ab1a15abef760388fea062fbb9204e54d0fcf5a28402dbb6 -SIZE (gitlab-foss-v18.1.0.tar.bz2) = 119446403 -TIMESTAMP = 1750221102 -SHA256 (gitlab-v18.1.0-ee.tar.bz2) = 7523f6c04af6a12b682caeca401b7eea80b63e8ec84fdd4e94a886563f81ffe3 -SIZE (gitlab-v18.1.0-ee.tar.bz2) = 134734522 +TIMESTAMP = 1750904269 +SHA256 (gitlab-foss-v18.1.1.tar.bz2) = f88fcf557bad4ed378c12b2cca9321e6014d4aae4426ddb6cde185a6ecb54d11 +SIZE (gitlab-foss-v18.1.1.tar.bz2) = 119445108 +TIMESTAMP = 1750904310 +SHA256 (gitlab-v18.1.1-ee.tar.bz2) = e2b052cee4fff6330558b78ac6efd3619681b95b7dd949961267c1370aecdd21 +SIZE (gitlab-v18.1.1-ee.tar.bz2) = 134748693 diff --git a/www/kanboard/Makefile b/www/kanboard/Makefile index 40fe830dbedf..714e3b475041 100644 --- a/www/kanboard/Makefile +++ b/www/kanboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanboard DISTVERSIONPREFIX= v -DISTVERSION= 1.2.44 +DISTVERSION= 1.2.46 CATEGORIES= www PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/www/kanboard/distinfo b/www/kanboard/distinfo index c8a315548ba6..232ff24da907 100644 --- a/www/kanboard/distinfo +++ b/www/kanboard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742990146 -SHA256 (kanboard-kanboard-v1.2.44_GH0.tar.gz) = 9ac51f7107797f0585dba1cba08097dd5a5d5855eaa5cfc92aba6cdf3b1de854 -SIZE (kanboard-kanboard-v1.2.44_GH0.tar.gz) = 3437081 +TIMESTAMP = 1750784344 +SHA256 (kanboard-kanboard-v1.2.46_GH0.tar.gz) = d6aede6535328065a93fd8e851eda421f6f565d25a5dbb973e6e026a5cf4a0ef +SIZE (kanboard-kanboard-v1.2.46_GH0.tar.gz) = 3489423 diff --git a/www/kanboard/pkg-plist b/www/kanboard/pkg-plist index 350e2fd465b1..0ef8898817eb 100644 --- a/www/kanboard/pkg-plist +++ b/www/kanboard/pkg-plist @@ -1,5 +1,6 @@ %%WWWDIR%%/.devcontainer/devcontainer.json %%WWWDIR%%/.htaccess +%%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/ChangeLog %%WWWDIR%%/LICENSE %%WWWDIR%%/app/.htaccess @@ -524,6 +525,7 @@ %%WWWDIR%%/app/Model/ActionParameterModel.php %%WWWDIR%%/app/Model/AvatarFileModel.php %%WWWDIR%%/app/Model/BoardModel.php +%%WWWDIR%%/app/Model/CaptchaModel.php %%WWWDIR%%/app/Model/CategoryModel.php %%WWWDIR%%/app/Model/ColorModel.php %%WWWDIR%%/app/Model/ColumnModel.php @@ -1071,9 +1073,13 @@ %%WWWDIR%%/custom-hooks/post-checkout %%WWWDIR%%/data/.htaccess %%WWWDIR%%/data/web.config +%%WWWDIR%%/docker-compose.mysql.yml +%%WWWDIR%%/docker-compose.postgres.yml +%%WWWDIR%%/docker-compose.sqlite.yml %%WWWDIR%%/favicon.ico %%WWWDIR%%/index.php %%WWWDIR%%/jsonrpc.php +%%WWWDIR%%/healthcheck.php %%WWWDIR%%/libs/Captcha/CaptchaBuilder.php %%WWWDIR%%/libs/Captcha/CaptchaBuilderInterface.php %%WWWDIR%%/libs/Captcha/Font/captcha0.ttf diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 16871c36cc9a..cd1f17a6c250 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME?= nginx -PORTVERSION= 1.28.0 -PORTREVISION= 8 +PORTVERSION= 1.29.0 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 82683323f56a..57f090a2a1d3 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1748378886 -SHA256 (nginx-1.28.0.tar.gz) = c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a -SIZE (nginx-1.28.0.tar.gz) = 1280111 +TIMESTAMP = 1750864974 +SHA256 (nginx-1.29.0.tar.gz) = 109754dfe8e5169a7a0cf0db6718e7da2db495753308f933f161e525a579a664 +SIZE (nginx-1.29.0.tar.gz) = 1284291 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (osokin-ngx_http_redis-0.4.0_GH0.tar.gz) = e5b699243035575cb8ffcd26fc3a8287bcd11ff414e30fd0a52c96729fd22d0d diff --git a/www/peersuite/Makefile b/www/peersuite/Makefile index 80c23390a015..64e62a0a1659 100644 --- a/www/peersuite/Makefile +++ b/www/peersuite/Makefile @@ -1,5 +1,5 @@ PORTNAME= peersuite -DISTVERSION= 0.0.4 +DISTVERSION= 1.0 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org @@ -19,7 +19,9 @@ SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - @cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "-name *\.js -or -name *\.html -or -name *\.css" - @${INSTALL_DATA} ${WRKSRC}/peerspace.png ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "-name *\.js -or -name *\.html -or -name *\.css -depth 1" + @${MKDIR} ${STAGEDIR}${WWWDIR}/themes + @cd ${WRKSRC}/src/themes && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/themes "-name *\.css -or -name *\.json" + ${INSTALL_DATA} ${WRKSRC}/peerspace.png ${STAGEDIR}${WWWDIR} .include <bsd.port.mk> diff --git a/www/peersuite/distinfo b/www/peersuite/distinfo index 66266d458991..2fb7beecf894 100644 --- a/www/peersuite/distinfo +++ b/www/peersuite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750189169 -SHA256 (openconstruct-Peersuite-0.0.4_GH0.tar.gz) = d1df577996edc13a1dec8cdb65c10f205124459c69f60263a7264f6c8b7fd3fc -SIZE (openconstruct-Peersuite-0.0.4_GH0.tar.gz) = 2324474 +TIMESTAMP = 1750799776 +SHA256 (openconstruct-Peersuite-1.0_GH0.tar.gz) = dbe1feffe4a0aad0a96c1fee5849a3b1bfd0c0306acebc0cb800a6f9a316145c +SIZE (openconstruct-Peersuite-1.0_GH0.tar.gz) = 2329352 diff --git a/www/peersuite/pkg-plist b/www/peersuite/pkg-plist index a721114ccd2f..e911aac7f3da 100644 --- a/www/peersuite/pkg-plist +++ b/www/peersuite/pkg-plist @@ -1,10 +1,15 @@ %%WWWDIR%%/document.js %%WWWDIR%%/index.html %%WWWDIR%%/kanban.js +%%WWWDIR%%/main-styles.css %%WWWDIR%%/main.js %%WWWDIR%%/media.js %%WWWDIR%%/peerspace.png %%WWWDIR%%/share.js -%%WWWDIR%%/style.css +%%WWWDIR%%/themes/dark.css +%%WWWDIR%%/themes/example.css +%%WWWDIR%%/themes/light.css +%%WWWDIR%%/themes/material.css +%%WWWDIR%%/themes/themes.json %%WWWDIR%%/trystero-torrent.min.js %%WWWDIR%%/whiteboard.js diff --git a/www/plasma6-plasma-browser-integration/distinfo b/www/plasma6-plasma-browser-integration/distinfo index 3b2a192f2017..a6dcc022e175 100644 --- a/www/plasma6-plasma-browser-integration/distinfo +++ b/www/plasma6-plasma-browser-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750010502 -SHA256 (KDE/plasma/6.4.0/plasma-browser-integration-6.4.0.tar.xz) = 147e0b8b105e47ca3fc694dd2d86ecbeaa7c3c315d8bf3da0d4b6e35a829e7a4 -SIZE (KDE/plasma/6.4.0/plasma-browser-integration-6.4.0.tar.xz) = 233024 +TIMESTAMP = 1750789621 +SHA256 (KDE/plasma/6.4.1/plasma-browser-integration-6.4.1.tar.xz) = 7aa0d8c0c722e9f763baef5c153a7f882f490dbcf99563d04727b759c5c2d634 +SIZE (KDE/plasma/6.4.1/plasma-browser-integration-6.4.1.tar.xz) = 233020 diff --git a/www/py-binarycookies/Makefile b/www/py-binarycookies/Makefile new file mode 100644 index 000000000000..4a76b5bfd247 --- /dev/null +++ b/www/py-binarycookies/Makefile @@ -0,0 +1,26 @@ +PORTNAME= binarycookies +PORTVERSION= 2.1.5 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Binary cookies (de)serializer written in Python +WWW= https://pypi.org/project/binarycookies/ + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>=0:devel/py-pydantic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typer>=0.12.3:devel/py-typer@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +post-patch: +# Do not pick up leftovers (*.orig files etc.) when making the package + @${REINPLACE_CMD} -e '/^package_data =/,+1s,\*,&.py,' \ + ${WRKSRC}/${PYSETUP} + +.include <bsd.port.mk> diff --git a/www/py-binarycookies/distinfo b/www/py-binarycookies/distinfo new file mode 100644 index 000000000000..90ad5f5508ac --- /dev/null +++ b/www/py-binarycookies/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1744141848 +SHA256 (binarycookies-2.1.5.tar.gz) = ff28a8e90e6ba02bc82fb2ff0d1d9a4a3be1ee9289a58f74a653d264928a31f3 +SIZE (binarycookies-2.1.5.tar.gz) = 8448 diff --git a/www/py-binarycookies/files/patch-src_binarycookies_____main____.py b/www/py-binarycookies/files/patch-src_binarycookies_____main____.py new file mode 100644 index 000000000000..da43dac8dabd --- /dev/null +++ b/www/py-binarycookies/files/patch-src_binarycookies_____main____.py @@ -0,0 +1,49 @@ +--- src/binarycookies/__main__.py.orig 2025-04-08 19:50:17 UTC ++++ src/binarycookies/__main__.py +@@ -5,6 +5,8 @@ from sys import stdout + from typing import Type + + import typer ++# https://github.com/Textualize/rich/issues/271 ++println = print + from rich import print + + from binarycookies import load +@@ -20,6 +22,7 @@ class DateTimeEncoder(json.JSONEncoder): + class OutputType(str, Enum): + json = "json" + ascii = "ascii" ++ netscape = "netscape" + + + def cli(file_path: str, output: str = "json"): +@@ -27,7 +30,7 @@ def cli(file_path: str, output: str = "json"): + with open(file_path, "rb") as f: + cookies = load(f) + if output == OutputType.json: +- json.dump([cookie.model_dump() for cookie in cookies], indent=2, cls=DateTimeEncoder, fp=stdout) ++ json.dump([cookie.dict() for cookie in cookies], indent=2, cls=DateTimeEncoder, fp=stdout) + elif output == OutputType.ascii: + for cookie in cookies: + print(f"Name: {cookie.name}") +@@ -38,6 +41,20 @@ def cli(file_path: str, output: str = "json"): + print(f"Expires: {cookie.expiry_datetime.isoformat()}") + print(f"Flag: {cookie.flag.value}") + print("-" * 40) ++ elif output == OutputType.netscape: ++ # http://www.cookiecentral.com/faq/#3.5 ++ println("# Netscape HTTP Cookie File") ++ for cookie in cookies: ++ println("%(domain)s\t%(flag)s\t%(path)s\t%(secure)s\t%(expiry)d\t%(name)s\t%(value)s" % dict( ++ domain = cookie.url, ++ flag = str(cookie.url.startswith('.')).upper(), ++ path = cookie.path, ++ secure = str('Secure' in cookie.flag.value).upper(), ++ expiry = cookie.expiry_datetime.timestamp(), ++ name = cookie.name, ++ value = cookie.value)) ++ else: ++ print(f"Unsupported output format, can only do {', '.join('[green]%s[/green]' % ot.name for ot in OutputType)}.") + + + def main(): diff --git a/www/py-binarycookies/files/patch-src_binarycookies___deserialize.py b/www/py-binarycookies/files/patch-src_binarycookies___deserialize.py new file mode 100644 index 000000000000..3aec2539907c --- /dev/null +++ b/www/py-binarycookies/files/patch-src_binarycookies___deserialize.py @@ -0,0 +1,21 @@ +--- src/binarycookies/_deserialize.py.orig 2025-04-08 19:50:17 UTC ++++ src/binarycookies/_deserialize.py +@@ -1,6 +1,7 @@ + from datetime import datetime, timezone + from io import BytesIO + from struct import unpack ++from sys import maxsize + from typing import BinaryIO, List, Union + + from binarycookies.models import ( +@@ -28,7 +29,9 @@ def interpret_flag(flags: int) -> Flag: + + def mac_epoch_to_date(epoch: int) -> datetime: + """Converts a mac epoch time to a datetime object.""" +- return datetime.fromtimestamp(epoch + 978307200, tz=timezone.utc) ++ unix_epoch = epoch + 978307200 ++ if unix_epoch > maxsize: unix_epoch = maxsize ++ return datetime.fromtimestamp(unix_epoch, tz=timezone.utc) + + + def read_string(data: BytesIO, size: int) -> str: diff --git a/www/py-binarycookies/pkg-descr b/www/py-binarycookies/pkg-descr new file mode 100644 index 000000000000..e53f18a363c9 --- /dev/null +++ b/www/py-binarycookies/pkg-descr @@ -0,0 +1,6 @@ +Python library and command-line tool for reading and writing binary +cookies files used by Apple's Safari web browser on macOS and iOS. + +The `bcparser' program supports three output types: JSON (default), +ASCII (line-by-line text format), and Netscape legacy `cookies.txt' +format used by popular tools such as curl, wget, yt-dlp, and others. diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile index ebdfd53670f5..73a9eb31cbf6 100644 --- a/www/py-bottle/Makefile +++ b/www/py-bottle/Makefile @@ -1,6 +1,5 @@ PORTNAME= bottle -PORTVERSION= 0.12.25 -PORTREVISION= 1 +PORTVERSION= 0.13.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-bottle/distinfo b/www/py-bottle/distinfo index 2ffc1fbdc4d8..ea47ebbd5ed5 100644 --- a/www/py-bottle/distinfo +++ b/www/py-bottle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678036182 -SHA256 (bottle-0.12.25.tar.gz) = e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021 -SIZE (bottle-0.12.25.tar.gz) = 74231 +TIMESTAMP = 1750836079 +SHA256 (bottle-0.13.4.tar.gz) = 787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47 +SIZE (bottle-0.13.4.tar.gz) = 98717 diff --git a/www/py-calibreweb/Makefile b/www/py-calibreweb/Makefile index d3a749663e24..28c904020d37 100644 --- a/www/py-calibreweb/Makefile +++ b/www/py-calibreweb/Makefile @@ -1,6 +1,6 @@ PORTNAME= calibreweb PORTVERSION= 0.6.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -99,7 +99,7 @@ GDRIVE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}uritemplate>=0:net/py-uritemplate@${PY_FLAVOR} GMAIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>=0:security/py-google-auth-oauthlib@${PY_FLAVOR} -GREADS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Goodreads>=0:devel/py-goodreads@${PY_FLAVOR} \ +GREADS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}goodreads>=0:devel/py-goodreads@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Levenshtein>=0:devel/py-Levenshtein@${PY_FLAVOR} IMAGICK6_NOX11_USES= magick:6,run,nox11 IMAGICK6_X11_USES= magick:6,run diff --git a/www/py-freenit/Makefile b/www/py-freenit/Makefile index 5c05b5a92a03..aa5c09260cf5 100644 --- a/www/py-freenit/Makefile +++ b/www/py-freenit/Makefile @@ -1,5 +1,5 @@ PORTNAME= freenit -DISTVERSION= 0.3.16 +DISTVERSION= 0.3.17 CATEGORIES= www devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-freenit/distinfo b/www/py-freenit/distinfo index 7eea228138d7..e8f6d22ce868 100644 --- a/www/py-freenit/distinfo +++ b/www/py-freenit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750500114 -SHA256 (freenit-0.3.16.tar.gz) = 0bbc2258e75afb892f9971dc642d7dd7ef27a06e3b538b42daf7c8c6fafaa3ec -SIZE (freenit-0.3.16.tar.gz) = 27242 +TIMESTAMP = 1750844784 +SHA256 (freenit-0.3.17.tar.gz) = daff3a346f4b9fa414df0561e1d2ec8972bf0391af53e04553bb7992a07f4716 +SIZE (freenit-0.3.17.tar.gz) = 27786 diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index 6c54676498e6..b0c94ed27b82 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,6 +1,5 @@ PORTNAME= tor-browser -DISTVERSION= 14.5.3 -PORTREVISION= 1 +DISTVERSION= 14.5.4 CATEGORIES= www net security wayland TAG_BASE= 90dbac96420394aa35ce29385814742ac4942b26 TAG_TOR= 9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939 @@ -18,9 +17,9 @@ MASTER_SITES= TOR \ LOCAL/vvd:source5 MASTER_SITE_SUBDIR= torbrowser/${DISTVERSION}/:DEFAULT \ download/releases/:source3 -DISTNAME= src-firefox-tor-browser-128.11.0esr-14.5-1-build3 +DISTNAME= src-firefox-tor-browser-128.12.0esr-14.5-1-build1 MANUAL= manual_215922.zip -NOSCRIPT= noscript-13.0.6.xpi +NOSCRIPT= noscript-13.0.8.xpi DISTFILES= ${DISTNAME}.tar.xz \ ${MANUAL}:source1 \ fonts-3--4348e1.tar.zst:source2 \ diff --git a/www/tor-browser/distinfo b/www/tor-browser/distinfo index 3c6762f42035..17b1427f4f3d 100644 --- a/www/tor-browser/distinfo +++ b/www/tor-browser/distinfo @@ -1,12 +1,12 @@ -TIMESTAMP = 1748354421 -SHA256 (src-firefox-tor-browser-128.11.0esr-14.5-1-build3.tar.xz) = 349e0bdc52b6b150732a0483e1a1d66e47e608b2d77697112d2285751f476f53 -SIZE (src-firefox-tor-browser-128.11.0esr-14.5-1-build3.tar.xz) = 611118336 +TIMESTAMP = 1750789506 +SHA256 (src-firefox-tor-browser-128.12.0esr-14.5-1-build1.tar.xz) = d79e2760287bb86cddf99da0e73e0dd2fe54eb301958f58404deb475e61a47f8 +SIZE (src-firefox-tor-browser-128.12.0esr-14.5-1-build1.tar.xz) = 611154864 SHA256 (manual_215922.zip) = b5ed703f54d52e9f197320f3698e936d585a3fed23cc4f9fbf59edce2869f885 SIZE (manual_215922.zip) = 28305786 SHA256 (fonts-3--4348e1.tar.zst) = 7fbbecece6de777f196982f6eb567970a6d8e7ac2bf5b1ad6b90e1ea36374032 SIZE (fonts-3--4348e1.tar.zst) = 27441580 -SHA256 (noscript-13.0.6.xpi) = 85066ef24c44cc839b2d6bbe4d3d08652c8e09f06515e1b86ee72ba26c406989 -SIZE (noscript-13.0.6.xpi) = 992587 +SHA256 (noscript-13.0.8.xpi) = 9d978cfe083cb9cce120b5ee41e8933d752d7ab4680bf517c5ec4b29c4cfd2dc +SIZE (noscript-13.0.8.xpi) = 993143 SHA256 (tpo-translation-90dbac96420394aa35ce29385814742ac4942b26_GL0.tar.gz) = dd720795ebd4a335e522fc48956e81b1ba62580aae33d99997ecdaf6866a3537 SIZE (tpo-translation-90dbac96420394aa35ce29385814742ac4942b26_GL0.tar.gz) = 793166 SHA256 (tpo-translation-9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939_GL0.tar.gz) = 033bd5bb2e4e2f852d3a711c4e652a389f32974fe0304a969f518680d849a32c diff --git a/www/wget2/Makefile b/www/wget2/Makefile index c0615c687e1d..437de18068ce 100644 --- a/www/wget2/Makefile +++ b/www/wget2/Makefile @@ -1,5 +1,6 @@ PORTNAME= wget2 DISTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= GNU/wget |