[arch-commits] Commit in cvs/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:17:13
  Author: felixonmars
Revision: 386234

upgpkg: cvs 1.11.23-13: reproducibility rebuild

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:17:11 UTC (rev 386233)
+++ PKGBUILD2020-05-19 08:17:13 UTC (rev 386234)
@@ -4,7 +4,7 @@
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=12
+pkgrel=13
 pkgdesc="Concurrent Versions System - a source control system"
 arch=(x86_64)
 url="http://cvs.nongnu.org/;


[arch-commits] Commit in cvs/trunk (PKGBUILD)

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 12:54:00
  Author: foutrelis
Revision: 381554

Fetch source over HTTPS (FS#66383)

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 12:17:06 UTC (rev 381553)
+++ PKGBUILD2020-04-25 12:54:00 UTC (rev 381554)
@@ -13,7 +13,7 @@
 makedepends=('vim')
 optdepends=('openssh: for using cvs over ssh'
 'inetutils: for using cvs over rsh')
-source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+source=(https://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
 cvs-1.11.19-abortabort.patch
 cvs-1.11.19-comp.patch
 cvs-1.11.19-extzlib.patch
@@ -31,7 +31,7 @@
 cvs-1.11.23-make_make_check_sanity_testing_verbose.patch
 cvs-1.11.23-Pass-compilation-with-Wformat-security.patch
 cvs-1.11.23-remove_undefined_date_from_cvs_1_header.patch
-   cvs-1.11.23-sanity.patch)
+cvs-1.11.23-sanity.patch)
 sha256sums=('400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9'
 'a63bd4d696d4785f3b16146c9a8e57b7f0b2fcb648b9b3b43b138857e28e23f4'
 '973d2c6682e2e4b9b9a80c0aec7dd436a180adbc06c6ed6914c349627cfb9a6e'


[arch-commits] Commit in cvs/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 20:54:09
  Author: foutrelis
Revision: 338478

PIE/BUILDINFO rebuild

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 20:53:38 UTC (rev 338477)
+++ PKGBUILD2018-11-09 20:54:09 UTC (rev 338478)
@@ -4,7 +4,7 @@
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=11
+pkgrel=12
 pkgdesc="Concurrent Versions System - a source control system"
 arch=(x86_64)
 url="http://cvs.nongnu.org/;


[arch-commits] Commit in cvs/trunk (PKGBUILD cvs.install)

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:37:27
  Author: lfleischer
Revision: 267814

upgpkg: cvs 1.11.23-11

Hooks (part 1) rebuild.

Modified:
  cvs/trunk/PKGBUILD
Deleted:
  cvs/trunk/cvs.install

-+
 PKGBUILD|7 +++
 cvs.install |   20 
 2 files changed, 3 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:16:30 UTC (rev 267813)
+++ PKGBUILD2016-05-11 18:37:27 UTC (rev 267814)
@@ -1,10 +1,10 @@
-# $Id$
+# Maintainer: Lukas Fleischer 
 # Contributor: dorphell 
-# Maintainer: Dan McGee 
+# Contributor: Dan McGee 
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=10
+pkgrel=11
 pkgdesc="Concurrent Versions System - a source control system"
 arch=(i686 x86_64)
 url="http://cvs.nongnu.org/;
@@ -13,7 +13,6 @@
 makedepends=('vim')
 optdepends=('openssh: for using cvs over ssh'
 'inetutils: for using cvs over rsh')
-install=cvs.install
 
source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
 cvs-1.11.19-abortabort.patch
 cvs-1.11.19-comp.patch

Deleted: cvs.install
===
--- cvs.install 2016-05-11 18:16:30 UTC (rev 267813)
+++ cvs.install 2016-05-11 18:37:27 UTC (rev 267814)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(cvs.info cvs-info-1 cvs-info-2 cvsclient.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in cvs/trunk (PKGBUILD)

2013-05-13 Thread Dan McGee
Date: Tuesday, May 14, 2013 @ 03:34:52
  Author: dan
Revision: 185414

upgpkg: cvs 1.11.23-9

Old package rebuild.

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 23:48:09 UTC (rev 185413)
+++ PKGBUILD2013-05-14 01:34:52 UTC (rev 185414)
@@ -1,14 +1,16 @@
 # $Id$
 # Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=8
+pkgrel=9
 pkgdesc=Concurrent Versions System - a source control system
 arch=(i686 x86_64)
 url=http://cvs.nongnu.org/;
 license=('GPL')
 depends=('krb5' 'zlib')
+makedepends=('vim')
 optdepends=('openssh: for using cvs over ssh'
 'inetutils: for using cvs over rsh')
 install=cvs.install
@@ -30,7 +32,9 @@
   # CVE-2010-3864, https://www.redhat.com/security/data/cve/CVE-2010-3846.html
   patch -Np1  ../cvs-1.11.23-cve-2010-3846.patch
 
-  autoreconf
+  sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+  find . -name Makefile.am | xargs sed -i -e 's/^INCLUDES/AM_CPPFLAGS/'
+  AUTOMAKE='automake --add-missing' autoreconf
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in cvs/trunk (PKGBUILD cvs-1.11.19-extzlib.patch)

2012-01-04 Thread Dan McGee
Date: Wednesday, January 4, 2012 @ 12:14:39
  Author: dan
Revision: 146045

signed rebuild; link against system libz FS#27812

Added:
  cvs/trunk/cvs-1.11.19-extzlib.patch
Modified:
  cvs/trunk/PKGBUILD

---+
 PKGBUILD  |   22 +-
 cvs-1.11.19-extzlib.patch |   44 
 2 files changed, 57 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-04 17:06:20 UTC (rev 146044)
+++ PKGBUILD2012-01-04 17:14:39 UTC (rev 146045)
@@ -3,18 +3,21 @@
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=7
+pkgrel=8
 pkgdesc=Concurrent Versions System - a source control system
 arch=(i686 x86_64)
-url=http://cvs.nongnu.org;
+url=http://cvs.nongnu.org/;
 license=('GPL')
-depends=('krb5')
-optdepends=('openssh: for using cvs over ssh' 'inetutils: for using cvs over 
rsh')
+depends=('krb5' 'zlib')
+optdepends=('openssh: for using cvs over ssh'
+'inetutils: for using cvs over rsh')
 install=cvs.install
 
source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
-cvs-1.11.23-getline64.patch
+cvs-1.11.19-extzlib.patch
+cvs-1.11.23-getline64.patch
 cvs-1.11.23-cve-2010-3846.patch)
 sha256sums=('400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9'
+'0587ac3753d1257fa6d22557fa077178ee1ec004178c0a0348720e8171b1e942'
 '9126d7992ace943980ad8a10d5a09aeb6f1eeeb9b921fc796fe31de7b1c220cf'
 'c6506d0a5efc7b0cab6415f26e070ec214fb9781fac8d295506f4d0825431a8f')
 
@@ -22,11 +25,12 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   unset EDITOR VISUAL
 
-  patch -Np1 -i ../cvs-1.11.23-getline64.patch
+  patch -Np1  ../cvs-1.11.19-extzlib.patch
+  patch -Np1  ../cvs-1.11.23-getline64.patch
+  # CVE-2010-3864, https://www.redhat.com/security/data/cve/CVE-2010-3846.html
+  patch -Np1  ../cvs-1.11.23-cve-2010-3846.patch
 
-  # CVE-2010-3864, see 
https://www.redhat.com/security/data/cve/CVE-2010-3846.html
-  patch -Np1 -i ../cvs-1.11.23-cve-2010-3846.patch
-
+  autoreconf
   ./configure --prefix=/usr
   make
 }

Added: cvs-1.11.19-extzlib.patch
===
--- cvs-1.11.19-extzlib.patch   (rev 0)
+++ cvs-1.11.19-extzlib.patch   2012-01-04 17:14:39 UTC (rev 146045)
@@ -0,0 +1,44 @@
+--- cvs-1.11.19/configure.in.old.old4  2005-02-01 00:10:49.0 +0100
 cvs-1.11.19/configure.in   2005-02-28 13:27:10.0 +0100
+@@ -1040,8 +1040,8 @@
+ tools/Makefile \
+ vms/Makefile \
+ windows-NT/Makefile \
+-windows-NT/SCC/Makefile \
+-zlib/Makefile])
++windows-NT/SCC/Makefile
++])
+ 
+ dnl and we're done
+ AC_OUTPUT
+--- cvs-1.11.19/Makefile.am.old.old4   2004-11-11 23:30:36.0 +0100
 cvs-1.11.19/Makefile.am2005-02-28 13:25:32.0 +0100
