diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /net-misc/rancid-git | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'net-misc/rancid-git')
-rw-r--r-- | net-misc/rancid-git/Manifest | 6 | ||||
-rw-r--r-- | net-misc/rancid-git/files/rancid-2.3.8-buildsystem.patch | 64 | ||||
-rw-r--r-- | net-misc/rancid-git/files/rancid-2.3.8-config.patch | 33 | ||||
-rw-r--r-- | net-misc/rancid-git/files/rancid-2.3.8-mailprefix.patch | 178 | ||||
-rw-r--r-- | net-misc/rancid-git/metadata.xml | 11 | ||||
-rw-r--r-- | net-misc/rancid-git/rancid-git-2.3.8.ebuild | 113 |
6 files changed, 0 insertions, 405 deletions
diff --git a/net-misc/rancid-git/Manifest b/net-misc/rancid-git/Manifest deleted file mode 100644 index 74935dbb1077..000000000000 --- a/net-misc/rancid-git/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX rancid-2.3.8-buildsystem.patch 1741 BLAKE2B 03056e70631b0bae0b8501df70b38ebcbc148ba98a2811b74c79f90d909f8996c1c75649d8c511f117861a8a1da34c12dc952b8e673599286b62c9fb99837e3a SHA512 2ce1befcd4898654958e8a961156a6eda95da319d98ca66c9cb216ab46b80166571146b631a699be5702d5bb7baa8301b570fe82fb89ba8096a941807005f9ab -AUX rancid-2.3.8-config.patch 1241 BLAKE2B 8d03211285ecd05d277cb5d1e60f3ba3f91eaec3e2bf35cbad4976907aa952438714447da66994784d39c1ea15448883c3b2f3ed4264d30939a39bfbecf09592 SHA512 abad6758dbe89eacf566b5cc931749ed9667ec7f7e824a8091f5a02edfeacb4497b1dfc5444ae41f5652a479791c585e4625b8877e710f460698a8bb2cccce9c -AUX rancid-2.3.8-mailprefix.patch 5878 BLAKE2B 87d5ef27a2194eb746006e0330b562a22d7801ec9954e248b41417defddc2ccdaa92a7c9b220edb6f1aba312e43e8e5cfe16b4ff47893538e781e3aa9a896abe SHA512 c01cdaafd599c8b1559b158ba0999c1e79c40dc4c8f6c0f5aa284225a5903ba967b742cee7d81f2edeb07c6e7e344c1208c018421c023a7f678204c647f3e8bd -DIST rancid-git-2.3.8.tar.gz 388121 BLAKE2B b485688efdbc7b2ab2e8d9dd5f3b3ca6acfe5e443140be46962c9e36fe8632f0df9457b20719d46aed08d50f1ccc1a7f56898c2d3373dc2e66400bde566f6867 SHA512 14a4fa097a31e2772d83e72cdcfb5488bf3e1c69e8065286c52eb554a392eb4257a0dc38fad5d79819fb417e699fb4e2c265ef5cfbf018418d9550eb653fa551 -EBUILD rancid-git-2.3.8.ebuild 3164 BLAKE2B ed234b18c4e30ba98c5230b9f29cfce931768a77ba063a9b29996de3ba8100f46b05db7e7a7bf8c9e346ba05ca418a922d77a415a9e368ecdf47c9712580539b SHA512 8f87a0a3b17b45caaa993f34c10c01872bffab07370f04d5b352d06842f263e335c338d02da32113f8e1237b303ebae92798bd9beced96bb0b15d3e24588c7ae -MISC metadata.xml 337 BLAKE2B a9da9ae98a2b21fda7585b3d839d7f7e213dfea4dda145a76632195fd49351f9d22ae9c81dccaf6f1f5444e3db49b7cddb29b6185cb8d135fc32fce234ca1c13 SHA512 b370676f1152d07705974bb833ee38ce51b0b563b8b3e942ac893469242b8c41fa5588362a0c908597491e2ec3774a771eecd9d72fa893e7077084b4c8fa76fc diff --git a/net-misc/rancid-git/files/rancid-2.3.8-buildsystem.patch b/net-misc/rancid-git/files/rancid-2.3.8-buildsystem.patch deleted file mode 100644 index 4a06b5c63723..000000000000 --- a/net-misc/rancid-git/files/rancid-2.3.8-buildsystem.patch +++ /dev/null @@ -1,64 +0,0 @@ ---- rancid-2.3.8/configure.in -+++ rancid-2.3.8/configure.in -@@ -17,7 +17,7 @@ - dnl default install location - AC_PREFIX_DEFAULT(/usr/local/rancid) - --dnl AM_MAINTAINER_MODE() -+AM_MAINTAINER_MODE() - - dnl AC_CONFIG_SUBDIRS(util) - -@@ -35,7 +35,6 @@ - - # compiler specifics - AC_PROG_CC --AM_C_PROTOTYPES - AC_PROG_CPP - AC_C_CONST - AC_C_INLINE -@@ -212,7 +212,7 @@ - # is good enough -- if we can't find GNU tar, we don't really care. - AC_CHECK_PROGS(TAR, gnutar gtar tar) - --AC_CHECK_PROGS(AUTOMAKE, automake) -+dnl AC_CHECK_PROGS(AUTOMAKE, automake) - - dnl locate perl 5 and expect. - AC_PROG_INSTALL ---- rancid-2.3.8/Makefile.am -+++ rancid-2.3.8/Makefile.am -@@ -24,7 +24,7 @@ - - @SET_MAKE@ - --pkgdata_DATA = COPYING CHANGES FAQ README README.lg UPGRADING cloginrc.sample -+dist_doc_DATA = COPYING CHANGES FAQ README README.lg UPGRADING cloginrc.sample - EXTRA_DIST = BUGS Todo configure install-sh \ - mkinstalldirs Makefile.in Todo $(pkgdata_DATA) - #DIST_COMMON = ---- rancid-2.3.8/share/Makefile.am -+++ rancid-2.3.8/share/Makefile.am -@@ -50,8 +50,9 @@ - - pkgdata_SCRIPTS= rancid-cvspurge rtrfilter downreport - dist_pkgdata_SCRIPTS=getipacctg --dist_pkgdata_DATA=README.misc cisco-load.exp cisco-reload.exp \ -- index.html lgnotes.html -+dist_pkgdata_DATA=cisco-load.exp cisco-reload.exp -+dist_doc_DATA=README.misc -+dist_html_DATA=index.html lgnotes.html - - EXTRA_DIST = rancid-cvspurge.in rancid.spec rtrfilter.in downreport.in - ---- rancid-2.3.8/etc/Makefile.am -+++ rancid-2.3.8/etc/Makefile.am -@@ -48,7 +48,7 @@ - #AUTOMAKE_OPTIONS=foreign no-dependencies - AUTOMAKE_OPTIONS=foreign - --pkgdata_DATA= lg.conf.sample rancid.conf.sample -+dist_doc_DATA= lg.conf.sample rancid.conf.sample - EXTRA_DIST= $(pkgdata_DATA:%=%.in) - - CLEANFILES= $(pkgdata_DATA) diff --git a/net-misc/rancid-git/files/rancid-2.3.8-config.patch b/net-misc/rancid-git/files/rancid-2.3.8-config.patch deleted file mode 100644 index f39f28382da8..000000000000 --- a/net-misc/rancid-git/files/rancid-2.3.8-config.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- etc/rancid.conf.sample.in -+++ etc/rancid.conf.sample.in -@@ -42,7 +42,10 @@ - RCSSYS=@RCSSYS@; export RCSSYS - # - # if ACLSORT is NO, access-lists will NOT be sorted. --#ACLSORT=YES; export ACLSORT -+# -+#Gentoo - changing default to NO because access-list order matters in most instances -+#and many people expect to use rancid as a backup system -+ACLSORT=NO; export ACLSORT - # - # if NOPIPE is set, temp files will be used instead of a cmd pipe during - # collection from the router(s). -@@ -50,10 +53,16 @@ - # - # FILTER_PWDS determines which passwords are filtered from configs by the - # value set (NO | YES | ALL). see rancid.conf(5). --#FILTER_PWDS=YES; export FILTER_PWDS -+# -+#Gentoo - changing default to ALL; diffs are emailed and even the most secure -+#password hashes on most routers are easily brute-forceable with modern systems -+FILTER_PWDS=ALL; export FILTER_PWDS - # - # if NOCOMMSTR is set, snmp community strings will be stripped from the configs --#NOCOMMSTR=YES; export NOCOMMSTR -+# -+#Gentoo - changing default to YES; diffs are emailed and SNMP communities -+#can be just as dangerous as passwords -+NOCOMMSTR=YES; export NOCOMMSTR - # - # How many times failed collections are retried (for each run) before - # giving up. Minimum: 1 diff --git a/net-misc/rancid-git/files/rancid-2.3.8-mailprefix.patch b/net-misc/rancid-git/files/rancid-2.3.8-mailprefix.patch deleted file mode 100644 index 171a380679dc..000000000000 --- a/net-misc/rancid-git/files/rancid-2.3.8-mailprefix.patch +++ /dev/null @@ -1,178 +0,0 @@ ---- rancid-2.3.8/bin/Makefile.am -+++ rancid-2.3.8/bin/Makefile.am -@@ -96,8 +96,6 @@ - -e 's,@PERLV\@,$(PERLV),g' \ - -e 's,@PERLV_PATH\@,$(PERLV_PATH),g' \ - -e 's,@LG_PING_CMD\@,$(LG_PING_CMD),g' \ -- -e 's,@ADMINMAILPLUS\@,$(ADMINMAILPLUS),g' \ -- -e 's,@MAILPLUS\@,$(MAILPLUS),g' \ - -e 's,@PACKAGE\@,$(PACKAGE),g' \ - -e 's,@SVN_FSTYPE\@,$(SVN_FSTYPE),g' \ - -e 's,@VERSION\@,$(VERSION),g' \ ---- rancid-2.3.8/bin/control_rancid.in -+++ rancid-2.3.8/bin/control_rancid.in -@@ -118,8 +118,8 @@ - fi - - # the receipient(s) of diffs & mail options --mailrcpt=${mailrcpt:-"@MAILPLUS@${GROUP}${MAILDOMAIN}"}; export mailrcpt --adminmailrcpt=${adminmailrcpt:-"@ADMINMAILPLUS@${GROUP}${MAILDOMAIN}"}; -+mailrcpt=${mailrcpt:-"${MAILPREFIX}${GROUP}${MAILDOMAIN}"}; export mailrcpt -+adminmailrcpt=${adminmailrcpt:-"${ADMINMAILPREFIX}${GROUP}${MAILDOMAIN}"}; - export adminmailrcpt - set | grep MAILHEADERS= > /dev/null 2>&1 - if [ $? -ne 0 ] ; then ---- rancid-2.3.8/bin/rancid-run.in -+++ rancid-2.3.8/bin/rancid-run.in -@@ -147,7 +147,7 @@ - if [ -s $TMPDIR/.$GROUP.old ] - then - ( -- echo "To: @ADMINMAILPLUS@${GROUP}${MAILDOMAIN}" -+ echo "To: ${ADMINMAILPREFIX}${GROUP}${MAILDOMAIN}" - echo "Subject: rancid hung - $GROUP" - echo "Precedence: bulk" - echo "" ---- rancid-2.3.8/configure.in -+++ rancid-2.3.8/configure.in -@@ -163,46 +163,6 @@ - AC_SUBST(SVN_FSTYPE) - rd_cv_RCSSYS=$RCSSYS - --# Check for a preference for using mail addresses like rancid+group --# instead of the standard rancid-group --AC_MSG_CHECKING([whether mail addresses should be in the rancid+ form]) --AC_ARG_ENABLE(mail-plus, -- AS_HELP_STRING([--enable-mail-plus], [enable mail to rancid+ addresses, instead of rancid-]), --[if test "$enable_mail_plus" = yes; then -- AC_MSG_RESULT(yes) -- MAILPLUS="rancid+" -- AC_SUBST(MAILPLUS) --else -- AC_MSG_RESULT(no) -- MAILPLUS="rancid-" -- AC_SUBST(MAILPLUS) --fi], --[AC_MSG_RESULT(no) -- MAILPLUS="rancid-" -- AC_SUBST(MAILPLUS) --]) --rd_cv_MAILPLUS=$MAILPLUS -- --# Check for a preference for using mail addresses like rancid+admin-group --# instead of the standard rancid-admin-group --AC_MSG_CHECKING([whether admin mail addresses should be in the rancid-admin+ form]) --AC_ARG_ENABLE(adminmail-plus, -- AS_HELP_STRING([--enable-adminmail-plus], [enable mail to rancid-admin+ addresses, instead of rancid-admin-]), --[if test "$enable_adminmail_plus" = yes; then -- AC_MSG_RESULT([rancid-admin+]) -- ADMINMAILPLUS="rancid-admin+" -- AC_SUBST(ADMINMAILPLUS) --else -- AC_MSG_RESULT([${MAILPLUS}admin-]) -- ADMINMAILPLUS="${MAILPLUS}admin-" -- AC_SUBST(ADMINMAILPLUS) --fi], --[AC_MSG_RESULT([${MAILPLUS}admin-]) -- ADMINMAILPLUS="${MAILPLUS}admin-" -- AC_SUBST(ADMINMAILPLUS) --]) --rd_cv_ADMINMAILPLUS=$ADMINMAILPLUS -- - AC_PATH_PROG(DIRNAME,dirname,no) - - # locate GNU diff (one supporting the -u option) ---- rancid-2.3.8/etc/rancid.conf.sample.in -+++ rancid-2.3.8/etc/rancid.conf.sample.in -@@ -71,6 +71,21 @@ - # The number of devices to collect simultaneously. - #PAR_COUNT=5; export PAR_COUNT - # -+# Define the prefixes for regular and administrative email groups -+# configuration diffs will be emailed to {MAILPREFIX}{GROUPNAME} -+# eg. rancid-routers -+# problems/errors will be emailed to {ADMINMAILPREFIX}{GROUPNAME} -+# eg. rancid-admin-routers -+# -+MAILPREFIX="rancid-"; export MAILPREFIX -+ADMINMAILPREFIX="rancid-admin-"; export ADMINMAILPREFIX -+# -+# To use a delimiter-based system instead of email aliases, -+# comment the above 2 lines and uncomment the following two lines: -+#MAILPREFIX="rancid+"; export MAILPREFIX -+#ADMINMAILPREFIX="rancid-admin+"; export ADMINMAILPREFIX -+# -+# - # list of rancid groups - #LIST_OF_GROUPS="sl joebobisp" - # more groups... ---- rancid-2.3.8/man/Makefile.am -+++ rancid-2.3.8/man/Makefile.am -@@ -79,9 +79,7 @@ - -e 's,@bindir\@,$(bindir),g' \ - -e 's,@localstatedir\@,$(localstatedir),g' \ - -e 's,@sysconfdir\@,$(sysconfdir),g' \ -- -e 's,@pkgdatadir\@,$(pkgdatadir),g' \ -- -e 's,@ADMINMAILPLUS\@,$(ADMINMAILPLUS),g' \ -- -e 's,@MAILPLUS\@,$(MAILPLUS),g' -+ -e 's,@pkgdatadir\@,$(pkgdatadir),g' - - lg.conf.5: Makefile $(srcdir)/lg.conf.5.in - rm -f lg.conf.5 lg.conf.5.tmp; \ ---- rancid-2.3.8/man/rancid.conf.5.in -+++ rancid-2.3.8/man/rancid.conf.5.in -@@ -81,6 +81,19 @@ - are always filtered (e.g.: Alteon passwords). - .\" - .TP -+.B MAILPREFIX -+Sets the mail prefix that is used to generate group emails. Configuration -+diffs are emailed to an address of the form {MAILPREFIX}{GROUPNAME} -+eg. rancid-routers -+.sp -+Default: rancid- -+.B ADMINMAILPREFIX -+Sets the mail prefix that is used to generate admin group emails. -+problems/errors are emailed to an address of the form -+{ADMINMAILPREFIX}{GROUPNAME} -+eg. rancid-admin-routers -+.sp -+Default: rancid-admin- - .B LIST_OF_GROUPS - Defines a list of group names of routers separated by white-space. These - names become the directory names in $BASEDIR which contain the data -@@ -104,10 +117,10 @@ - .sp - .in +1i - .nf --@MAILPLUS@uofo: frank --@ADMINMAILPLUS@uofo: joe,bob --@MAILPLUS@usfs: frank --@ADMINMAILPLUS@usfs: joe,bob -+rancid-uofo: frank -+rancid-admin-uofo: joe,bob -+randid-usfs: frank -+rancid-admin-usfs: joe,bob - .fi - .sp - .in -1i -@@ -129,7 +142,7 @@ - .B MAILDOMAIN - Define the domain part of addresses for administrative and diff e-mail. - The value of this variable is simply appended to the normal mail addresses. --For example @MAILPLUS@usfs@example.com, if -+For example rancid-usfs@example.com, if - .B MAILDOMAIN - had been set to "@example.com". - .\" ---- rancid-2.3.8/share/downreport.in -+++ rancid-2.3.8/share/downreport.in -@@ -73,7 +73,7 @@ - - for GROUP in $LIST_OF_GROUPS; do - ( -- echo "To: @MAILPLUS@admin-$GROUP" -+ echo "To: ${ADMINMAILPREFIX}$GROUP" - echo "Subject: Down router report - $GROUP" - echo "$MAILHEADERS" | awk '{gsub(/\\n/,"\n");print;}' - echo "" diff --git a/net-misc/rancid-git/metadata.xml b/net-misc/rancid-git/metadata.xml deleted file mode 100644 index 08681bd3b2be..000000000000 --- a/net-misc/rancid-git/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="git">Enable git (version control system) support</flag> - </use> - <upstream> - <remote-id type="github">dotwaffle/rancid-git</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/rancid-git/rancid-git-2.3.8.ebuild b/net-misc/rancid-git/rancid-git-2.3.8.ebuild deleted file mode 100644 index 5e09d068be48..000000000000 --- a/net-misc/rancid-git/rancid-git-2.3.8.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils readme.gentoo user - -DESCRIPTION="New Cisco confIg Differ with git extensions and support for colorized emails!" -HOMEPAGE="https://dotwaffle.github.com/rancid-git" -#SRC_URI="ftp://ftp.shrubbery.net/pub/${PN}/${P}.tar.gz" -SRC_URI="https://github.com/dotwaffle/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-4" - -SLOT="0" -RESTRICT="mirror" -KEYWORDS="~amd64 ~x86" -IUSE="+git cvs subversion" -REQUIRED_USE="^^ ( git cvs subversion )" - -# app-arch/par is blocker, due to bug #455838 -DEPEND="!app-arch/par - dev-lang/perl - dev-lang/tcl:0= - dev-tcltk/expect - sys-apps/diffutils - git? ( dev-vcs/git ) - cvs? ( dev-vcs/cvs ) - subversion? ( dev-vcs/subversion ) - || ( - net-misc/netkit-telnetd - net-misc/telnet-bsd - )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P/-git}-mailprefix.patch - epatch "${FILESDIR}"/${P/-git}-config.patch - epatch "${FILESDIR}"/${P/-git}-buildsystem.patch - - # respect CFLAGS, bug #455840 - sed -i -e '/^CFLAGS/d' bin/Makefile.am || die 'sed on bin/Makefile.am failed' - - eautoreconf -} - -src_configure() { - econf \ - --localstatedir="${EPREFIX}"/var/${PN} \ - --enable-conf-install \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ - $(use_with subversion svn fsfs) \ - $(use_with git) -} - -src_install() { - default - - if use subversion ; then - sed -e 's/^RCSSYS=cvs/RCSSYS=svn/' \ - -i "${D}"/etc/rancid.conf || die - fi - - echo "CONFIG_PROTECT=\"${EPREFIX}/var/rancid/.cloginrc\"" > "${T}"/99${PN} - doenvd "${T}"/99${PN} - - readme.gentoo_src_install -} - -pkg_preinst() { - enewgroup ${PN} - enewuser ${PN} -1 /bin/bash "${EPREFIX}"/var/rancid ${PN} - - keepdir /var/${PN}{,/logs} - touch "${ED}"/var/${PN}/.cloginrc - - fperms ug=rwX,o= /var/${PN}/{,logs,.cloginrc} - fowners ${PN}:${PN} /var/${PN}/{,logs,.cloginrc} -} - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="Micro-HOWTO on how to get running: - -1) Modify MAILPREFIX, ADMINMAILPREFIX, and LIST_OF_GROUPS -in /etc/rancid.conf: -MAILPREFIX=\"rancid-\" -ADMINMAILPREFIX=\"rancid-admin-\" -LIST_OF_GROUPS=\"routers switches\" - -2) Setup email aliases for rancid: -you will need to define mail aliases for {MAILPREFIX}{GROUP} -and {ADMINMAILPREFIX}{GROUP} for each group you defined above -How to do this depends on your mailserver - -3) Run rancid-cvs as the rancid user to initialise directories and -repositories; eg. su -c /usr/bin/rancid-cvs - rancid -Note the command is the same even if you are using subversion - -4) Populate /var/rancid/{GROUPNAME}/router.db with nodes -see man 5 router.db for detailed formatting information - -5) Populate /var/rancid/.cloginrc with credentials -see /usr/share/rancid/cloginrc.sample for an example - -6) Test clogin access with: clogin -f /var/rancid/.clogin hostname - -7) Add a cronjob for the rancid user to regularly call rancid-run -eg: run crontab -u rancid -e and add the lines below -# run rancid once an hour -0 * * * * /usr/bin/rancid-run -# cleanup old logfiles generated by rancid once a day -50 23 * * * /usr/bin/find /var/rancid/logs -type f -mtime +2 -exec rm {} \; -" |