debian/0000775000000000000000000000000012255654666007211 5ustar debian/rules0000775000000000000000000000135412255654634010267 0ustar #!/usr/bin/make -f # -*- makefile -*- export DH_VERBOSE=1 VERSION=$(shell grep PROFTPD_VERSION_TEXT /usr/include/proftpd/version.h|cut -d\" -f2) MODULE_NAME=mod_dnsbl DEBNAME=proftpd-mod-dnsbl %: dh $@ --with autotools_dev override_dh_auto_configure: debian/control ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var override_dh_auto_build: DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -c $(MODULE_NAME).c override_dh_auto_install: DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -i -c $(MODULE_NAME).c rm -f $(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.la \ $(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.a override_dh_gencontrol: cat /usr/share/proftpd/proftpd-substvars >>$(CURDIR)/debian/$(DEBNAME).substvars dh_gencontrol debian/watch0000664000000000000000000000013011554307314010216 0ustar version=3 http://www.castaglia.org/proftpd/modules/proftpd-mod-dnsbl-([\d\.]+)\.tar\.gz debian/changelog0000664000000000000000000000221412255654661011055 0ustar proftpd-mod-dnsbl (0.1.5-3ubuntu1) trusty; urgency=medium * Use autotools-dev to update config.{sub,guess} for new arches. -- Logan Rosen Sun, 22 Dec 2013 16:29:08 -0500 proftpd-mod-dnsbl (0.1.5-3build2) saucy; urgency=low * Rebuild for ProFTPd 1.3.5~rc3. -- Colin Watson Tue, 10 Sep 2013 23:52:34 +0100 proftpd-mod-dnsbl (0.1.5-3build1) precise; urgency=low * No change to rebuild agian current proftpd ABI -- Mahyuddin Susanto Thu, 19 Jan 2012 18:21:23 +0700 proftpd-mod-dnsbl (0.1.5-3) unstable; urgency=low * Do not install static lib and libtool helper files. -- Francesco Paolo Lovergine Fri, 22 Apr 2011 16:20:25 +0200 proftpd-mod-dnsbl (0.1.5-2) unstable; urgency=low * Fixed substvars to include package name and truly add ABI dependencies. * Policy bumped to 3.9.2. No changes required. -- Francesco Paolo Lovergine Sat, 16 Apr 2011 10:39:25 +0200 proftpd-mod-dnsbl (0.1.5-1) unstable; urgency=low * Initial release (Closes: #615175). -- Mahyuddin Susanto Sat, 05 Mar 2011 22:53:20 +0700 debian/compat0000664000000000000000000000000211554307314010371 0ustar 7 debian/copyright0000664000000000000000000000210011554307314011117 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: mod_dnsbl Upstream-Contact: TJ Saunders Source: http://www.castaglia.org/proftpd/modules/mod_dnsbl.html Files: * Copyright: 2007-2010, TJ Saunders License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 2011, Mahyuddin Susanto License: GPL-2+ debian/source/0000775000000000000000000000000011554307314010473 5ustar debian/source/format0000664000000000000000000000001411554307314011701 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000022711554307314012112 0ustar # Don't store changes on autogenerated files extend-diff-ignore = "(^|/)(config\.sub|config\.guess|config\.status|config\.log|mod_dnsbl\.h|Makefile)$" debian/proftpd-mod-dnsbl.docs0000664000000000000000000000001711554307314013376 0ustar mod_dnsbl.html debian/proftpd-mod-dnsbl.dirs0000664000000000000000000000005411554307314013410 0ustar usr/lib/proftpd usr/share/proftpd/templates debian/proftpd-mod-dnsbl.doc-base0000664000000000000000000000046111554307314014126 0ustar Document: proftpd-mod-dnsbl Title: Documentation for the mod_dnsbl ProFTPD Author: Abstract: Configuration reference, modules documentation, FAQs and HOWTOs Section: System/Administration Format: HTML Index: /usr/share/doc/proftpd-mod-dnsbl/mod_dnsbl.html Files: /usr/share/doc/proftpd-mod-dnsbl/*.html debian/proftpd-mod-dnsbl.links0000664000000000000000000000012211554307314013563 0ustar usr/share/doc/proftpd-mod-dnsbl/dnsbl.conf usr/share/proftpd/templates/dnsbl.conf debian/control0000664000000000000000000000230512255654663010611 0ustar Source: proftpd-mod-dnsbl Section: net Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: ProFTPD Maintainance Team Uploaders: Mahyuddin Susanto , Francesco Paolo Lovergine DM-Upload-Allowed: yes Build-Depends: autotools-dev, debhelper (>= 7.0.50~), libacl1-dev, proftpd-dev (>= 1.3.1rc1), Standards-Version: 3.9.2 Homepage: http://www.castaglia.org/proftpd/modules/mod_dnsbl.html Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-dnsbl.git Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-dnsbl.git;a=summary Package: proftpd-mod-dnsbl Architecture: any Depends: proftpd-basic, ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends} Description: ProFTPD module mod_dnsbl ProFTPD module for mod-dnsbl (DNS Black-List/Block-List) . A DNS blacklist is a way in which the DNS can be used to "blacklist" sites/addresses that have been deemd to be "bad" in some way. These blacklists are often used by email servers, for determining and rejecting email sent by addresses known to be sources of spam. debian/proftpd-mod-dnsbl.install0000664000000000000000000000007511554307314014120 0ustar debian/templates/dnsbl.conf usr/share/doc/proftpd-mod-dnsbl/ debian/templates/0000775000000000000000000000000011554307314011171 5ustar debian/templates/dnsbl.conf0000664000000000000000000000163411554307314013146 0ustar # # Proftpd sample configuration for dnsbl. # # Syntax: DNSBLDomain domain # Default: None DNSBLDomain sbl.spamhaus.org DNSBLDomain xbl.spamhaus.org # Syntax: DNSBLEngine on|off # Default: None # usually used inside a section to enable DNS blacklist # use for a particular virtual host. DNSBLEngine on # Syntax: DNSBLLog file # Default: None DNSBLLog /var/log/proftpd/mod_dnsbl.log # Syntax: DNSBLPolicy "allow,deny"|"deny,allow" # Default: None # If DNSBLPolicy is configured using "allow,deny", then the mod_dnsbl module # will allow the connection, unless the connecting client is blacklisted # by any of the configured DNSBLDomain sites. # If DNSBLPolicy is configured using "deny,allow", then the mod_dnsbl module # will not allow the connection, unless the connecting client is listed by # any of the configured DNSBLDomain sites. DNSBLPolicy "allow,deny" debian/patches/0000775000000000000000000000000011554307314010622 5ustar debian/patches/series0000664000000000000000000000002211554307314012031 0ustar 01_makefile.patch debian/patches/01_makefile.patch0000664000000000000000000000120411554307314013715 0ustar Description: Sync makefile compability to run dh_auto_build Author: Mahyuddin Susanto --- proftpd-mod-dnsbl-0.1.5.orig/Makefile.in +++ proftpd-mod-dnsbl-0.1.5/Makefile.in @@ -2,7 +2,7 @@ top_builddir=../.. top_srcdir=../../ srcdir=@srcdir@ -include $(top_srcdir)/Make.rules +#include $(top_srcdir)/Make.rules .SUFFIXES: .la .lo @@ -42,6 +42,6 @@ clean: $(LIBTOOL) --mode=clean $(RM) "$(MODULE_NAME).o" $(LIBTOOL) --mode=clean $(RM) `echo "$(MODULE_NAME).la" | sed 's/\.la$\/.lo/g'` -dist: clean +distclean: clean $(RM) Makefile mod_dnsbl.h config.status config.cache config.log -$(RM) -r .libs/ CVS/ RCS/