1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-28 15:24:15 +01:00

Update some URLs.

This commit is contained in:
Simon Josefsson 2014-09-04 13:22:35 +02:00
parent d5cd0c252f
commit 085da497e5
3 changed files with 9 additions and 7 deletions

2
BLURB
View File

@ -1,6 +1,6 @@
Author: Yubico
Basename: yubikey-ksm
Homepage: http://opensource.yubico.com/yubikey-ksm/
Homepage: https://developers.yubico.com/yubikey-ksm/
License: BSD-2-Clause
Name: yubikey-ksm
Project: yubikey-ksm

View File

@ -1,5 +1,5 @@
# Written by Simon Josefsson <simon@josefsson.org>.
# Copyright (c) 2009-2013 Yubico AB
# Copyright (c) 2009-2014 Yubico AB
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -41,7 +41,7 @@ MANS = ykksm-checksum.1 ykksm-export.1 ykksm-gen-keys.1 \
all:
@echo "Try 'make install' or 'make symlink'."
@echo "Docs: https://github.com/Yubico/$(PROJECT)/wiki/Installation"
@echo "Docs: doc/Installation"
@exit 1
# Installation rules.
@ -121,13 +121,13 @@ release: dist
fi
@head -1 NEWS | grep -q "Version $(VERSION) (released `date -I`)" || \
(echo 'error: You need to update date/version in NEWS'; exit 1)
@if test ! -d "$(YUBICO_GITHUB_REPO)"; then \
echo "yubico.github.com repo not found!"; \
echo "Make sure that YUBICO_GITHUB_REPO is set"; \
@if test ! -d "$(YUBICO_WWW_REPO)"; then \
echo "yubico www repo not found!"; \
echo "Make sure that YUBICO_WWW_REPO is set"; \
exit 1; \
fi
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
git tag -u $(KEYID) -m "$(PACKAGE)-$(VERSION)" $(PACKAGE)-$(VERSION)
$(YUBICO_GITHUB_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tgz*
$(YUBICO_WWW_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tgz*
@echo "Release created and tagged, remember to git push && git push --tags"

2
NEWS
View File

@ -4,6 +4,8 @@
* Add self-testing through Travis.
* Update some URLs.
* Version 1.14 (released 2013-09-18)
* Add Oracle support via OCI.