* [bug#27892] [PATCH] gnu: libgit2: Enable SHA-1 collision detection.
@ 2017-07-31 23:01 Leo Famulari
2017-08-01 0:42 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-07-31 23:01 UTC (permalink / raw)
To: 27892
* gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC'
in #:configure-flags.
---
gnu/packages/version-control.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index bc4242fc1..9667b2f3e 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -347,7 +347,8 @@ everything from small to very large projects with speed and efficiency.")
(build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments
- `(#:phases
+ `(#:configure-flags '("-DUSE_SHA1DC=ON") ; SHA-1 collision detection
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-hardcoded-paths
(lambda _
--
2.13.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#27892] [PATCH] gnu: libgit2: Enable SHA-1 collision detection.
2017-07-31 23:01 [bug#27892] [PATCH] gnu: libgit2: Enable SHA-1 collision detection Leo Famulari
@ 2017-08-01 0:42 ` Marius Bakke
2017-08-01 15:28 ` Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-08-01 0:42 UTC (permalink / raw)
To: Leo Famulari, 27892
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
Leo Famulari <leo@famulari.name> writes:
> * gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC'
> in #:configure-flags.
LGTM, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#27892] [PATCH] gnu: libgit2: Enable SHA-1 collision detection.
2017-08-01 0:42 ` Marius Bakke
@ 2017-08-01 15:28 ` Leo Famulari
0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2017-08-01 15:28 UTC (permalink / raw)
To: Marius Bakke; +Cc: 27892-done
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
On Tue, Aug 01, 2017 at 02:42:09AM +0200, Marius Bakke wrote:
> Leo Famulari <leo@famulari.name> writes:
>
> > * gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC'
> > in #:configure-flags.
>
> LGTM, thanks!
Thanks, pushed!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-01 15:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31 23:01 [bug#27892] [PATCH] gnu: libgit2: Enable SHA-1 collision detection Leo Famulari
2017-08-01 0:42 ` Marius Bakke
2017-08-01 15:28 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).