Bug 189762 - security/tinyca can't open saved CA
Summary: security/tinyca can't open saved CA
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 12:50 UTC by Pavel Timofeev
Modified: 2014-08-03 08:42 UTC (History)
2 users (show)

See Also:


Attachments
file.txt (3.64 KB, text/plain)
2014-05-13 12:50 UTC, Pavel Timofeev
no flags Details
patch-lib_GUIX509_browser.pm.txt (277 bytes, patch)
2014-05-13 12:52 UTC, Pavel Timofeev
no flags Details | Diff
patch-libGUI.pm.txt (3.51 KB, patch)
2014-05-13 12:52 UTC, Pavel Timofeev
no flags Details | Diff
patch to update and fix issues (11.44 KB, patch)
2014-08-01 19:03 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2014-05-13 12:50:00 UTC
After new CA creation security/tinyca can't open saved CA.
It says
***   Day '' out of range 1..31 at /usr/share/tinyca/OpenSSL.pm line 1050

Fix: I googled and found that debian folks had same problem and fixed it. I took it. Here it is.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-13 12:50:06 UTC
Maintainer of security/tinyca,

Please note that PR ports/189762 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189762

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-13 12:50:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Pavel Timofeev 2014-05-13 12:52:21 UTC
Also I took another patches from debian.
Everything seems to work.
Comment 4 John Marino freebsd_committer freebsd_triage 2014-07-20 16:29:04 UTC
adding maintainer back to PR.

It's timed out long again, it can be committed by anyone, anytime unless jmohacs says something quickly.
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-20 19:43:43 UTC
I'll take it.
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-01 19:03:35 UTC
Created attachment 145226 [details]
patch to update and fix issues

This is an update which also fixes the distfile location. The old one
is no longer available.

It is waiting for portmgr@ to approve this little patch:

--- /usr/home/pi/os/Mk/Uses/tar.mk      2014-07-12 22:18:15.000000000 +0200
+++ tar.mk      2014-07-20 22:37:57.000000000 +0200
@@ -14,6 +14,8 @@

 .if ${tar_ARGS} == xz
 EXTRACT_SUFX?= .tar.xz
+.elif ${tar_ARGS} == txz
+EXTRACT_SUFX?= .txz
 .elif ${tar_ARGS} == lzma
 EXTRACT_SUFX?= .tar.lzma
 .elif ${tar_ARGS} == bzip2
Comment 7 commit-hook freebsd_committer freebsd_triage 2014-08-03 08:41:41 UTC
A commit references this bug:

Author: pi
Date: Sun Aug  3 08:41:27 UTC 2014
New revision: 363856
URL: http://svnweb.freebsd.org/changeset/ports/363856

Log:
  security/tinyca: 0.7.5 -> 0.7.6, new distsite

  PR:             189762
  Submitted by:   timp87@gmail.com
  Approved by:    jmohacsi@bsd.hu (maintainer timeout)

Changes:
  head/security/tinyca/Makefile
  head/security/tinyca/distinfo
  head/security/tinyca/files/patch-GUI.pm
  head/security/tinyca/files/patch-OpenSSL.pm
  head/security/tinyca/pkg-descr
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-03 08:42:19 UTC
Committed and updated, thanks.