Bug 156644 - New port: dns/adsuck DNS ad blocking.
Summary: New port: dns/adsuck DNS ad blocking.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-25 17:30 UTC by phil
Modified: 2011-05-07 16:20 UTC (History)
0 users

See Also:


Attachments
adsuck.shar (5.09 KB, text/plain)
2011-04-25 17:30 UTC, phil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description phil 2011-04-25 17:30:08 UTC
	Add port dns/adsuck. http://opensource.conformal.com/wiki/Adsuck
Comment 1 phil 2011-04-25 17:41:05 UTC
Dear future maintainer, don't forget to add _adsuck user and group to 
UIDs and GIDs. Here's mine:

UIDs:

_adsuck:*:253:253::0:0:Adsuck ad blocking user:/var/empty:/usr/sbin/nologin

GIDs:

_adsuck:*:253:

Thanks.
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2011-05-07 16:12:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-07 16:14:05 UTC
bapt        2011-05-07 15:13:53 UTC

  FreeBSD ports repository

  Modified files:
    .                    GIDs UIDs 
    dns                  Makefile 
  Added files:
    dns/adsuck           Makefile distinfo pkg-deinstall pkg-descr 
                         pkg-plist 
    dns/adsuck/files     adsuck.in patch-adsuck.c patch-log.c 
                         pkg-message.in 
  Log:
  adsuck is a DNS relay that returns NXdomain for hosts that match names in a
  blacklist for quick and non browser plugin based ad blocking.
  
  WWW: http://opensource.conformal.com/wiki/Adsuck
  
  PR:             ports/156644
  Submitted by:   Philippe Pepiot <phil@philpep.org>
  
  Revision  Changes    Path
  1.136     +2 -1      ports/GIDs
  1.151     +2 -1      ports/UIDs
  1.132     +1 -0      ports/dns/Makefile
  1.1       +41 -0     ports/dns/adsuck/Makefile (new)
  1.1       +2 -0      ports/dns/adsuck/distinfo (new)
  1.1       +27 -0     ports/dns/adsuck/files/adsuck.in (new)
  1.1       +13 -0     ports/dns/adsuck/files/patch-adsuck.c (new)
  1.1       +5 -0      ports/dns/adsuck/files/patch-log.c (new)
  1.1       +21 -0     ports/dns/adsuck/files/pkg-message.in (new)
  1.1       +15 -0     ports/dns/adsuck/pkg-deinstall (new)
  1.1       +4 -0      ports/dns/adsuck/pkg-descr (new)
  1.1       +11 -0     ports/dns/adsuck/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Baptiste Daroussin freebsd_committer freebsd_triage 2011-05-07 16:14:24 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!