public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/2] freeradius: Update to 3.0.19
Date: Mon, 02 Sep 2019 18:41:38 +0000	[thread overview]
Message-ID: <20190902184139.12955-1-michael.tremer@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3073 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/rootfiles/packages/freeradius |  5 +++++
 lfs/freeradius                       | 10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/packages/freeradius b/config/rootfiles/packages/freeradius
index 9cbd214ac..c193dcabd 100644
--- a/config/rootfiles/packages/freeradius
+++ b/config/rootfiles/packages/freeradius
@@ -1,3 +1,4 @@
+etc/logrotate.d/freeradius
 etc/raddb
 #etc/raddb/README.rst
 #etc/raddb/certs
@@ -135,6 +136,7 @@ etc/raddb
 #etc/raddb/mods-config/sql/ippool/mysql/queries.conf
 #etc/raddb/mods-config/sql/ippool/mysql/schema.sql
 #etc/raddb/mods-config/sql/ippool/postgresql
+#etc/raddb/mods-config/sql/ippool/postgresql/procedure.sql
 #etc/raddb/mods-config/sql/ippool/postgresql/queries.conf
 #etc/raddb/mods-config/sql/ippool/postgresql/schema.sql
 #etc/raddb/mods-config/sql/ippool/sqlite
@@ -327,6 +329,7 @@ usr/bin/smbencrypt
 #usr/include/freeradius/rfc7499.h
 #usr/include/freeradius/rfc7930.h
 #usr/include/freeradius/rfc8045.h
+#usr/include/freeradius/rfc8559.h
 #usr/include/freeradius/sha1.h
 #usr/include/freeradius/stats.h
 #usr/include/freeradius/sysutmp.h
@@ -792,6 +795,7 @@ usr/share/freeradius
 #usr/share/freeradius/dictionary.paloalto
 #usr/share/freeradius/dictionary.patton
 #usr/share/freeradius/dictionary.perle
+#usr/share/freeradius/dictionary.pfsense
 #usr/share/freeradius/dictionary.propel
 #usr/share/freeradius/dictionary.prosoft
 #usr/share/freeradius/dictionary.proxim
@@ -832,6 +836,7 @@ usr/share/freeradius
 #usr/share/freeradius/dictionary.rfc7499
 #usr/share/freeradius/dictionary.rfc7930
 #usr/share/freeradius/dictionary.rfc8045
+#usr/share/freeradius/dictionary.rfc8559
 #usr/share/freeradius/dictionary.riverbed
 #usr/share/freeradius/dictionary.riverstone
 #usr/share/freeradius/dictionary.roaringpenguin
diff --git a/lfs/freeradius b/lfs/freeradius
index 4afe55f18..daa8a7915 100644
--- a/lfs/freeradius
+++ b/lfs/freeradius
@@ -24,15 +24,15 @@
 
 include Config
 
-VER        = 3.0.18
+VER        = 3.0.19
 
 THISAPP    = freeradius-server-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = freeradius
-PAK_VER    = 8
+PAK_VER    = 9
 
 DEPS       = "samba"
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 05f0c8c7ac79659f808ff31751daa857
+$(DL_FILE)_MD5 = 3e4048353931eda01f03ef89039f0651
 
 install : $(TARGET)
 
@@ -80,7 +80,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/freeradius-no-buildtime-cert-gen.patch
 	$(UPDATE_AUTOMAKE)
 	cd $(DIR_APP) && \
-- 
2.20.1


             reply	other threads:[~2019-09-02 18:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 18:41 Michael Tremer [this message]
2019-09-02 18:41 ` [PATCH 2/2] Revert "freeradius: Build without SSL" Michael Tremer
  -- strict thread matches above, loose matches on Subject: below --
2019-08-28 10:16 [PATCH 1/2] freeradius: Update to 3.0.19 Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190902184139.12955-1-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox