# Use PAM for pserver autentization %define pamified 1 # Use kerberos %define kerberized 1 %ifos darwin %define _unitdir %{_prefix}/share/cvs %endif Name: cvs Version: 1.11.23 Release: 10.12%{?dist}35b Summary: Concurrent Versions System Group: Development/Tools URL: http://cvs.nongnu.org/ # Source files in zlib/ directory are licensed under zlib/libpng # Other files are mostly GPL+, some of them are GPLv2+ or # LGPLv2+ and there is vms/pathnames.h BSD licensed # lib/md5.c is Public Domain. License: BSD and GPL+ and GPLv2+ and LGPLv2+ and zlib and Public Domain Source0: ftp://ftp.gnu.org/non-gnu/cvs/source/stable/%{version}/cvs-%{version}.tar.bz2 Source1: cvs.xinetd Source2: cvs.pam Source3: cvs.sh Source4: cvs.csh Source5: cvs@.service Source6: cvs.socket Source7: cvs.target Source8: cvs.sh.5 Source9: cvs.csh.5 %ifnos darwin Requires(post): /sbin/install-info, systemd Requires(preun): /sbin/install-info, systemd Requires(postun): systemd Requires: vim-minimal BuildRequires: autoconf >= 2.58, automake >= 1.7.9, libtool, zlib-devel BuildRequires: vim-minimal %if %{kerberized} BuildRequires: krb5-devel %endif %if %{pamified} BuildRequires: pam-devel %endif # texinfo required for # cvs-1.11.23-Back-port-KeywordExpand-configuration-keyword.patch BuildRequires: texinfo BuildRequires: systemd %endif # Fix up initial cvs login, bug #47457 Patch0: cvs-1.11.23-cvspass.patch # Build against system zlib Patch1: cvs-1.11.19-extzlib.patch # Aadd 't' as a loginfo format specifier (print tag or branch name) Patch2: cvs-1.11.19-netbsd-tag.patch # Deregister SIGABRT handler in clean-up to prevent loop, bug #66019 Patch3: cvs-1.11.19-abortabort.patch # Disable lengthy tests at build-time Patch4: cvs-1.11.1p1-bs.patch # Improve proxy support, bug #144297 Patch5: cvs-1.11.21-proxy.patch # Do not accumulate new lines when reusing commit message, bug #64182 Patch7: cvs-1.11.19-logmsg.patch # Disable slashes in tag name, bug #56162 Patch8: cvs-1.11.19-tagname.patch # Fix NULL dereference, bug #63365 Patch9: cvs-1.11.19-comp.patch # Fix insecure temporary file handling in cvsbug, bug #166366 Patch11: cvs-1.11.19-tmp.patch # Add PAM support, bug #48937 Patch12: cvs-1.11.21-pam.patch # Report unknown file when calling cvs diff with two -r options, bug #18161 Patch13: cvs-1.11.21-diff.patch # Fix cvs diff -kk, bug #150031 Patch14: cvs-1.11.21-diff-kk.patch # Enable obsolete sort option called by rcs2log, bug #190009 Patch15: cvs-1.11.21-sort.patch # Add IPv6 support, bug #199404 Patch17: cvs-1.11.22-ipv6-proxy.patch # getline(3) returns ssize_t, bug #449424 Patch19: cvs-1.11.23-getline64.patch # Add support for passing arguments through standard input, bug #501942 Patch20: cvs-1.11.22-stdinargs.patch # CVE-2010-3864, bug #645386 Patch21: cvs-1.11.23-cve-2010-3846.patch # Remove undefinded date from cvs(1) header, bug #225672 Patch22: cvs-1.11.23-remove_undefined_date_from_cvs_1_header.patch # Adjust tests to accept new style getopt argument quotation and SELinux label # notation from ls(1) Patch23: cvs-1.11.23-sanity.patch # Run tests verbosely Patch24: cvs-1.11.23-make_make_check_sanity_testing_verbose.patch # Set PAM_TTY and PAM_RHOST on PAM authentication Patch25: cvs-1.11.23-Set-PAM_TTY-and-PAM_RHOST-on-PAM-authentication.patch # Add KeywordExpand configuration keyword Patch26: cvs-1.11.23-Back-port-KeywordExpand-configuration-keyword.patch # bug #722972 Patch27: cvs-1.11.23-Allow-CVS-server-to-use-any-Kerberos-key-with-cvs-se.patch # CVE-2012-0804, bug #787683 Patch28: cvs-1.11.23-Fix-proxy-response-parser.patch # Correct texinfo syntax, bug #970716, submitted to upstream as bug #39166 Patch29: cvs-1.11.23-doc-Add-mandatory-argument-to-sp.patch # Excpect crypt(3) can return NULL, bug #966497, upstream bug #39040 Patch30: cvs-1.11.23-crypt-2.diff %description CVS (Concurrent Versions System) is a version control system that can record the history of your files (usually, but not always, source code). CVS only stores the differences between versions, instead of every version of every file you have ever created. CVS also keeps a log of who, when, and why changes occurred. CVS is very helpful for managing releases and controlling the concurrent editing of source files among multiple authors. Instead of providing version control for a collection of files in a single directory, CVS provides version control for a hierarchical collection of directories consisting of revision controlled files. These directories and files can then be combined together to form a software release. %package contrib Summary: Unsupported contributions collected by CVS developers Group: Development/Tools # check_cvs is Copyright only License: GPLv2+ and Copyright only BuildArch: noarch Requires: %{name} = %{version}-%{release} %description contrib Scripts sent to CVS developers by contributors around the world. These contributions are really unsupported. %package inetd Summary: CVS server configuration for xinetd Group: Development/Tools License: GPL+ BuildArch: noarch Requires: %{name} = %{version}-%{release} Requires: xinetd %description inetd CVS server can be run locally, via remote shell or by inetd. This package provides configuration for xinetd. %package doc Summary: Additional documentation for Concurrent Versions System Group: Documentation License: GPL+ BuildArch: noarch %description doc FAQ, RCS format description, parallel development how-to, and Texinfo pages in PDF. %prep %setup -q %patch0 -p1 -b .cvspass %patch1 -p1 -b .extzlib %patch2 -p1 -b .netbsd-tag %patch3 -p1 -b .abortabort %patch4 -p1 -b .bs %patch5 -p1 -b .proxy %patch7 -p1 -b .log %patch8 -p1 -b .tagname %patch9 -p1 -b .comp %patch11 -p1 -b .tmp %if %{pamified} %patch12 -p1 -b .pam %endif %patch13 -p1 -b .diff %patch14 -p1 -b .diff-kk %patch15 -p1 -b .env %patch17 -p1 -b .ipv6 %patch19 -p1 -b .getline64 %patch20 -p1 -b .stdinargs %patch21 -p1 -b .cve-2010-3846 %patch22 -p1 -b .undefined_date %patch23 -p1 -b .sanity %patch24 -p1 -b .verbose_sanity %patch25 -p1 -b .set_pam_rhost %patch26 -p1 -b .keywordexpand %patch27 -p1 -b .krb_no_hostname %patch28 -p1 -b .proxy_response_parser %patch29 -p1 -b .texinfo_sp %patch30 -p1 -b .null_crypt # Apply a patch to the generated files, OR # run autoreconf and require autoconf >= 2.58, automake >= 1.7.9 for F in FAQ; do iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.UTF8" touch -r "$F"{,.UTF8} mv "$F"{.UTF8,} done rm -rf $RPM_BUILD_ROOT %build %global _hardened_build 1 autoreconf --install %ifnos darwin %if %{pamified} PAM_CONFIG="--enable-pam" %endif %if %{kerberized} k5prefix=`krb5-config --prefix` CPPFLAGS=-I${k5prefix}/include/kerberosIV; export CPPFLAGS CFLAGS=-I${k5prefix}/include/kerberosIV; export CFLAGS LIBS="-lk5crypto"; export LIBS KRB_CONFIG="--with-gssapi --without-krb4 --enable-encryption" %endif %endif %configure CFLAGS="$CFLAGS $RPM_OPT_FLAGS \ -D_FILE_OFFSET_BITS=64 %-D_LARGEFILE64_SOURCE" \ $PAM_CONFIG $KRB_CONFIG CSH=/bin/csh make %{?_smp_mflags} %check if [ $(id -u) -ne 0 ] ; then make check fi %install make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p" # forcefully compress the info pages so that install-info will work properly # in the %%post gzip $RPM_BUILD_ROOT%{_infodir}/cvs* || true rm -f $RPM_BUILD_ROOT%{_infodir}/dir %ifnos darwin install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/%{name} %else mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/%{name} %endif mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/%{name} %ifnos darwin %if %{pamified} install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cvs %endif install -D -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/cvs.sh install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/cvs.csh install -p -m 644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_unitdir}/cvs\@.service install -p -m 644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_unitdir}/cvs.socket install -p -m 644 -D %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}/cvs.target install -D -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_mandir}/man5/cvs.sh.5 install -D -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_mandir}/man5/cvs.csh.5 %else mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5 mkdir -p $RPM_BUILD_ROOT%{_unitdir} install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/cvs.sh install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/cvs.csh install -p -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_unitdir}/cvs\@.service install -p -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_unitdir}/cvs.socket install -p -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}/cvs.target install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_mandir}/man5/cvs.sh.5 install -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_mandir}/man5/cvs.csh.5 %endif %clean rm -rf $RPM_BUILD_ROOT %post %ifnos darwin /sbin/install-info %{_infodir}/cvs.info.gz %{_infodir}/dir /sbin/install-info %{_infodir}/cvsclient.info.gz %{_infodir}/dir %systemd_post cvs.socket exit 0 %endif %preun %ifnos darwin if [ $1 -eq 0 ] ; then # Package removal, not upgrade /sbin/install-info --delete %{_infodir}/cvs.info.gz %{_infodir}/dir /sbin/install-info --delete %{_infodir}/cvsclient.info.gz %{_infodir}/dir fi %systemd_preun cvs.socket %systemd_preun cvs.target exit 0 %endif %postun %ifnos darwin %systemd_postun_with_restart cvs.socket %endif %files %doc AUTHORS BUGS COPYING* DEVEL-CVS HACKING MINOR-BUGS NEWS %doc PROJECTS TODO README %{_bindir}/cvs* %{_mandir}/*/* %{_infodir}/*.info* %dir %{_localstatedir}/%{name} %ifnos darwin %if %{pamified} %config(noreplace) %{_sysconfdir}/pam.d/* %endif %endif %config(noreplace) %{_sysconfdir}/profile.d/* %{_unitdir}/* %files contrib %{_bindir}/rcs2log %{_datadir}/%{name} %files inetd %config(noreplace) %{_sysconfdir}/xinetd.d/%{name} %files doc %doc FAQ doc/RCSFILES doc/*.pdf %doc COPYING %changelog * Mon Dec 26 2016 Keisuke Fujii - 1.11.23-10.12hepx35b - 2nd release on MacOSX10.12 - built with OSXWS 10.12 * Sun Dec 18 2016 Keisuke Fujii - 1.11.23-10.12hepx35a - 1st release on MacOSX10.12 - built with OSXWS 10.11 * Tue Feb 09 2016 Keisuke Fujii - 1.11.23-10.11hepx35a - 1st release on MacOSX10.11 * Fri Jan 24 2014 Daniel Mach - 1.11.23-35 - Mass rebuild 2014-01-24 * Fri Dec 27 2013 Daniel Mach - 1.11.23-34 - Mass rebuild 2013-12-27 * Wed Dec 04 2013 Petr Pisar - 1.11.23-33 - Fix editor-log-file1 and parseroot-3r tests (bug #1037997) * Wed Oct 23 2013 Petr Pisar - 1.11.23-32 - Harden build for cvs in server role (bug #983164) - Add cvs.sh(5) manual page (bug #983164) - Add cvs.csh(5) manual page (bug #983164) * Wed Jun 26 2013 Petr Pisar - 1.11.23-31 - Allow CVS server to use any Kerberos key with cvs service name. This reverts canonicalization on clite side introduced with 1.11.23-20 and replaces it with a more benevolent key selection on server side. (bug #722972) * Wed Jun 05 2013 Petr Pisar - 1.11.23-30 - Fix texinfo documentation to work with texinfo-5.1 (bug #970716) - Do not crash if crypt(3) returns NULL (bug #966497) * Tue Feb 12 2013 Petr Pisar - 1.11.23-29 - Correct handling systemd service (bug #737264) - Allow configuration with automake-1.13.1 - Allow to stop all server instances by stopping cvs.target * Tue Aug 28 2012 Petr Pisar - 1.11.23-28 - Document patches and add Public Domain license * Wed Aug 22 2012 Petr Pisar - 1.11.23-27 - Modernize systemd scriptlets (bug #850075) * Wed Jul 18 2012 Fedora Release Engineering - 1.11.23-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Feb 06 2012 Petr Pisar - 1.11.23-25 - Fix CVE-2012-0804 (bug #787683) * Fri Jan 13 2012 Fedora Release Engineering - 1.11.23-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Sep 20 2011 Petr Pisar - 1.11.23-23 - Ignore cvs exit code run as systemd socket-service to preserve memory (bug #739538) * Fri Sep 16 2011 Petr Pisar - 1.11.23-22 - Add support for systemd (bug #737264) * Mon Aug 15 2011 Kalev Lember - 1.11.23-21 - Rebuilt for rpm bug #728707 * Thu Jul 21 2011 Petr Pisar - 1.11.23-20 - Fix GSS API authentication against multihomed server (bug #722972) * Thu May 26 2011 Petr Pisar - 1.11.23-19 - Split contributed scripts (including rcs2log) to separate `contrib' sub-package due to dependencies - Remove explicit defattr * Thu May 26 2011 Petr Pisar - 1.11.23-18 - Filter sccs2rcs interpreter from dependencies again (bug #225672) * Tue Apr 12 2011 Petr Pisar - 1.11.23-17 - Deliver xinetd configuration as a sub-package requiring xinetd * Tue Mar 15 2011 Petr Pisar - 1.11.23-16 - Back-port KeywordExpand configuration keyword - Clean spec file * Thu Mar 10 2011 Petr Pisar - 1.11.23-15 - Set PAM_TTY and PAM_RHOST on PAM authentication * Tue Feb 08 2011 Fedora Release Engineering - 1.11.23-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Jan 20 2011 Petr Pisar - 1.11.23-13 - Make cvs.csh valid CSH script (bug #671003) * Mon Oct 25 2010 Petr Pisar - 1.11.23-12 - Adjust spec file to package review: remove unused patches, fix license tag, fix home page URL, improve summary, package additional documentation, move FAQ file into `doc' subpackage, remove undefined date in cvs(1), make contrib script executable again (bug #225672) - Adjust sanity tests to accept new style getopt argument quotation and SELinux label notation from ls(1) * Thu Oct 21 2010 Petr Pisar - 1.11.23-11 - Fix CVE-2010-3846 (bug #645386) * Mon Mar 1 2010 Jiri Moskovcak 1.11.23-10 - fixed license * Tue Jan 12 2010 Jiri Moskovcak 1.11.23-9 - spec file fixes based on review * Fri Oct 16 2009 Jiri Moskovcak 1.11.23-8 - fixed install with --excludedocs rhbz#515981 * Wed Sep 16 2009 Tomas Mraz 1.11.23-7 - Use password-auth common PAM configuration * Fri Jul 24 2009 Fedora Release Engineering - 1.11.23-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon May 25 2009 Jiri Moskovcak - 1.11.23.5 - added support for passing arguments thru stdin (patch from arozansk@redhat.com) - Resolves: #501942 * Wed Apr 08 2009 Adam Jackson 1.11.23-4 - Disable krb4 support to fix F12 buildroots. * Tue Feb 24 2009 Fedora Release Engineering - 1.11.23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Jul 15 2008 Tom "spot" Callaway 1.11.23-2 - fix license tag - fix patches to apply with fuzz=0 * Tue Jun 3 2008 Jiri Moskovcak 1.11.23.1 - updated to new version 1.11.23 - fixed build on x86_64 - rewritten sanity.sh patch to match current version - Resolves: #449424 * Tue Feb 19 2008 Fedora Release Engineering - 1.11.22-13 - Autorebuild for GCC 4.3 * Mon Sep 17 2007 Jiri Moskovcak - 1.11.22-12 - rewriten previous patch when trying to diff removed files - Resolves: #277501, #242049 * Mon Jul 30 2007 Jiri Moskovcak - 1.11.22-11 - fix diff on removed file when "-r BASE" tag is used - Resolves: #242049 * Fri Jun 15 2007 Stepan Kasal - 1.11.22-10 - make sccs2rcs non-executable, so that find-requires does not add dependency on /bin/csh when /bin/csh is available - add CSH=/bin/csh to configure, so that sccs2rcs #! line is not corrupted when /bin/csh is not available - replace the deprecated %%makeinstall (see Packaging Guidelines) * Mon Feb 19 2007 Jindrich Novy - 1.11.22-9 - fix permissions of cvs.sh, add cvs.csh to /etc/profile.d (#225672) * Fri Jan 5 2007 Jindrich Novy - 1.11.22-8 - fix post/preun scriptlets so that they won't fail with docs disabled * Fri Dec 1 2006 Jindrich Novy - 1.11.22-7 - remove/replace obsolete rpm tags, fix rpmlint errors * Sat Oct 28 2006 Jindrich Novy - 1.11.22-6 - respect explicit port specification in CVS_PROXY (#212418) * Wed Oct 25 2006 Jindrich Novy - 1.11.22-5 - spec cleanup - use dist, SOURCE0 now points to correct upstream URL * Fri Jul 28 2006 Martin Stransky - 1.11.22-4 - added ipv6 patch (#199404) * Wed Jul 12 2006 Jesse Keating - 1.11.22-3.1 - rebuild * Wed Jun 28 2006 Maros Barabas - 1.11.22-3 - fix for #196848 - double free coruption * Thu Jun 22 2006 Martin Stransky - 1.11.22-2 - added LFS support (#196259) * Mon Jun 12 2006 Martin Stransky - 1.11.22-1 - new upstream * Tue May 9 2006 Martin Stransky - 1.11.21-4 - fix for #189858 - /etc/profile.d/cvs.sh overwrite personal settings - fix for #190009 - rcs2log uses obsolete sort option * Fri Feb 10 2006 Jesse Keating - 1.11.21-3.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.11.21-3.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Wed Dec 21 2005 Martin Stransky 1.11.21-3 - fix for #150031 - cvs diff -kk -u fails * Wed Dec 14 2005 Martin Stransky 1.11.21-2 - fix for cvs diff with two -r switches (#18161) - pam patch (#48937) - CVS_RSH is set to ssh (#58699) * Fri Dec 09 2005 Jesse Keating - rebuilt * Thu Nov 10 2005 Martin Stransky 1.11.21-1 - new upstream * Tue Aug 23 2005 Martin Stransky 1.11.19-10 - fix for #166366 - CVS temporary file issue * Thu Jul 21 2005 Martin Stransky 1.11.19-9 - add vim-minimal to Requires (#163030) * Mon Apr 18 2005 Martin Stransky 1.11.19-8 - add security fix CAN-2005-0753 (Derek Price) * Thu Mar 17 2005 Martin Stransky 1.11.19-7 - fix NULL pointer comparsion (#63365) * Mon Mar 14 2005 Martin Stransky 1.11.19-6 - add '/' to invalid RCS tag characters (#56162) * Wed Mar 9 2005 Martin Stransky 1.11.19-5 - fix newline issue in log (#64182) * Mon Mar 7 2005 Martin Stransky 1.11.19-4 - remove check of HTTP_PROXY variable (#150434) * Thu Mar 3 2005 Martin Stransky 1.11.19-3 - add xinetd config file (#136929) - add proxy-support patch (#144297) * Mon Feb 28 2005 Martin Stransky 1.11.19-2 - add opt flags * Mon Feb 28 2005 Martin Stransky 1.11.19-1 - update to 1.11.19 * Mon Feb 14 2005 Adrian Havill - rebuilt * Tue Jun 15 2004 Elliot Lee - rebuilt * Thu Jun 10 2004 Nalin Dahyabhai 1.11.17-2 - rebuild * Thu Jun 10 2004 Nalin Dahyabhai 1.11.17-1 - update to 1.11.17, which includes those last few fixes * Fri May 28 2004 Nalin Dahyabhai - add security fix for CAN-2004-0416,CAN-2004-0417,CAN-2004-0418 (Stefan Esser) * Fri May 28 2004 Robert Scheck 1.11.16-0 - update to 1.11.16 (#124239) * Tue May 18 2004 Nalin Dahyabhai 1.11.15-6 - rebuild * Thu May 13 2004 Nalin Dahyabhai 1.11.15-5 - use revised version of Stefan Esser's patch provided by Derek Robert Price * Mon May 3 2004 Nalin Dahyabhai 1.11.15-4 - rebuild * Mon May 3 2004 Nalin Dahyabhai 1.11.15-3 - add patch from Stefan Esser to close CAN-2004-0396 * Wed Apr 21 2004 Nalin Dahyabhai 1.11.15-2 - rebuild * Wed Apr 21 2004 Nalin Dahyabhai 1.11.15-1 - update to 1.11.15, fixing CAN-2004-0180 (#120969) * Tue Mar 23 2004 Nalin Dahyabhai 1.11.14-1 - update to 1.11.14 * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Jan 7 2004 Nalin Dahyabhai 1.11.11-1 - turn kserver, which people shouldn't use any more, back on * Tue Dec 30 2003 Nalin Dahyabhai - update to 1.11.11 * Thu Dec 18 2003 Nalin Dahyabhai 1.11.10-1 - update to 1.11.10 * Mon Jul 21 2003 Nalin Dahyabhai 1.11.5-3 - rebuild * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Apr 30 2003 Nalin Dahyabhai 1.11.5-1 - update to 1.11.5 - disable kerberos 4 support * Wed Jan 22 2003 Tim Powers - rebuilt * Tue Jan 21 2003 Nalin Dahyabhai 1.11.2-9 - rebuild * Thu Jan 16 2003 Nalin Dahyabhai 1.11.2-8 - incorporate fix for double-free in server (CAN-2003-0015) * Tue Nov 26 2002 Nalin Dahyabhai 1.11.2-7 - don't error out in %%install if the info dir file we remove from the build root isn't there (depends on the version of texinfo installed, reported by Arnd Bergmann) * Fri Oct 4 2002 Nalin Dahyabhai 1.11.2-6 - fixup LDFLAGS to find multilib Kerberos for linking * Tue Sep 24 2002 Nalin Dahyabhai - incorporate patch to add 't' as a loginfo format specifier, from NetBSD * Thu Jul 18 2002 Tim Waugh 1.11.2-4 - automated rebuild * Tue Jun 4 2002 Nalin Dahyabhai 1.11.2-3 - incorporate patch to fix incorrect socket descriptor usage (#65225) - incorporate patches to not choke on empty commit messages and to always send them (#66017) - incorporate patch to not infinitely recurse on assertion failures (#66019) * Sun May 26 2002 Tim Powers - automated rebuild * Thu May 9 2002 Nalin Dahyabhai 1.11.2-1 - update to 1.11.2 * Mon Feb 18 2002 Nalin Dahyabhai 1.11.1p1-7 - build with an external zlib - don't run automake in the %%build phase * Tue Jan 15 2002 Nalin Dahyabhai 1.11.1p1-6 - merge patch to handle timestamping of symlinks in the repository properly, from dwmw2 (#23333) * Wed Jan 09 2002 Tim Powers 1.11.1p1-5 - automated rebuild * Tue Nov 13 2001 Nalin Dahyabhai 1.11.1p1-4 - remove explicit dependency on krb5-libs * Tue Jul 31 2001 Bernhard Rosenkraenzer 1.11.1p1-3 - Fix up initial cvs login (#47457) - Bring back the leading newline at the beginning of commit messages "a" is one key less than "O". ;) - Fix build in the current build system * Mon Jun 25 2001 Bill Nottingham - don't own /usr/share/info/dir * Fri Jun 22 2001 Nalin Dahyabhai - fix the files list * Mon Jun 18 2001 Nalin Dahyabhai - update to 1.11.1p1 - drop no-longer-necessary patches - use bundled zlib, because it's apparently not the same as the system zlib - run the test suite in the build phase - drop explicit Requires: on perl (RPM will catch the interpreter req) * Mon Jan 29 2001 Nalin Dahyabhai - fix cvs-1.11-security.patch, which had CR-LF line terminators (#25090) - check for and ignore ENOENT errors when attempting to remove symlinks (#25173) * Mon Jan 08 2001 Preston Brown - patch from Olaf Kirch to do tmp files safely. * Tue Oct 10 2000 Bernhard Rosenkraenzer - 1.11 * Wed Jul 12 2000 Prospector - automatic rebuild * Mon Jul 10 2000 Nalin Dahyabhai - always zero errno before calling readdir (#10374) * Tue Jun 27 2000 Nalin Dahyabhai - rebuild in new build environment (release 6) * Mon Jun 5 2000 Nalin Dahyabhai - rebuild in new build environment (release 5) - FHS tweaks - actually gzip the info pages * Wed May 10 2000 Nalin Dahyabhai - reverse sense of conditional kerberos dependency - add kerberos IV patch from Ken Raeburn - switch to using the system's zlib instead of built-in - default to unstripped binaries * Tue Apr 4 2000 Bill Nottingham - eliminate explicit krb5-configs dependency * Mon Mar 20 2000 Bernhard Rosenkraenzer - 1.10.8 * Wed Mar 1 2000 Nalin Dahyabhai - make kerberos support conditional at build-time * Wed Mar 1 2000 Bill Nottingham - integrate kerberos support into main tree * Mon Feb 14 2000 Nalin Dahyabhai - build with gssapi auth (--with-gssapi, --with-encryption) - apply patch to update libs to krb5 1.1.1 * Fri Feb 04 2000 Cristian Gafton - fix the damn info pages too while we're at it. - fix description - man pages are compressed - make sure %%post and %%preun work okay * Sun Jan 9 2000 Jim Kingdon - update to 1.10.7. * Wed Jul 14 1999 Jim Kingdon - add the patch to make 1.10.6 usable (http://www.cyclic.com/cvs/dev-known.html). * Tue Jun 1 1999 Jeff Johnson - update to 1.10.6. * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 2) * Mon Feb 22 1999 Jeff Johnson - updated text in spec file. * Mon Feb 22 1999 Jeff Johnson - update to 1.10.5. * Tue Feb 2 1999 Jeff Johnson - update to 1.10.4. * Tue Oct 20 1998 Jeff Johnson - update to 1.10.3. * Mon Sep 28 1998 Jeff Johnson - update to 1.10.2. * Wed Sep 23 1998 Jeff Johnson - remove trailing characters from rcs2log mktemp args * Thu Sep 10 1998 Jeff Johnson - update to 1.10.1 * Mon Aug 31 1998 Jeff Johnson - fix race conditions in cvsbug/rcs2log * Sun Aug 16 1998 Jeff Johnson - update to 1.10. * Wed Aug 12 1998 Jeff Johnson - update to 1.9.30. * Mon Jun 08 1998 Prospector System - translations modified for de, fr * Mon Jun 8 1998 Jeff Johnson - build root - update to 1.9.28 * Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr * Wed Oct 29 1997 Otto Hammersmith - added install-info stuff - added changelog section