unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: 36476@debbugs.gnu.org
Subject: [bug#36476] [PATCH] gnu: Add anonip.
Date: Tue, 02 Jul 2019 16:59:30 +0200	[thread overview]
Message-ID: <877e9032jx.fsf@nckx> (raw)
In-Reply-To: <20190702142003.14302-1-h.goebel@crazy-compilers.com>

[-- Attachment #1: Type: text/plain, Size: 2650 bytes --]

Hartmut,

Thanks!  This should nicely replace some (probably buggy) ad-hoc 
code of mine :-)

Hartmut Goebel wrote:
> * gnu/packages/web.scm (anonip): New variable.
> ---
>  gnu/packages/web.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index 124cc93e68..386564206e 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -33,6 +33,7 @@
>  ;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
>  ;;; Copyright © 2019 Brendan Tildesley <mail@brendan.scot>
>  ;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
> +;;; Copyright © 2019 Hartmut Goebel 
> <h.goebel@crazy-compilers.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -6498,3 +6499,34 @@ update an existing mirrored site, and 
> resume interrupted downloads.
>  
>  HTTrack is fully configurable, and has an integrated help 
>  system.")
>      (license license:gpl3+)))
> +
> +(define-public anonip
> +  (package
> +    (name "anonip")
> +    (version "1.0.0")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "anonip" version))
> +              (sha256
> +               (base32
> + 
> "0ckn9nnfhpdnz8b92q8pkysdqj6pdh71ckfqvfj0z01cq0hzbhd2"))))
> +    (build-system python-build-system)
> +    (inputs
> +     `(("python-3" ,python-3)))

I'm surprised: the python-build-system should take care of this. 
Does the package fail without it?  How?

> +    (home-page
> +     "https://github.com/DigitaleGesellschaft/Anonip")
> +    (synopsis
> +     "Anonymize IP-addresses in log-files")

IP addresses; log files.

I'm not a fan of the way the Pypi importer needlessly indents 
home-page and synopsis (both fit on one line just fine), but it's 
up to you.

> +    (description
> +     "Anonip masks the last bits of IPv4 and IPv6 addresses in 
> log-files.

As above, so below: ‘log files’ &c.

> +That way most of the relevant information is preserved, while 
> the IP-address
> +does not match a particular individuum anymore.
> +
> +Depending on your webserver software, the log entries may 
> directly get piped

Web server.  I'd drop ‘software’ and say ‘piped directly’.

> +to Anonip or read via a FIFO (named pipe).  Thus the unmasked 
> IP addresses

‘read from’.

> +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.")
> +    (license license:bsd-3)))

Otherwise LGTM!

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2019-07-02 15:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-02 14:20 [bug#36476] [PATCH] gnu: Add anonip Hartmut Goebel
2019-07-02 14:59 ` Tobias Geerinckx-Rice [this message]
2019-07-09 11:24   ` bug#36476: " Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877e9032jx.fsf@nckx \
    --to=me@tobias.gr \
    --cc=36476@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).