summaryrefslogtreecommitdiffstats
path: root/package/libpam-tacplus
Commit message (Collapse)AuthorAgeFilesLines
* package/libpam-tacplus: fix compilation with GCC 8Carlos Santos2018-12-131-0/+39
| | | | | | | | | | | | | GCC 8 demands that the size of the string copied by strncpy be smaller than the size of the destination to keep space for the trailibg '\0'. This causes a compilation error in pam_tacplus, so add a patch already sent uptream to fix it. Fixes: http://autobuild.buildroot.net/results/da6d150e470046c03c5f7463de045604e15e4a30/ Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libpam-tacplus: bump to version 1.5.0-beta.2Fabrice Fontaine2018-05-203-3/+33
| | | | | | | | | | - Remove LIBPAM_TACPLUS_AUTORECONF_OPTS as m4 directory doesn't exist anymore - Add patch to fix getrandom call (sent upstream) - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libpam-tacplus: add .hash fileRomain Naour2016-06-181-0/+2
| | | | | | | | | Similar to jquery-keyboard, it seems the libpam-tacplus tarball on the autobuilder is corrupt. Fix it by adding a .hash file so it falls back to our s.b.o mirror. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpam-tacplus: new packageGiovanni Zantedeschi2015-08-282-0/+30
[Thomas: - change the inclusion location in package/Config.in to be with the other linux-pam plugins. - fix indentation of the Config.in file. - fix build of the package when a toolchain without SSP support is used. - fix installation location of the PAM module: it was installed in /usr/lib/security, while all other PAM modules are in /lib/security. - adjust the ordering of the variables in the .mk file to be a bit more logical. - remove passing of $(TARGET_CONFIGURE_OPTS) in <pkg>_CONF_ENV as it is not needed: it is already done by the autotools-package infrastructure.] Signed-off-by: Giovanni Zantedeschi <giovanni.zantedeschi@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud