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: Re: [PATCH] linux-pam: Update to 1.3.1
Date: Wed, 05 Jun 2019 09:10:30 +0100	[thread overview]
Message-ID: <5F239611-A8C2-4EFD-BD22-068DDF8449F0@ipfire.org> (raw)
In-Reply-To: <20190605071658.1734-1-matthias.fischer@ipfire.org>

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

Merged.

> On 5 Jun 2019, at 08:16, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> For details see:
> https://github.com/linux-pam/linux-pam/releases
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/pam | 18 ++++++++++--------
> 1 file changed, 10 insertions(+), 8 deletions(-)
> 
> diff --git a/lfs/pam b/lfs/pam
> index 2d7b319e3..d5ce5ef69 100644
> --- a/lfs/pam
> +++ b/lfs/pam
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2019  IPFire Team  <info(a)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,10 +24,10 @@
> 
> include Config
> 
> -VER        = 1.3.0
> +VER        = 1.3.1
> 
> THISAPP    = Linux-PAM-$(VER)
> -DL_FILE    = $(THISAPP).tar.gz
> +DL_FILE    = $(THISAPP).tar.xz
> DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)
> TARGET     = $(DIR_INFO)/$(THISAPP)
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 642c994edb9cf39b74cb1bca0649613b
> +$(DL_FILE)_MD5 = 558ff53b0fc0563ca97f79e911822165
> 
> install : $(TARGET)
> 
> @@ -72,10 +72,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
> 	$(UPDATE_AUTOMAKE)
> 	cd $(DIR_APP) && ./configure --libdir=/usr/lib \
> -		            --sbindir=/lib/security \
> -		            --enable-securedir=/lib/security \
> -		            --enable-docdir=/usr/share/doc/Linux-PAM-$(VER) \
> -		            --enable-read-both-confs --disable-nls
> +		--sbindir=/lib/security \
> +		--enable-securedir=/lib/security \
> +		--enable-docdir=/usr/share/doc/Linux-PAM-$(VER) \
> +		--enable-read-both-confs \
> +		--disable-nls
> +
> 	cd $(DIR_APP) && make $(MAKETUNING)
> 	cd $(DIR_APP) && make install
> 
> -- 
> 2.18.0
> 


      reply	other threads:[~2019-06-05  8:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05  7:16 Matthias Fischer
2019-06-05  8:10 ` Michael Tremer [this message]

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=5F239611-A8C2-4EFD-BD22-068DDF8449F0@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