Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775557 - net-proxy/squid: remove now unneeded automake:1.15 restriction
Summary: net-proxy/squid: remove now unneeded automake:1.15 restriction
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-03-12 07:49 UTC by INODE64 Sistemas
Modified: 2021-03-13 19:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
squid_automake.patch (squid_automake.patch,744 bytes, patch)
2021-03-12 07:51 UTC, INODE64 Sistemas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description INODE64 Sistemas 2021-03-12 07:49:47 UTC
I check to compile squid 4.13 and 4.14 with automake 1.16.2 and they run fine
See the original source code from squid

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

squid-4.13/Makefile.in                                                                                                                                                                                                                                         
# Makefile.in generated by automake 1.16.2 from Makefile.am.                                                                                                                                                                                                                              
# @configure_input@                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                          
# Copyright (C) 1994-2020 Free Software Foundation, Inc.                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                          
# This Makefile.in is free software; the Free Software Foundation                                                                                                                                                                                                                         
# gives unlimited permission to copy and/or distribute it,                                                                                                                                                                                                                                
# with or without modifications, as long as this notice is preserved.                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                          
# This program is distributed in the hope that it will be useful,                                                                                                                                                                                                                         
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without                                                                                                                                                                                                                       
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A                                                                                                                                                                                                                           
# PARTICULAR PURPOSE.                                                                                                                                                                                                                                                                     


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

squid-4.14/Makefile.in                                                                                                                                                                                                                                         
# Makefile.in generated by automake 1.16.3 from Makefile.am.                                                                                                                                                                                                                              
# @configure_input@                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                          
# Copyright (C) 1994-2020 Free Software Foundation, Inc.                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                          
# This Makefile.in is free software; the Free Software Foundation                                                                                                                                                                                                                         
# gives unlimited permission to copy and/or distribute it,                                                                                                                                                                                                                                
# with or without modifications, as long as this notice is preserved.                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                          
# This program is distributed in the hope that it will be useful,                                                                                                                                                                                                                         
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without                                                                                                                                                                                                                       
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A                                                                                                                                                                                                                           
# PARTICULAR PURPOSE.                                                                                                                                                                                                                                                                     


Reproducible: Always
Comment 1 INODE64 Sistemas 2021-03-12 07:51:00 UTC
Created attachment 690894 [details, diff]
squid_automake.patch

It removes depend for automake 1.15
Comment 2 Larry the Git Cow gentoo-dev 2021-03-13 19:57:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da42bcf6349fc6695855253d2c5008eb49576355

commit da42bcf6349fc6695855253d2c5008eb49576355
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2021-03-13 19:57:22 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2021-03-13 19:57:22 +0000

    net-proxy/squid: Do not bind to automake version
    
    Closes: https://bugs.gentoo.org/775557
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>

 net-proxy/squid/squid-4.13-r1.ebuild | 2 --
 net-proxy/squid/squid-4.14.ebuild    | 2 --
 2 files changed, 4 deletions(-)