Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37595620
en ru br
ALT Linux repos
S:1.0.5-alt1
5.0: 1.0.2-alt1
4.1: 1.0.2-alt1
4.0: 1.0.1-alt1

Group :: System/X11
RPM: xhost

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xhost-1.0.5-alt1.patch
Download


 .gear/rules                                        |    2 +
 .../tags/546edd2220f3a84e769b7304f9d84c1911501224  |    6 ++
 .gear/tags/list                                    |    1 +
 xhost.spec                                         |   60 ++++++++++++++++++++
 4 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..f78a96e
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @name@-@version@:.
+diff: @name@-@version@:. .
diff --git a/.gear/tags/546edd2220f3a84e769b7304f9d84c1911501224 b/.gear/tags/546edd2220f3a84e769b7304f9d84c1911501224
new file mode 100644
index 0000000..e12e6d6
--- /dev/null
+++ b/.gear/tags/546edd2220f3a84e769b7304f9d84c1911501224
@@ -0,0 +1,6 @@
+object 497ea5c9d998385c4b877ff4e7995d85aefd066b
+type commit
+tag xhost-1.0.5
+tagger Alan Coopersmith <alan.coopersmith@oracle.com> 1332478769 -0700
+
+xhost-1.0.5
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..03a1d5f
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+546edd2220f3a84e769b7304f9d84c1911501224 xhost-1.0.5
diff --git a/xhost.spec b/xhost.spec
new file mode 100644
index 0000000..6df1531
--- /dev/null
+++ b/xhost.spec
@@ -0,0 +1,60 @@
+Name: xhost
+Version: 1.0.5
+Release: alt1
+Summary: server access control program for X
+License: MIT/X11
+Group: System/X11
+Packager: Valery Inozemtsev <shrek@altlinux.ru>
+Url: http://xorg.freedesktop.org
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildRequires: libXau-devel libXmu-devel xorg-util-macros xorg-xtrans-devel
+
+%description
+The xhost program is used to add and delete host names or user names to
+the list allowed to make connections to the X server.  In the  case  of
+hosts,  this  provides  a rudimentary form of privacy control and secu-
+rity.  It is only sufficient for a workstation (single  user)  environ-
+ment,  although  it  does  limit  the worst abuses.  Environments which
+require more sophisticated measures  should  implement  the  user-based
+mechanism  or use the hooks in the protocol for passing other authenti-
+cation data to the server.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%autoreconf
+%configure
+
+%make_build
+
+%install
+%make DESTDIR=%buildroot install
+
+%files
+%_bindir/*
+%_man1dir/*
+
+%changelog
+* Fri Mar 23 2012 Valery Inozemtsev <shrek@altlinux.ru> 1.0.5-alt1
+- 1.0.5
+
+* Sat Oct 30 2010 Valery Inozemtsev <shrek@altlinux.ru> 1.0.4-alt1
+- 1.0.4
+
+* Wed Jul 18 2007 Valery Inozemtsev <shrek@altlinux.ru> 1.0.2-alt1
+- 1.0.2
+
+* Sun Apr 16 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.0.1-alt1
+- 1.0.1
+
+* Fri Jan 20 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.0.0-alt2
+- fixed #8894
+
+* Wed Dec 28 2005 Valery Inozemtsev <shrek@altlinux.ru> 1.0.0-alt1
+- Xorg-7.0
+
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin