Skip to content

Commit e4101e4

Browse files
committed
prepare 0.6.0
1 parent 36f510f commit e4101e4

File tree

7 files changed

+10
-20
lines changed

7 files changed

+10
-20
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Pam_p11 was written by an international team and is licensed as Open Source soft
2020
Installation is quite easy:
2121

2222
```
23-
wget https://github.com/OpenSC/pam_p11/releases/download/pam_p11-0.5.0/pam_p11-0.5.0.tar.gz
24-
tar xfvz pam_p11-0.5.0.tar.gz
25-
cd pam_p11-0.5.0
23+
wget https://github.com/OpenSC/pam_p11/releases/download/pam_p11-0.6.0/pam_p11-0.6.0.tar.gz
24+
tar xfvz pam_p11-0.6.0.tar.gz
25+
cd pam_p11-0.6.0
2626
./configure --prefix=/usr --libdir=/lib/
2727
make
2828
make install

configure.ac

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.71])
22

33
define([PACKAGE_VERSION_MAJOR], [0])
4-
define([PACKAGE_VERSION_MINOR], [5])
4+
define([PACKAGE_VERSION_MINOR], [6])
55
define([PACKAGE_VERSION_FIX], [0])
66
define([PACKAGE_SUFFIX], [])
77
define([PRODUCT_BUGREPORT], [https://github.com/OpenSC/pam_p11/issues])
@@ -105,16 +105,6 @@ saved_CFLAGS="${CFLAGS}"
105105
CFLAGS="${CFLAGS} ${OPENSSL_CFLAGS} ${LIBP11_CFLAGS} ${PAM_CFLAGS}"
106106
LIBS="$LIBS ${OPENSSL_LIBS} ${LIBP11_LIBS} ${PAM_LIBS}"
107107

108-
dnl Checks for header files.
109-
m4_warn([obsolete],
110-
[The preprocessor macro `STDC_HEADERS' is obsolete.
111-
Except in unusual embedded environments, you can safely include all
112-
ISO C90 headers unconditionally.])dnl
113-
# Autoupdate added the next two lines to ensure that your configure
114-
# script's behavior did not change. They are probably safe to remove.
115-
AC_CHECK_INCLUDES_DEFAULT
116-
AC_PROG_EGREP
117-
118108
AC_HEADER_SYS_WAIT
119109
AC_CHECK_HEADERS([ \
120110
string.h syslog.h fcntl.h unistd.h security/pam_ext.h security/pam_misc.h \

po/de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: pam_p11 0.1.7_git\n"
99
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
10-
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
10+
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
1111
"PO-Revision-Date: 2018-04-05 11:14+0200\n"
1212
"Last-Translator: Frank Morgner <[email protected]>\n"
1313
"Language-Team: German\n"

po/it.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: pam-p11\n"
99
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
10-
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
10+
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
1111
"PO-Revision-Date: 2019-02-28 14:03+0000\n"
1212
"Last-Translator: Milo Casagrande <[email protected]>\n"
1313
"Language-Team: Italian <[email protected]>\n"

po/ja.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: pam_p11 0.5.0\n"
99
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
10-
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
10+
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
1111
"PO-Revision-Date: 2024-03-19 00:24+0900\n"
1212
"Last-Translator: Nejikugi <[email protected]>\n"
1313
"Language: ja\n"

po/pam_p11.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: pam_p11 0.5.0\n"
9+
"Project-Id-Version: pam_p11 0.6.0\n"
1010
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
11-
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
11+
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

po/ru.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: pam_p11 0.5.0\n"
44
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
5-
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
5+
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
66
"Last-Translator: Mikhail Novosyolov <[email protected]\n"
77
"Language: ru\n"
88
"MIME-Version: 1.0\n"

0 commit comments

Comments
 (0)