summaryrefslogtreecommitdiff
blob: 09b6ffbdc53c8493f4cd59095b7813fc9959a3fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# ChangeLog for net-misc/moblock
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

  30 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
  files/0.8-r1/moblock-stats, files/0.8-r1/moblock-update:
  Make scripts compatible with baselayout-2.

  06 Jan 2008; (Tommy[D]) tommy100@gmx.de ChangeLog:
  remove unneeded executable bit

  07 Nov 2007; Jakub Moc <jakub@gentoo.org> -files/confd, -files/initd,
  -moblock-0.8.ebuild, moblock-0.8-r1.ebuild:
  Remove redundant check_kernel_config function, linux-info eclass handles
  this in pkg_setup. Ebuild cleanup

  05 Nov 2007; Daniel Santos (javamonger) <daniel.santos@pobox.com>
  +files/0.8-r1/confd, +files/0.8-r1/initd, +files/0.8-r1/moblock-stats,
  +files/0.8-r1/moblock-update, +moblock-0.8-r1.ebuild:
  Addresses issues in bug #143535
  * Added update script (credit also to Jonathan Schroeder & Peter Avramucz)
  * Fixed bugs in init.d as per comment #7
    - changed PID to PIDFILE
    - removed call to modprobe
  * Added script to extract stats from MoBlock daemon
  * Updated conf.d file, added blocklist servers and the lists with
    descriptions
  * ebuild now checks for needed kernel options and iptables (thanks Nathan
    Caldwell)
  * Moved some files and directories around to better adhere to FHS
    (http://www.pathname.com/fhs/pub/fhs-2.3.html)
    - Moved compiled blocklist file from /etc/moblock to /var/db/moblock
    - Downloaded blocklist files now go in /var/cache/moblock
    - Removed /etc/moblock dir
  * Added ~amd64 KEYWORD
  TODO list:
  * Downloaded lists in /var/cache/moblock not deleted when unmerged.  If we
    do delete them, this will force them to re-download when upgrading.
  * Should log files be removed when unmerging? -- currently commented out.
  * Is exclusions list being handled correctly?

  04 Dec 2006; Markus Ullmann <jokey@gentoo.org> ChangeLog:
  nothing executable here

  13 Aug 2006; Tiziano Müller <gentoo@dev-zero.ch> +moblock-0.8.ebuild,
  +files/moblock-0.8-makefile.patch, +files/confd, +files/initd,
  +metadata.xml:
  New ebuild for bug #143535