mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Update to 0.7.0
PR: 195884 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
This commit is contained in:
parent
7fbcb84321
commit
55b8aef061
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374680
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libosmo-abis
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
|
||||
http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libosmo-sccp
|
||||
PORTVERSION= 0.0.6.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
|
||||
http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libosmocore
|
||||
PORTVERSION= 0.6.6
|
||||
PORTVERSION= 0.7.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
|
||||
http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
|
||||
MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ \
|
||||
http://chaosophia.net/downloads/osmocom/${PORTNAME}/
|
||||
|
||||
MAINTAINER= koue@chaosophia.net
|
||||
COMMENT= Common library for all Osmocom projects
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libosmocore-0.6.6.tar.gz) = c76397a19a80ebd37c779247cab987187e4986eabb5cc017d8313d53def51946
|
||||
SIZE (libosmocore-0.6.6.tar.gz) = 507745
|
||||
SHA256 (libosmocore-0.7.0.tar.gz) = 532bd15a664a88dce279db03ec1232bc8398c1e2c7314a8da1ca04dce3c7462b
|
||||
SIZE (libosmocore-0.7.0.tar.gz) = 528352
|
||||
|
10
devel/libosmocore/files/patch-control_if.c
Normal file
10
devel/libosmocore/files/patch-control_if.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/ctrl/control_if.c.orig 2014-12-10 16:01:13.000000000 +0200
|
||||
+++ src/ctrl/control_if.c 2014-12-10 16:01:43.000000000 +0200
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <netinet/tcp.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/ioctl.h>
|
@ -3,6 +3,9 @@ bin/osmo-auc-gen
|
||||
include/osmocom/codec/codec.h
|
||||
include/osmocom/core/application.h
|
||||
include/osmocom/core/backtrace.h
|
||||
include/osmocom/core/bit16gen.h
|
||||
include/osmocom/core/bit32gen.h
|
||||
include/osmocom/core/bit64gen.h
|
||||
include/osmocom/core/bits.h
|
||||
include/osmocom/core/bitvec.h
|
||||
include/osmocom/core/conv.h
|
||||
@ -19,6 +22,7 @@ include/osmocom/core/linuxlist.h
|
||||
include/osmocom/core/linuxrbtree.h
|
||||
include/osmocom/core/logging.h
|
||||
include/osmocom/core/loggingrb.h
|
||||
include/osmocom/core/macaddr.h
|
||||
include/osmocom/core/msgb.h
|
||||
include/osmocom/core/msgfile.h
|
||||
include/osmocom/core/panic.h
|
||||
@ -38,6 +42,9 @@ include/osmocom/core/utils.h
|
||||
include/osmocom/core/write_queue.h
|
||||
include/osmocom/crypt/auth.h
|
||||
include/osmocom/crypt/gprs_cipher.h
|
||||
include/osmocom/ctrl/control_cmd.h
|
||||
include/osmocom/ctrl/control_if.h
|
||||
include/osmocom/ctrl/ports.h
|
||||
include/osmocom/gprs/gprs_bssgp.h
|
||||
include/osmocom/gprs/gprs_bssgp_bss.h
|
||||
include/osmocom/gprs/gprs_msgb.h
|
||||
@ -81,6 +88,7 @@ include/osmocom/gsm/rsl.h
|
||||
include/osmocom/gsm/rxlev_stat.h
|
||||
include/osmocom/gsm/sysinfo.h
|
||||
include/osmocom/gsm/tlv.h
|
||||
include/osmocom/gsm/ipa.h
|
||||
include/osmocom/vty/buffer.h
|
||||
include/osmocom/vty/command.h
|
||||
include/osmocom/vty/logging.h
|
||||
@ -88,6 +96,7 @@ include/osmocom/vty/misc.h
|
||||
include/osmocom/vty/telnet_interface.h
|
||||
include/osmocom/vty/vector.h
|
||||
include/osmocom/vty/vty.h
|
||||
include/osmocom/vty/ports.h
|
||||
lib/libosmocodec.a
|
||||
lib/libosmocodec.so
|
||||
lib/libosmocodec.so.0
|
||||
@ -99,17 +108,22 @@ lib/libosmocore.so.4.0.0
|
||||
lib/libosmogb.a
|
||||
lib/libosmogb.so
|
||||
lib/libosmogb.so.3
|
||||
lib/libosmogb.so.3.0.0
|
||||
lib/libosmogb.so.3.0.1
|
||||
lib/libosmogsm.a
|
||||
lib/libosmogsm.so
|
||||
lib/libosmogsm.so.5
|
||||
lib/libosmogsm.so.5.0.0
|
||||
lib/libosmogsm.so.5.1.0
|
||||
lib/libosmovty.a
|
||||
lib/libosmovty.so
|
||||
lib/libosmovty.so.0
|
||||
lib/libosmovty.so.0.0.0
|
||||
lib/libosmovty.so.0.0.1
|
||||
lib/libosmoctrl.a
|
||||
lib/libosmoctrl.so
|
||||
lib/libosmoctrl.so.0
|
||||
lib/libosmoctrl.so.0.0.0
|
||||
libdata/pkgconfig/libosmocodec.pc
|
||||
libdata/pkgconfig/libosmocore.pc
|
||||
libdata/pkgconfig/libosmogb.pc
|
||||
libdata/pkgconfig/libosmogsm.pc
|
||||
libdata/pkgconfig/libosmovty.pc
|
||||
libdata/pkgconfig/libosmoctrl.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user