From bf35832f54f88a44211080455a9b1acdc2f797ba Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 12 Jan 2007 16:47:19 +0000 Subject: ruby: added forgotten patches --- packages/ruby/ruby-1.8.5/.mtn2git_empty | 0 .../ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch | 16 ++++++++++++++++ packages/ruby/ruby-1.8.5/extmk_run.patch | 15 +++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 packages/ruby/ruby-1.8.5/.mtn2git_empty create mode 100644 packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch create mode 100644 packages/ruby/ruby-1.8.5/extmk_run.patch (limited to 'packages/ruby') diff --git a/packages/ruby/ruby-1.8.5/.mtn2git_empty b/packages/ruby/ruby-1.8.5/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch b/packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch new file mode 100644 index 0000000000..82137896b9 --- /dev/null +++ b/packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch @@ -0,0 +1,16 @@ +--- packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch f667776fd8760b7048cc9617930112347b0ef2c0 ++++ packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch f667776fd8760b7048cc9617930112347b0ef2c0 +@@ -0,0 +1,13 @@ ++--- ruby-1.8.5/ext/socket/extconf.rb.orig 2006-12-30 15:12:31.000000000 +1100 +++++ ruby-1.8.5/ext/socket/extconf.rb 2006-12-30 15:16:24.000000000 +1100 ++@@ -216,6 +216,10 @@ ++ } ++ EOF ++ end +++# Ignore the actual result of the above test and assume that +++# everything is OK. +++getaddr_info_ok = true +++ ++ if ipv6 and not getaddr_info_ok ++ abort <files
AgeCommit message (Expand)AuthorFiles
2008-12-07udev: slugos - add loop devices to blacklist, bump PRMike Westerhof1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe6
2008-08-29SlugOS 5.0: udev - mount.sh script needs to use blkid to automaticallyMike Westerhof1
2008-02-25Export PATH in udev network.sh.Stanislav Brabec1
2008-02-10SlugOS: udev - do not attempt to mount a device via fstab since mounting onMike Westerhof1
2007-09-29udev: sync with poky, def_pref 115 negativeKoen Kooi8
2007-08-28udev: add sbin into PATH for network.sh, should close #2869Clement Hermann1
2007-06-30udev: Stop booting semi-configured system in case of random miniscule errors.Paul Sokolovsky1
2007-06-18udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.Paul Sokolovsky1
2006-11-07udev: Auto-add the rootfs partition to mount.blacklist via postinst to work a...Matthias Hentges1
2006-09-14udev: remove needless machine specificationsPhilipp Zabel13
2006-08-22udev: add 097Philipp Zabel1
2006-08-12udev: add mount.blacklist for h2200 and ipaq-pxa270Koen Kooi4
2006-07-24udev - /proc/sys/kernel/hotplug hasmoved to /sys/kernel/uevent_helper in 2.6.16.Raymond Danks1
2006-05-31udev: Add mount blacklist for amsdelta.Jonathan McDowell2
2006-05-27udev: Add /dev/ram to the automount blacklists for all devices. Enable 089 as...Richard Purdie5
2006-05-03udev: Do not start any NICs before /etc/init.d/network is run and /var/ is po...Matthias Hentges2
2006-04-26udev: Add /dev/loop* to mount blacklistMatthias Hentges5
2006-04-14udev: Added a slugos-specific mount.blacklist to exclude ram[0-9]$, mtdblock[...Rod Whitby2
2006-04-20udev: network.sh: Do not ifup an already configured network device again.Matthias Hentges1
2006-04-18udev: Add udev rule to auto-load the sd_mod module on demand, closing OE bug ...Matthias Hentges1
2006-04-13udev: Add changes from .oz354xMatthias Hentges10
2006-04-10udev: move duplicate patches to files/Philipp Zabel4
2006-04-04udev 084: Fixes from Olivier Berger to get usb symlinking and modprobing work...Richard Purdie2
2006-01-29udev: make work with util-linux mount in allJohn Bowler1
2006-01-24udev: Add rules for PCMCIA NICs. Only used when pcmciautils is installed.Matthias Hentges2