Re: [2.0] Planning for 2.0.2 update
"Gilles Espinasse" <[email protected]>
| Newsgroups | gmane.comp.security.ipcop.devel |
|---|---|
| Message-ID | <075301cca2a1$92463210$f9b5a8c0@pii350> |
----- Original Message ----- From: "Olaf" <[email protected]> To: "Michael G Beirne" <[email protected]>; "IPCop devel" <[email protected]> Sent: Saturday, November 12, 2011 7:13 PM Subject: Re: [IPCop-devel] [2.0] Planning for 2.0.2 update > On 2011-11-12 17:29, Michael G Beirne wrote: > > On 11/12/2011 5:17 AM, Olaf Westrik wrote: > >> > >> > >>>> Could I update to 2.6.32.48 [3], that should still have a lot of good fixes, > >>>> that's 2.6.47 [4] + 3 revert? > >>> > >>> OK. I'll need some time to add fields for "valid until" in several CGIs > >>> anyway. > >> I have binutils-2.21.1a upgrade ready. This fix the download of 2.21 no more available on http://ftp.gnu.org/gnu/binutils/ This is mostly transparent to check_files as the only changed files from binutils upgrade are in the new kernel already in update. There is still the issue for files loaded from kernel.org. Gilles ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ IPCop-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ipcop-devel
binutils-2.21.1a.patch
(application/octet-stream, 1.4 KB)
Index: lfs/binutils =================================================================== --- lfs/binutils (révision 6080) +++ lfs/binutils (copie de travail) @@ -33,12 +33,12 @@ include Config PKG_NAME = binutils -VER = 2.21 +VER = 2.21.1 HOST_ARCH = all OTHER_SRC = yes THISAPP = $(PKG_NAME)-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP)a.tar.bz2 DL_FROM = $(URL_GNU)/$(PKG_NAME) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -64,7 +64,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c84c5acc9d266f1a7044b51c85a823f5 +$(DL_FILE)_MD5 = bde820eac53fa3a8d8696667418557ad install : $(TARGET) @@ -111,10 +111,10 @@ @$(PREBUILD) @rm -rf $(DIR_APP) $(DIR_SRC)/binutils-build cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_testsuite-ld-plugin.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(PKG_NAME)-2.21_testsuite-ld-plugin.patch # borrowed from debian 2.20.1-10 - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_012_check_ldrunpath_length.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_143_pr42602.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(PKG_NAME)-2.21_012_check_ldrunpath_length.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(PKG_NAME)-2.21_143_pr42602.patch @mkdir -p $(DIR_SRC)/binutils-build