Bug 89608 - [maintainer update] sysutils/libgksu: update to new release 1.3.7
Summary: [maintainer update] sysutils/libgksu: update to new release 1.3.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 22:20 UTC by Boris B.Samorodov
Modified: 2005-11-28 05:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-11-26 22:20:02 UTC
	A new version 1.3.7 is released. Changes since 1.3.6:

	2005-11-23  Gustavo Noronha Silva  <kov@debian.org>

	        * Release 1.3.7

	2005-11-17  Gustavo Noronha Silva  <kov@debian.org>

	        Following 4 fixes were done with information and help
	        provided by Benoit Dejean <benoit@placenet.org>; thanks!

	        * libgksu/gksu-context.c:
	        - change debug message for the case in which we can't find
	          a password prompt

	        * libgksu/gksu-context.c:
	        - do not free the user component of the context struct
	          twice

	        * libgksu/gksu-context.c:
	        - init buffer with {0} so that debuging information will
	          not show crappy stuff for it

	        * libgksu/gksu-context.c:
	        - check if pass_not_needed is there before calling
	          it on gksu_context_sudo_run_full

Fix: The patch is relative to the port:
	# cd /usr/ports/sysutils
	# patch -p0 < _the_patch_
	<delete libgksu/*.orig files>



WBR
-- 
bsam--EMZFN913Pmo8NGl428EDtiLNlLuugTfSn12XrgfXhP8FnZES
Content-Type: text/plain; name="libgksu.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="libgksu.patch"

diff -ruN libgksu.orig/Makefile libgksu/Makefile
--- libgksu.orig/Makefile	Sun Nov 27 00:59:45 2005
+++ libgksu/Makefile	Sun Nov 27 00:59:59 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libgksu
-PORTVERSION=	1.3.6
+PORTVERSION=	1.3.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://people.debian.org/~kov/gksu/libgksu1.2/
 DISTNAME=	${PORTNAME}1.2-${PORTVERSION}
diff -ruN libgksu.orig/distinfo libgksu/distinfo
--- libgksu.orig/distinfo	Sun Nov 27 00:59:45 2005
+++ libgksu/distinfo	Sun Nov 27 01:00:53 2005
@@ -1,3 +1,3 @@
-MD5 (libgksu1.2-1.3.6.tar.gz) = b056c9ffe62ee51d2db8f5478afd59e4
-SHA256 (libgksu1.2-1.3.6.tar.gz) = b0291c028646e02dd8535af58ed425480563bd9ccce57d015a27bedcbbbe3203
-SIZE (libgksu1.2-1.3.6.tar.gz) = 588586
+MD5 (libgksu1.2-1.3.7.tar.gz) = 9ee0808e8e24254cfc9f834a55093d06
+SHA256 (libgksu1.2-1.3.7.tar.gz) = 4957a47f8684a915236a414980ea8ff5e40255ccb885a4135e3365e6ef5c4a50
+SIZE (libgksu1.2-1.3.7.tar.gz) = 588795
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2005-11-28 05:34:23 UTC
State Changed
From-To: open->closed

Committed, thanks.