Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 610182 Details for
Bug 632853
Review Request: pptpd - PoPToP Point to Point Tunneling Server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Current upstream spec
pptpd.spec (text/plain), 6.17 KB, created by
Paul Howarth
on 2012-09-06 06:42:39 UTC
(
hide
)
Description:
Current upstream spec
Filename:
MIME Type:
Creator:
Paul Howarth
Created:
2012-09-06 06:42:39 UTC
Size:
6.17 KB
patch
obsolete
>%{!?__id_u: %global __id_u %([ -x /bin/id ]&&echo /bin/id||([ -x /usr/bin/id ]&&echo /usr/bin/id|| echo /bin/true)) -u} > ># Available rpmbuild options: ># ># --without libwrap ># --without bcrelay ># ># --define "betabuild 1" to add a .1 suffix to the release tag for beta repo releases > >Summary: PoPToP Point to Point Tunneling Server >Name: pptpd >Version: 1.3.4 >Release: 2%{?dist}%{?betabuild:.1} >License: GPLv2+ >Group: Applications/Internet >URL: http://poptop.sourceforge.net/ >Source0: http://downloads.sf.net/poptop/pptpd-%{version}.tar.gz >Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: /usr/include/pppd/patchlevel.h > >%global pppver %((%{__awk} '/^#define VERSION/ { print $NF }' /usr/include/pppd/patchlevel.h 2>/dev/null||echo none)|/usr/bin/tr -d '"') >Requires: ppp = %{pppver} > >%if %{?_without_libwrap:0}%{!?_without_libwrap:1} >BuildRequires: /usr/include/tcpd.h >%endif > >Requires(post): /sbin/chkconfig >Requires(preun): /sbin/chkconfig, /sbin/service >Requires(postun): /sbin/service > >%description >This implements a Virtual Private Networking Server (VPN) that is >compatible with Microsoft VPN clients. It allows windows users to >connect to an internal firewalled network using their dialup. > >%prep >%setup -q > ># Fix permissions >%{__chmod} 644 *.[ch] samples/pptpd.conf AUTHORS > ># Fix for distros with %{_libdir} = /usr/lib64 >%{__perl} -pi -e 's,/usr/lib/pptpd,%{_libdir}/pptpd,;' pptpctrl.c > >%build >%configure \ > %{!?_without_libwrap:--with-libwrap} \ > %{?_without_libwrap:--without-libwrap} \ > %{!?_without_bcrelay:--enable-bcrelay} \ > %{?_without_bcrelay:--disable-bcrelay} >(echo '#undef VERSION'; echo '#include <pppd/patchlevel.h>') >> plugins/patchlevel.h >%{__make} CFLAGS='-fno-builtin -fPIC -DSBINDIR=\"%{_sbindir}\" %{optflags}' > >%install >%{__rm} -rf %{buildroot} >%{__mkdir_p} %{buildroot}/etc/rc.d/init.d >%{__mkdir_p} %{buildroot}/etc/ppp >%{__mkdir_p} %{buildroot}%{_bindir} >%{__mkdir_p} %{buildroot}%{_mandir}/man{5,8} >%{__make} \ > DESTDIR=%{buildroot} \ > INSTALL="%{__install} -p" \ > LIBDIR=%{buildroot}%{_libdir}/pptpd \ > install >%{__install} -m 0755 pptpd.init %{buildroot}/etc/rc.d/init.d/pptpd >%{__install} -m 0644 samples/pptpd.conf %{buildroot}/etc/pptpd.conf >%{__install} -m 0644 samples/options.pptpd %{buildroot}/etc/ppp/options.pptpd >%{__install} -m 0755 tools/vpnuser %{buildroot}%{_bindir}/vpnuser >%{__install} -m 0755 tools/vpnstats.pl %{buildroot}%{_bindir}/vpnstats.pl >%{__install} -m 0755 tools/pptp-portslave %{buildroot}%{_sbindir}/pptp-portslave >%{__install} -m 0644 pptpd.conf.5 %{buildroot}%{_mandir}/man5/pptpd.conf.5 >%{__install} -m 0644 pptpd.8 %{buildroot}%{_mandir}/man8/pptpd.8 >%{__install} -m 0644 pptpctrl.8 %{buildroot}%{_mandir}/man8/pptpctrl.8 > >%post >/sbin/chkconfig --add pptpd || : >OUTD="" ; for i in d manager ctrl ; do > test -x /sbin/pptp$i && OUTD="$OUTD /sbin/pptp$i" ; >done >test -z "$OUTD" || \ >{ echo "possible outdated executable detected; we now use %{_sbindir}/pptp*, perhaps you should run the following command:"; echo "rm -i $OUTD" ;} > >%postun >[ $1 -gt 0 ] && /sbin/service pptpd condrestart &> /dev/null || : > >%preun >if [ "$1" -lt 1 ]; then > /sbin/service pptpd stop &> /dev/null || : > /sbin/chkconfig --del pptpd || : >fi > >%clean >%{__rm} -rf %{buildroot} > >%files >%defattr(-,root,root,-) >%doc AUTHORS COPYING INSTALL README* TODO ChangeLog* samples >%{_sbindir}/pptpd >%{_sbindir}/pptpctrl >%{_sbindir}/pptp-portslave >%{!?_without_bcrelay:%{_sbindir}/bcrelay} >%{_libdir}/pptpd/pptpd-logwtmp.so >%{_bindir}/vpnuser >%{_bindir}/vpnstats.pl >%{_mandir}/man5/pptpd.conf.5* >%{_mandir}/man8/pptpd.8* >%{_mandir}/man8/pptpctrl.8* >/etc/rc.d/init.d/pptpd >%config(noreplace) /etc/pptpd.conf >%config(noreplace) /etc/ppp/options.pptpd > >%changelog >* Fri May 21 2010 Paul Howarth <paul@city-fan.org> - 1.3.4-2 >- Define RPM macros in global scope >- Clarify license as GPL version 2 or later >- Add betabuild suffix to dist tag > >* Fri Apr 20 2007 Paul Howarth <paul@city-fan.org> - 1.3.4-1.1 >- Rebuild against ppp 2.4.4 > >* Fri Apr 20 2007 Paul Howarth <paul@city-fan.org> - 1.3.4-1 >- Update to 1.3.4 >- Use downloads.sf.net URL instead of dl.sf.net for source >- Use "install -p" to try to preserve upstream timestamps >- Remove bsdppp and slirp build options (package requires standard ppp) >- Remove ipalloc build option (not supported by upstream configure script) >- Use enable/disable rather than with/without for bcrelay configure option > >* Wed Jan 10 2007 Paul Howarth <paul@city-fan.org> - 1.3.3-2 >- Use file-based build dependency on /usr/include/tcpd.h instead of > tcp_wrappers package, since some distributions have this file in > tcp_wrappers-devel >- Set VERSION using pppd's patchlevel.h rather than using the constant "2.4.3" >- Buildrequire /usr/include/pppd/patchlevel.h (recent-ish pppd) >- Add dependency on the exact version of ppp that pptpd is built against >- Use tabs rather than spaces for indentation > >* Tue Sep 5 2006 Paul Howarth <paul@city-fan.org> - 1.3.3-1 >- Update to 1.3.3 >- Add dist tag >- Add %%postun scriptlet dependency for /sbin/service >- Fix doc permissions > >* Fri Mar 31 2006 Paul Howarth <paul@city-fan.org> - 1.3.1-1 >- Update to 1.3.1 > >* Fri Mar 31 2006 Paul Howarth <paul@city-fan.org> - 1.3.0-1 >- update to 1.3.0 >- remove redundant macro definitions >- change Group: to one listed in rpm's GROUPS file >- use full URL for source >- simplify conditional build code >- use macros for destination directories >- honour %%{optflags} >- general spec file cleanup >- initscript updates: > don't enable the service by default > add reload and condrestart options >- condrestart service on package upgrade >- fix build on x86_64 >- add buildreq tcp_wrappers > >* Fri Feb 18 2005 James Cameron <james.cameron@hp.com> >- fix to use ppp 2.4.3 for plugin > >* Thu Nov 11 2004 James Cameron <james.cameron@hp.com> >- adjust for building on Red Hat Enterprise Linux, per Charlie Brady >- remove vpnstats, superceded by vpnstats.pl > >* Fri May 21 2004 James Cameron <james.cameron@hp.com> >- adjust for packaging naming and test > >* Fri Apr 23 2004 James Cameron <james.cameron@hp.com> >- include vpnwho.pl > >* Thu Apr 22 2004 James Cameron <james.cameron@hp.com> >- change description wording >- change URL for upstream >- release first candidate for 1.2.0 > >* Fri Jul 18 2003 R. de Vroede <richard@oip.tudelft.nl> >- Check the ChangeLog files. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 632853
: 610182