]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/oci-python-sdk
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / oci-python-sdk
index 185e1a7fbb749a4f77213514377abceb4fcb7944..10deb67c7609f28bcaeb2d0c4c7ec4ab9af07483 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        = 2.54.0
+VER        = 2.107.0
 
 THISAPP    = oci-python-sdk-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,9 +32,10 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = oci-python-sdk
-PAK_VER    = 1
+PAK_VER    = 4
 
-DEPS       = python3-cryptography python3-dateutil python3-six
+DEPS       = python3-certifi python3-click python3-circuitbreaker \
+       python3-cryptography python3-dateutil python3-pytz python3-six
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9aa65cd7c75e6e3df39665d13f9250ff
+$(DL_FILE)_BLAKE2 = e5299b00aa44b66ad08b11702be9b98c6255357f5e02e17cebc4a046d7703f7ac896fb512eb209879ee287b76a3072eb893cd263e7bd2988ecfa90daf0635352
 
 install : $(TARGET)
 
@@ -52,13 +53,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 dist: 
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -67,8 +68,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details