pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/52293: gitolite needs update due to move to perl 5.26
>Number: 52293
>Category: pkg
>Synopsis: gitolite needs update due to move to perl 5.26
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Jun 11 22:25:01 +0000 2017
>Originator: Harry Waddell
>Release: HEAD on 06/11/2017
>Organization:
>Environment:
NetBSD nqapod 7.1_STABLE NetBSD 7.1_STABLE (XEN3_DOMU.201706012030Z) amd64
You have new mail in /var/mail/root
>Description:
gitolite 3.6.5 which is currently in the pkgsrc HEAD will not work with the recently upgraded perl 5.26.x. Gitolite 3.6.6 has the fix. This is from their CHANGELOG:
[root@nqapod:gitolite]> more gitolite-3.6.6/CHANGELOG
2016-09-08 v3.6.6 simple but important fix for a future perl deprecation
(perl will be removing "." from @INC in 5.24)
>How-To-Repeat:
install gitolite from current pkgsrc. That works, but you can't push to the repo:
taliesin-3: waddell$ git push origin master
WARNING: do "conf/gitolite.conf-compiled.pm" failed, '.' is no longer in @INC; did you mean do "./conf/gitolite.conf-compiled.pm"? at /usr/pkg/lib/perl5/vendor_perl/5.26.0/x86_64-netbsd-thread-multi/Gitolite/Conf/Load.pm line 281, <DATA> line 1.
FATAL: parse 'conf/gitolite.conf-compiled.pm' failed: Inappropriate ioctl for device
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/gitolite/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile 9 Jul 2016 06:38:07 -0000 1.24
+++ Makefile 11 Jun 2017 22:11:25 -0000
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.24 2016/07/09 06:38:07 wiz Exp $
-GLVER= 3.6.5
+GLVER= 3.6.6
DISTNAME= gitolite-${GLVER}
-PKGREVISION= 1
+PKGREVISION=
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_GITHUB:=sitaramc/}
GITHUB_PROJECT= gitolite
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/gitolite/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo 5 Jul 2016 18:49:23 -0000 1.13
+++ distinfo 11 Jun 2017 22:11:25 -0000
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.13 2016/07/05 18:49:23 ryoon Exp $
-SHA1 (gitolite-3.6.5.tar.gz) = 90273d462d85ebbe8c4522777df1c4b5d527bce2
-RMD160 (gitolite-3.6.5.tar.gz) = 8f73fca9ddc936211f964b9deee7922a9a6dfce2
-SHA512 (gitolite-3.6.5.tar.gz) = 60796663a87c2b169c08e4e26edfb76408428887d3e932677f4ca95a8c7f82e9e300a7400d3d900c371628b23972be063444b7c036218f6ff0ab13626a886f90
-Size (gitolite-3.6.5.tar.gz) = 182496 bytes
+SHA1 (gitolite-3.6.6.tar.gz) = f3f0604b40a792495a93f8d04623fd2c3fbca77d
+RMD160 (gitolite-3.6.6.tar.gz) = 5506d6d4f9a0d754cd149ce53bdfd2a7194e8024
+SHA512 (gitolite-3.6.6.tar.gz) = 1529330ed2afa315fcb650c55d515e5d4b61921f46b4d763a759537434492959f100d2219ab7673e568d46f397a25a45d4388fe3827ea988333fc8719820f8bc
+Size (gitolite-3.6.6.tar.gz) = 183469 bytes
Home |
Main Index |
Thread Index |
Old Index