mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 21:12:59 +02:00
pcre: Update to 8.37
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
57f5c85825
commit
4c777aeaf0
@@ -10,7 +10,7 @@
|
||||
#usr/lib/libpcre.la
|
||||
usr/lib/libpcre.so
|
||||
usr/lib/libpcre.so.1
|
||||
usr/lib/libpcre.so.1.2.4
|
||||
usr/lib/libpcre.so.1.2.5
|
||||
#usr/lib/libpcrecpp.la
|
||||
usr/lib/libpcrecpp.so
|
||||
usr/lib/libpcrecpp.so.0
|
||||
|
||||
6
lfs/pcre
6
lfs/pcre
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2015 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 8.36
|
||||
VER = 8.37
|
||||
|
||||
THISAPP = pcre-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = ff7b4bb14e355f04885cf18ff4125c98
|
||||
$(DL_FILE)_MD5 = 6e0cc6d1bdac7a4308151f9b3571b86e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user