Package Details: hostsblock 0.999.8.1-1

Git Clone URL: https://aur.archlinux.org/hostsblock.git (read-only, click to copy)
Package Base: hostsblock
Description: An ad- and malware-blocking utility for POSIX systems
Upstream URL: https://github.com/gaenserich/hostsblock
Keywords: adblock
Licenses: GPL
Submitter: jav209
Maintainer: jav209
Last Packager: jav209
Votes: 53
Popularity: 0.70
First Submitted: 2012-05-03 23:18 (UTC)
Last Updated: 2019-04-07 21:14 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

vinsonchuong commented on 2014-12-20 04:14 (UTC)

The URLs `hosts-file.net/ad_servers.asp` and `hosts-file.net/hphosts-partial.asp` have changed from ending in `.asp` to ending in `.txt`.

vwyodajl commented on 2014-12-11 18:15 (UTC)

Can you please fix this to current standards. Installing as is fails to produce a usable tool. And rc.conf still?

setone commented on 2014-09-14 06:32 (UTC)

Hi, I noticed that even though I've set a cron job to update hostsblock once a week, the actual hosts.block file has not been updated since the end of July. Stepping through the script showed that the ismeh.com domain does not seem to be up and running any more, and as a result the hostsblock script stops processing, i.e. fails out on the spot. So whatever files might have been updated after that one in the list do not get updated, and the hosts.block file does not get updated either. So I commented out http://www.ismeh.com/HOSTS in my hosts.rc file and now everything updates completely. Wouldn't it make sense to continue processing the list of files even though a domain (such as ismeh.com) can't be resolved? BTW - I love this thing.

jav209 commented on 2014-04-17 12:20 (UTC)

@ilpianista: I use the following guide: https://wiki.archlinux.org/index.php/Systemd/cron_functionality And then use the following service file (call it hostsblock.service): ---------------------------------------- [Unit] Description=Block bad hosts Requires=network.target After=network.target ConditionACPower=true [Service] Type=oneshot ExecStart=/usr/bin/hostsblock [Install] WantedBy=timer-daily.target --------------------------------- And then systemctl --system daemon-reload and systemctl enable hostsblock.service (i.e. the above file) I need to set aside a little time soon to roll in some code clean-ups and updates, such as this one, sometime soon, so stay tuned!

ilpianista commented on 2014-04-17 10:29 (UTC)

Hi, could you add systemd timers?

jav209 commented on 2013-06-03 21:34 (UTC)

Version 0.12.3 (03.06.2013) *hostblock-urlcheck: issue with colored prompt on white-backgrounded terminals fixed

jav209 commented on 2013-06-02 15:34 (UTC)

Version 0.12.2 (02.06.2013) *whitelist, blacklist not applying fixed

jav209 commented on 2013-06-01 01:43 (UTC)

Version 0.12.1 (31.05.2013) *quick fix of previous change.

jav209 commented on 2013-05-31 20:24 (UTC)

Version 0.12 (31.05.2013) *changed order of processing of black and while lists. Version 0.11.3 (31.05.2013) *changed installation path according to new Arch Linux practices.

WonderWoofy commented on 2013-05-31 14:41 (UTC)

I left a comment in the forum thread as well. But the PKGBUILD needs to be changed so that the scripts are put into /usr/bin as the move is near! If any of you users want to do this, it is as easy as editing the PKGBUILD and changing sbin to bin. Or for this particular package you can do: $ sed -i 's|sbin|bin|g' /path/to/PKGBUILD