Compare commits
13 Commits
0.15-1+squ
...
0.13-1+whe
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4e4d0e02b6 | ||
![]() |
a4afa867a1 | ||
![]() |
72ce94ef59 | ||
![]() |
ee38239429 | ||
![]() |
33fe733d3f | ||
![]() |
181d3cd30a | ||
![]() |
4ed52c07dd | ||
![]() |
ffe52106cd | ||
![]() |
10f11d9bc1 | ||
![]() |
4cba09d819 | ||
![]() |
9e1b28a8b1 | ||
![]() |
08050fbec7 | ||
![]() |
7eb0b073ec |
@@ -1,6 +1,7 @@
|
|||||||
^debian/liblinux-netlink-ruby(1.8|1.9.1)?$
|
^debian/ruby-linux-netlink$
|
||||||
~$
|
~$
|
||||||
^.config-liblinux-netlink-ruby
|
^.config-liblinux-netlink-ruby
|
||||||
|
^.pc/
|
||||||
^debian/files$
|
^debian/files$
|
||||||
^debian/.*\.substvars$
|
^debian/.*\.substvars$
|
||||||
^debian/.*\.debhelper.log$
|
^debian/.*\.debhelper.log$
|
||||||
|
28
debian/changelog
vendored
28
debian/changelog
vendored
@@ -1,32 +1,28 @@
|
|||||||
linux-netlink-ruby (0.15-1+squeeze1) oldstable; urgency=low
|
ruby-linux-netlink (0.13-1+wheezy1) stable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
||||||
-- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 21 Jan 2014 10:02:54 +0000
|
-- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 13 Nov 2013 16:16:36 +0000
|
||||||
|
|
||||||
linux-netlink-ruby (0.14-1+squeeze1) oldstable; urgency=low
|
ruby-linux-netlink (0.12-1+wheezy1) stable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
||||||
-- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 14 Nov 2013 11:59:05 +0000
|
-- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 12 Sep 2013 14:26:41 +0100
|
||||||
|
|
||||||
linux-netlink-ruby (0.13-1+squeeze1) oldstable; urgency=low
|
ruby-linux-netlink (0.11-1+wheezy2) stable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* Switch to dpkg-source 3.0 (quilt) format.
|
||||||
|
* Added patch to remove rubygems requires.
|
||||||
|
* Renamed source package to fit in with the new guidelines.
|
||||||
|
|
||||||
-- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 13 Nov 2013 16:15:43 +0000
|
-- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 05 Jul 2013 14:16:30 +0100
|
||||||
|
|
||||||
linux-netlink-ruby (0.12-1+squeeze1) oldstable; urgency=low
|
linux-netlink-ruby (0.11-1+wheezy1) stable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream version, repackaged for wheezy.
|
||||||
|
|
||||||
-- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 12 Sep 2013 14:28:10 +0100
|
-- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 05 Jul 2013 14:16:05 +0100
|
||||||
|
|
||||||
linux-netlink-ruby (0.11-1+squeeze1) oldstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream version.
|
|
||||||
|
|
||||||
-- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 05 Jul 2013 13:52:09 +0100
|
|
||||||
|
|
||||||
linux-netlink-ruby (0.10-6) stable; urgency=low
|
linux-netlink-ruby (0.10-6) stable; urgency=low
|
||||||
|
|
||||||
|
37
debian/control
vendored
37
debian/control
vendored
@@ -1,39 +1,18 @@
|
|||||||
Source: linux-netlink-ruby
|
Source: ruby-linux-netlink
|
||||||
Maintainer: Matthew Bloch <matthew@bytemark.co.uk>
|
Maintainer: Matthew Bloch <matthew@bytemark.co.uk>
|
||||||
Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>
|
Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>
|
||||||
Section: ruby
|
Section: ruby
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 7), cdbs, ruby1.8, ruby1.9.1, ruby-pkg-tools, rake
|
Build-Depends: debhelper (>= 7), gem2deb, rake, ruby-ffi
|
||||||
Standards-Version: 3.8.0
|
Standards-Version: 3.8.0
|
||||||
|
XS-Ruby-Versions: all
|
||||||
|
|
||||||
Package: liblinux-netlink-ruby
|
Package: ruby-linux-netlink
|
||||||
Architecture: all
|
Architecture: any
|
||||||
Depends: liblinux-netlink-ruby1.8 | liblinux-netlink-ruby1.9.1, ${misc:Depends}
|
Depends: ruby | ruby-interpreter, ruby-ffi, ${misc:Depends}
|
||||||
|
Provides: liblinux-netlink-ruby1.8, liblinux-netlink-ruby1.9.1
|
||||||
|
XB-Ruby-Versions: ${ruby:Versions}
|
||||||
Description: Netlink socket library for Ruby
|
Description: Netlink socket library for Ruby
|
||||||
This library provides an API for using a Linux Netlink socket, for doing
|
This library provides an API for using a Linux Netlink socket, for doing
|
||||||
things like manipulating IP interfaces and routes programmatically, and
|
things like manipulating IP interfaces and routes programmatically, and
|
||||||
capturing packets from ULOG.
|
capturing packets from ULOG.
|
||||||
.
|
|
||||||
This is the metapackage for all versions of Ruby.
|
|
||||||
|
|
||||||
Package: liblinux-netlink-ruby1.8
|
|
||||||
Architecture: any
|
|
||||||
Depends: ruby1.8 (>= 1.8.7), libffi-ruby1.8, ${misc:Depends}
|
|
||||||
Description: Netlink socket library for Ruby 1.8
|
|
||||||
This library provides an API for using a Linux Netlink socket, for doing
|
|
||||||
things like manipulating IP interfaces and routes programmatically, and
|
|
||||||
capturing packets from ULOG.
|
|
||||||
.
|
|
||||||
This is the version for Ruby 1.8.7.
|
|
||||||
|
|
||||||
|
|
||||||
Package: liblinux-netlink-ruby1.9.1
|
|
||||||
Architecture: any
|
|
||||||
Depends: ruby1.9.1, libffi-ruby1.9.1, ${misc:Depends}
|
|
||||||
Description: Netlink socket library for Ruby 1.9.1
|
|
||||||
This library provides an API for using a Linux Netlink socket, for doing
|
|
||||||
things like manipulating IP interfaces and routes programmatically, and
|
|
||||||
capturing packets from ULOG.
|
|
||||||
.
|
|
||||||
This is the version for Ruby 1.9.1.
|
|
||||||
|
|
||||||
|
1
debian/liblinux-netlink-ruby1.9.1.examples
vendored
1
debian/liblinux-netlink-ruby1.9.1.examples
vendored
@@ -1 +0,0 @@
|
|||||||
examples/*
|
|
32
debian/patches/remove-rubygems-requirements
vendored
Normal file
32
debian/patches/remove-rubygems-requirements
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
Removed "require rubygems" from everywhere.
|
||||||
|
--- a/lib/linux/iptables.rb
|
||||||
|
+++ b/lib/linux/iptables.rb
|
||||||
|
@@ -1,11 +1,6 @@
|
||||||
|
require 'socket'
|
||||||
|
require 'linux/constants'
|
||||||
|
-
|
||||||
|
-begin
|
||||||
|
- require 'ffi'
|
||||||
|
-rescue LoadError
|
||||||
|
- require('rubygems') ? retry : raise
|
||||||
|
-end
|
||||||
|
+require 'ffi'
|
||||||
|
|
||||||
|
|
||||||
|
# Good things about FFI::Struct:
|
||||||
|
--- a/lib/linux/sendmsg.rb
|
||||||
|
+++ b/lib/linux/sendmsg.rb
|
||||||
|
@@ -1,12 +1,7 @@
|
||||||
|
# Patchup to add Socket#sendmsg and Socket#recvmsg for ruby 1.8
|
||||||
|
|
||||||
|
if BasicSocket.instance_methods.grep(/^sendmsg$/).empty?
|
||||||
|
- begin
|
||||||
|
- require 'ffi'
|
||||||
|
- rescue LoadError
|
||||||
|
- require('rubygems') ? retry : raise
|
||||||
|
- end
|
||||||
|
-
|
||||||
|
+ require 'ffi'
|
||||||
|
|
||||||
|
class BasicSocket
|
||||||
|
module FFIExt
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
remove-rubygems-requirements
|
2
debian/ruby-test-files.yaml
vendored
Normal file
2
debian/ruby-test-files.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
- test/t_route.rb
|
20
debian/rules
vendored
20
debian/rules
vendored
@@ -1,11 +1,23 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#
|
#
|
||||||
|
# export DH_VERBOSE=1
|
||||||
|
#
|
||||||
|
# Uncomment to ignore all test failures (but the tests will run anyway)
|
||||||
|
# export DH_RUBY_IGNORE_TESTS=all
|
||||||
|
#
|
||||||
|
# Uncomment to ignore some test failures (but the tests will run anyway).
|
||||||
|
# Valid values:
|
||||||
|
# export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
|
||||||
|
#
|
||||||
|
# If you need to specify the .gemspec (eg there is more than one)
|
||||||
|
# export DH_RUBY_GEMSPEC=gem.gemspec
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
%:
|
||||||
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
|
dh $@ --buildsystem=ruby --with ruby
|
||||||
|
|
||||||
makebuilddir::
|
override_dh_auto_build-arch:
|
||||||
rake lib/linux/c_struct_sizeof_size_t.rb
|
rake lib/linux/c_struct_sizeof_size_t.rb
|
||||||
|
|
||||||
clean::
|
override_dh_auto_clean:
|
||||||
rake clean
|
rake clean
|
||||||
|
|
||||||
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
@@ -25,7 +25,7 @@ module Netlink
|
|||||||
# Check the sockaddr on a received message. Raises an error if the AF
|
# Check the sockaddr on a received message. Raises an error if the AF
|
||||||
# is not AF_NETLINK or the PID is not 0 (this is important for security)
|
# is not AF_NETLINK or the PID is not 0 (this is important for security)
|
||||||
def self.check_sockaddr(str)
|
def self.check_sockaddr(str)
|
||||||
af, _, pid, _ = str.unpack(SOCKADDR_PACK)
|
af, pad, pid, groups = str.unpack(SOCKADDR_PACK)
|
||||||
raise "Bad AF #{af}!" if af != Socket::AF_NETLINK
|
raise "Bad AF #{af}!" if af != Socket::AF_NETLINK
|
||||||
raise "Bad PID #{pid}!" if pid != 0
|
raise "Bad PID #{pid}!" if pid != 0
|
||||||
end
|
end
|
||||||
@@ -135,8 +135,8 @@ module Netlink
|
|||||||
# (Compare: rtnl_talk in lib/libnetlink.c, with answer=NULL)
|
# (Compare: rtnl_talk in lib/libnetlink.c, with answer=NULL)
|
||||||
def cmd(type, msg, flags=NLM_F_REQUEST, resp_type=NLMSG_ERROR, timeout=@timeout, sockaddr=SOCKADDR_DEFAULT)
|
def cmd(type, msg, flags=NLM_F_REQUEST, resp_type=NLMSG_ERROR, timeout=@timeout, sockaddr=SOCKADDR_DEFAULT)
|
||||||
send_request(type, msg, flags|NLM_F_ACK, sockaddr)
|
send_request(type, msg, flags|NLM_F_ACK, sockaddr)
|
||||||
receive_responses(true, timeout) do |rtype,rmsg|
|
receive_responses(true, timeout) do |type,msg|
|
||||||
return rmsg if rtype == resp_type
|
return msg if type == resp_type
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -144,7 +144,7 @@ module Netlink
|
|||||||
# Discard all waiting messages
|
# Discard all waiting messages
|
||||||
def drain
|
def drain
|
||||||
while select([@socket], nil, nil, 0)
|
while select([@socket], nil, nil, 0)
|
||||||
mesg, _, _, _ = @socket.recvmsg
|
mesg, sender, rflags, controls = @socket.recvmsg
|
||||||
raise EOFError unless mesg
|
raise EOFError unless mesg
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -209,7 +209,7 @@ module Netlink
|
|||||||
# kernel closes the socket.
|
# kernel closes the socket.
|
||||||
def recvmsg(timeout=@timeout)
|
def recvmsg(timeout=@timeout)
|
||||||
if select([@socket], nil, nil, timeout)
|
if select([@socket], nil, nil, timeout)
|
||||||
mesg, sender, _, _ = @socket.recvmsg
|
mesg, sender, rflags, controls = @socket.recvmsg
|
||||||
raise EOFError unless mesg
|
raise EOFError unless mesg
|
||||||
sender = sender.to_sockaddr if sender.respond_to? :to_sockaddr
|
sender = sender.to_sockaddr if sender.respond_to? :to_sockaddr
|
||||||
NLSocket.check_sockaddr(sender)
|
NLSocket.check_sockaddr(sender)
|
||||||
|
@@ -122,7 +122,6 @@ module Netlink
|
|||||||
:unpack => lambda { |str,obj| VlanFlags.parse(str) }
|
:unpack => lambda { |str,obj| VlanFlags.parse(str) }
|
||||||
rtattr :egress_qos, IFLA_VLAN_EGRESS_QOS
|
rtattr :egress_qos, IFLA_VLAN_EGRESS_QOS
|
||||||
rtattr :ingress_qos, IFLA_VLAN_INGRESS_QOS
|
rtattr :ingress_qos, IFLA_VLAN_INGRESS_QOS
|
||||||
rtattr :protocol, IFLA_VLAN_PROTOCOL, :ushort
|
|
||||||
end
|
end
|
||||||
|
|
||||||
module Route
|
module Route
|
||||||
|
@@ -59,7 +59,6 @@ module Netlink
|
|||||||
end
|
end
|
||||||
li.data.egress_qos = opt.delete(:egress_qos) if opt.has_key?(:egress_qos)
|
li.data.egress_qos = opt.delete(:egress_qos) if opt.has_key?(:egress_qos)
|
||||||
li.data.ingress_qos = opt.delete(:ingress_qos) if opt.has_key?(:ingress_qos)
|
li.data.ingress_qos = opt.delete(:ingress_qos) if opt.has_key?(:ingress_qos)
|
||||||
li.data.protocol = opt.delete(:protocol) if opt.has_key?(:protocol)
|
|
||||||
opt
|
opt
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user