FreeBSD Bugzilla – Attachment 217419 Details for
Bug 248809
databases/sqlite3: Update to 3.33.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sqlite3-20200821T1145.diff (text/plain), 1.49 KB, created by
Pavel Volkov
on 2020-08-21 12:47:12 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2020-08-21 12:47:12 UTC
Size:
1.49 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 545500) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sqlite3 >-DISTVERSION= 3.32.3 >-PORTREVISION= 3 >+DISTVERSION= 3.33.0 > PORTEPOCH= 1 > CATEGORIES= databases > MASTER_SITES= https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/ >@@ -260,4 +259,12 @@ > @sha1 ${DISTDIR}/${ALLFILES} > .endif > >+# For compare with checksum from of the site. Now, this is a NIST SHA3-256 hash. sha256 not suitable for compare. >+# But the creation of a new target does not justify the emergence of dependence on the perl5. >+# sha3sum maybe installed with p5-Digest-SHA3 port. >+# EXTRACT_DEPENDS=p5-Digest-SHA3:security/p5-Digest-SHA3; USES=perl5; USE_PERL5=extract; >+# @${PERL} -MDigest::SHA3 -le 'print Digest::SHA3->new(sha_256_hex)->add(<>)->hexdigest' < ${DISTDIR}/${ALLFILES} >+sha3: checksum >+ @sha3sum -a 256 ${DISTDIR}/${ALLFILES} >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 545500) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1593760491 >-SHA256 (sqlite-autoconf-3320300.tar.gz) = a31507123c1c2e3a210afec19525fd7b5bb1e19a6a34ae5b998fbd7302568b66 >-SIZE (sqlite-autoconf-3320300.tar.gz) = 2904404 >+TIMESTAMP = 1597902475 >+SHA256 (sqlite-autoconf-3330000.tar.gz) = 106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15 >+SIZE (sqlite-autoconf-3330000.tar.gz) = 2913759
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
Flags:
pavelivolkov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 248809
: 217419 |
217420