Bug 112218 - [PATCH] sysutils/gnome-system-tools: [SUMMARIZE CHANGES]
Summary: [PATCH] sysutils/gnome-system-tools: [SUMMARIZE CHANGES]
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-29 00:20 UTC by Sergio Lenzi
Modified: 2007-04-29 06:40 UTC (History)
1 user (show)

See Also:


Attachments
gnome-system-tools-2.18.1_1.patch (2.00 KB, patch)
2007-04-29 00:20 UTC, Sergio Lenzi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Lenzi 2007-04-29 00:20:04 UTC
[DESCRIBE CHANGES]
the liboobs generates (at least in my system) passwords in DES 
format and FreeBSD needs it in md5 format
so patch is needd to pass plain passwords to the system
tool backend that in turn pass it to pw using -h flag
this correctly sets up initial password to add user 
Also portlint complains about the '-' in the packagename
in Makefile
Added file(s):
- files/patch-user-settings.c

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-29 00:20:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-29 06:31:12 UTC
marcus      2007-04-29 05:31:06 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/gnome-system-tools Makefile 
  Added files:
    sysutils/gnome-system-tools/files 
                                      patch-src_users_user-settings.c 
  Log:
  Handle password generation using pw instead of liboobs so the password
  encryption algorithm is properly respected.
  
  PR:             112218
  Submitted by:   Sergio Lenzi <lenzi@k1.com.br>
  
  Revision  Changes    Path
  1.24      +1 -0      ports/sysutils/gnome-system-tools/Makefile
  1.1       +15 -0     ports/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2007-04-29 06:31:23 UTC
State Changed
From-To: open->closed

Committed, thanks!