mirror of
https://gitlab.com/kalilinux/packages/unix-privesc-check.git
synced 2025-06-30 11:50:47 +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
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kali Developers <devel@kali.org>
|
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)
|
Build-Depends: debhelper-compat (= 12)
|
||||||
Standards-Version: 4.4.0
|
Standards-Version: 4.6.2
|
||||||
Homepage: http://pentestmonkey.net/tools/audit/unix-privesc-check
|
Homepage: https://pentestmonkey.net/tools/audit/unix-privesc-check
|
||||||
Vcs-Git: https://gitlab.com/kalilinux/packages/unix-privesc-check.git
|
Vcs-Git: https://gitlab.com/kalilinux/packages/unix-privesc-check.git
|
||||||
Vcs-Browser: https://gitlab.com/kalilinux/packages/unix-privesc-check
|
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:
|
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/recipes/kali.yml
|
||||||
- https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/gitlab-ci/kali/pipeline-jobs.yml
|
|
||||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -1,12 +1,6 @@
|
|||||||
#!/usr/bin/make -f
|
#!/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.
|
# output every command that modifies files on the build system.
|
||||||
#export DH_VERBOSE = 1
|
#export DH_VERBOSE = 1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
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)
|
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