+@@ -17,7 +17,7 @@
+ ## Subdirectories to run make in for the primary targets.
+ # Unix source subdirs, where we'll want to run lint and etags:
+ # This is a legacy variable from b4 Automake
+-USOURCE_SUBDIRS = lib zlib diff src
++USOURCE_SUBDIRS = lib diff src
+ # All other subdirs:
+ SUBDIRS = $(USOURCE_SUBDIRS) man doc contrib tools \
+   windows-NT os2 emx vms
+--- cvs-1.11.19/src/Makefile.am.old.old4   2005-01-31 23:07:35.0 
+0100
 cvs-1.11.19/src/Makefile.am2005-02-28 13:24:26.0 +0100
+@@ -24,7 +24,7 @@
+ # try and remove naming ocnflicts and fix Automake to allow particular 
includes
+ # to be attached only to particular object files.  Short term fix is either 
or.
+ ##INCLUDES = -I. -I.. -I$(srcdir) -I$(top_srcdir)/lib
+-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff -I$(top_srcdir)/zlib 
$(includeopt)
++INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff $(includeopt)
+ 
+ bin_PROGRAMS = cvs
+ bin_SCRIPTS = cvsbug
+@@ -105,7 +105,7 @@
+ cvs_LDADD = \
+   ../diff/libdiff.a \
+   ../lib/libcvs.a \
+-  ../zlib/libz.a
++  -lz
+ 
+ # extra clean targets
+ # wish this could be distclean-hdr-local but it's not part of automake



