FreeBSD Bugzilla – Attachment 192680 Details for
Bug 222376
security/kc: Update to 2.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Tweak of the previous diff for 2.4.2
kcfreebsd.diff (text/plain), 4.14 KB, created by
Daniel
on 2018-04-20 13:11:30 UTC
(
hide
)
Description:
Tweak of the previous diff for 2.4.2
Filename:
MIME Type:
Creator:
Daniel
Created:
2018-04-20 13:11:30 UTC
Size:
4.14 KB
patch
obsolete
>Index: kc/Makefile >=================================================================== >--- kc/Makefile (revision 467824) >+++ kc/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= kc > PORTVERSION= 2.3.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= security > > MAINTAINER= leva@ecentrum.hu >@@ -12,9 +12,14 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >+DEPRECATED= Newer versions use incompatible database format >+EXPIRATION_DATE= 2019-03-01 >+ > LIB_DEPENDS= libxml2.so:textproc/libxml2 \ > libpcre.so:devel/pcre > >+CONFLICTS= kc24 >+ > USES= libedit pkgconfig ssl uidfix > USE_GITHUB= yes > GH_ACCOUNT= levaidaniel >Index: kc24/Makefile >=================================================================== >--- kc24/Makefile (nonexistent) >+++ kc24/Makefile (working copy) >@@ -0,0 +1,46 @@ >+# Created by: LEVAI Daniel <leva@ecentrum.hu> >+# $FreeBSD$ >+ >+PORTNAME= kc >+PORTVERSION= 2.4.2 >+CATEGORIES= security >+PKGNAMESUFFIX= 24 >+ >+MAINTAINER= leva@ecentrum.hu >+COMMENT= Console based password storing application >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libxml2.so:textproc/libxml2 >+ >+CONFLICTS= kc >+ >+OPTIONS_DEFINE= PCRE SCRYPT >+OPTIONS_DEFAULT= PCRE SCRYPT LIBEDIT >+OPTIONS_RADIO= CLI >+OPTIONS_RADIO_CLI= LIBEDIT READLINE >+ >+SCRYPT_DESC= Scrypt KDF support (needs libscrypt) >+ >+PCRE_LIB_DEPENDS= libpcre.so:devel/pcre >+PCRE_MAKE_ENV+= HAVE_PCRE=yes >+SCRYPT_LIB_DEPENDS= libscrypt.so:security/libscrypt >+SCRYPT_MAKE_ENV+= HAVE_LIBSCRYPT=1 >+LIBEDIT_USES= libedit >+LIBEDIT_MAKE_ENV+= EDITLINE=y >+READLINE_USES= readline >+READLINE_MAKE_ENV+= READLINE=y >+ >+USES+= pkgconfig ssl uidfix >+USE_GITHUB= yes >+GH_ACCOUNT= levaidaniel >+ >+PLIST_FILES= bin/kc man/man1/kc.1.gz >+ >+MAKE_ENV+= BUNDLED_BCRYPT=y >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile >+ >+.include <bsd.port.mk> > >Property changes on: kc24/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: kc24/distinfo >=================================================================== >--- kc24/distinfo (nonexistent) >+++ kc24/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1524229681 >+SHA256 (levaidaniel-kc-2.4.2_GH0.tar.gz) = ba769f9b7de4fa544bcd84fc9e94541aaa89cb8efb108579d96b68ee8015f43f >+SIZE (levaidaniel-kc-2.4.2_GH0.tar.gz) = 75286 > >Property changes on: kc24/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: kc24/pkg-descr >=================================================================== >--- kc24/pkg-descr (nonexistent) >+++ kc24/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+Console based password storing application using an encrypted XML >+document as its database. >+ >+WWW: https://github.com/levaidaniel/kc > >Property changes on: kc24/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: kc24/pkg-message >=================================================================== >--- kc24/pkg-message (nonexistent) >+++ kc24/pkg-message (working copy) >@@ -0,0 +1,4 @@ >+IMPORTANT: >+kc v2.4 has introduced a new database file format that is incompatible >+with the older one (<2.4). >+Make sure to dump all your data to files before upgrading to v2.4. > >Property changes on: kc24/pkg-message >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222376
:
186438
|
190971
| 192680