diff options
author | mezz <mezz@FreeBSD.org> | 2009-05-12 11:08:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-05-12 11:08:20 +0800 |
commit | 82fea1456ad52669a5149da97e752309f2afe13a (patch) | |
tree | 46fb5c52c7c6c0919604ac52306922ab32b6a223 /net-p2p | |
parent | ef493887c66423a9a7615352892c351eb0491523 (diff) | |
download | freebsd-ports-gnome-82fea1456ad52669a5149da97e752309f2afe13a.tar.gz freebsd-ports-gnome-82fea1456ad52669a5149da97e752309f2afe13a.tar.zst freebsd-ports-gnome-82fea1456ad52669a5149da97e752309f2afe13a.zip |
Update to 1.61.
Security: Close potential CSRF security hole for Web Client users.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-cli/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/pkg-plist | 2 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index fbb570138997..3e2bd61cd629 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -6,7 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 1.60 +PORTVERSION= 1.61 PORTREVISION?= 0 CATEGORIES?= net-p2p MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ diff --git a/net-p2p/transmission-cli/distinfo b/net-p2p/transmission-cli/distinfo index ae02f27bbb7c..ddeeaa27ee3b 100644 --- a/net-p2p/transmission-cli/distinfo +++ b/net-p2p/transmission-cli/distinfo @@ -1,3 +1,3 @@ -MD5 (transmission-1.60.tar.bz2) = 8b30cf189240f0c50ccd11c618a6906a -SHA256 (transmission-1.60.tar.bz2) = a1f1dad64022fd3c5f820cc6175e26323a1eb70d8c6d79bcde82f956666489f2 -SIZE (transmission-1.60.tar.bz2) = 4772222 +MD5 (transmission-1.61.tar.bz2) = 0b0428f4a6237a64dc8b7d378ace3f06 +SHA256 (transmission-1.61.tar.bz2) = 3bc5bf49ed02a3d93b4b9b71c7814960e972c1bde4e9fb83b2cd500c83ae4a9a +SIZE (transmission-1.61.tar.bz2) = 4741686 diff --git a/net-p2p/transmission-gtk2/pkg-plist b/net-p2p/transmission-gtk2/pkg-plist index d5ef17d5b84c..1d034bdb5da7 100644 --- a/net-p2p/transmission-gtk2/pkg-plist +++ b/net-p2p/transmission-gtk2/pkg-plist @@ -15,6 +15,7 @@ share/locale/ast/LC_MESSAGES/transmission.mo share/locale/be@latin/LC_MESSAGES/transmission.mo share/locale/bg/LC_MESSAGES/transmission.mo share/locale/br/LC_MESSAGES/transmission.mo +share/locale/bs/LC_MESSAGES/transmission.mo share/locale/ca/LC_MESSAGES/transmission.mo share/locale/ckb/LC_MESSAGES/transmission.mo share/locale/cs/LC_MESSAGES/transmission.mo @@ -64,6 +65,7 @@ share/locale/sq/LC_MESSAGES/transmission.mo share/locale/sr/LC_MESSAGES/transmission.mo share/locale/sv/LC_MESSAGES/transmission.mo share/locale/te/LC_MESSAGES/transmission.mo +share/locale/th/LC_MESSAGES/transmission.mo share/locale/tr/LC_MESSAGES/transmission.mo share/locale/uk/LC_MESSAGES/transmission.mo share/locale/vi/LC_MESSAGES/transmission.mo diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 858047ca1439..9babe46e5a96 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -6,7 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 1.60 +PORTVERSION= 1.61 CATEGORIES= net-p2p MASTER_SITES= # empty DISTFILES= # empty |