We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1ae6f commit 85d29f4Copy full SHA for 85d29f4
.gitignore
@@ -5,7 +5,7 @@
5
/libs/libtcb.so
6
/libs/libtcb.so.0
7
/libs/libtcb.so.0.*
8
-/pam_tcb/pam_tcb.so
+/pam_tcb/pam_tcb.so*
9
/progs/tcb_chkpwd
10
/progs/tcb_convert
11
/progs/tcb_unconvert
ChangeLog
@@ -39,6 +39,9 @@
39
* pam_tcb/Makefile: Apply proper soname with PAM_SO_SUFFIX
40
not being empty. Adapt clean target also.
41
42
+ * .gitignore: Adapt ignore rule for pam_tcb.so with
43
+ PAM_SO_SUFFIX set.
44
+
45
2021-09-25 Dmitry V. Levin <ldv at owl.openwall.com>
46
47
Add github CI.
0 commit comments