pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/snow
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 07:25:04 UTC 2026
Modified Files:
pkgsrc/security/snow: distinfo
Added Files:
pkgsrc/security/snow/patches: patch-snow.h
Log Message:
snow: Fix implicit declaration of strcmp in main.c.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/snow/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/snow/patches/patch-snow.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/snow/distinfo
diff -u pkgsrc/security/snow/distinfo:1.5 pkgsrc/security/snow/distinfo:1.6
--- pkgsrc/security/snow/distinfo:1.5 Tue Oct 26 11:18:01 2021
+++ pkgsrc/security/snow/distinfo Tue Mar 17 07:25:03 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:18:01 nia Exp $
+$NetBSD: distinfo,v 1.6 2026/03/17 07:25:03 nia Exp $
BLAKE2s (snow-20130616.tar.gz) = 98b1cc97859c09c920125901af01215b6695b134fb8f530b8548ef729ab617bf
SHA512 (snow-20130616.tar.gz) = 4e3167a9f5c706d117c8af534c4f324ab405bd909b67e3cb3e98d6534f322272a54c776bbad595055d58aaed2890a7bb610236470ec3e49b9228c2c83b152b8d
Size (snow-20130616.tar.gz) = 16210 bytes
+SHA1 (patch-snow.h) = baad078bfe4ca838c6c493437d029456d44b5eb0
Added files:
Index: pkgsrc/security/snow/patches/patch-snow.h
diff -u /dev/null pkgsrc/security/snow/patches/patch-snow.h:1.1
--- /dev/null Tue Mar 17 07:25:04 2026
+++ pkgsrc/security/snow/patches/patch-snow.h Tue Mar 17 07:25:03 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-snow.h,v 1.1 2026/03/17 07:25:03 nia Exp $
+
+Fix implicit declaration of strcmp in main.c.
+
+--- snow.h.orig 2026-03-17 07:07:40.470015964 +0000
++++ snow.h
+@@ -19,6 +19,7 @@
+ #define _SNOW_H
+
+ #include <stdio.h>
++#include <string.h>
+
+
+ /*
Home |
Main Index |
Thread Index |
Old Index