Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Kali Linux
Packages
nmap
Commits
cc6611ca
Commit
cc6611ca
authored
May 15, 2018
by
Sophie Brun
Browse files
Import new upstream release. Keep libpcap embedded for Kali
parent
fb53d946
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
debian/changelog
debian/changelog
+6
-0
debian/rules
debian/rules
+8
-2
No files found.
debian/changelog
View file @
cc6611ca
nmap (7.70+dfsg1-3kali1) kali-dev; urgency=medium
* Import new upstream release. Keep libpcap embedded for Kali
-- Sophie Brun <sophie@freexian.com> Tue, 15 May 2018 11:31:30 +0200
nmap (7.70+dfsg1-3) unstable; urgency=medium
* Make ncat Architecture: any
...
...
debian/rules
View file @
cc6611ca
...
...
@@ -6,6 +6,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
VENDOR_CONFIGURE_OPTIONS = --with-libssh2=included
endif
ifeq ($(shell dpkg-vendor --derives-from kali && echo yes),yes)
VENDOR_CONFIGURE_OPTIONS = --with-libpcap=included
endif
%:
dh $@ --with=python2
...
...
@@ -14,9 +17,12 @@ override_dh_auto_clean:
dh_auto_clean
rm -f nselib/data/jdwp-class/*.class nselib/data/psexec/*.exe
override_dh_auto
_
conf
igure
:
override_dh_auto
re
conf:
cp -r debian/libpcap .
dh_auto_configure -- --with-liblua --with-liblinear --with-libpcap=included --enable-ipv6 STRIP=/bin/true $(VENDOR_CONFIGURE_OPTIONS)
dh_autoreconf
override_dh_auto_configure:
dh_auto_configure -- --with-liblua --with-liblinear --enable-ipv6 STRIP=/bin/true $(VENDOR_CONFIGURE_OPTIONS)
override_dh_auto_build-indep:
dh_auto_build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment