Skip to content

Commit

Permalink
sudo 1.9.15.p1
Browse files Browse the repository at this point in the history
inetutils 2.5
  • Loading branch information
demmm committed Dec 31, 2023
1 parent 0af91b0 commit 9dac574
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions inetutils/PKGBUILD
@@ -1,19 +1,19 @@

pkgname=inetutils
pkgver=2.4
pkgver=2.5
pkgrel=1
pkgdesc="A collection of common network programs."
arch=('x86_64')
url="https://www.gnu.org/software/inetutils/"
license=('GPL')
depends=('readline' 'ncurses' 'pam' 'libxcrypt')
makedepends=('help2man' 'clang')
makedepends=('help2man') # 'clang')
backup=('etc/conf.d/ftpd' 'etc/xinetd.d/telnet' 'etc/xinetd.d/talk')
options=('!emptydirs')
source=("https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz"
'ftpd.conf' 'telnet.xinetd' 'talk.xinetd' 'rlogin.xinetd'
'rsh.xinetd' 'ftpd.service')
md5sums=('04f8ca625d4f08ee824e98fee65b35eb'
md5sums=('96526671eca6c2c531352d28dd6246fd'
'e6e6e5990a2e8159a276fef8fbf54c04'
'8596208d119045543c5fb644e1d713d5'
'2c3655985cf122591d71d031af84ff90'
Expand All @@ -24,8 +24,8 @@ md5sums=('04f8ca625d4f08ee824e98fee65b35eb'
build() {
cd ${pkgname}-${pkgver}

export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
#export CC=/usr/bin/clang
#export CXX=/usr/bin/clang++

./configure --prefix=/usr --libexec=/usr/sbin --localstatedir=/var \
--sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info \
Expand Down
6 changes: 3 additions & 3 deletions sudo/PKGBUILD
@@ -1,7 +1,7 @@

pkgname=sudo
pkgver=1.9.15.p4
_pkgver=1.9.15p4
pkgver=1.9.15.p5
_pkgver=1.9.15p5
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root."
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ backup=('etc/sudoers' 'etc/pam.d/sudo')
options=('!libtool')
source=("https://www.sudo.ws/dist/${pkgname}-${_pkgver}.tar.gz"
'sudo.pam')
sha256sums=('2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532'
sha256sums=('558d10b9a1991fb3b9fa7fa7b07ec4405b7aefb5b3cb0b0871dbc81e3a88e558'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')

build() {
Expand Down

0 comments on commit 9dac574

Please sign in to comment.