From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 61424e9c67334f2940ec8be66612b0a6b4df7adb
Date: Sun, 10 Mar 2019 18:33:30 +0000 [thread overview]
Message-ID: <20190310183330.E50F284FDD6@people01.i.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 6152 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 61424e9c67334f2940ec8be66612b0a6b4df7adb (commit)
via 9f7524c8b0832353838255d4b64cf36555e92d56 (commit)
via e29c6d29c9b800ca9c8b818f16e571672cd90a9f (commit)
via 15b1a3e360a277dc7481103f8ddcbf189033e3a6 (commit)
from 50fcec161cb56ceb850d6cbda16d34f43d2d653b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 61424e9c67334f2940ec8be66612b0a6b4df7adb
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Mar 10 18:23:22 2019 +0000
core129: Ship updated less
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 9f7524c8b0832353838255d4b64cf36555e92d56
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Fri Mar 8 19:19:00 2019 +0000
less: update to 530
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit e29c6d29c9b800ca9c8b818f16e571672cd90a9f
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Fri Mar 8 19:22:00 2019 +0000
Postfix: update to 3.4.1
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 15b1a3e360a277dc7481103f8ddcbf189033e3a6
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Sun Mar 10 18:04:31 2019 +0100
slang: revert parallelized build
This partially reverts https://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=lfs/slang;h=217e74c77317d4c829913f934458779fd278bf29;hb=23164efba5f57b3d8ccb07a166b613f2f951e1b6
'slang 2.3.0' doesn't like "$(MAKETUNING)"
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/{oldcore/103 => core/129}/filelists/less | 0
config/rootfiles/packages/postfix | 2 ++
lfs/less | 6 +++---
lfs/postfix | 6 +++---
lfs/slang | 2 +-
5 files changed, 9 insertions(+), 7 deletions(-)
copy config/rootfiles/{oldcore/103 => core/129}/filelists/less (100%)
Difference in files:
diff --git a/config/rootfiles/core/129/filelists/less b/config/rootfiles/core/129/filelists/less
new file mode 120000
index 000000000..65c0e0771
--- /dev/null
+++ b/config/rootfiles/core/129/filelists/less
@@ -0,0 +1 @@
+../../../common/less
\ No newline at end of file
diff --git a/config/rootfiles/packages/postfix b/config/rootfiles/packages/postfix
index 138c1dd7f..23e1efb25 100644
--- a/config/rootfiles/packages/postfix
+++ b/config/rootfiles/packages/postfix
@@ -39,6 +39,7 @@ usr/lib/postfix/post-install
usr/lib/postfix/postfix-script
usr/lib/postfix/postfix-tls-script
usr/lib/postfix/postfix-wrapper
+usr/lib/postfix/postlogd
usr/lib/postfix/postmulti-script
usr/lib/postfix/postscreen
usr/lib/postfix/proxymap
@@ -122,6 +123,7 @@ usr/sbin/sendmail.postfix
#usr/share/man/man8/oqmgr.8
#usr/share/man/man8/pickup.8
#usr/share/man/man8/pipe.8
+#usr/share/man/man8/postlogd.8
#usr/share/man/man8/postscreen.8
#usr/share/man/man8/proxymap.8
#usr/share/man/man8/qmgr.8
diff --git a/lfs/less b/lfs/less
index 531293a8a..2b4534214 100644
--- a/lfs/less
+++ b/lfs/less
@@ -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,7 +24,7 @@
include Config
-VER = 481
+VER = 530
THISAPP = less-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 50ef46065c65257141a7340123527767
+$(DL_FILE)_MD5 = 6a39bccf420c946b0fd7ffc64961315b
install : $(TARGET)
diff --git a/lfs/postfix b/lfs/postfix
index b22eca138..acadacbeb 100644
--- a/lfs/postfix
+++ b/lfs/postfix
@@ -24,7 +24,7 @@
include Config
-VER = 3.3.2
+VER = 3.4.1
THISAPP = postfix-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = postfix
-PAK_VER = 17
+PAK_VER = 18
DEPS = ""
@@ -66,7 +66,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4e6ed7056576e0c54cfce6040a0bb0ad
+$(DL_FILE)_MD5 = d292bb49a1c79ff6d2eb9c5e88c51425
install : $(TARGET)
diff --git a/lfs/slang b/lfs/slang
index 217e74c77..d6e685855 100644
--- a/lfs/slang
+++ b/lfs/slang
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
- cd $(DIR_APP) && make $(MAKETUNING)
+ cd $(DIR_APP) && make #$(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2019-03-10 18:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20190310183330.E50F284FDD6@people01.i.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@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