/[smecontribs]/rpms/smeserver-geoip/contribs9/smeserver-geoip.spec
ViewVC logotype

Contents of /rpms/smeserver-geoip/contribs9/smeserver-geoip.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.10 - (show annotations) (download)
Mon Oct 29 11:23:10 2018 UTC (5 years, 6 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-geoip-1_2-3_el6_sme
Changes since 1.9: +7 -1 lines
* Mon Oct 29 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-3.sme
- Fix Use of uninitialized value $city in string eq
- Fix createlinks geoip-update action

1 %define name smeserver-geoip
2 %define version 1.2
3 %define release 3
4
5 Summary: SME Server geoip plugin
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}%{?dist}
9 License: GPL
10 Group: Email
11 Source: %{name}-%{version}.tar.gz
12 Packager: Doug Kruhm <dakruhm@daknetworks.net>
13 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14 BuildArchitectures: noarch
15 Requires: perl-GeoIP2
16 Requires: GeoIP >= 1.6.5
17 BuildRequires: e-smith-devtools >= 1.13.1-03
18 Patch0: smeserver-geoip-conf-typo.patch
19 Patch1: smeserver-geoip-fix-city-createlinks.patch
20
21 %description
22 The GEOIP plugin lets us know which country our mail server is receiving mail from. If we're receiving too much spam from a particular country, this will help track it down and then use that info to reject connections from that country. This ends up taking the load off our servers.
23
24 CHANGE THE CONFIG DB: config setprop qpsmtpd BadCountries <countrycode> (i.e. config setprop qpsmtpd BadCountries BR)
25 SIGNAL EVENT: signal-event email-update
26
27 %changelog
28 * Mon Oct 29 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-3.sme
29 - Fix Use of uninitialized value $city in string eq
30 - Fix createlinks geoip-update action
31
32 * Sat Jun 23 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-2.sme
33 - Fix typo in createlinks
34
35 * Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-1.sme
36 - Update to latest v2 DBs [SME: 9033]
37 - add geocity.pl and geocountry.pl test files
38
39 * Wed Feb 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.2-7.sme
40 - update requirement for GeoIP 1.6.5 [SME: 9714]
41
42 * Thu Dec 22 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 1.1.2-6
43 - Use newer versions of GeoIP databases [SME: 9714]
44
45 * Wed Sep 23 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 1.1.2-5
46 - Add ability to whitelist an IP [SME:8981]
47
48 * Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-4
49 - the event geoip-update download the geoip database
50 - added smeserver-geoip-1.1.2.geoip-update-event.patch
51
52 * Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-2
53 - added createlinks
54 - added actions and crontab to download geoip database
55
56 * Mon Sep 03 2012 Doug Kruhm <dakruhm@daknetworks.net> 1.0.5
57 - defining $country to reduce noise if not found [SME: 5011]
58 - fixed misspelling in response if country is blocked [SME: 7058]
59 - cleaning up versioning to MAJOR-MINOR-PATCH
60
61 * Fri May 01 2009 Doug Kruhm <dakruhm@daknetworks.net> 1.0.0-04
62 - added response to connecting server if blocked [SME: 5011]
63
64 * Fri May 01 2009 Doug Kruhm <dakruhm@daknetworks.net> 1.0.0-03
65 - added line to reduce log noise [SME: 5011]
66
67 * Fri May 01 2009 Doug Kruhm <dakruhm@daknetworks.net> 1.0.0-02
68 - db defaults migrated from SPEC file to rpm files [SME: 5193]
69 - removed %post and %postun macros [SME: 5194]
70 - added Requires perl-Geo-IP [SME: 1866]
71 - added e-smith-devtools as a requirement [SME: 1866]
72
73 * Thu Jun 16 2007 Doug Kruhm <dakruhm@daknetworks.net>
74 - 1.0.0-01
75 - Original version
76
77
78 %prep
79 %setup
80 %patch0 -p1
81 %patch1 -p1
82
83 %build
84 %{__mkdir_p} root/var/lib/GeoIP
85 perl createlinks
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
90 rm -f %{name}-%{version}-filelist
91 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %post
97
98 %postun
99
100 %files -f %{name}-%{version}-filelist
101 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed