[DRE-commits] [ruby-omniauth-ldap] 05/07: relax rubyntlm

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 5 07:48:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-omniauth-ldap.

commit 63a48d97f8f958e7c09ada1fecc403993e0f9882
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 5 12:42:41 2015 +0530

    relax rubyntlm
---
 debian/patches/relax-ntlm.patch | 34 ++++++++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/relax-ntlm.patch b/debian/patches/relax-ntlm.patch
new file mode 100644
index 0000000..783a13d
--- /dev/null
+++ b/debian/patches/relax-ntlm.patch
@@ -0,0 +1,34 @@
+Index: ruby-omniauth-ldap/metadata.yml
+===================================================================
+--- ruby-omniauth-ldap.orig/metadata.yml
++++ ruby-omniauth-ldap/metadata.yml
+@@ -58,14 +58,14 @@ dependencies:
+     requirements:
+     - - ~>
+       - !ruby/object:Gem::Version
+-        version: 0.1.1
++        version: 0.3.4
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+     - - ~>
+       - !ruby/object:Gem::Version
+-        version: 0.1.1
++        version: 0.3.4
+ - !ruby/object:Gem::Dependency
+   name: rspec
+   requirement: !ruby/object:Gem::Requirement
+Index: ruby-omniauth-ldap/omniauth-ldap.gemspec
+===================================================================
+--- ruby-omniauth-ldap.orig/omniauth-ldap.gemspec
++++ ruby-omniauth-ldap/omniauth-ldap.gemspec
+@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
+   gem.add_runtime_dependency     'omniauth', '~> 1.0'
+   gem.add_runtime_dependency     'net-ldap', '~> 0.8.0'
+   gem.add_runtime_dependency     'pyu-ruby-sasl', '~> 0.0.3.1'
+-  gem.add_runtime_dependency     'rubyntlm', '~> 0.1.1'
++  gem.add_runtime_dependency     'rubyntlm', '~> 0.3.4'
+   gem.add_development_dependency 'rspec', '~> 2.7'
+   gem.add_development_dependency 'simplecov'
+   gem.add_development_dependency 'rack-test'
diff --git a/debian/patches/series b/debian/patches/series
index 6ab9ad7..5f736eb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 gitlab.patch
 get-rid-of-simplecov.patch
 relax-net-ldap-version.patch
+relax-ntlm.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth-ldap.git



More information about the Pkg-ruby-extras-commits mailing list