SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for cvs-inetd-1.11.23-31.fc18.noarch.rpm :
Wed Jun 26 14:00:00 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 5 14:00:00 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 13:00:00 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 14:00:00 2012 Petr Pisar - 1.11.23-28
- Document patches and add Public Domain license

Wed Aug 22 14:00:00 2012 Petr Pisar - 1.11.23-27
- Modernize systemd scriptlets (bug #850075)

Wed Jul 18 14:00:00 2012 Fedora Release Engineering - 1.11.23-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Mon Feb 6 13:00:00 2012 Petr Pisar - 1.11.23-25
- Fix CVE-2012-0804 (bug #787683)

Fri Jan 13 13:00:00 2012 Fedora Release Engineering - 1.11.23-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Tue Sep 20 14:00:00 2011 Petr Pisar - 1.11.23-23
- Ignore cvs exit code run as systemd socket-service to preserve memory
(bug #739538)

Fri Sep 16 14:00:00 2011 Petr Pisar - 1.11.23-22
- Add support for systemd (bug #737264)

Mon Aug 15 14:00:00 2011 Kalev Lember - 1.11.23-21
- Rebuilt for rpm bug #728707

Thu Jul 21 14:00:00 2011 Petr Pisar - 1.11.23-20
- Fix GSS API authentication against multihomed server (bug #722972)

Thu May 26 14:00:00 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 14:00:00 2011 Petr Pisar - 1.11.23-18
- Filter sccs2rcs interpreter from dependencies again (bug #225672)

Tue Apr 12 14:00:00 2011 Petr Pisar - 1.11.23-17
- Deliver xinetd configuration as a sub-package requiring xinetd

Tue Mar 15 13:00:00 2011 Petr Pisar - 1.11.23-16
- Back-port KeywordExpand configuration keyword
- Clean spec file

Thu Mar 10 13:00:00 2011 Petr Pisar - 1.11.23-15
- Set PAM_TTY and PAM_RHOST on PAM authentication

Tue Feb 8 13:00:00 2011 Fedora Release Engineering - 1.11.23-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Thu Jan 20 13:00:00 2011 Petr Pisar - 1.11.23-13
- Make cvs.csh valid CSH script (bug #671003)

Mon Oct 25 14:00:00 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 14:00:00 2010 Petr Pisar - 1.11.23-11
- Fix CVE-2010-3846 (bug #645386)

Mon Mar 1 13:00:00 2010 Jiri Moskovcak 1.11.23-10
- fixed license

Tue Jan 12 13:00:00 2010 Jiri Moskovcak 1.11.23-9
- spec file fixes based on review

Fri Oct 16 14:00:00 2009 Jiri Moskovcak 1.11.23-8
- fixed install with --excludedocs rhbz#515981

Wed Sep 16 14:00:00 2009 Tomas Mraz 1.11.23-7
- Use password-auth common PAM configuration

Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 1.11.23-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Mon May 25 14:00:00 2009 Jiri Moskovcak - 1.11.23.5
- added support for passing arguments thru stdin (patch from arozanskAATTredhat.com)
- Resolves: #501942

Wed Apr 8 14:00:00 2009 Adam Jackson 1.11.23-4
- Disable krb4 support to fix F12 buildroots.

Tue Feb 24 13:00:00 2009 Fedora Release Engineering - 1.11.23-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Tue Jul 15 14:00:00 2008 Tom \"spot\" Callaway 1.11.23-2
- fix license tag
- fix patches to apply with fuzz=0

Tue Jun 3 14:00:00 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 13:00:00 2008 Fedora Release Engineering - 1.11.22-13
- Autorebuild for GCC 4.3

Mon Sep 17 14:00:00 2007 Jiri Moskovcak - 1.11.22-12
- rewriten previous patch when trying to diff removed files
- Resolves: #277501, #242049

Mon Jul 30 14:00:00 2007 Jiri Moskovcak - 1.11.22-11
- fix diff on removed file when \"-r BASE\" tag is used
- Resolves: #242049

Fri Jun 15 14:00:00 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 13:00:00 2007 Jindrich Novy - 1.11.22-9
- fix permissions of cvs.sh, add cvs.csh to /etc/profile.d (#225672)

Fri Jan 5 13:00:00 2007 Jindrich Novy - 1.11.22-8
- fix post/preun scriptlets so that they won\'t fail with docs disabled

Fri Dec 1 13:00:00 2006 Jindrich Novy - 1.11.22-7
- remove/replace obsolete rpm tags, fix rpmlint errors

Sat Oct 28 14:00:00 2006 Jindrich Novy - 1.11.22-6
- respect explicit port specification in CVS_PROXY (#212418)

Wed Oct 25 14:00:00 2006 Jindrich Novy - 1.11.22-5
- spec cleanup
- use dist, SOURCE0 now points to correct upstream URL

Fri Jul 28 14:00:00 2006 Martin Stransky - 1.11.22-4
- added ipv6 patch (#199404)

Wed Jul 12 14:00:00 2006 Jesse Keating - 1.11.22-3.1
- rebuild

Wed Jun 28 14:00:00 2006 Maros Barabas - 1.11.22-3
- fix for #196848 - double free coruption

Thu Jun 22 14:00:00 2006 Martin Stransky - 1.11.22-2
- added LFS support (#196259)

Mon Jun 12 14:00:00 2006 Martin Stransky - 1.11.22-1
- new upstream

Tue May 9 14:00:00 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 13:00:00 2006 Jesse Keating - 1.11.21-3.2
- bump again for double-long bug on ppc(64)

Tue Feb 7 13:00:00 2006 Jesse Keating - 1.11.21-3.1
- rebuilt for new gcc4.1 snapshot and glibc changes

Wed Dec 21 13:00:00 2005 Martin Stransky 1.11.21-3
- fix for #150031 - cvs diff -kk -u fails

Wed Dec 14 13:00:00 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 9 13:00:00 2005 Jesse Keating
- rebuilt

Thu Nov 10 13:00:00 2005 Martin Stransky 1.11.21-1
- new upstream

Tue Aug 23 14:00:00 2005 Martin Stransky 1.11.19-10
- fix for #166366 - CVS temporary file issue

Thu Jul 21 14:00:00 2005 Martin Stransky 1.11.19-9
- add vim-minimal to Requires (#163030)

Mon Apr 18 14:00:00 2005 Martin Stransky 1.11.19-8
- add security fix CAN-2005-0753 (Derek Price)

Thu Mar 17 13:00:00 2005 Martin Stransky 1.11.19-7
- fix NULL pointer comparsion (#63365)

Mon Mar 14 13:00:00 2005 Martin Stransky 1.11.19-6
- add \'/\' to invalid RCS tag characters (#56162)

Wed Mar 9 13:00:00 2005 Martin Stransky 1.11.19-5
- fix newline issue in log (#64182)

Mon Mar 7 13:00:00 2005 Martin Stransky 1.11.19-4
- remove check of HTTP_PROXY variable (#150434)

Thu Mar 3 13:00:00 2005 Martin Stransky 1.11.19-3
- add xinetd config file (#136929)
- add proxy-support patch (#144297)

Mon Feb 28 13:00:00 2005 Martin Stransky 1.11.19-2
- add opt flags

Mon Feb 28 13:00:00 2005 Martin Stransky 1.11.19-1
- update to 1.11.19

Mon Feb 14 13:00:00 2005 Adrian Havill
- rebuilt

Tue Jun 15 14:00:00 2004 Elliot Lee
- rebuilt

Thu Jun 10 14:00:00 2004 Nalin Dahyabhai 1.11.17-2
- rebuild

Thu Jun 10 14:00:00 2004 Nalin Dahyabhai 1.11.17-1
- update to 1.11.17, which includes those last few fixes

Fri May 28 14:00:00 2004 Nalin Dahyabhai
- add security fix for CAN-2004-0416,CAN-2004-0417,CAN-2004-0418 (Stefan Esser)

Fri May 28 14:00:00 2004 Robert Scheck 1.11.16-0
- update to 1.11.16 (#124239)

Tue May 18 14:00:00 2004 Nalin Dahyabhai 1.11.15-6
- rebuild

Thu May 13 14:00:00 2004 Nalin Dahyabhai 1.11.15-5
- use revised version of Stefan Esser\'s patch provided by Derek Robert Price

Mon May 3 14:00:00 2004 Nalin Dahyabhai 1.11.15-4
- rebuild

Mon May 3 14:00:00 2004 Nalin Dahyabhai 1.11.15-3
- add patch from Stefan Esser to close CAN-2004-0396

Wed Apr 21 14:00:00 2004 Nalin Dahyabhai 1.11.15-2
- rebuild

Wed Apr 21 14:00:00 2004 Nalin Dahyabhai 1.11.15-1
- update to 1.11.15, fixing CAN-2004-0180 (#120969)

Tue Mar 23 13:00:00 2004 Nalin Dahyabhai 1.11.14-1
- update to 1.11.14

Fri Feb 13 13:00:00 2004 Elliot Lee
- rebuilt

Wed Jan 7 13:00:00 2004 Nalin Dahyabhai 1.11.11-1
- turn kserver, which people shouldn\'t use any more, back on

Tue Dec 30 13:00:00 2003 Nalin Dahyabhai
- update to 1.11.11

Thu Dec 18 13:00:00 2003 Nalin Dahyabhai 1.11.10-1
- update to 1.11.10

Mon Jul 21 14:00:00 2003 Nalin Dahyabhai 1.11.5-3
- rebuild

Wed Jun 4 14:00:00 2003 Elliot Lee
- rebuilt

Wed Apr 30 14:00:00 2003 Nalin Dahyabhai 1.11.5-1
- update to 1.11.5
- disable kerberos 4 support

Wed Jan 22 13:00:00 2003 Tim Powers
- rebuilt

Tue Jan 21 13:00:00 2003 Nalin Dahyabhai 1.11.2-9
- rebuild

Thu Jan 16 13:00:00 2003 Nalin Dahyabhai 1.11.2-8
- incorporate fix for double-free in server (CAN-2003-0015)

Tue Nov 26 13:00:00 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 14:00:00 2002 Nalin Dahyabhai 1.11.2-6
- fixup LDFLAGS to find multilib Kerberos for linking

Tue Sep 24 14:00:00 2002 Nalin Dahyabhai
- incorporate patch to add \'t\' as a loginfo format specifier, from NetBSD

Thu Jul 18 14:00:00 2002 Tim Waugh - Fix mktemp patch (bug #66669)
- Incorporate patch to fix verifymsg behaviour on empty logs (bug #66022)

Fri Jun 21 14:00:00 2002 Tim Powers 1.11.2-4
- automated rebuild

Tue Jun 4 14:00:00 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 14:00:00 2002 Tim Powers
- automated rebuild

Thu May 9 14:00:00 2002 Nalin Dahyabhai 1.11.2-1
- update to 1.11.2

Mon Feb 18 13:00:00 2002 Nalin Dahyabhai 1.11.1p1-7
- build with an external zlib
- don\'t run automake in the %build phase

Tue Jan 15 13:00:00 2002 Nalin Dahyabhai 1.11.1p1-6
- merge patch to handle timestamping of symlinks in the repository properly,
from dwmw2 (#23333)

Wed Jan 9 13:00:00 2002 Tim Powers 1.11.1p1-5
- automated rebuild

Tue Nov 13 13:00:00 2001 Nalin Dahyabhai 1.11.1p1-4
- remove explicit dependency on krb5-libs

Tue Jul 31 14:00:00 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 14:00:00 2001 Bill Nottingham
- don\'t own /usr/share/info/dir

Fri Jun 22 14:00:00 2001 Nalin Dahyabhai
- fix the files list

Mon Jun 18 14:00:00 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 13:00:00 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 8 13:00:00 2001 Preston Brown
- patch from Olaf Kirch to do tmp files safely.

Tue Oct 10 14:00:00 2000 Bernhard Rosenkraenzer
- 1.11

Wed Jul 12 14:00:00 2000 Prospector
- automatic rebuild

Mon Jul 10 14:00:00 2000 Nalin Dahyabhai
- always zero errno before calling readdir (#10374)

Tue Jun 27 14:00:00 2000 Nalin Dahyabhai
- rebuild in new build environment (release 6)

Mon Jun 5 14:00:00 2000 Nalin Dahyabhai
- rebuild in new build environment (release 5)
- FHS tweaks
- actually gzip the info pages

Wed May 10 14:00:00 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 14:00:00 2000 Bill Nottingham
- eliminate explicit krb5-configs dependency

Mon Mar 20 13:00:00 2000 Bernhard Rosenkraenzer
- 1.10.8

Wed Mar 1 13:00:00 2000 Nalin Dahyabhai
- make kerberos support conditional at build-time

Wed Mar 1 13:00:00 2000 Bill Nottingham
- integrate kerberos support into main tree

Mon Feb 14 13:00:00 2000 Nalin Dahyabhai
- build with gssapi auth (--with-gssapi, --with-encryption)
- apply patch to update libs to krb5 1.1.1

Fri Feb 4 13:00:00 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 13:00:00 2000 Jim Kingdon
- update to 1.10.7.

Wed Jul 14 14:00:00 1999 Jim Kingdon
- add the patch to make 1.10.6 usable
(http://www.cyclic.com/cvs/dev-known.html).

Tue Jun 1 14:00:00 1999 Jeff Johnson
- update to 1.10.6.

Sun Mar 21 13:00:00 1999 Cristian Gafton
- auto rebuild in the new build environment (release 2)

Mon Feb 22 13:00:00 1999 Jeff Johnson
- updated text in spec file.

Mon Feb 22 13:00:00 1999 Jeff Johnson
- update to 1.10.5.

Tue Feb 2 13:00:00 1999 Jeff Johnson
- update to 1.10.4.

Tue Oct 20 14:00:00 1998 Jeff Johnson
- update to 1.10.3.

Mon Sep 28 14:00:00 1998 Jeff Johnson
- update to 1.10.2.

Wed Sep 23 14:00:00 1998 Jeff Johnson
- remove trailing characters from rcs2log mktemp args

Thu Sep 10 14:00:00 1998 Jeff Johnson
- update to 1.10.1

Mon Aug 31 14:00:00 1998 Jeff Johnson
- fix race conditions in cvsbug/rcs2log

Sun Aug 16 14:00:00 1998 Jeff Johnson
- update to 1.10.

Wed Aug 12 14:00:00 1998 Jeff Johnson
- update to 1.9.30.

Mon Jun 8 14:00:00 1998 Prospector System
- translations modified for de, fr

Mon Jun 8 14:00:00 1998 Jeff Johnson
- build root
- update to 1.9.28

Mon Apr 27 14:00:00 1998 Prospector System
- translations modified for de, fr, tr

Wed Oct 29 13:00:00 1997 Otto Hammersmith
- added install-info stuff
- added changelog section


 
ICM