[arch-commits] Commit in cvs/trunk (PKGBUILD)

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 18:54:58
  Author: stephane
Revision: 121072

upgpkg: cvs 1.11.23-7
krb5 rebuild

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 21:24:55 UTC (rev 121071)
+++ PKGBUILD2011-04-28 22:54:58 UTC (rev 121072)
@@ -3,12 +3,12 @@
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=6
+pkgrel=7
 pkgdesc=Concurrent Versions System - a source control system
 arch=(i686 x86_64)
 url=http://cvs.nongnu.org;
 license=('GPL')
-depends=('heimdal=1.3.1')
+depends=('krb5')
 optdepends=('openssh: for using cvs over ssh' 'inetutils: for using cvs over 
rsh')
 install=cvs.install
 
source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
@@ -34,6 +34,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/share/info/dir
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/share/info/dir
 }



[arch-commits] Commit in cvs/trunk (PKGBUILD)

2010-12-01 Thread Stéphane Gaudreault
Date: Wednesday, December 1, 2010 @ 09:33:51
  Author: stephane
Revision: 101751

upgpkg: cvs 1.11.23-6
Tidy up PKGBUILD, CVE-2010-3846

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 19 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-01 13:49:08 UTC (rev 101750)
+++ PKGBUILD2010-12-01 14:33:51 UTC (rev 101751)
@@ -3,7 +3,7 @@
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=5
+pkgrel=6
 pkgdesc=Concurrent Versions System - a source control system
 arch=(i686 x86_64)
 url=http://cvs.nongnu.org;
@@ -11,18 +11,29 @@
 depends=('heimdal=1.3.1')
 optdepends=('openssh: for using cvs over ssh' 'inetutils: for using cvs over 
rsh')
 install=cvs.install
-source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.bz2
-   cvs-1.11.23-getline64.patch)
+source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+cvs-1.11.23-getline64.patch
+cvs-1.11.23-cve-2010-3846.patch)
 sha256sums=('400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9'
-'9126d7992ace943980ad8a10d5a09aeb6f1eeeb9b921fc796fe31de7b1c220cf')
+'9126d7992ace943980ad8a10d5a09aeb6f1eeeb9b921fc796fe31de7b1c220cf'
+'c6506d0a5efc7b0cab6415f26e070ec214fb9781fac8d295506f4d0825431a8f')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   unset EDITOR VISUAL
 
-  patch -Np1 -i $srcdir/cvs-1.11.23-getline64.patch || return 1
+  patch -Np1 -i ../cvs-1.11.23-getline64.patch
+
+  # CVE-2010-3864, see 
https://www.redhat.com/security/data/cve/CVE-2010-3846.html
+  patch -Np1 -i ../cvs-1.11.23-cve-2010-3846.patch
+
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
   rm ${pkgdir}/usr/share/info/dir
 }



[arch-commits] Commit in cvs/trunk (PKGBUILD)

2010-04-01 Thread Allan McRae
Date: Thursday, April 1, 2010 @ 06:25:20
  Author: allan
Revision: 75326

upgpkg: cvs 1.11.23-5
heimdal rebuild

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-01 10:17:59 UTC (rev 75325)
+++ PKGBUILD2010-04-01 10:25:20 UTC (rev 75326)
@@ -3,7 +3,7 @@
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=4
+pkgrel=5
 pkgdesc=Concurrent Versions System - a source control system
 arch=(i686 x86_64)
 url=http://cvs.nongnu.org;



[arch-commits] Commit in cvs/trunk (PKGBUILD)

2010-02-06 Thread Eric Bélanger
Date: Saturday, February 6, 2010 @ 05:02:06
  Author: eric
Revision: 67323

