* [PATCH 1/2] jansson: Move to core system and update to 2.12
@ 2019-05-26 17:51 Stefan Schantl
2019-05-26 17:51 ` [PATCH 2/2] asterisk: Remove dependency to jansson Stefan Schantl
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2019-05-26 17:51 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2096 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
config/rootfiles/{packages => common}/jansson | 2 +-
lfs/jansson | 8 ++------
make.sh | 2 +-
3 files changed, 4 insertions(+), 8 deletions(-)
rename config/rootfiles/{packages => common}/jansson (85%)
diff --git a/config/rootfiles/packages/jansson b/config/rootfiles/common/jansson
similarity index 85%
rename from config/rootfiles/packages/jansson
rename to config/rootfiles/common/jansson
index 3901a0690..005bd2ce5 100644
--- a/config/rootfiles/packages/jansson
+++ b/config/rootfiles/common/jansson
@@ -4,5 +4,5 @@
#usr/lib/libjansson.la
#usr/lib/libjansson.so
usr/lib/libjansson.so.4
-usr/lib/libjansson.so.4.10.0
+usr/lib/libjansson.so.4.11.1
#usr/lib/pkgconfig/jansson.pc
diff --git a/lfs/jansson b/lfs/jansson
index 14c6a3ee3..2c95c62ef 100644
--- a/lfs/jansson
+++ b/lfs/jansson
@@ -24,17 +24,13 @@
include Config
-VER = 2.10
+VER = 2.12
THISAPP = jansson-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
-PROG = jansson
-PAK_VER = 1
-
-DEPS = ""
###############################################################################
# Top-level Rules
@@ -44,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 16a2c4e84c0a80ca61bd6e619a0f9358
+$(DL_FILE)_MD5 = 0ed1f3a924604aae68067c214b0010ef
install : $(TARGET)
diff --git a/make.sh b/make.sh
index e70da788e..2a5584f1a 100755
--- a/make.sh
+++ b/make.sh
@@ -1318,6 +1318,7 @@ buildipfire() {
lfsmake2 setserial
lfsmake2 setup
lfsmake2 libdnet
+ lfsmake2 jansson
lfsmake2 yaml
lfsmake2 libhtp
lfsmake2 suricata
@@ -1479,7 +1480,6 @@ buildipfire() {
lfsmake2 watchdog
lfsmake2 libpri
lfsmake2 libsrtp
- lfsmake2 jansson
lfsmake2 asterisk
lfsmake2 usb_modeswitch
lfsmake2 usb_modeswitch_data
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] asterisk: Remove dependency to jansson.
2019-05-26 17:51 [PATCH 1/2] jansson: Move to core system and update to 2.12 Stefan Schantl
@ 2019-05-26 17:51 ` Stefan Schantl
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schantl @ 2019-05-26 17:51 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
The package has become part of the main system.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
lfs/asterisk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/asterisk b/lfs/asterisk
index 08e2edb30..ab038eb13 100755
--- a/lfs/asterisk
+++ b/lfs/asterisk
@@ -28,9 +28,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = asterisk
-PAK_VER = 25
+PAK_VER = 26
-DEPS = "jansson libsrtp opus"
+DEPS = "libsrtp opus"
###############################################################################
# Top-level Rules
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-26 17:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-26 17:51 [PATCH 1/2] jansson: Move to core system and update to 2.12 Stefan Schantl
2019-05-26 17:51 ` [PATCH 2/2] asterisk: Remove dependency to jansson Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox