upg iputils pam pambase

This commit is contained in:
joborun linux 2024-01-18 21:01:47 +02:00
parent 9a3923eefc
commit 0b81039b04
6 changed files with 235 additions and 16 deletions

View File

@ -8,8 +8,8 @@
pkgname=iputils
# Commit date + git rev-parse --short origin/master
_rev=84cdf26
pkgver=20231222
pkgrel=02
pkgver=20240117
pkgrel=01
pkgdesc="Network monitoring tools, including ping w/o systemd"
#url="http://www.skbuff.net/iputils/"
url="https://github.com/iputils/iputils"
@ -44,5 +44,5 @@ validpgpkeys=('2016FEA4858B1C36B32E833AC0DEC2EE72F33A5F') # Petr Vorel
sha256sums=(SKIP)
## 6a5513f94c3631c57ee921e99c4b594297350b82acad0164468ae604238d61d1 iputils-20231222-02-x86_64.pkg.tar.lz
## b865057d80cdf9d76f741569a6e62c968b2e2d7fac1f677f8f9fb08dc9df2750 iputils-20240117-01-x86_64.pkg.tar.lz

View File

@ -5,8 +5,8 @@
pkgname=iputils
# Commit date + git rev-parse --short origin/master
_rev=84cdf26
pkgver=20231222
pkgrel=2
pkgver=20240117
pkgrel=1
pkgdesc="Network monitoring tools, including ping"
arch=('x86_64')
license=('BSD-3-Clause' 'GPL-2.0-or-later')

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=pam
pkgver=1.5.3
pkgver=1.6.0
pkgrel=03
pkgdesc="PAM (Pluggable Authentication Modules) library - w/o systemd"
url="http://linux-pam.org"
@ -34,7 +34,8 @@ build() {
--libdir=/usr/lib \
--sbindir=/usr/bin \
--disable-db \
--enable-logind \
--disable-logind \
--with-systemdunitdir=no \
--disable-systemd
make
}
@ -50,7 +51,10 @@ package() {
# remove doc which is not used anymore
# FS #40749
# rm $pkgdir/usr/share/doc/Linux-PAM/sag-pam_userdb.html
rm $pkgdir/usr/lib/systemd/system/pam_namespace.service
# This is no longer required as it only builds with logind disabled, no
# allowance for consolekit to substitute
# rm $pkgdir/usr/lib/systemd/system/pam_namespace.service
}
@ -68,10 +72,11 @@ license=('GPL2')
validpgpkeys=(8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB # Thorsten Kukuk
296D6F29A020808E8717A8842DB5BD89A340AEB7) #Dimitry V. Levin <ldv@altlinux.org>
sha256sums=(7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283 # Linux-PAM-1.5.3.tar.xz
ce5690766060d60a8f0fba447f480d8d49988821740698cbdf2ecfd84dc8895c # Linux-PAM-1.5.3.tar.xz.asc
fe7493aa0a281f8cfe81814768329f953098d0fd8073da1dc0bd64494d022d4d # Linux-PAM-1.5.3-docs.tar.xz
eabd232fa4d59e151bc2cffd3f2cefc8f82440113fa4650159b85435542bd60f # Linux-PAM-1.5.3-docs.tar.xz.asc
sha256sums=(fff4a34e5bbee77e2e8f1992f27631e2329bcbf8a0563ddeb5c3389b4e3169ad # Linux-PAM-1.6.0.tar.xz
de8059f3c5ede8efe8feaa74db64e27f2a8d0b6efb119d6b7b7f9baea78dc57a # Linux-PAM-1.6.0.tar.xz.asc
3e82730d3350795c42f3708f6609a92c1df841d518aa17c28fd702fe5ec23a32 # Linux-PAM-1.6.0-docs.tar.xz
bc052464739edb68fc170b660253cca7adc596056cb2a60f11262639a3d3e1e9 # Linux-PAM-1.6.0-docs.tar.xz.asc
5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac) # pam.tmpfiles
## 0f3dc4a95d0e43139f72bba9d592f6d28db318f153d98250caa6172bf1000176 pam-1.5.3-03-x86_64.pkg.tar.lz
## 8fb425ef6dfe311d95408d4cac67f12389a7a5bc5dd81ba9cab6321818367384 pam-1.6.0-03-x86_64.pkg.tar.lz

View File

@ -3,7 +3,7 @@
# Contributor: judd <jvinet@zeroflux.org>
pkgname=pam
pkgver=1.5.3
pkgver=1.6.0
pkgrel=3
pkgdesc="PAM (Pluggable Authentication Modules) library"
arch=('x86_64')
@ -20,9 +20,9 @@ validpgpkeys=(
'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin <ldv@altlinux.org>
)
sha256sums=('7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283'
sha256sums=('fff4a34e5bbee77e2e8f1992f27631e2329bcbf8a0563ddeb5c3389b4e3169ad'
'SKIP'
'fe7493aa0a281f8cfe81814768329f953098d0fd8073da1dc0bd64494d022d4d'
'3e82730d3350795c42f3708f6609a92c1df841d518aa17c28fd702fe5ec23a32'
'SKIP'
'5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac')

211
pam/configure vendored Normal file
View File

@ -0,0 +1,211 @@
`configure' configures Linux-PAM 1.6.0 to adapt to many kinds of systems.
Usage: src/Linux-PAM-1.6.0/configure [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking ...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, `make install' will install all the files in
`/usr/bin', `/usr/lib' etc. You can specify
an installation prefix other than `/usr' using `--prefix',
for instance `--prefix=$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/Linux-PAM]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
--psdir=DIR ps documentation [DOCDIR]
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-silent-rules less verbose build output (undo: "make V=1")
--disable-silent-rules verbose build output (undo: "make V=0")
--enable-dependency-tracking
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
--enable-static[=PKGS] build static libraries [default=no]
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--disable-largefile omit support for large files
--enable-Werror turn on -Werror compiler option
--disable-pie disable position-independent executables (PIE)
--disable-doc Do not generate or install documentation
--disable-examples Do not build the examples
--disable-prelude do not use prelude
--enable-debug specify you are building with debugging on
--enable-docbook-rng=FILE
RNG file for checking XML files
[default=http://docbook.org/xml/5.0/rng/docbookxi.rng]
--enable-html-stylesheet=FILE
html stylesheet path
[default=http://docbook.sourceforge.net/release/xsl-ns/current/html/chunk.xsl]
--enable-txt-stylesheet=FILE
text stylesheet path
[default=http://docbook.sourceforge.net/release/xsl-ns/current/html/docbook.xsl]
--enable-pdf-stylesheet=FILE
pdf stylesheet path
[default=http://docbook.sourceforge.net/release/xsl-ns/current/fo/docbook.xsl]
--enable-man-stylesheet=FILE
man stylesheet path
[default=http://docbook.sourceforge.net/release/xsl-ns/current/manpages/profile-docbook.xsl]
--enable-securedir=DIR path to location of PAMs [default=$libdir/security]
--enable-isadir=DIR path to arch-specific module files
[default=../../(basename of $libdir)/security]
--enable-sconfigdir=DIR path to module conf files
[default=$sysconfdir/security]
--enable-pamlocking configure libpam to observe a global authentication
lock
--enable-read-both-confs
read both /etc/pam.d and /etc/pam.conf files
--disable-lckpwdf do not use the lckpwdf function
--disable-audit do not enable audit support
--enable-db=(db|gdbm|ndbm|yes|no)
Default behavior 'yes', which is to check for libdb
first, followed by gdbm and ndbm. Use 'no' to
disable db support.
--disable-nis Disable building NIS/YP support in pam_unix
--enable-usergroups sets the usergroups option default to enabled
--disable-selinux do not use SELinux
--disable-logind Disable logind support
--disable-econf do not use libeconf
--enable-vendordir=DIR Directory for distribution provided configuration
files
--enable-openssl use OpenSSL crypto libraries
--disable-regenerate-docu
Don't re-build documentation from XML sources
--disable-nls do not use Native Language Support
--disable-rpath do not hardcode runtime library paths
--disable-unix do not build pam_unix module
--enable-lastlog do build pam_lastlog module
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
both]
--with-aix-soname=aix|svr4|both
shared library versioning (aka "SONAME") variant to
provide on AIX, [default=aix].
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-sysroot[=DIR] Search for dependent libraries within DIR (or the
compiler's sysroot if not specified).
--with-libprelude-prefix=PFX
Prefix where libprelude is installed (optional)
--with-mailspool path to mail spool directory
default _PATH_MAILDIR if defined in paths.h, otherwise /var/spool/mail
--with-xauth additional path to check for xauth when it is called from pam_xauth
added to the default of /usr/X11R6/bin/xauth, /usr/bin/xauth, /usr/bin/X11/xauth
--with-randomdev=(<path>|yes|no)
use specified random device instead of /dev/urandom
or 'no' to disable
--with-db-uniquename=extension
Unique name for db libraries and functions.
--with-xml-catalog=CATALOG
path to xml catalog to use
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
--without-libiconv-prefix don't search for libiconv in includedir and libdir
--with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
--without-libintl-prefix don't search for libintl in includedir and libdir
--with-uidmin=<number> default value for regular user min uid (1000)
--with-kernel-overflow-uid=<number>
kernel overflow uid, default (uint16_t)-2=65534
--with-systemdunitdir=DIR
path to systemd service directory
--with-misc-conv-bufsize=<number>
Size of input buffer for libpam_misc's misc_conv()
conversation function, default=4096
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
LT_SYS_LIBRARY_PATH
User-defined run-time library search path.
YACC The `Yet Another Compiler Compiler' implementation to use.
Defaults to the first program found out of: `bison -y', `byacc',
`yacc'.
YFLAGS The list of arguments that will be passed by default to $YACC.
This script will default YFLAGS to the empty string to avoid a
default value of `-d' given by some make applications.
PKG_CONFIG path to pkg-config utility
PKG_CONFIG_PATH
directories to add to pkg-config's search path
PKG_CONFIG_LIBDIR
path overriding pkg-config's built-in search path
CRYPT_CFLAGS
C compiler flags for CRYPT, overriding pkg-config
CRYPT_LIBS linker flags for CRYPT, overriding pkg-config
TIRPC_CFLAGS
C compiler flags for TIRPC, overriding pkg-config
TIRPC_LIBS linker flags for TIRPC, overriding pkg-config
NSL_CFLAGS C compiler flags for NSL, overriding pkg-config
NSL_LIBS linker flags for NSL, overriding pkg-config
SYSTEMD_CFLAGS
C compiler flags for SYSTEMD, overriding pkg-config
SYSTEMD_LIBS
linker flags for SYSTEMD, overriding pkg-config
ECONF_CFLAGS
C compiler flags for ECONF, overriding pkg-config
ECONF_LIBS linker flags for ECONF, overriding pkg-config
CPP C preprocessor
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to the package provider.

View File

@ -45,3 +45,6 @@ sha256sums=(d3f6c7465198415df7bc3b365595642c7255dd69f2d7db548eb071123f43164c #
## 743aaca14134bf4a9ce8d137d04e6a672264f22e9d2171ebb826251575a2604c pambase-20230918-01-any.pkg.tar.lz
## 53da61c9888c9e0e15b5ca9aa35ae8447b84d854093df7394238b441d92ee286 # PKGBUILD
57550530b88c1dd49c1f13e7251b89ea2e51ab1e13529436b910506b10e8a942 # PKGBUILD.1
57550530b88c1dd49c1f13e7251b89ea2e51ab1e13529436b910506b10e8a942 # PKGBUILD-arch