Skip to content

Commit

Permalink
prepare 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Mar 20, 2024
1 parent 36f510f commit e4101e4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 20 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Pam_p11 was written by an international team and is licensed as Open Source soft
Installation is quite easy:

```
wget https://github.com/OpenSC/pam_p11/releases/download/pam_p11-0.5.0/pam_p11-0.5.0.tar.gz
tar xfvz pam_p11-0.5.0.tar.gz
cd pam_p11-0.5.0
wget https://github.com/OpenSC/pam_p11/releases/download/pam_p11-0.6.0/pam_p11-0.6.0.tar.gz
tar xfvz pam_p11-0.6.0.tar.gz
cd pam_p11-0.6.0
./configure --prefix=/usr --libdir=/lib/
make
make install
Expand Down
12 changes: 1 addition & 11 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.71])

define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [5])
define([PACKAGE_VERSION_MINOR], [6])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [])
define([PRODUCT_BUGREPORT], [https://github.com/OpenSC/pam_p11/issues])
Expand Down Expand Up @@ -105,16 +105,6 @@ saved_CFLAGS="${CFLAGS}"
CFLAGS="${CFLAGS} ${OPENSSL_CFLAGS} ${LIBP11_CFLAGS} ${PAM_CFLAGS}"
LIBS="$LIBS ${OPENSSL_LIBS} ${LIBP11_LIBS} ${PAM_LIBS}"

dnl Checks for header files.
m4_warn([obsolete],
[The preprocessor macro `STDC_HEADERS' is obsolete.
Except in unusual embedded environments, you can safely include all
ISO C90 headers unconditionally.])dnl
# Autoupdate added the next two lines to ensure that your configure
# script's behavior did not change. They are probably safe to remove.
AC_CHECK_INCLUDES_DEFAULT
AC_PROG_EGREP

AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([ \
string.h syslog.h fcntl.h unistd.h security/pam_ext.h security/pam_misc.h \
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam_p11 0.1.7_git\n"
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
"PO-Revision-Date: 2018-04-05 11:14+0200\n"
"Last-Translator: Frank Morgner <[email protected]>\n"
"Language-Team: German\n"
Expand Down
2 changes: 1 addition & 1 deletion po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam-p11\n"
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
"PO-Revision-Date: 2019-02-28 14:03+0000\n"
"Last-Translator: Milo Casagrande <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam_p11 0.5.0\n"
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
"PO-Revision-Date: 2024-03-19 00:24+0900\n"
"Last-Translator: Nejikugi <[email protected]>\n"
"Language: ja\n"
Expand Down
4 changes: 2 additions & 2 deletions po/pam_p11.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: pam_p11 0.5.0\n"
"Project-Id-Version: pam_p11 0.6.0\n"
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam_p11 0.5.0\n"
"Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n"
"POT-Creation-Date: 2023-08-03 01:39+0200\n"
"POT-Creation-Date: 2024-03-20 22:58+0100\n"
"Last-Translator: Mikhail Novosyolov <[email protected]\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
Expand Down

0 comments on commit e4101e4

Please sign in to comment.