Update remctl and py-remctl to 2.16.
Changes since 2.15: Add Ruby bindings contributed by Anthony M. Martinez, enabled with --enable-ruby at configure time. These bindings are tested with Ruby 1.8 and may not work with older versions. See ruby/README for more information. remctld now includes support for a PCRE (Perl-compatible regular expressions) ACL type if the PCRE library is found at configure time. A PCRE ACL matches any user whose identity matches the given Perl-compatible regular expression. Based on work contributed by Anton Lundin. remctld now includes support for a POSIX regex ACL type if the system supports the POSIX regex API. A regex ACL matches any user whose identity matches the given POSIX extended regular expression. Based on work contributed by Anton Lundin. remctld now sets the environment variable REMCTL_COMMAND to the command (not subcommand or arguments) that causes a program to be run. Thanks, Thomas L. Kula. remctld -h now reports the list of supported ACL methods for that build of remctld. Add an example SMF manifest for the remctld daemon in examples/remctld.xml. Contributed by Peter Eriksson. Fix PHP test suite to work with PHP 5.3, which no longer passes environment variables down to the running test program. Stop passing GCC-specific warning suppression flags into the language binding build systems unless the compiler used to build remctl is GCC. This still isn't quite right, since the language bindings may use a different compiler than the main remctl build, but it should be closer than the previous behavior of using GCC flags unconditionally. Update to rra-c-util 2.4: * Improve network error handling with unknown address domains. * Disable xmalloc test except for maintainers. * Break util/util.h apart into separate header files. * Add additional GCC function attributes to utility libraries. * Use AC_TYPE_LONG_LONG_INT instead of AC_CHECK_TYPES([long long]). Update to C TAP Harness 1.2: * Summarize results at the end of test execution. * Add diag and sysdiag functions to the basic TAP library. * Clean up data types in the basic C TAP library. * Add the GCC nonnull attribute to the TAP library bail functions.
This commit is contained in:
parent
6c6b3f511f
commit
f43b7225f6
4 changed files with 14 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/02/05 21:36:22 jakllsch Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/03/15 20:15:31 jakllsch Exp $
|
||||
|
||||
VERSION= 2.15
|
||||
VERSION= 2.16
|
||||
DISTNAME= remctl-${VERSION}
|
||||
PKGNAME= ${PYPKGPREFIX}-remctl-${VERSION}
|
||||
CATEGORIES= sysutils security
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= http://archives.eyrie.org/software/kerberos/
|
|||
MAINTAINER= jakllsch@NetBSD.org
|
||||
HOMEPAGE= http://www.eyrie.org/~eagle/software/remctl/
|
||||
COMMENT= Python bindings for remctl remote command execution
|
||||
LICENSE= mit
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/02/05 21:36:22 jakllsch Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/03/15 20:15:31 jakllsch Exp $
|
||||
|
||||
SHA1 (remctl-2.15.tar.gz) = b2b97d19bdd8736a22691d828d63cbc579642b22
|
||||
RMD160 (remctl-2.15.tar.gz) = ed39e26f3c086d5e06841bee5fdb5e9550468cc3
|
||||
Size (remctl-2.15.tar.gz) = 560033 bytes
|
||||
SHA1 (remctl-2.16.tar.gz) = b21da39182d306545a441de41903d1a73e738b7c
|
||||
RMD160 (remctl-2.16.tar.gz) = 9e8cc888b7a43bbdb61b70a28b32eaa1f0c80d33
|
||||
Size (remctl-2.16.tar.gz) = 583123 bytes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2010/02/05 21:36:22 jakllsch Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/03/15 20:15:31 jakllsch Exp $
|
||||
|
||||
VERSION= 2.15
|
||||
VERSION= 2.16
|
||||
DISTNAME= remctl-${VERSION}
|
||||
CATEGORIES= sysutils security
|
||||
MASTER_SITES= http://archives.eyrie.org/software/kerberos/
|
||||
|
@ -8,6 +8,7 @@ MASTER_SITES= http://archives.eyrie.org/software/kerberos/
|
|||
MAINTAINER= jakllsch@NetBSD.org
|
||||
HOMEPAGE= http://www.eyrie.org/~eagle/software/remctl/
|
||||
COMMENT= Client/server protocol for running commands using Kerberos v5 auth
|
||||
LICENSE= mit
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/02/05 21:36:22 jakllsch Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/03/15 20:15:31 jakllsch Exp $
|
||||
|
||||
SHA1 (remctl-2.15.tar.gz) = b2b97d19bdd8736a22691d828d63cbc579642b22
|
||||
RMD160 (remctl-2.15.tar.gz) = ed39e26f3c086d5e06841bee5fdb5e9550468cc3
|
||||
Size (remctl-2.15.tar.gz) = 560033 bytes
|
||||
SHA1 (remctl-2.16.tar.gz) = b21da39182d306545a441de41903d1a73e738b7c
|
||||
RMD160 (remctl-2.16.tar.gz) = 9e8cc888b7a43bbdb61b70a28b32eaa1f0c80d33
|
||||
Size (remctl-2.16.tar.gz) = 583123 bytes
|
||||
|
|
Loading…
Reference in a new issue