]> Pileus Git - ~andy/sunrise/blob - net-misc/moblock/ChangeLog
app-accessibility/onboard: Update Manifest
[~andy/sunrise] / net-misc / moblock / ChangeLog
1 # ChangeLog for net-misc/moblock
2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
3 # $Header: $
4
5   05 Sep 2009; Daniel Santos (dansan) <daniel.santos@pobox.com>
6   moblock-0.8-r2.ebuild, metadata.xml:
7   * Removed paranoid USE flag
8   * Re-added app-admin/logrotate to RDEPEND
9   * Fixed quoted text intended for bash expansion
10
11   04 Sep 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
12   moblock-0.8-r2.ebuild:
13   Cleanup, fix pkg_postrm check
14
15 *moblock-0.8-r2 (03 Sep 2009)
16
17   03 Sep 2009; Daniel Santos (dansan) <daniel.santos@pobox.com>
18   +files/moblock-0.8-fix-broken-compile.patch, -files/0.8-r1/confd,
19   -files/0.8-r1/initd, +files/0.8-r2/init.d, +files/0.8-r2/logrotate,
20   +files/0.8-r2/moblock.minimal.example, files/moblock-0.8-makefile.patch,
21   +files/0.8-r2/moblock.normal.example,
22   +files/moblock-0.8-rename-stats-file.patch, -files/0.8-r1/moblock-stats,
23   -files/0.8-r1/moblock-update, +files/0.8-r2/moblock.paranoid.example,
24   +files/0.8-r2/moblock-stats, +files/0.8-r2/moblock-update,
25   -moblock-0.8-r1.ebuild, +moblock-0.8-r2.ebuild,
26   +files/moblock-0.8-fix-nfq_unbind_pf-error.patch, metadata.xml:
27   See bug #143535 for discussion and history.
28   * Fixed broken scripts by sourcing functions.sh from /etc/init.d instead
29     of /sbin since it was moved in >sys-apps/baselayout-2.0.0 (thanks also
30     to Zorzo Luca <lucazorzo@gmail.com> and Santiago M. Mola)
31   * Fix compiler error "'INT_MIN' undeclared here (not in a function)" by
32     manually including limits.h, although this appears to have been a bug
33     in sys-kernel/linux-headers (thanks also to Zorzo Luca).
34   * Fix error "iptables: No chain/target/match by that name" by adding
35     NETFILTER_XT_MATCH_STATE to CONFIG_CHECK (thanks to Zorzo Luca).
36   * Fix error "error during nfq_unbind_pf()" on 2.6.23 and later kernels
37     (it is actually expected now and ignored).
38   * Added options to specify additional white and black list ranges via
39     {WHITE,BLACK}_IP_{IN,OUT,FORWARD} variables in conf.d (thanks to Alan
40     Pastor <t7gt7g@gmail.com> and From Gabriel Devenyi <ace@staticwave.ca>).
41   * moblock-update will spend less time on servers that are down (happens a
42     lot). This can be tweaked via WGET_EXTRA_OPTIONS in /etc/conf.d/moblock.
43   * Modified the overall scheme that moblock-update uses so we can include
44     iblocklist.org as a mirror, which likes to prepends "bt_" to their file
45     names.
46   * Renamed "templist" blocklist to "badpeers" in conf.d to match change on
47     servers.
48   * Added new blocklists "gnutella" and "webexploit-forumspam" to conf.d.
49   * Added new files /etc/conf.d/moblock.{minimal,normal,parinoid}.example.
50     By default, the "normal" version is copied to /etc/conf.d/moblock during
51     install.
52   * Added USE flag "logrotate" USE flag that installs an
53     /etc/logrotate/moblock file and pulls in app-admin/logrotate (thanks to
54     Peter Avramucz <muczyjoe@gmail.com> and Marc Elser
55     <melser_regs@gmxpro.net>)
56   * Added USE flag "network-cron" which installs a link to moblock-update in
57     /etc/cron-weekly.
58   * Added USE flag "paranoid" use flag that changes the cron job to daily
59     and causes the parinoid configuration file to be used in conf.d.
60   * Modified moblock-stats slightly because in some cases tail is claiming
61     it can't find file - (dash) when redirecting that file to it.
62   * Modified ebuild to restart moblock after install if moblock is running.
63
64   21 Mar 2008; Jakub Moc <jakub@gentoo.org> moblock-0.8-r1.ebuild:
65   Fix pkg_postinst
66
67   17 Feb 2008; (Tommy[D]) tommy100@gmx.de moblock-0.8-r1.ebuild:
68   Shorten description
69
70   30 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
71   files/0.8-r1/moblock-stats, files/0.8-r1/moblock-update:
72   Make scripts compatible with baselayout-2.
73
74   06 Jan 2008; (Tommy[D]) tommy100@gmx.de ChangeLog:
75   remove unneeded executable bit
76
77   07 Nov 2007; Jakub Moc <jakub@gentoo.org> -files/confd, -files/initd,
78   -moblock-0.8.ebuild, moblock-0.8-r1.ebuild:
79   Remove redundant check_kernel_config function, linux-info eclass handles
80   this in pkg_setup. Ebuild cleanup
81
82   05 Nov 2007; Daniel Santos (javamonger) <daniel.santos@pobox.com>
83   +files/0.8-r1/confd, +files/0.8-r1/initd, +files/0.8-r1/moblock-stats,
84   +files/0.8-r1/moblock-update, +moblock-0.8-r1.ebuild:
85   Addresses issues in bug #143535
86   * Added update script (credit also to Jonathan Schroeder & Peter Avramucz)
87   * Fixed bugs in init.d as per comment #7
88     - changed PID to PIDFILE
89     - removed call to modprobe
90   * Added script to extract stats from MoBlock daemon
91   * Updated conf.d file, added blocklist servers and the lists with
92     descriptions
93   * ebuild now checks for needed kernel options and iptables (thanks Nathan
94     Caldwell)
95   * Moved some files and directories around to better adhere to FHS
96     (http://www.pathname.com/fhs/pub/fhs-2.3.html)
97     - Moved compiled blocklist file from /etc/moblock to /var/db/moblock
98     - Downloaded blocklist files now go in /var/cache/moblock
99     - Removed /etc/moblock dir
100   * Added ~amd64 KEYWORD
101   TODO list:
102   * Downloaded lists in /var/cache/moblock not deleted when unmerged.  If we
103     do delete them, this will force them to re-download when upgrading.
104   * Should log files be removed when unmerging? -- currently commented out.
105   * Is exclusions list being handled correctly?
106
107   04 Dec 2006; Markus Ullmann <jokey@gentoo.org> ChangeLog:
108   nothing executable here
109
110   13 Aug 2006; Tiziano Müller <gentoo@dev-zero.ch> +moblock-0.8.ebuild,
111   +files/moblock-0.8-makefile.patch, +files/confd, +files/initd,
112   +metadata.xml:
113   New ebuild for bug #143535
114