[pkg-opensc-commit] [pam-p11] annotated tag upstream/0.1.6 created (now dbc082b)
Eric Dorland
eric at moszumanska.debian.org
Tue Jun 13 04:07:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a change to annotated tag upstream/0.1.6
in repository pam-p11.
at dbc082b (tag)
tagging 9279aa5ed219d9114981ddf795b648668a23e2e8 (commit)
tagged by Eric Dorland
on Sun Jun 11 12:28:28 2017 -0400
- Log -----------------------------------------------------------------
Upstream version 0.1.6
Alon Bar-Lev (14):
Add security/pam_modules.h to fix compiler warning
New build system
Fixup a few warnings
Don't remove external files on distclean
Handle svn checkout detection correctly when srcdir is different
Add PACKAGE_SUFFIX
build: increment version of master + suffix -svn->_git
build: add m4 directory needed by recent libtool
build: remove automake depreciated syntax
layout: create .gitignore out of svnignore
build: build only shared library, remove hacks
build: remove embedded wiki docs
pam_p11-0.1.6
post pam_p11-0.1.6
Andreas Jellinghaus (37):
create initial structure.
initial checkin of pam_p11
we have no "INSTALL" file.
fix linking with libp11.
AC_INIT has name and version number. don't duplicate it.
updated generation (and cleanup) of documentation.
bring source in sync with latest libp11.
remove generated html documentation from svn.
build documentation with "make dist".
cleanup Makefile.in on "make maintainer-clean"
file copies from trac - remove from svn.
dist-hook: is too late, need to generate the documentation
"doc" does not work well, it is the subdirectory name.
update to latest / working doc handling.
aclocal -I aclocal/ (as suggested by Ralf Wildenhues)
AC_SUBSTed variables are better used with $(..). Thanks to Ralf Wildenhues.
add ChangeLog file.
fix argument check.
set version numbers based on svn revision. thanks to werner koch.
move to opensc-project till opensc.org dns is back.
simply the revision, drop the m4 code.
convert to utf-8.
smart card pins are sacret, we should not pass them to other code.
silence a warning.
random is a glibc function. use a different name.
silence a warnung, #if 0 unused code.
prepare for new release.
fix indent.
add NEWS to distribution. target saturday for release.
update wiki export script, document latest changes.
needed one more day for testing.
trunk is now post 0.1.3
update version.
update export script.
fix wiki export script.
fix script for wiki to html export.
update version.
Eric Dorland (5):
Initial import of pam-p11 upstream.
Imported pam_p11-0.1.3
Imported pam_p11-0.1.5
Merge the original 'upstream' branch with upstream's new master branch
New upstream version 0.1.6
Ludovic Rousseau (7):
use -nv instead of --non-verbose since wget 1.10 now uses --no-verbose
- Use pam_syslog() instead of syslog() if available
use pam_p11_openssh.la instead of ./.libs/pam_p11_openssh.so for
remove unused static function is_spaced_str()
comment out unused function to_base64()
Merge pull request #1 from alonbl/build
Remove duplicate -shared
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 5089de4 create initial structure.
new 5222291 initial checkin of pam_p11
new 16c0c04 we have no "INSTALL" file.
new 7c8b43e fix linking with libp11.
new 818ea46 AC_INIT has name and version number. don't duplicate it.
new 3d926ba updated generation (and cleanup) of documentation.
new f3d57af bring source in sync with latest libp11.
new afab4b1 remove generated html documentation from svn.
new 7846c47 build documentation with "make dist".
new 53a76ff cleanup Makefile.in on "make maintainer-clean"
new 93e0930 file copies from trac - remove from svn.
new 3f34ab8 dist-hook: is too late, need to generate the documentation before automake "make dist" copied files around.
new 95b97e0 "doc" does not work well, it is the subdirectory name.
new a483627 update to latest / working doc handling.
new c7390da aclocal -I aclocal/ (as suggested by Ralf Wildenhues)
new da5f07d AC_SUBSTed variables are better used with $(..). Thanks to Ralf Wildenhues.
new 118d0f0 use -nv instead of --non-verbose since wget 1.10 now uses --no-verbose instead. Grr!
new 6106fca add ChangeLog file.
new cc3e025 fix argument check.
new 2f17c01 set version numbers based on svn revision. thanks to werner koch.
new 9a6be3c move to opensc-project till opensc.org dns is back.
new 1db828b simply the revision, drop the m4 code. it didn't turn out the way I wanted it (does not contain the _repository_/_branch_ revision).
new b39f720 convert to utf-8.
new eb39b30 smart card pins are sacret, we should not pass them to other code. also this code was buggy (password instead of &password - see ticket #4).
new c116144 silence a warning.
new 4951065 random is a glibc function. use a different name.
new 549871f silence a warnung, #if 0 unused code.
new 52576c2 prepare for new release.
new c73d3aa fix indent.
new 8f6846b add NEWS to distribution. target saturday for release.
new 146fd5e update wiki export script, document latest changes.
new 1494624 needed one more day for testing.
new 27d2275 trunk is now post 0.1.3
new 29b9f22 Add security/pam_modules.h to fix compiler warning
new 097bb48 - Use pam_syslog() instead of syslog() if available - Do not call openlog()/closelog()
new b226df3 use pam_p11_openssh.la instead of ./.libs/pam_p11_openssh.so for test_LDADD
new ce24d41 remove unused static function is_spaced_str()
new dd05ef7 comment out unused function to_base64()
new 1ea5093 update version.
new 16fc28b update export script.
new a017922 fix wiki export script.
new 02407cb fix script for wiki to html export.
new 7d2317a update version.
new a9fec27 New build system
new c5d9fde Fixup a few warnings
new c74b737 Don't remove external files on distclean
new 975b11c Handle svn checkout detection correctly when srcdir is different
new 3055a2f Add PACKAGE_SUFFIX
new 4e96472 build: increment version of master + suffix -svn->_git
new 87bd05e build: add m4 directory needed by recent libtool
new b5bfa77 build: remove automake depreciated syntax
new 455a217 layout: create .gitignore out of svnignore
new a5480c1 build: build only shared library, remove hacks
new a85276f build: remove embedded wiki docs
new 0be74cf Merge pull request #1 from alonbl/build
new a002367 Remove duplicate -shared
new fe212c7 pam_p11-0.1.6
new 6e629ec post pam_p11-0.1.6
new e41c7db Merge the original 'upstream' branch with upstream's new master branch
new 9279aa5 New upstream version 0.1.6
The 60 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pam-p11.git
More information about the pkg-opensc-commit
mailing list