Browse code

Updating c-rest-engine to provide SSL Info API support

Change-Id: I2168635435232a692a2b7a067ecd17444076e3f1
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3307
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Kumar Kaushik <kaushikk@vmware.com>

Kumar Kaushik authored on 2017/07/22 06:32:40
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Name:          c-rest-engine
2 2
 Summary:       minimal http(s) server library
3
-Version:       1.0.2
3
+Version:       1.0.3
4 4
 Release:       1%{?dist}
5 5
 Group:         Applications/System
6 6
 Vendor:        VMware, Inc.
... ...
@@ -12,7 +12,7 @@ Requires:      openssl >= 1.0.1
12 12
 BuildRequires: coreutils >= 8.22
13 13
 BuildRequires: openssl-devel >= 1.0.1
14 14
 Source0:       %{name}-%{version}.tar.gz
15
-%define sha1   c-rest-engine=3109b1bce28a38f177517f144488b9096ffc0a0f
15
+%define sha1   c-rest-engine=b4ad447d34e44f989eef18d924d5d1a8c3a4b528
16 16
 
17 17
 %description
18 18
 c-rest-engine is a minimal embedded http(s) server written in C.
... ...
@@ -62,6 +62,8 @@ find %{buildroot} -name '*.la' -delete
62 62
 # %doc ChangeLog README COPYING
63 63
 
64 64
 %changelog
65
+*  Fri Jul 21 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.3-1
66
+-  Updating version to 1.0.3, API for setting SSL info.
65 67
 *  Tue Jun 20 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.2-1
66 68
 -  Updating version to 1.0.2
67 69
 *  Tue May 18 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.1-1