Added optdepends (close FS#16547)

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-06 10:00:38 UTC (rev 67322)
+++ PKGBUILD2010-02-06 10:02:06 UTC (rev 67323)
@@ -9,6 +9,7 @@
 url=http://cvs.nongnu.org;
 license=('GPL')
 depends=('heimdal=1.3.1')
+optdepends=('openssh: for using cvs over ssh' 'inetutils: for using cvs over 
rsh')
 install=cvs.install
 
source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.bz2
cvs-1.11.23-getline64.patch)



[arch-commits] Commit in cvs/trunk (PKGBUILD)

2009-11-25 Thread Andrea Scarpino
Date: Wednesday, November 25, 2009 @ 06:02:02
  Author: andrea
Revision: 59614

fixed url (FS#17275)

Modified:
  cvs/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-25 09:34:43 UTC (rev 59613)
+++ PKGBUILD2009-11-25 11:02:02 UTC (rev 59614)
@@ -1,15 +1,19 @@
 # $Id$
-# Maintainer: dorphell dorph...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
 pkgname=cvs
 pkgver=1.11.23
 pkgrel=4
 pkgdesc=Concurrent Versions System - a source control system
 arch=(i686 x86_64)
-url=http://ximbiot.com/cvs/wiki/index.php;
+url=http://cvs.nongnu.org;
 license=('GPL')
 depends=('heimdal=1.3.1')
 install=cvs.install
-source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.bz2
 cvs-1.11.23-getline64.patch)
+source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.bz2
+   cvs-1.11.23-getline64.patch)
+sha256sums=('400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9'
+'9126d7992ace943980ad8a10d5a09aeb6f1eeeb9b921fc796fe31de7b1c220cf')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -21,5 +25,3 @@
   make DESTDIR=$pkgdir install
   rm ${pkgdir}/usr/share/info/dir
 }
-sha256sums=('400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9'
-'9126d7992ace943980ad8a10d5a09aeb6f1eeeb9b921fc796fe31de7b1c220cf')



[arch-commits] Commit in cvs/trunk (PKGBUILD cvs-1.11.23-getline64.patch)

2009-11-24 Thread Ionut Biru
Date: Tuesday, November 24, 2009 @ 17:13:04
  Author: ibiru
Revision: 59596

upgpkg: cvs 1.11.23-4
heimdal-1.3 rebuild

Added:
  cvs/trunk/cvs-1.11.23-getline64.patch
Modified:
  cvs/trunk/PKGBUILD

-+
 PKGBUILD|   15 +--
 cvs-1.11.23-getline64.patch |   34 ++
 2 files changed, 43 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-24 22:10:06 UTC (rev 59595)
+++ PKGBUILD2009-11-24 22:13:04 UTC (rev 59596)
@@ -2,21 +2,24 @@
 # Maintainer: dorphell dorph...@archlinux.org
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=3
+pkgrel=4
 pkgdesc=Concurrent Versions System - a source control system
 arch=(i686 x86_64)
 url=http://ximbiot.com/cvs/wiki/index.php;
 license=('GPL')
-depends=('heimdal=1.2')
+depends=('heimdal=1.3.1')
 install=cvs.install
-source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('0213ea514e231559d6ff8f80a34117f0')
+source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.bz2
 cvs-1.11.23-getline64.patch)
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   unset EDITOR VISUAL
+
+  patch -Np1 -i $srcdir/cvs-1.11.23-getline64.patch || return 1
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
   rm ${pkgdir}/usr/share/info/dir
 }
+sha256sums=('400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9'
+'9126d7992ace943980ad8a10d5a09aeb6f1eeeb9b921fc796fe31de7b1c220cf')

Added: cvs-1.11.23-getline64.patch
===
--- cvs-1.11.23-getline64.patch (rev 0)
+++ cvs-1.11.23-getline64.patch 2009-11-24 22:13:04 UTC (rev 59596)
@@ -0,0 +1,34 @@
+--- cvs-1.11.23/lib/getline.c  2005-04-04 22:46:05.0 +0200
 cvs-1.11.23/lib/getline.c.old  2008-06-03 19:06:25.0 +0200
+@@ -154,7 +154,7 @@
+   return ret;
+ }
+ 
+-int
++ssize_t
+ getline (lineptr, n, stream)
+  char **lineptr;
+  size_t *n;
+@@ -163,7 +163,7 @@
+   return getstr (lineptr, n, stream, '\n', 0, GETLINE_NO_LIMIT);
+ }
+ 
+-int
++ssize_t
+ getline_safe (lineptr, n, stream, limit)
+  char **lineptr;
+  size_t *n;
+--- cvs-1.11.23/lib/getline.h  2005-04-04 22:46:05.0 +0200
 cvs-1.11.23/lib/getline.h.old  2008-06-03 19:06:27.0 +0200
+@@ -11,9 +11,9 @@
+ 
+ #define GETLINE_NO_LIMIT -1
+ 
+-int
++ssize_t
+   getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
+-int
++ssize_t
+   getline_safe __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,
+  int limit));
+ int