diff options
author | adamw <adamw@FreeBSD.org> | 2005-02-09 05:40:02 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-02-09 05:40:02 +0800 |
commit | bfdbaa755f21f2b44329d05eb5459217584d7b97 (patch) | |
tree | 84b48fb3cf75506e13e0f314ce1ae9ed0c0d8c73 /security | |
parent | 0a1d1ab1b70dc377ce66d4f2dda5a40678a998e0 (diff) | |
download | freebsd-ports-graphics-bfdbaa755f21f2b44329d05eb5459217584d7b97.tar.gz freebsd-ports-graphics-bfdbaa755f21f2b44329d05eb5459217584d7b97.tar.zst freebsd-ports-graphics-bfdbaa755f21f2b44329d05eb5459217584d7b97.zip |
Update to 0.9.7.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgnomesu/Makefile | 5 | ||||
-rw-r--r-- | security/libgnomesu/distinfo | 4 | ||||
-rw-r--r-- | security/libgnomesu/files/patch-pam-backend_pam.c | 19 | ||||
-rw-r--r-- | security/libgnomesu/pkg-plist | 2 |
4 files changed, 6 insertions, 24 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index b35c4eaafad..6a34ca37b85 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -6,13 +6,12 @@ # PORTNAME= libgnomesu -PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTVERSION= 0.9.7 CATEGORIES= security gnome MASTER_SITES= http://members1.chello.nl/~h.lai/libgnomesu/ MAINTAINER= adamw@FreeBSD.org -COMMENT= Library for and frontend for running commands as root +COMMENT= Library and frontend for running commands as root USE_X_PREFIX= yes USE_GETOPT_LONG=yes diff --git a/security/libgnomesu/distinfo b/security/libgnomesu/distinfo index c849ed880bc..8223dc462f3 100644 --- a/security/libgnomesu/distinfo +++ b/security/libgnomesu/distinfo @@ -1,2 +1,2 @@ -MD5 (libgnomesu-0.9.6.tar.gz) = f9f29d7c584ccc9610280e65de6af7e6 -SIZE (libgnomesu-0.9.6.tar.gz) = 435585 +MD5 (libgnomesu-0.9.7.tar.gz) = 510ece9f08f3599f58ab3be3c207720a +SIZE (libgnomesu-0.9.7.tar.gz) = 440750 diff --git a/security/libgnomesu/files/patch-pam-backend_pam.c b/security/libgnomesu/files/patch-pam-backend_pam.c deleted file mode 100644 index d75a74c675d..00000000000 --- a/security/libgnomesu/files/patch-pam-backend_pam.c +++ /dev/null @@ -1,19 +0,0 @@ ---- pam-backend/pam.c.orig Wed Jan 12 07:16:27 2005 -+++ pam-backend/pam.c Fri Jan 14 14:14:42 2005 -@@ -17,7 +17,7 @@ - */ - - #include <security/pam_appl.h> --#include <security/pam_misc.h> -+#include <security/pam_mod_misc.h> - #include <stdio.h> - #include <stdlib.h> - #include <sys/types.h> -@@ -276,7 +276,6 @@ - #ifdef HAVE_SETFSUID - setfsuid (pw->pw_uid); - #endif /* HAVE_SETFSUID */ -- change_identity (pw); - initgroups (pw->pw_name, pw->pw_gid); - setgid (pw->pw_gid); - setuid (pw->pw_uid); diff --git a/security/libgnomesu/pkg-plist b/security/libgnomesu/pkg-plist index 5b518130f5b..cd2084df41a 100644 --- a/security/libgnomesu/pkg-plist +++ b/security/libgnomesu/pkg-plist @@ -29,6 +29,7 @@ share/locale/fr/LC_MESSAGES/libgnomesu-1.0.mo share/locale/gu/LC_MESSAGES/libgnomesu-1.0.mo share/locale/hr/LC_MESSAGES/libgnomesu-1.0.mo share/locale/hu/LC_MESSAGES/libgnomesu-1.0.mo +share/locale/ja/LC_MESSAGES/libgnomesu-1.0.mo share/locale/ko/LC_MESSAGES/libgnomesu-1.0.mo share/locale/lt/LC_MESSAGES/libgnomesu-1.0.mo share/locale/ms/LC_MESSAGES/libgnomesu-1.0.mo @@ -39,6 +40,7 @@ share/locale/pl/LC_MESSAGES/libgnomesu-1.0.mo share/locale/pt/LC_MESSAGES/libgnomesu-1.0.mo share/locale/pt_BR/LC_MESSAGES/libgnomesu-1.0.mo share/locale/sk/LC_MESSAGES/libgnomesu-1.0.mo +share/locale/sq/LC_MESSAGES/libgnomesu-1.0.mo share/locale/sr/LC_MESSAGES/libgnomesu-1.0.mo share/locale/sr@Latn/LC_MESSAGES/libgnomesu-1.0.mo share/locale/sv/LC_MESSAGES/libgnomesu-1.0.mo |