diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4744b1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +NetworkManager-pptp-0.7.0.svn4027.tar.bz2 +NetworkManager-pptp-0.7.0.svn4178.tar.bz2 +NetworkManager-pptp-0.7.0.svn4229.tar.bz2 +NetworkManager-pptp-0.7.0.svn4326.tar.bz2 +NetworkManager-pptp-0.7.0.svn16.tar.bz2 +NetworkManager-pptp-0.7.0.97.tar.bz2 +NetworkManager-pptp-0.7.0.99.tar.bz2 +NetworkManager-pptp-0.7.996.git20090828.tar.bz2 +NetworkManager-pptp-0.7.996.git20090921.tar.bz2 +NetworkManager-pptp-0.7.997.tar.bz2 +NetworkManager-pptp-0.8.git20100411.tar.bz2 +NetworkManager-pptp-0.8.1.tar.bz2 +/NetworkManager-pptp-0.9.3.995.git20120302.tar.bz2 +/NetworkManager-pptp-0.9.3.997.tar.bz2 +/NetworkManager-pptp-0.9.8.2.tar.bz2 +/NetworkManager-pptp-1.0.0.tar.xz +/NetworkManager-pptp-1.1.0.20150428git695d4f2.tar.bz2 +/NetworkManager-pptp-1.2.0.tar.xz +/NetworkManager-pptp-1.1.90.tar.xz +/NetworkManager-pptp-1.1.91.tar.xz +/NetworkManager-pptp-1.1.92.tar.xz +/NetworkManager-pptp-1.1.93.tar.xz +/NetworkManager-pptp-1.2.2.tar.xz +/NetworkManager-pptp-1.2.3-dev-67-g9d5d87f.tar.xz +/NetworkManager-pptp-1.2.4.tar.xz +/NetworkManager-pptp-1.2.6.tar.xz +/NetworkManager-pptp-1.2.8.tar.xz diff --git a/Makefile b/Makefile deleted file mode 100644 index c403e47..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: NetworkManager-pptp -# $Id$ -NAME := NetworkManager-pptp -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/NetworkManager-pptp.spec b/NetworkManager-pptp.spec new file mode 100644 index 0000000..c2cab19 --- /dev/null +++ b/NetworkManager-pptp.spec @@ -0,0 +1,375 @@ +%if 0%{?fedora} < 28 && 0%{?rhel} < 8 +%bcond_without libnm_glib +%else +%bcond_with libnm_glib +%endif + +%global real_version 1.2.8 +%global rpm_version 1.2.8 +%global release_version 1 + +%global real_version_major %(printf '%s' '%{real_version}' | sed -n 's/^\\([1-9][0-9]*\\.[1-9][0-9]*\\)\\.[1-9][0-9]*$/\\1/p') + +Summary: NetworkManager VPN plugin for PPTP +Name: NetworkManager-pptp +Epoch: 1 +Version: %{rpm_version} +Release: %{release_version}%{?dist}.3 +License: GPLv2+ +URL: http://www.gnome.org/projects/NetworkManager/ + + +Source0: https://download.gnome.org/sources/NetworkManager-pptp/%{real_version_major}/%{name}-%{real_version}.tar.xz +#Patch1: 0001-example.patch + + +%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad) + +BuildRequires: glib2-devel +BuildRequires: gtk3-devel +BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0 +BuildRequires: libnma-devel >= 1.2.0 +BuildRequires: ppp-devel +BuildRequires: libtool intltool gettext +BuildRequires: libsecret-devel +%if %with libnm_glib +BuildRequires: NetworkManager-devel +BuildRequires: NetworkManager-glib-devel >= 1:1.2.0 +BuildRequires: libnm-gtk-devel >= 0.9 +%endif + +Requires: dbus +Requires: NetworkManager >= 1:1.2.0 +Requires: pptp +Requires: ppp + + +%global __provides_exclude ^libnm-.*\\.so + +%description +This package contains software for integrating VPN capabilities with +the PPTP server with NetworkManager. + + +%package -n NetworkManager-pptp-gnome +Summary: NetworkManager VPN plugin for PPTP - GNOME files + +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} +Obsoletes: NetworkManager-pptp < 1:0.9.8.2-3 + +%description -n NetworkManager-pptp-gnome +This package contains software for integrating VPN capabilities with +the PPTP server with NetworkManager (GNOME files). + + +%prep +%autosetup -p1 -n "%{name}-%{real_version}" + + +%build +%configure \ + --disable-static \ +%if %without libnm_glib + --without-libnm-glib \ +%endif + --enable-more-warnings=yes \ + --with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \ + --with-dist-version=%{version}-%{release} +make %{?_smp_mflags} + + +%check +make check + + +%install +make install DESTDIR=%{buildroot} INSTALL="%{__install} -p" + +rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la +rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la + +%find_lang %{name} + + +%files -f %{name}.lang +%{_libdir}/NetworkManager/libnm-vpn-plugin-pptp.so +%{_sysconfdir}/dbus-1/system.d/nm-pptp-service.conf +%{_prefix}/lib/NetworkManager/VPN/nm-pptp-service.name +%{_libexecdir}/nm-pptp-service +%{_libdir}/pppd/%{ppp_version}/nm-pptp-pppd-plugin.so +%doc AUTHORS README ChangeLog NEWS +%license COPYING + +%files -n NetworkManager-pptp-gnome +%{_libexecdir}/nm-pptp-auth-dialog +%{_libdir}/NetworkManager/libnm-vpn-plugin-pptp-editor.so +%{_datadir}/appdata/network-manager-pptp.metainfo.xml + +%if %with libnm_glib +%{_libdir}/NetworkManager/libnm-*-properties.so +%{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name +%endif + + +%changelog +* Tue Jan 28 2020 Fedora Release Engineering - 1:1.2.8-1.3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jul 24 2019 Fedora Release Engineering - 1:1.2.8-1.2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 1:1.2.8-1.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Oct 4 2018 Thomas Haller - 1.2.8-1 +- Update to 1.2.8 release + +* Thu Jul 12 2018 Fedora Release Engineering - 1:1.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Mar 29 2018 Thomas Haller - 1.2.6-1 +- Update to 1.2.6 release + +* Wed Feb 07 2018 Fedora Release Engineering - 1:1.2.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Nov 30 2017 Lubomir Rintel - 1:1.2.4-5 +- Drop libnm-glib for Fedora 28 + +* Wed Aug 02 2017 Fedora Release Engineering - 1:1.2.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1:1.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1:1.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Oct 3 2016 Thomas Haller - 1.2.4-1 +- Update to 1.2.4 release + +* Mon Sep 12 2016 Thomas Haller - 1.2.4-0.1 +- Update to 1.2.4 pre-release +- Remove GTK dependency from base openvpn package (rh#1088677) +- Introduce new GTK-free VPN plugin base-library to nm-pptp package +- Don't require nm-connection-editor anymore +- Support NM_VPN_LOG_LEVEL environment variable to control logging + +* Wed May 11 2016 Lubomir Rintel - 1.2.2-1 +- Update to 1.2.2 release + +* Wed Apr 20 2016 Lubomir Rintel - 1.2.0-1 +- Update to 1.2.0 release + +* Thu Apr 14 2016 Lubomir Rintel - 1:1.2.0-0.4.rc1 +- Fix a crash + +* Tue Apr 5 2016 Lubomir Rintel - 1:1.2.0-0.3.rc1 +- Update to NetworkManager-pptp 1.2-rc1 + +* Tue Mar 29 2016 Lubomir Rintel - 1:1.2.0-0.3.beta3 +- Update to NetworkManager-pptp 1.2-beta3 + +* Tue Mar 1 2016 Lubomir Rintel - 1:1.2.0-0.3.beta2 +- Update to NetworkManager-pptp 1.2-beta2 + +* Wed Feb 03 2016 Fedora Release Engineering - 1:1.2.0-0.3.beta1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Jan 19 2016 Lubomir Rintel - 1:1.2.0-0.2.beta1 +- Update to NetworkManager-pptp 1.2-beta1 + +* Wed Dec 23 2015 Lubomir Rintel - 1:1.2.0-0.1.20151223gitde50986 +- Update the git snapshot + +* Tue Oct 27 2015 Lubomir Rintel - 1:1.2.0-0.1.20151027gita2e7ffa +- Update the git snapshot +- Fix the el7 build + +* Thu Sep 3 2015 Lubomir Rintel - 1:1.2.0-0.1.20150901git345c34e +- Update to 1.2 git snapshot with libnm-based properties plugin + +* Thu Sep 3 2015 Lubomir Rintel - 1:1.1.0-3.20150428git695d4f2 +- Avoid requiring NetworkManager-gnome + +* Tue Jun 16 2015 Fedora Release Engineering - 1:1.1.0-2.20150428git695d4f2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Apr 28 2015 Jiří Klimeš - 1:1.1.0-1.20150428git695d4f2 +- Update to a git snapshot (git sha 695d4f2) +- all: add "unit" option for pppd to define ppp name (bgo #736485) +- service: try to load nf_conntrack_pptp kernel module (rh #1214643) +- updated translations + +* Mon Dec 22 2014 Dan Williams - 1:1.0.0-1 +- Update to 1.0 + +* Fri Aug 15 2014 Fedora Release Engineering - 1:0.9.8.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Jun 06 2014 Fedora Release Engineering - 1:0.9.8.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu Apr 17 2014 Jiří Klimeš - 1:0.9.8.2-4 +- Rebuild against pppd 2.4.6 + +* Fri Jul 26 2013 Jiří Klimeš - 1:0.9.8.2-3 +- Fixing Obsoletes to ensure NetworkManager-pptp-gnome installs on update (rh #986368) + +* Thu Jul 11 2013 Stef Walter - 1:0.9.8.2-2 +- Depend on libgnome-keyring (the client library), not gnome-keyring (daemon) (rh #811930) + +* Thu Jul 11 2013 Jiří Klimeš - 1:0.9.8.2-1 +- Update to 0.9.8.2 release + +* Sun Apr 07 2013 Dan Fruehauf - 1:0.9.8.0-1 +- Refactored spec file + +* Wed Feb 13 2013 Fedora Release Engineering - 1:0.9.3.997-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 1:0.9.3.997-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jun 13 2012 Ville Skyttä - 1:0.9.3.997-2 +- Remove unnecessary ldconfig calls from scriptlets (#737333). + +* Mon Mar 19 2012 Dan Williams - 1:0.9.3.997-1 +- Update to 0.9.3.997 (0.9.4-rc1) + +* Fri Mar 2 2012 Dan Williams - 1:0.9.3.995-1 +- Update to 0.9.3.995 (0.9.4-beta1) +- ui: add support for external UI mode, eg GNOME Shell +- ui: tooltips now refer to pppd/pptp config options + +* Thu Mar 1 2012 Bill Nottingham - 1:0.9.0-5 +- Remove obsolete and broken gtk2 requirement + +* Sun Feb 26 2012 Peter Robinson - 1:0.9.0-4 +- Update for unannounced gnome-keyring devel changes + +* Thu Jan 12 2012 Fedora Release Engineering - 1:0.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Dec 07 2011 Adam Jackson 0.9.0-2 +- Rebuild for new libpng +- Build with -Wno-error=deprecated-declarations for now + +* Fri Aug 26 2011 Dan Williams - 1:0.9.0-1 +- Update to 0.9.0 release +- ui: updated translations + +* Thu Jul 21 2011 Dan Williams - 1:0.8.999-2.git20110721 +- ui: ensure secrets are saved when required and not saved when not required + +* Tue May 03 2011 Dan Williams - 1:0.8.999-1 +- Update to 0.8.999 (0.9-rc2) +- ui: default to user-stored secrets for new connections +- ui: updated translations + +* Tue Apr 05 2011 Dan Williams - 1:0.8.998-1 +- Update to 0.8.998 (0.9.0-rc1) +- Fix issues with secrets flags and password saving/retrieval +- Fix issues with PPTP pools using the same DNS name for different servers + +* Sat Mar 26 2011 Christopher Aillon - 1:0.8.995-1 +- Update to 0.8.995 + +* Mon Feb 07 2011 Fedora Release Engineering - 1:0.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Jul 27 2010 Dan Williams - 1:0.8.1-1 +- Update to 0.8.1 release +- MPPE auth method UI fixes +- Lower default pptp log level and add debugging capability + +* Sun Apr 11 2010 Dan Williams - 1:0.8.0-1 +- Fix saving of MPPE security levels +- Updated translations + +* Mon Feb 1 2010 Dan Williams - 1:0.7.997-3.git20100120 +- Really fix pppd plugin directory path + +* Wed Jan 20 2010 Dan Williams - 1:0.7.997-2.git20100120 +- Rebuild for new pppd + +* Mon Dec 14 2009 Dan Williams - 1:0.7.997-1 +- Add debugging helpers +- Fix saving MPPE-related settings from the properties dialog +- Resolve PPTP gateway hostname if necessary + +* Mon Oct 5 2009 Dan Williams - 1:0.7.996-4.git20090921 +- Rebuild for updated NetworkManager + +* Mon Sep 21 2009 Dan Williams - 1:0.7.996-2 +- Rebuild for updated NetworkManager + +* Fri Aug 28 2009 Dan Williams - 1:0.7.996-1 +- Rebuild for updated NetworkManager +- Fix window title of Advanced dialog + +* Mon Jul 27 2009 Fedora Release Engineering - 1:0.7.0.99-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 1:0.7.0.99-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Mar 5 2009 Dan Williams 1:0.7.0.99-1 +- Update to 0.7.1rc3 + +* Mon Feb 23 2009 Fedora Release Engineering - 1:0.7.0.97-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 19 2009 Dan Williams 1:0.7.0.97-1 +- Update to 0.7.1rc1 +- Set a reasonable MTU +- Ensure 'noauth' is used +- Fix domain-based logins +- Fix saving MPPE values in connection editor + +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477153) +- Allow the EAP authentication method + +* Fri Nov 21 2008 Dan Williams 1:0.7.0-12.svn4326 +- Rebuild for updated NetworkManager + +* Wed Oct 29 2008 Dan Williams 1:0.7.0-12.svn4229 +- Fix hang in auth dialog (rh #467007) + +* Mon Oct 27 2008 Dan Williams 1:0.7.0-11.svn4229 +- Rebuild for updated NetworkManager +- Ensure that certain PPP options are always overriden + +* Sun Oct 12 2008 Dan Williams 1:0.7.0-11.svn4178 +- Rebuild for updated NetworkManager +- Allow changing passwords from the connection editor + +* Sun Oct 05 2008 Lubomir Rintel 1:0.7.0-11.svn4027 +- Add pptp dependency (#465644) + +* Fri Aug 29 2008 Dan Williams 1:0.7.0-10.svn4027 +- Resurrect from the dead + +* Mon Apr 21 2008 Lubomir Kundrak 0.6.4-2 +- Take Dan Horak's review into account (#443807): +- Do not install versioned .so-s for properties module +- Do not do useless ldconfigs +- Remove leftover dependencies + +* Mon Apr 21 2008 Lubomir Kundrak 0.6.4-1 +- Branch this for EPEL, go back to: +- 0.6.4 +- NetworkManager-pptp from NetworkManager-ppp_vpn +- Install pppd plugin correctly + +* Wed Nov 21 2007 Lubomir Kundrak 0.7.0-0.3.svn3549 +- Update against trunk + +* Wed Nov 21 2007 Lubomir Kundrak 0.7.0-0.2.svn3085 +- Do not exclude .so for NM, and properly generate the .name file + +* Thu Nov 15 2007 Lubomir Kundrak 0.7.0-0.1.svn3085 +- Initial packaging attempt, inspired by NetworkManager-openvpn +- Nearly completly rewritten spec, all bugs in it are solely my responsibility diff --git a/sources b/sources index e69de29..3115edf 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (NetworkManager-pptp-1.2.8.tar.xz) = ff1bee257d6aa6750c2fbd302edc3022780e9182fde1d79d4b37246daf01b0a9e5115dd64ec70a4b128e273eff6f9bc22af87fe2b25618008be6f452bbcd41a7