summaryrefslogtreecommitdiffstats
path: root/package/utils/px5g/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-11-03 18:12:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-11-03 18:12:42 +0000
commit0ceece4c82490197d5cefe11fa640c3a51159322 (patch)
tree2c17ab9bc94c126b105b796e39865d82ca57415c /package/utils/px5g/Makefile
parent74a3a77bcd6842b03806dcbdcd49e0bce8767174 (diff)
downloadmaster-31e0f0ae-0ceece4c82490197d5cefe11fa640c3a51159322.tar.gz
master-31e0f0ae-0ceece4c82490197d5cefe11fa640c3a51159322.tar.bz2
master-31e0f0ae-0ceece4c82490197d5cefe11fa640c3a51159322.zip
px5g: generate unique serial numbers
Generate a random serial from /dev/urandom when creating selfsigned certs. Fixes "sec_error_reused_issuer_and_serial" with Firefox. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43168
Diffstat (limited to 'package/utils/px5g/Makefile')
-rw-r--r--package/utils/px5g/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/px5g/Makefile b/package/utils/px5g/Makefile
index 9c0caa7b8d..df2a170d84 100644
--- a/package/utils/px5g/Makefile
+++ b/package/utils/px5g/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2010 Jo-Philipp Wich <xm@subsignal.org>
+# Copyright (C) 2010-2014 Jo-Philipp Wich <xm@subsignal.org>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=px5g
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)
PKG_USE_MIPS16:=0