debian/0000755000000000000000000000000011750000014007152 5ustar debian/README.Debian0000644000000000000000000000163311724447363011245 0ustar Important note: This package is not usable as is. It needs applications compiled with a special binutils patch[1] applied. If you do not want to recompile your binaries, you can fetch debs from the grsecurity site[2] for i386 and Sparc (sources are also available from the same location and at the time of writing only unstable is supported). Another more complete repository is available[3]. But please note that neither are maintained by Debian thus they are not official. Please do not file bugs against them, but notify the package maintainer instead. Regards, Laszlo Boszormenyi, maintainer of grsecurity related packages. [1] http://pax.grsecurity.net/ [2] deb http://www.grsecurity.net/debian stable main deb http://www.grsecurity.net/debian testing main deb http://www.grsecurity.net/debian unstable main [3] deb http://debian.linux-systeme.com unstable main deb-src http://debian.linux-systeme.com unstable main debian/changelog0000644000000000000000000000242111750000000011016 0ustar paxctl (0.7-1) unstable; urgency=low * New upstream release (closes: #671042). -- Laszlo Boszormenyi (GCS) Tue, 01 May 2012 17:21:13 +0200 paxctl (0.6-1) unstable; urgency=low * New upstream release. * Change to 3.0 (quilt) source format and update packaging bits. * Update package description (closes: #569634). -- Laszlo Boszormenyi (GCS) Sat, 03 Mar 2012 17:57:51 +0100 paxctl (0.5-1) unstable; urgency=low * Update Standards-Version to 3.8.0 . Correct debian/copyright . -- Laszlo Boszormenyi (GCS) Wed, 16 Jul 2008 21:54:03 +0000 paxctl (0.5-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream release. * Adding watch file. * Adding copyright information to debian/copyright. -- Bernd Zeimetz Tue, 15 Jul 2008 02:43:49 +0200 paxctl (0.3-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Sun, 4 Sep 2005 21:34:19 +0200 paxctl (0.2-2) unstable; urgency=low * Changed email address. -- Laszlo Boszormenyi (GCS) Fri, 26 Nov 2004 20:24:33 +0100 paxctl (0.2-1) unstable; urgency=low * Initial release (closes: #244469). -- László Böszörményi (GCS) Sun, 18 Apr 2004 15:01:07 +0000 debian/compat0000644000000000000000000000000211724446702010373 0ustar 8 debian/control0000644000000000000000000000105011724450113010563 0ustar Source: paxctl Section: admin Priority: extra Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 8.0.0) Homepage: http://pax.grsecurity.net/ Standards-Version: 3.9.3 Package: paxctl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: new PaX control program for using the PT_PAX_FLAGS marking paxctl may be used to control PaX flags on a per-binary basis. PaX is a set of kernel security patches to enhance a system's security. It is part of grsecurity (linux-patch-grsecurity2), among others. debian/copyright0000644000000000000000000000214511724446540011132 0ustar This package was debianized by László Böszörményi (GCS) on Sun, 18 Apr 2004 15:20:57 +0000 It was downloaded from: http://pax.grsecurity.net/ Upstream Authors: PaX Team Copyright: Copyright 2004,2005,2006,2007 PaX Team License: This program 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 program 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 Library General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. The complete license can be found at '/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000133411724447121010252 0ustar #!/usr/bin/make -f clean: dh_testdir rm -f build-stamp install-stamp $(MAKE) clean dh_clean build-arch: build-stamp build-indep: build-stamp build: build-arch build-indep build-stamp: dh_testdir $(MAKE) touch $@ install: install-stamp install-stamp: dh_testdir install -d $(CURDIR)/debian/paxctl/sbin/ install -m0755 paxctl $(CURDIR)/debian/paxctl/sbin/ touch $@ binary-indep: build install binary-arch: build install dh_testdir dh_installdocs README dh_installman paxctl.1 dh_installchangelogs ChangeLog dh_compress dh_strip dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: clean build install binary binary-indep binary-arch debian/source/0000755000000000000000000000000011724446611010474 5ustar debian/source/format0000644000000000000000000000001411724446576011714 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007011724446540010223 0ustar version=3 http://pax.grsecurity.net/paxctl-(.*).tar.gz