rpms/yaboot/devel yaboot-1.3.14-better_netboot.patch, 1.2, 1.3 yaboot.spec, 1.67, 1.68

Roman Rakus rrakus at fedoraproject.org
Thu Sep 24 12:16:42 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/yaboot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22908

Modified Files:
	yaboot-1.3.14-better_netboot.patch yaboot.spec 
Log Message:
Increase TFTP buffer to 32MB

yaboot-1.3.14-better_netboot.patch:
 include/debug.h      |    4 
 include/file.h       |    8 +
 include/fs.h         |    8 -
 second/file.c        |  214 ++++++++++++++++++++++++++++++++++++++-------------
 second/fs.c          |    6 -
 second/fs_ext2.c     |    8 -
 second/fs_iso.c      |    6 -
 second/fs_of.c       |   60 +++++++++-----
 second/fs_reiserfs.c |   12 +-
 second/fs_xfs.c      |   18 ++--
 second/yaboot.c      |    4 
 11 files changed, 245 insertions(+), 103 deletions(-)

Index: yaboot-1.3.14-better_netboot.patch
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot-1.3.14-better_netboot.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- yaboot-1.3.14-better_netboot.patch	6 Apr 2009 05:51:50 -0000	1.2
+++ yaboot-1.3.14-better_netboot.patch	24 Sep 2009 12:16:42 -0000	1.3
@@ -481,7 +481,7 @@ index 95c131d..5c7dd9b 100644
  
  #define LOAD_BUFFER_POS		0x1000000
 -#define LOAD_BUFFER_SIZE	0x1000000
-+#define LOAD_BUFFER_SIZE	0x1800000
++#define LOAD_BUFFER_SIZE	0x2000000
  
 -static int of_open(struct boot_file_t* file, const char* dev_name,
 -		   struct partition_t* part, const char* file_name);


Index: yaboot.spec
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- yaboot.spec	9 Sep 2009 17:45:06 -0000	1.67
+++ yaboot.spec	24 Sep 2009 12:16:42 -0000	1.68
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Thu Sep 09 2009 Roman Rakus <rrakus at redhat.com> - 1.3.14-19
+- Increase TFTP buffer to 32MB
+
 * Wed Sep 09 2009 Roman Rakus <rrakus at redhat.com> - 1.3.14-18
 - Do not require hfsutils on RHEL 6
 




More information about the fedora-extras-commits mailing list