pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkg_install-renovation]: pkgsrc/pkgtools/pkg_install/files/lib pkg_in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e28fd190fd59
branches:  pkg_install-renovation
changeset: 541564:e28fd190fd59
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jul 18 19:48:41 2008 +0000

description:
pkg_install-20080718:
Fix OpenSSL usage so that the key usage check can actually work.
Teach pkg_info about signed packages.

diffstat:

 pkgtools/pkg_install/files/lib/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8c76530f9621 -r e28fd190fd59 pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h  Fri Jul 18 19:10:55 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h  Fri Jul 18 19:48:41 2008 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.102.2.8 2008/07/05 17:26:40 joerg Exp $  */
+/*     $NetBSD: version.h,v 1.102.2.9 2008/07/18 19:48:41 joerg Exp $  */
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION "20080705"
+#define PKGTOOLS_VERSION "20080718"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index