Bug 115944 - [patch] net/citrix_ica - add support for non-standard root certificates
Summary: [patch] net/citrix_ica - add support for non-standard root certificates
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-30 14:30 UTC by edwin
Modified: 2007-09-07 04:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.70 KB, patch)
2007-08-30 14:30 UTC, edwin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2007-08-30 14:30:01 UTC
Our Citrix server is using an Equinox signed certifate. Citrix
doesn't support this root certificate by default. When installing
this certificate into the keystore, the installed package will not
deinstall cleanly. When reinstalling it, it complains that
/usr/local/ICAclient already exist (because it didn't deinstall
cleanly)

This patch gives the possibility to install extra certificates by
setting the variable ICA_CERTS in /etc/make.conf.

Fix: ? work
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-30 14:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-07 04:48:42 UTC
tabthorpe    2007-09-07 03:48:36 UTC

  FreeBSD ports repository

  Modified files:
    net/citrix_ica       Makefile pkg-descr pkg-plist 
  Log:
  - add support for non-standard root certificates
  - this patch gives the possibility to install extra certificates by
    setting the variable ICA_CERTS in /etc/make.conf
  - bump PORTREVISION
  
  PR:             ports/115944
  Submitted by:   Edwin Groothuis <edwin_AT_mavetju.org>
  Approved by:    clsung (mentor)
  
  Revision  Changes    Path
  1.50      +25 -12    ports/net/citrix_ica/Makefile
  1.5       +11 -0     ports/net/citrix_ica/pkg-descr
  1.12      +1 -0      ports/net/citrix_ica/pkg-plist
_______________________________________________
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 Thomas Abthorpe freebsd_committer freebsd_triage 2007-09-07 04:49:25 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!