mirror of
https://gitlab.com/kalilinux/packages/unix-privesc-check.git
synced 2025-06-30 03:40:46 +00:00
Compare commits
11 Commits
debian/1.4
...
kali/maste
Author | SHA1 | Date | |
---|---|---|---|
bf00190b30 | |||
1cb4133e42 | |||
ad99a707bb | |||
5f804c832e | |||
3867a7e9e6 | |||
55de73e6d7 | |||
6f55984067 | |||
224c8c657b | |||
29a75ac32a | |||
1945fd02c5 | |||
d95035d10e |
7
debian/control
vendored
7
debian/control
vendored
@ -2,9 +2,12 @@ Source: unix-privesc-check
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Kali Developers <devel@kali.org>
|
||||
Uploaders: Devon Kearns <dookie@kali.org>,
|
||||
Mati Aharoni <muts@kali.org>,
|
||||
Sophie Brun <sophie@offensive-security.com>,
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
Standards-Version: 4.4.0
|
||||
Homepage: http://pentestmonkey.net/tools/audit/unix-privesc-check
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://pentestmonkey.net/tools/audit/unix-privesc-check
|
||||
Vcs-Git: https://gitlab.com/kalilinux/packages/unix-privesc-check.git
|
||||
Vcs-Browser: https://gitlab.com/kalilinux/packages/unix-privesc-check
|
||||
|
||||
|
10
debian/gbp.conf
vendored
Normal file
10
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
[DEFAULT]
|
||||
debian-branch = kali/master
|
||||
debian-tag = kali/%(version)s
|
||||
pristine-tar = True
|
||||
|
||||
[pq]
|
||||
patch-numbers = False
|
||||
|
||||
[dch]
|
||||
multimaint-merge = True
|
3
debian/kali-ci.yml
vendored
3
debian/kali-ci.yml
vendored
@ -1,3 +1,2 @@
|
||||
include:
|
||||
- https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/gitlab-ci/kali/templates.yml
|
||||
- https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/gitlab-ci/kali/pipeline-jobs.yml
|
||||
- https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/recipes/kali.yml
|
||||
|
10
debian/rules
vendored
10
debian/rules
vendored
@ -1,13 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
# output every command that modifies files on the build system.
|
||||
#export DH_VERBOSE = 1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
5
debian/upstream/metadata
vendored
Normal file
5
debian/upstream/metadata
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
Bug-Database: https://github.com/pentestmonkey/unix-privesc-check/issues
|
||||
Bug-Submit: https://github.com/pentestmonkey/unix-privesc-check/issues/new
|
||||
Repository: https://github.com/pentestmonkey/unix-privesc-check.git
|
||||
Repository-Browse: https://github.com/pentestmonkey/unix-privesc-check
|
3
debian/watch
vendored
3
debian/watch
vendored
@ -1,3 +1,2 @@
|
||||
version=3
|
||||
|
||||
version=4
|
||||
http://pentestmonkey.net/tools/audit/unix-privesc-check /tools/unix-privesc-check/unix-privesc-check-([\d\.]+)\.(?:tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz|sh)
|
||||
|
Reference in New Issue
Block a user