pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/ykclient



Module name:    wip
Committed by:   pettai
Date:           Wed Mar  7 23:01:08 UTC 2012

Modified Files:
        wip/ykclient: Makefile PLIST buildlink3.mk distinfo

Log Message:
Version 2.7 (released 2011-11-23)

* Verify server signatures per default when a key is provided. The old
behavior can be restored with ykclient_set_verify_signature (ykc, 0);

* Return YKCLIENT_BAD_SERVER_SIGNATURE on missing signature.

Version 2.6 (released 2011-06-06)

* Use fprintf+exit instead of glibc-ism errx.

* Indent code and replace // comments with /* */ comments (for C89).

* Fix dates of releases for 2.4 and 2.5 below (2011 not 2010).

Version 2.5 (released 2011-05-31)

* Implement almost all of Validation protocol 2.0.
The part still known to be missing is parallell querys to all validation
servers using curl-multi.

Version 2.4 (released 2011-03-02)

* Add possibility to supply validation service URL.

* Make Validation protocol 2.0 servers not reject our requests.
They would reject our requests because they did not have a nonce
parameter.

* Add new API ykclient_set_ca_path to set a trusted CA certificates path.

* Fix issue with insecure rpath in the ykclient executable.

* Documentation converted to asciidoc after move to Github.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/ykclient/Makefile wip/ykclient/PLIST \
    wip/ykclient/buildlink3.mk wip/ykclient/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ykclient/Makefile?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ykclient/PLIST?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ykclient/buildlink3.mk?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ykclient/distinfo?r1=1.1.1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index