Mageia Bugzilla – Attachment 11168 Details for
Bug 25090
anonip - Anonymize IP addresses in log files [incl. spec file]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
anonip.spec
anonip.spec (text/x-rpm-spec), 1.07 KB, created by
Hartmut Goebel
on 2019-07-10 14:28:55 CEST
(
hide
)
Description:
anonip.spec
Filename:
MIME Type:
Creator:
Hartmut Goebel
Created:
2019-07-10 14:28:55 CEST
Size:
1.07 KB
patch
obsolete
>%define name anonip >%define tarname Anonip >%define version 1.0.0 >%define release %mkrel 1 > >Summary: Anonymize IP addresses in log files >Name: %{name} >Version: %{version} >Release: %{release} >Source0: https://github.com/DigitaleGesellschaft/Anonip/archive/%{tarname}-%{version}.tar.gz >License: BSD-3 >Group: Networking/WWW >Url: https://www.digitale-gesellschaft.ch/anonip/ >BuildArch: noarch > >%description >Anonip masks the last bits of IPv4 and IPv6 addresses in log files. >That way most of the relevant information is preserved, while the IP >address does not match a particular individuum anymore. > >Depending on your Web server, the log entries may be piped to Anonip >directly or via a FIFO (named pipe). Thus the unmasked IP addresses >will never be written to any file. > >It's also possible to rewrite existing log files. > >Anonip can also be uses as a Python module in your own Python >application. > >BuildRequires: python3 >Requires: python3 > >%prep >%autosetup -p1 -n %{tarname}-%{version} > >%build >%py3_build > >%install >%py3_install > >%files >%doc README.md >%{_bindir}/anonip >%{python3_sitelib}/*
%define name anonip %define tarname Anonip %define version 1.0.0 %define release %mkrel 1 Summary: Anonymize IP addresses in log files Name: %{name} Version: %{version} Release: %{release} Source0: https://github.com/DigitaleGesellschaft/Anonip/archive/%{tarname}-%{version}.tar.gz License: BSD-3 Group: Networking/WWW Url: https://www.digitale-gesellschaft.ch/anonip/ BuildArch: noarch %description Anonip masks the last bits of IPv4 and IPv6 addresses in log files. That way most of the relevant information is preserved, while the IP address does not match a particular individuum anymore. Depending on your Web server, the log entries may be piped to Anonip directly or via a FIFO (named pipe). Thus the unmasked IP addresses will never be written to any file. It's also possible to rewrite existing log files. Anonip can also be uses as a Python module in your own Python application. BuildRequires: python3 Requires: python3 %prep %autosetup -p1 -n %{tarname}-%{version} %build %py3_build %install %py3_install %files %doc README.md %{_bindir}/anonip %{python3_sitelib}/*
View Attachment As Raw
Actions:
View
Attachments on
bug 25090
: 11168