pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mikutter
Module Name: pkgsrc
Committed By: tsutsui
Date: Thu Nov 23 13:29:53 UTC 2023
Modified Files:
pkgsrc/net/mikutter: Makefile PLIST distinfo
Log Message:
mikutter: pull a patch to implement blowfish deprecated by OpenSSL 3.0.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/mikutter/PLIST
cvs rdiff -u -r1.186 -r1.187 pkgsrc/net/mikutter/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/mikutter/Makefile
diff -u pkgsrc/net/mikutter/Makefile:1.216 pkgsrc/net/mikutter/Makefile:1.217
--- pkgsrc/net/mikutter/Makefile:1.216 Tue Nov 14 14:02:40 2023
+++ pkgsrc/net/mikutter/Makefile Thu Nov 23 13:29:53 2023
@@ -1,15 +1,20 @@
-# $NetBSD: Makefile,v 1.216 2023/11/14 14:02:40 wiz Exp $
+# $NetBSD: Makefile,v 1.217 2023/11/23 13:29:53 tsutsui Exp $
DISTNAME= mikutter-5.0.5
+DIST_SUBDIR= ${DISTNAME} # for a pending patch in upstream Redmine
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= https://mikutter.hachune.net/bin/
+PATCHFILES= 1585-use-own-blowfish-impl.patch
+PATCH_SITES= https://dev.mikutter.hachune.net/attachments/download/813/
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= tsutsui%NetBSD.org@localhost
HOMEPAGE= https://mikutter.hachune.net/
COMMENT= Simple, powerful, and moeful twitter client
-LICENSE= mit AND cc-by-sa-v3.0
+LICENSE= mit AND apache-2.0 AND cc-by-sa-v3.0
.include "../../lang/ruby/rubyversion.mk"
@@ -42,7 +47,7 @@ do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter
${INSTALL_DATA} ${WRKSRC}/Gemfile ${DESTDIR}${PREFIX}/share/mikutter
- cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core plugin ${DESTDIR}${PREFIX}/share/mikutter
+ cd ${WRKSRC} && pax -rwpp -s ':^.*\.orig$$::' -s ':^.*\.orig_dist$$::' core plugin ${DESTDIR}${PREFIX}/share/mikutter
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter
${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter
${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop
Index: pkgsrc/net/mikutter/PLIST
diff -u pkgsrc/net/mikutter/PLIST:1.52 pkgsrc/net/mikutter/PLIST:1.53
--- pkgsrc/net/mikutter/PLIST:1.52 Sat Jan 8 15:17:54 2022
+++ pkgsrc/net/mikutter/PLIST Thu Nov 23 13:29:53 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.52 2022/01/08 15:17:54 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.53 2023/11/23 13:29:53 tsutsui Exp $
bin/mikutter
share/applications/mikutter.desktop
share/doc/mikutter/README
@@ -814,6 +814,16 @@ share/mikutter/plugin/web/.mikutter.yml
share/mikutter/plugin/web/model/web.rb
share/mikutter/plugin/web/web.rb
share/mikutter/plugin/world/.mikutter.yml
+share/mikutter/plugin/world/blowfish_ecb/LICENSE.txt
+share/mikutter/plugin/world/blowfish_ecb/README.md
+share/mikutter/plugin/world/blowfish_ecb/blowfish_ecb.rb
+share/mikutter/plugin/world/blowfish_ecb/lib/cipher.rb
+share/mikutter/plugin/world/blowfish_ecb/lib/common.rb
+share/mikutter/plugin/world/blowfish_ecb/lib/ecb.rb
+share/mikutter/plugin/world/blowfish_ecb/lib/key.rb
+share/mikutter/plugin/world/blowfish_ecb/test/cipher_test.rb
+share/mikutter/plugin/world/blowfish_ecb/test/key_test.rb
+share/mikutter/plugin/world/blowfish_ecb/test/run_test.rb
share/mikutter/plugin/world/error.rb
share/mikutter/plugin/world/keep.rb
share/mikutter/plugin/world/model/lost_world.rb
Index: pkgsrc/net/mikutter/distinfo
diff -u pkgsrc/net/mikutter/distinfo:1.186 pkgsrc/net/mikutter/distinfo:1.187
--- pkgsrc/net/mikutter/distinfo:1.186 Sat Aug 5 16:15:27 2023
+++ pkgsrc/net/mikutter/distinfo Thu Nov 23 13:29:53 2023
@@ -1,7 +1,10 @@
-$NetBSD: distinfo,v 1.186 2023/08/05 16:15:27 tsutsui Exp $
+$NetBSD: distinfo,v 1.187 2023/11/23 13:29:53 tsutsui Exp $
-BLAKE2s (mikutter-5.0.5.tar.gz) = 48e7289412146b48876a6233d9c18c1acc9571c94642d6d480a425bf8a9b7004
-SHA512 (mikutter-5.0.5.tar.gz) = 8b7d178400b0d7cb674297f9109832e1a19563d35e985636a42028df2414973819ef49b39f80e1a51cf1964634062656dc2071ba8d934083ce327e0a9f3adf28
-Size (mikutter-5.0.5.tar.gz) = 2379037 bytes
+BLAKE2s (mikutter-5.0.5/1585-use-own-blowfish-impl.patch) = bee8637c9af366dec49855cc26ac22d3127a29e4a9a53da5113fb30395b30e74
+SHA512 (mikutter-5.0.5/1585-use-own-blowfish-impl.patch) = cddab2449c16b64bc12d272b9302eba01d3e80dfa1d9ade9b125d46508bdc49eb1b4990b25f43c915f76d3e3d4b669a9d5a6b09fbfb6e845690b39d336f120a0
+Size (mikutter-5.0.5/1585-use-own-blowfish-impl.patch) = 41698 bytes
+BLAKE2s (mikutter-5.0.5/mikutter-5.0.5.tar.gz) = 48e7289412146b48876a6233d9c18c1acc9571c94642d6d480a425bf8a9b7004
+SHA512 (mikutter-5.0.5/mikutter-5.0.5.tar.gz) = 8b7d178400b0d7cb674297f9109832e1a19563d35e985636a42028df2414973819ef49b39f80e1a51cf1964634062656dc2071ba8d934083ce327e0a9f3adf28
+Size (mikutter-5.0.5/mikutter-5.0.5.tar.gz) = 2379037 bytes
SHA1 (patch-core_config.rb) = a3167ba101f840983d9d27ea36252ec5e0b0435d
SHA1 (patch-mikutter.rb) = f3cc7f0226ab6041e8ad0080a33371041a6bdf85
Home |
Main Index |
Thread Index |
Old Index