Date: Sunday, April 21, 2019 @ 18:35:39 Author: eworm Revision: 452843
upgpkg: atftp 0.7.2-1 new upstream release Modified: atftp/trunk/PKGBUILD Deleted: atftp/trunk/atftp-0.7-cflags.patch ------------------------+ PKGBUILD | 17 +++-------------- atftp-0.7-cflags.patch | 32 -------------------------------- 2 files changed, 3 insertions(+), 46 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-21 18:34:19 UTC (rev 452842) +++ PKGBUILD 2019-04-21 18:35:39 UTC (rev 452843) @@ -2,8 +2,8 @@ # Contributor: Johannes Löthberg <demiz...@gmail.com> pkgname=atftp -pkgver=0.7.1 -pkgrel=6 +pkgver=0.7.2 +pkgrel=1 pkgdesc='Client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349' arch=('x86_64') url='https://sourceforge.net/projects/atftp/' @@ -11,27 +11,16 @@ depends=('pcre' 'readline') backup=('etc/conf.d/atftpd') source=("https://downloads.sf.net/sourceforge/atftp/atftp-$pkgver.tar.gz" - 'atftp-0.7-cflags.patch' 'atftpd.service' 'atftpd.conf' 'sysusers.conf' 'tmpfiles.conf') -sha256sums=('ae4c6f09cadb8d2150c3ce32d88f19036a54e8211f22d723e97864bb5e18f92d' - '56a9bdf1c4f9452db041fce1bc4c994e84ce44c6093ef48588f8d8bc93adaf24' +sha256sums=('1ad080674e9f974217b3a703e7356c6c8446dc5e7b2014d0d06e1bfaa11b5041' '74a030f0fb48e97470d59d767039e44d28cbd6c4722621207684220210b8fa65' '0b28125099ffdd6869c6fbcb3167e93ccd71a0c6e465b1b62c7dedf9f628dd4e' 'e56f601bcdf0d64bf98813cd4a1be323541e33921c7d4f350168f62b56e66d11' '2096272445c736ba05529af628cc2d46d0236c8f1ecbd50bb1db6dc6c4a972c5') -prepare() { - cd atftp-$pkgver - - # Respect our CFLAGS; needed below for building with -std=gnu89 - patch -Np1 -i ../atftp-0.7-cflags.patch - - autoreconf -vi -} - build() { cd atftp-$pkgver Deleted: atftp-0.7-cflags.patch =================================================================== --- atftp-0.7-cflags.patch 2019-04-21 18:34:19 UTC (rev 452842) +++ atftp-0.7-cflags.patch 2019-04-21 18:35:39 UTC (rev 452843) @@ -1,32 +0,0 @@ ---- atftp-0.7/configure.ac -+++ atftp-0.7/configure.ac -@@ -66,29 +66,6 @@ - dnl Check for AIX - AC_AIX - --CFLAGS="-g -Wall -D_REENTRANT" -- --if test x$debug = xtrue; then -- CFLAGS="$CFLAGS -O0 -DDEBUG" --else -- if test -n "$auto_cflags"; then -- if test -n "$GCC"; then -- CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit" -- else -- case "$host_os" in -- *hpux*) CFLAGS="$CFLAGS +O3" -- ;; -- *ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000" -- ;; -- *) CFLAGS="$CFLAGS -O2" -- ;; -- esac -- fi -- else -- CFLAGS="$CFLAGS -O2" -- fi --fi -- - AC_PROG_MAKE_SET - AC_PROG_INSTALL -