Bug 94739 - [patch] net/freebsd-uucp: expose HAVE_ENCRYPTED_PASSWORDS
Summary: [patch] net/freebsd-uucp: expose HAVE_ENCRYPTED_PASSWORDS
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 16:40 UTC by Stefan Bethke
Modified: 2006-03-26 13:13 UTC (History)
0 users

See Also:


Attachments
file.diff (2.79 KB, patch)
2006-03-20 16:40 UTC, Stefan Bethke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Bethke 2006-03-20 16:40:14 UTC
Taylor UUCP may use encrypted passwords in it's own passwd file instead
of clear-text ones if the corresponding define is set in policy.h. Expose
this setting so the port can be built using the WITH_ENCRYPTED_PASSWORDS knob.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-03-20 17:07:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2006-03-20 19:05:18 UTC
State Changed
From-To: open->feedback


hmmm, changed at to many places. 
please try this patch instead. 

diff -ur -N ./Makefile /usr/ports/current/freebsd-uucp/Makefile 
--- ./Makefile	Fri Dec 30 09:17:50 2005 
+++ /usr/ports/current/freebsd-uucp/Makefile	Mon Mar 20 20:42:34 2006 
@@ -24,6 +24,7 @@ 
INFO=	uucp 
VARLOG=	uucp/common_sources/policy.h uucp/uucico/uucico.8  
uucp/uucp/uucp.1 uucp/uux/uux.1 uucp/uuxqt/uuxqt.8 
+POLICY=	uucp/common_sources/policy.h 
FIXME=	etc/periodic/daily/340.uucp etc/periodic/daily/410.status-uucp  
etc/periodic/weekly/300.uucp 
BPKGNAME=	base-uucp-1.06.1 
@@ -39,6 +40,10 @@ 
CONFLICTS?=	freebsd-uucp-pam-1.* 
.endif 

+.if defined(WITH_UUCP_ENCRYPTED_PASSWORDS) 
+MAKE_ENV+=	WITH_ENCRYPTED_PASSWORDS=1 
+.endif 
+ 
post-extract: 
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV}  
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} extract) 
@@ -67,6 +71,11 @@ 
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2006-03-26 13:13:11 UTC
State Changed
From-To: feedback->closed

feeback received per email only. 
committed, thanks.