summaryrefslogtreecommitdiff
path: root/security/dsniff-nox11
AgeCommit message (Collapse)AuthorFilesLines
2016-04-18Fix security/dsniff* build on NetBSD-current due recent route(4) changeleot1-2/+2
(due the deprecation of RTF_LLINFO). Bump PKGREVISION. Reviewed by <ozaki-r>.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-02-26Use OPSYSVARS.jperkin1-4/+2
2015-01-26On Darwin define BIND_8_COMPAT to resolve build issue as dsniff utilises thesevan1-1/+5
BIND8 API, not the v9 API. Closes PR pkg/39062 Reviewed by wiz@
2013-10-06Bump PKGREVISION to be built with unvulnerable libnids>=1.24.obache1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-01-27DESTDIR supportjoerg1-2/+7
2008-10-01Make dsniff and dsniff-nox11 build on NetBSD-current:apb1-2/+7
* In dsniff-nox11/Makefile, add a post-configure target to move missing/sys/queue.h out of the way if the configure script found a real sys/queue.h. * Add patches to #include <string.h> in some files where I noticed warnings. Bump PKGREVISION for both dsniff and dsniff-nox11.
2008-01-28pkglint says:rillig1-1/+2
ERROR: security/dsniff/Makefile.common:4: PKGREVISION must not be set outside the package Makefile.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-03-22Initial import of dsniff-nox11, the tools from dsniff that don'twiz3-0/+45
need X11. Addresses PR 25703 by Jukka Salmi.