bump openssl version and don't include check binaries

This commit is contained in:
Klas Lindfors
2019-02-18 13:52:16 +01:00
parent 1d6ed20182
commit 2581c0b3c3
+4 -1
View File
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PACKAGE=yubico-piv-tool PACKAGE=yubico-piv-tool
OPENSSLVERSION=1.0.2p OPENSSLVERSION=1.0.2q
CHECKVERSION=0.12.0 CHECKVERSION=0.12.0
all: usage 32bit 64bit all: usage 32bit 64bit
@@ -72,6 +72,9 @@ doit:
rm -rf $(PWD)/tmp$(ARCH)/root/lib/pkgconfig/ && \ rm -rf $(PWD)/tmp$(ARCH)/root/lib/pkgconfig/ && \
cp COPYING $(PWD)/tmp$(ARCH)/root/licenses/$(PACKAGE).txt && \ cp COPYING $(PWD)/tmp$(ARCH)/root/licenses/$(PACKAGE).txt && \
cd .. && \ cd .. && \
cd check-$(CHECKVERSION) && \
make uninstall && \
cd .. && \
cd root && \ cd root && \
zip -r ../../$(PACKAGE)-$(VERSION)-win$(ARCH).zip * zip -r ../../$(PACKAGE)-$(VERSION)-win$(ARCH).zip *