Received: by mail.netbsd.org (Postfix, from userid 605) id EE91484D31; Sat, 29 May 2021 19:06:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3318C84D2F for ; Sat, 29 May 2021 19:06:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id obC-zvtpNiU1 for ; Sat, 29 May 2021 19:06:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 597D084D1B for ; Sat, 29 May 2021 19:06:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52DDCFA95; Sat, 29 May 2021 19:06:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622315174180880" MIME-Version: 1.0 Date: Sat, 29 May 2021 19:06:14 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2021Q1] pkgsrc/sysutils/xfce4-thunar To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20210529190614.52DDCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622315174180880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: bsiegert Date: Sat May 29 19:06:14 UTC 2021 Modified Files: pkgsrc/sysutils/xfce4-thunar [pkgsrc-2021Q1]: Makefile PLIST distinfo Log Message: Pullup ticket #6462 - requested by gutteridge sysutils/xfce4-thunar: security fix Revisions pulled up: - sysutils/xfce4-thunar/Makefile 1.76 - sysutils/xfce4-thunar/PLIST 1.20 - sysutils/xfce4-thunar/distinfo 1.26 --- Module Name: pkgsrc Committed By: gutteridge Date: Thu May 27 00:12:18 UTC 2021 Modified Files: pkgsrc/sysutils/xfce4-thunar: Makefile PLIST distinfo Log Message: xfce4-thunar: update to 1.8.17 Change log: 1.8.17 ====== - Dont execute files, passed via command line due to security risks That Fixes CVE-2021-32563 - Fix combo box entry order (Issue #435) - Translation Updates: Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese 1.8.16 ====== - Add missing parameter to ThunarBrowserPokeDeviceFunc function - Fix error for custom date format in details view (issue #389) - Fix unavailable rubber banding in detailed view (Issue #326) - Ghost file ocasionally remains when dropping file into directory (Fixes #312) - Translation Updates: Albanian, Armenian, Armenian (Armenia), Basque, Belarusian, Chinese (China), Chinese (Hong Kong), Croatian, Eastern Armenian, Esperanto, Estonian, Finnish, French, Hebrew, Hungarian, Indonesian, Interlingue, Italian, Kazakh, Korean, Lithuanian, Portuguese, Slovak, Swedish To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.75.6.1 pkgsrc/sysutils/xfce4-thunar/Makefile cvs rdiff -u -r1.19 -r1.19.10.1 pkgsrc/sysutils/xfce4-thunar/PLIST cvs rdiff -u -r1.25 -r1.25.8.1 pkgsrc/sysutils/xfce4-thunar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622315174180880 Content-Disposition: inline Content-Length: 2837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xfce4-thunar/Makefile diff -u pkgsrc/sysutils/xfce4-thunar/Makefile:1.75 pkgsrc/sysutils/xfce4-thunar/Makefile:1.75.6.1 --- pkgsrc/sysutils/xfce4-thunar/Makefile:1.75 Mon Aug 31 18:11:39 2020 +++ pkgsrc/sysutils/xfce4-thunar/Makefile Sat May 29 19:06:14 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.75 2020/08/31 18:11:39 wiz Exp $ +# $NetBSD: Makefile,v 1.75.6.1 2021/05/29 19:06:14 bsiegert Exp $ -PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 1.8.15 +VERSION= 1.8.17 DISTNAME= thunar-${VERSION} PKGNAME= xfce4-thunar-${VERSION} CATEGORIES= sysutils Index: pkgsrc/sysutils/xfce4-thunar/PLIST diff -u pkgsrc/sysutils/xfce4-thunar/PLIST:1.19 pkgsrc/sysutils/xfce4-thunar/PLIST:1.19.10.1 --- pkgsrc/sysutils/xfce4-thunar/PLIST:1.19 Sat Feb 29 22:13:23 2020 +++ pkgsrc/sysutils/xfce4-thunar/PLIST Sat May 29 19:06:14 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2020/02/29 22:13:23 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.19.10.1 2021/05/29 19:06:14 bsiegert Exp $ bin/thunar bin/thunar-settings include/thunarx-3/thunarx/thunarx-config.h @@ -108,6 +108,7 @@ share/locale/hr/LC_MESSAGES/thunar.mo share/locale/hu/LC_MESSAGES/thunar.mo share/locale/hy/LC_MESSAGES/thunar.mo share/locale/hy_AM/LC_MESSAGES/thunar.mo +share/locale/hye/LC_MESSAGES/thunar.mo share/locale/id/LC_MESSAGES/thunar.mo share/locale/ie/LC_MESSAGES/thunar.mo share/locale/is/LC_MESSAGES/thunar.mo Index: pkgsrc/sysutils/xfce4-thunar/distinfo diff -u pkgsrc/sysutils/xfce4-thunar/distinfo:1.25 pkgsrc/sysutils/xfce4-thunar/distinfo:1.25.8.1 --- pkgsrc/sysutils/xfce4-thunar/distinfo:1.25 Tue May 26 22:21:25 2020 +++ pkgsrc/sysutils/xfce4-thunar/distinfo Sat May 29 19:06:14 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.25 2020/05/26 22:21:25 gutteridge Exp $ +$NetBSD: distinfo,v 1.25.8.1 2021/05/29 19:06:14 bsiegert Exp $ -SHA1 (thunar-1.8.15.tar.bz2) = fc97c166ed78ccdeca8092516cd9edec6d1606a2 -RMD160 (thunar-1.8.15.tar.bz2) = 176c63f1df3dcd4f027aa69b774c1e43f36e8f84 -SHA512 (thunar-1.8.15.tar.bz2) = 50020084105daf5d5464cdcd29827fa212b121b0f6a385b6e2820fd120b6880cffafe63f51e737bc33d13f174f83de5c165f2ce155ff6aae74cc1b285cbdc8db -Size (thunar-1.8.15.tar.bz2) = 2366401 bytes +SHA1 (thunar-1.8.17.tar.bz2) = ceaab10f7497950c4f1f50f1fa16fa6cb914e650 +RMD160 (thunar-1.8.17.tar.bz2) = 0b221314d88fef7a48dcf97439478231b4927619 +SHA512 (thunar-1.8.17.tar.bz2) = 1e9dcebf5eaaf34f7c2a233306eb33e182ae8aad3bb635477eaf223537629f689be656dc6c699284d748ca52c4dfe1fc7fb4c8120bd836b11d7100e858fa4c66 +Size (thunar-1.8.17.tar.bz2) = 2476026 bytes SHA1 (patch-ThunarBulkRename.in) = 5a1604e9e75064d6080f4e9571f62ea8fca10e11 SHA1 (patch-ac) = ea36f7085ad7ebfc113ab6b7bb049e3da31f4e36 SHA1 (patch-org.xfce.FileManager.service.in) = 6c47d3e55d13deaad6024ed9f5ec1ebe2c42a192 --_----------=_1622315174180880--