forked from darconeous/docker-softhsm-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkcs11-proxy.diff
47 lines (43 loc) · 1.38 KB
/
pkcs11-proxy.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3622dbe..8e728b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ if (WIN32)
endif (WIN32)
target_link_libraries (pkcs11-proxy pthread ssl crypto)
-target_link_libraries (pkcs11-daemon dl pthread ssl crypto seccomp)
+target_link_libraries (pkcs11-daemon dl pthread ssl crypto)
install_targets (/lib pkcs11-proxy)
install_targets (/bin pkcs11-daemon)
diff --git a/debian/changelog b/debian/changelog
index 1aac0c9..c362d83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pkcs11-proxy (0.4.1.5) buster; urgency=low
+
+ * Updated to SoftHSM2 and debian:buster
+
+ -- Ivan Pechorin <[email protected]> Tue, 11 Sep 2018 02:12:00 +1200
+
pkcs11-proxy (0.4-1ubuntu4) trusty; urgency=medium
* debian updates
diff --git a/debian/compat b/debian/compat
index 7f8f011..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+11
diff --git a/debian/control b/debian/control
index 5336e0c..8395b4e 100755
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pkcs11-proxy
Priority: extra
Maintainer: Corentin Chary <[email protected]>
Uploaders: Leif Johansson <[email protected]>
-Build-Depends: cdbs, debhelper (>= 6), cmake, libssl-dev (>= 1.0.0), libseccomp-dev (>= 1.0.0)
+Build-Depends: cdbs, debhelper (>= 6), cmake, libssl-dev (>= 1.0.0)
Standards-Version: 3.8.0
Section: libs