public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 8e572b75d6f93bfbd51de0180a01a28edf5a2a14
@ 2023-03-04 15:09 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-03-04 15:09 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 6908 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 3.x development tree".

The branch, master has been updated
       via  8e572b75d6f93bfbd51de0180a01a28edf5a2a14 (commit)
       via  d71f79b00b9ac65e7996066f3c6ce6e4a9d307f3 (commit)
       via  bb9ce9e87ffcd9cf665e90214eb17c0d8be201f7 (commit)
      from  519c41881f8ce8f8ceb3a5f317fa323830771990 (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 8e572b75d6f93bfbd51de0180a01a28edf5a2a14
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sat Mar 4 15:08:09 2023 +0000

    mailcap: Drop package
    
    This has only been required by perl-libwww-perl which has been dropped.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit d71f79b00b9ac65e7996066f3c6ce6e4a9d307f3
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sat Mar 4 15:07:46 2023 +0000

    perl-libwww-perl: Drop package
    
    Nothing seems to require this
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit bb9ce9e87ffcd9cf665e90214eb17c0d8be201f7
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sat Mar 4 15:01:01 2023 +0000

    krb5: Drop logrotate configuration
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 krb5/krb5.nm                         |  2 +-
 krb5/logrotate/kadmind.logrotate     |  9 ------
 krb5/logrotate/krb5kdc.logrotate     |  9 ------
 mailcap/mailcap.nm                   | 45 --------------------------
 perl-libwww-perl/perl-libwww-perl.nm | 63 ------------------------------------
 5 files changed, 1 insertion(+), 127 deletions(-)
 delete mode 100644 krb5/logrotate/kadmind.logrotate
 delete mode 100644 krb5/logrotate/krb5kdc.logrotate
 delete mode 100644 mailcap/mailcap.nm
 delete mode 100644 perl-libwww-perl/perl-libwww-perl.nm

Difference in files:
diff --git a/krb5/krb5.nm b/krb5/krb5.nm
index 25c05634c..e2132afc0 100644
--- a/krb5/krb5.nm
+++ b/krb5/krb5.nm
@@ -7,7 +7,7 @@ name       = krb5
 version    = %{ver_maj}.%{ver_min}
 ver_maj    = 1.20
 ver_min    = 1
-release    = 1
+release    = 2
 
 groups     = System/Libraries
 url        = https://web.mit.edu/kerberos/www/
diff --git a/krb5/logrotate/kadmind.logrotate b/krb5/logrotate/kadmind.logrotate
deleted file mode 100644
index 52a66c418..000000000
--- a/krb5/logrotate/kadmind.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/kadmind.log {
-    missingok
-    notifempty
-    monthly
-    rotate 12
-    postrotate
-	/bin/kill -HUP `cat /var/run/kadmind.pid 2>/dev/null` 2> /dev/null || true
-    endscript
-}
diff --git a/krb5/logrotate/krb5kdc.logrotate b/krb5/logrotate/krb5kdc.logrotate
deleted file mode 100644
index 1100ed3a6..000000000
--- a/krb5/logrotate/krb5kdc.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/krb5kdc.log {
-    missingok
-    notifempty
-    monthly
-    rotate 12
-    postrotate
-	/bin/kill -HUP `cat /var/run/krb5kdc.pid 2>/dev/null` 2> /dev/null || true
-    endscript
-}
diff --git a/mailcap/mailcap.nm b/mailcap/mailcap.nm
deleted file mode 100644
index 40ac57206..000000000
--- a/mailcap/mailcap.nm
+++ /dev/null
@@ -1,45 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
-###############################################################################
-
-name       = mailcap
-version    = 2.1.45
-release    = 1
-arch       = noarch
-
-groups     = System/Base
-url        = https://fedorahosted.org/released/mailcap/
-license    = Public Domain and MIT
-summary    = Helper application and MIME type associations for file types.
-
-description
-	The mailcap file is used by the metamail program.  Metamail reads the
-	mailcap file to determine how it should display non-text or multimedia
-	material.  Basically, mailcap associates a particular type of file
-	with a particular program that a mail agent or other program can call
-	in order to handle the file.  Mailcap should be installed to allow
-	certain programs to be able to handle non-text files.
-end
-
-source_dl  = https://fedorahosted.org/released/mailcap/
-sources    = %{thisapp}.tar.xz
-
-build
-	requires
-		perl
-	end
-
-	build = # Nothing to do.
-
-	test
-		make check
-	end
-
-	make_install_targets += \
-		sysconfdir=/etc mandir=/usr/share/man
-end
-
-packages
-	package %{name}
-end
diff --git a/perl-libwww-perl/perl-libwww-perl.nm b/perl-libwww-perl/perl-libwww-perl.nm
deleted file mode 100644
index 74fe1fb88..000000000
--- a/perl-libwww-perl/perl-libwww-perl.nm
+++ /dev/null
@@ -1,63 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
-###############################################################################
-
-name       = perl-libwww-perl
-version    = 5.837
-release    = 2
-arch       = noarch
-thisapp    = libwww-perl-%{version}
-
-groups     = Development/Libraries
-url        = http://search.cpan.org/dist/libwww-perl/
-license    = GPL+ or Artistic
-summary    = A Perl interface to the World-Wide Web.
-
-description
-	The libwww-perl collection is a set of Perl modules which provides a simple and
-	consistent application programming interface to the World-Wide Web.
-end
-
-source_dl  =
-
-build
-	requires
-		mailcap
-		perl-core
-		perl-devel
-		perl-HTML-Parser
-		perl(Test::More)
-		perl(Compress::Zlib)
-		perl(MIME::Base64)
-		perl(Net::FTP)
-		perl(URI)
-	end
-
-	build
-		perl Makefile.PL INSTALLDIRS=perl --aliases < /dev/null
-		make %{PARALLELISMFLAGS}
-	end
-
-	#test
-	#	# Use system wide MIME types (link also to blib/... for "make test").  Doing
-	#	# this stuff before "make install" would not cause the symlink to be packaged
-	#	# but a copy of /etc/mime.types.
-	#	ln -svf /etc/mime.types %{DIR_APP}/blib/lib/LWP/media.types
-	#
-	#	make test
-	#end
-end
-
-packages
-	package %{name}
-		# Filter string for very weird dependencies.
-		filter_requires
-			HTTP::Headers
-			HTTP::GHTTP
-			Win32
-			Authen::NTLM
-		end
-	end
-
-end


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-04 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-04 15:09 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 8e572b75d6f93bfbd51de0180a01a28edf5a2a14 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox