]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/haproxy
suricata: drop unsupported JA3 rule provider
[people/mfischer/ipfire-2.x.git] / lfs / haproxy
index 5247c71484c7a053e125ad78dd653122ffe3ddab..3b89cc509bc7b2eb8be8d89fd15cfa5e93efa4a7 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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        #
@@ -32,11 +32,12 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = haproxy
-PAK_VER    = 18
+PAK_VER    = 19
 
 DEPS       =
 
-ifeq "$(BUILD_ARCH)" "armv5tel"
+
+ifeq "$(BUILD_ARCH)" "riscv64"
        LDFLAGS += -latomic
 endif