diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-02-08 21:40:02 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-02-08 21:40:02 +0000 |
commit | 3c144edfd1470c83fcdcbc636497268394d0b472 (patch) | |
tree | e6a8d3c63f1ec6ae4d275fa7237577a223af50b8 /security | |
parent | 98933fd4879dd58429138a9ff4268b334d58c4a6 (diff) | |
download | ports-3c144edfd1470c83fcdcbc636497268394d0b472.tar.gz ports-3c144edfd1470c83fcdcbc636497268394d0b472.zip |
Notes
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 b35c4eaafadc..6a34ca37b859 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 c849ed880bcf..8223dc462f33 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 d75a74c675d4..000000000000 --- 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 5b518130f5be..cd2084df41ad 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 |