1 |
# $Id: e-smith-proxy.spec,v 1.1 2013/02/13 15:43:35 slords Exp $ |
# $Id: e-smith-proxy.spec,v 1.3 2014/01/30 06:45:29 burnat Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - proxy module |
Summary: e-smith server and gateway - proxy module |
4 |
%define name e-smith-proxy |
%define name e-smith-proxy |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.4.0 |
%define version 5.4.0 |
7 |
%define release 2 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
14 |
Patch2: e-smith-proxy-5.4.0-remove_obsolete_ext_method.patch |
Patch2: e-smith-proxy-5.4.0-remove_obsolete_ext_method.patch |
15 |
Patch3: e-smith-proxy-5.4.0-remove_obsolete_D_arg.patch |
Patch3: e-smith-proxy-5.4.0-remove_obsolete_D_arg.patch |
16 |
Patch4: e-smith-proxy-5.4.0-convert_acl_to_cidr.patch |
Patch4: e-smith-proxy-5.4.0-convert_acl_to_cidr.patch |
17 |
|
Patch5: e-smith-proxy-5.4.0-squid_additionnal_SSLports.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-base |
Requires: e-smith-base |
31 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Thu Jan 30 2014 chris burnat <devlist@burnat.com> 5.4.0-3.sme |
35 |
|
- Modify template to allow Squid proxy https access to ports other than 443,563 using db command [sme:8161] |
36 |
|
- Codes by John Bennett |
37 |
|
|
38 |
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme |
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme |
39 |
- Adjust squid config syntax [SME: 7250] |
- Adjust squid config syntax [SME: 7250] |
40 |
|
|
696 |
%patch2 -p1 |
%patch2 -p1 |
697 |
%patch3 -p1 |
%patch3 -p1 |
698 |
%patch4 -p1 |
%patch4 -p1 |
699 |
|
%patch5 -p1 |
700 |
|
|
701 |
%build |
%build |
702 |
perl createlinks |
perl createlinks |