auto-import changelog data from ftp-0.17-7.src.rpm
Sun Jan 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Update to 0.17 final - Fix up ACCT support in netrc (Bug #17353)
This commit is contained in:
parent
2f4f4a3395
commit
7fec8e82d9
@ -1 +1 @@
|
|||||||
netkit-ftp-0.17-pre20000412.tar.gz
|
netkit-ftp-0.17.tar.bz2
|
||||||
|
16
ftp.spec
16
ftp.spec
@ -1,14 +1,12 @@
|
|||||||
%define _snapshot -pre20000412
|
|
||||||
|
|
||||||
Summary: The standard UNIX FTP (File Transfer Protocol) client.
|
Summary: The standard UNIX FTP (File Transfer Protocol) client.
|
||||||
Name: ftp
|
Name: ftp
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 6
|
Release: 7
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-ftp-%{version}%{_snapshot}.tar.gz
|
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-ftp-%{version}.tar.bz2
|
||||||
Patch0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-combo-0.16-SECURITY.patch
|
|
||||||
Patch1: netkit-ftp-0.17-pre20000412.pasv-security.patch
|
Patch1: netkit-ftp-0.17-pre20000412.pasv-security.patch
|
||||||
|
Patch2: netkit-ftp-0.17-acct.patch
|
||||||
BuildRoot: /var/tmp/%{name}-root
|
BuildRoot: /var/tmp/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -20,9 +18,9 @@ If your system is on a network, you should install ftp in order to do
|
|||||||
file transfers.
|
file transfers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n netkit-ftp-%{version}%{_snapshot}
|
%setup -q -n netkit-ftp-%{version}
|
||||||
%patch0 -p2
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1 -b .acct
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sh configure
|
sh configure
|
||||||
@ -56,6 +54,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man5/netrc.*
|
%{_mandir}/man5/netrc.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- Update to 0.17 final
|
||||||
|
- Fix up ACCT support in netrc (Bug #17353)
|
||||||
|
|
||||||
* Wed Aug 16 2000 Philipp Knirsch <pknirsch@redhat.com>
|
* Wed Aug 16 2000 Philipp Knirsch <pknirsch@redhat.com>
|
||||||
- Switched the default transfer protocol from PORT to PASV as proposed on
|
- Switched the default transfer protocol from PORT to PASV as proposed on
|
||||||
bugzilla (#16134)
|
bugzilla (#16134)
|
||||||
|
12
netkit-ftp-0.17-acct.patch
Normal file
12
netkit-ftp-0.17-acct.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- netkit-ftp-0.17/ftp/ftp.c.acct Sun Jan 21 00:08:29 2001
|
||||||
|
+++ netkit-ftp-0.17/ftp/ftp.c Sun Jan 21 00:09:04 2001
|
||||||
|
@@ -254,7 +254,8 @@
|
||||||
|
if (n == CONTINUE) {
|
||||||
|
aflag++;
|
||||||
|
/* fflush(stdout); */
|
||||||
|
- zacct = getpass("Account:");
|
||||||
|
+ if(zacct==NULL)
|
||||||
|
+ zacct = getpass("Account:");
|
||||||
|
n = command("ACCT %s", zacct);
|
||||||
|
}
|
||||||
|
if (n != COMPLETE) {
|
Loading…
Reference in New Issue
Block a user