[389-ds-base/f18] bump version to 1.3.0.7
by Noriko Hosoi
commit 4c359b279445e22e882b7022b6b14a948b86c8b7
Author: Noriko Hosoi <nhosoi(a)redhat.com>
Date: Wed Jul 31 16:56:24 2013 -0700
bump version to 1.3.0.7
- fix coverity 11895 - null deref - caused by fix to ticket 47392
- fix compiler warning in posix winsync code for posix_group_del_memberuid_callback (cherry picked from commit f440e039a5f2a7b2ea0dd087d8e91c554abc1be0)
- Fix compiler warnings for Ticket 47395 and 47397
- fix compiler warning (cherry picked from commit 904416f4631d842a105851b4a9931ae17822a107) (cherry picked from commit 3a5f8de21fba3656670b8ee35e020f159d4110db)
- Ticket 543 - Sorting with attributes in ldapsearch gives incorrect result
- Ticket 47405 - CVE-2013-2219 ACLs inoperative in some search scenarios
- Ticket 47449 - deadlock after adding and deleting entries
- Ticket 47421 - memory leaks in set_krb5_creds
- Ticket 47441 - Disk Monitoring not checking filesystem with logs
- Ticket 47435 - Very large entryusn values after enabling the USN plugin and the lastusn value is negative.
- Ticket 47424 - Replication problem with add-delete requests on single-valued attributes
- Ticket 47367 - (phase 2) ldapdelete returns non-leaf entry error while trying to remove a leaf entry
- Ticket 47367 - (phase 1) ldapdelete returns non-leaf entry error while trying to remove a leaf entry
- Ticket 47399 - RHDS denies MODRDN access if ACI list contains any DENY rule
- Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold
- Ticket 47428 - Memory leak in 389-ds-base 1.2.11.15
- Ticket 47392 - ldbm errors when adding/modifying/deleting entries
- Ticket 47385 - Disk Monitoring is not triggered as expected.
- Ticket 47410 - changelog db deadlocks with DNA and replication
- Ticket 47419 - Unhashed userpassword can accidentally get removed from mods
- Ticket 47409 - allow setting db deadlock rejection policy
- Ticket 47393 - Attribute are not encrypted on a consumer after a full initialization
- Ticket 47395 47397 v2 correct behaviour of account policy if only stateattr is configured or no alternate attr is configured
- Ticket 47396 - crash on modrdn of tombstone
- Ticket 47402 - Attribute names are incorrect in search results
- Ticket 47400 - MMR stress test with dna enabled causes a deadlock
- Ticket 47391 - deleting and adding userpassword fails to update the password (additional fix)
- Ticket 47391 - deleting and adding userpassword fails to update the password
- Coverity Fixes (Part 7)
- Ticket 47376 - DESC should not be empty as per RFC 2252 (ldapv3)
- Ticket 47375 - flush_ber error sending back start_tls response will deadlock
- Ticket 47377 - make listen backlog size configurable
- Ticket 47383 - connections attribute in cn=snmp,cn=monitor is counted twice
- Ticket 47385 - DS not shutting down when disk monitoring threshold is reached
- Ticket 47378 - fix recent compiler warnings
- Coverity Fixes (Part 5)
- Coverity Fixes (Part 4)
- Coverity Fixes (Part 3)
- Coverity Fixes (Part 2)
- Coverity Fixes (part 1)
- Ticket 580 - Wrong error code return when using EXTERNAL SASL and no client certificate
- Ticket 47349 - DS instance crashes under a high load
- Ticket 47359 - new ldap connections can block ldaps and ldapi connections
- Ticket 47327 - error syncing group if group member user is not synced
- Ticket 47362 - ipa upgrade selinuxusermap data not replicating
- Revert "Ticket 47355 - dse.ldif doesn't replicate update to nsslapd-sasl-mapping-fallback"
- Revert "Ticket 511 - Revision - allow turning off vattr lookup in search entry return"
- Ticket 511 - Revision - allow turning off vattr lookup in search entry return
- Ticket 47355 - dse.ldif doesn't replicate update to nsslapd-sasl-mapping-fallback
- Ticket 47347 - Simple paged results should support async search
.gitignore | 1 +
389-ds-base-git-local.sh | 2 +-
389-ds-base-git.sh | 2 +-
389-ds-base.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++-
sources | 2 +-
5 files changed, 58 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05bebc6..4f7d941 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@
/389-ds-base-1.3.0.4.tar.bz2
/389-ds-base-1.3.0.5.tar.bz2
/389-ds-base-1.3.0.6.tar.bz2
+/389-ds-base-1.3.0.7.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index a7d6916..c879d2d 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
-VERSION=1.3.0.6
+VERSION=1.3.0.7
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index 331a05e..0c8846c 100644
--- a/389-ds-base-git.sh
+++ b/389-ds-base-git.sh
@@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
-VERSION=1.3.0.6
+VERSION=1.3.0.7
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
diff --git a/389-ds-base.spec b/389-ds-base.spec
index 997c105..39d8a33 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -24,7 +24,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
-Version: 1.3.0.6
+Version: 1.3.0.7
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@@ -314,6 +314,59 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
+* Wed Jul 31 2013 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.0.7-1
+- bump version to 1.3.0.7
+- fix coverity 11895 - null deref - caused by fix to ticket 47392
+- fix compiler warning in posix winsync code for posix_group_del_memberuid_callback (cherry picked from commit f440e039a5f2a7b2ea0dd087d8e91c554abc1be0)
+- Fix compiler warnings for Ticket 47395 and 47397
+- fix compiler warning (cherry picked from commit 904416f4631d842a105851b4a9931ae17822a107) (cherry picked from commit 3a5f8de21fba3656670b8ee35e020f159d4110db)
+- Ticket 543 - Sorting with attributes in ldapsearch gives incorrect result
+- Ticket 47405 - CVE-2013-2219 ACLs inoperative in some search scenarios
+- Ticket 47449 - deadlock after adding and deleting entries
+- Ticket 47421 - memory leaks in set_krb5_creds
+- Ticket 47441 - Disk Monitoring not checking filesystem with logs
+- Ticket 47435 - Very large entryusn values after enabling the USN plugin and the lastusn value is negative.
+- Ticket 47424 - Replication problem with add-delete requests on single-valued attributes
+- Ticket 47367 - (phase 2) ldapdelete returns non-leaf entry error while trying to remove a leaf entry
+- Ticket 47367 - (phase 1) ldapdelete returns non-leaf entry error while trying to remove a leaf entry
+- Ticket 47399 - RHDS denies MODRDN access if ACI list contains any DENY rule
+- Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold
+- Ticket 47428 - Memory leak in 389-ds-base 1.2.11.15
+- Ticket 47392 - ldbm errors when adding/modifying/deleting entries
+- Ticket 47385 - Disk Monitoring is not triggered as expected.
+- Ticket 47410 - changelog db deadlocks with DNA and replication
+- Ticket 47419 - Unhashed userpassword can accidentally get removed from mods
+- Ticket 47409 - allow setting db deadlock rejection policy
+- Ticket 47393 - Attribute are not encrypted on a consumer after a full initialization
+- Ticket 47395 47397 v2 correct behaviour of account policy if only stateattr is configured or no alternate attr is configured
+- Ticket 47396 - crash on modrdn of tombstone
+- Ticket 47402 - Attribute names are incorrect in search results
+- Ticket 47400 - MMR stress test with dna enabled causes a deadlock
+- Ticket 47391 - deleting and adding userpassword fails to update the password (additional fix)
+- Ticket 47391 - deleting and adding userpassword fails to update the password
+- Coverity Fixes (Part 7)
+- Ticket 47376 - DESC should not be empty as per RFC 2252 (ldapv3)
+- Ticket 47375 - flush_ber error sending back start_tls response will deadlock
+- Ticket 47377 - make listen backlog size configurable
+- Ticket 47383 - connections attribute in cn=snmp,cn=monitor is counted twice
+- Ticket 47385 - DS not shutting down when disk monitoring threshold is reached
+- Ticket 47378 - fix recent compiler warnings
+- Coverity Fixes (Part 5)
+- Coverity Fixes (Part 4)
+- Coverity Fixes (Part 3)
+- Coverity Fixes (Part 2)
+- Coverity Fixes (part 1)
+- Ticket 580 - Wrong error code return when using EXTERNAL SASL and no client certificate
+- Ticket 47349 - DS instance crashes under a high load
+- Ticket 47359 - new ldap connections can block ldaps and ldapi connections
+- Ticket 47327 - error syncing group if group member user is not synced
+- Ticket 47362 - ipa upgrade selinuxusermap data not replicating
+- Revert "Ticket 47355 - dse.ldif doesn't replicate update to nsslapd-sasl-mapping-fallback"
+- Revert "Ticket 511 - Revision - allow turning off vattr lookup in search entry return"
+- Ticket 511 - Revision - allow turning off vattr lookup in search entry return
+- Ticket 47355 - dse.ldif doesn't replicate update to nsslapd-sasl-mapping-fallback
+- Ticket 47347 - Simple paged results should support async search
+
* Wed Apr 10 2013 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.0.6-1
- bump version to 1.3.0.6
- Ticket 623 - cleanAllRUV task fails to cleanup config upon completion
diff --git a/sources b/sources
index 8562486..d61fed8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a95ccba2fb80f12c024761622832df56 389-ds-base-1.3.0.6.tar.bz2
+c2f5524804042445152a77e199305d5b 389-ds-base-1.3.0.7.tar.bz2
10Â years, 2Â months
[libibverbs/f18: 2/2] Merge branch 'master' into f18
by Doug Ledford
commit e7575efbfbc5ef979c488e65094bc82944381651
Merge: 0bb7416 a05699c
Author: Doug Ledford <dledford(a)redhat.com>
Date: Wed Jul 31 19:54:30 2013 -0400
Merge branch 'master' into f18
libibverbs-1.1.7-arg-fixes.patch | 252 ++++++++++++++++++++++++++++++++++++++
libibverbs.spec | 7 +-
2 files changed, 258 insertions(+), 1 deletions(-)
---
10Â years, 2Â months
[libibverbs/f19: 2/2] Merge branch 'master' into f19
by Doug Ledford
commit bd4ec656ee1bc0de737f2878715c2c53f5cd018d
Merge: 0bb7416 a05699c
Author: Doug Ledford <dledford(a)redhat.com>
Date: Wed Jul 31 19:52:43 2013 -0400
Merge branch 'master' into f19
libibverbs-1.1.7-arg-fixes.patch | 252 ++++++++++++++++++++++++++++++++++++++
libibverbs.spec | 7 +-
2 files changed, 258 insertions(+), 1 deletions(-)
---
10Â years, 2Â months
[libibverbs] Forward port rhel6.5 fixes
by Doug Ledford
commit a05699c6bc10f463ac4220be9d8573e71d73ca63
Author: Doug Ledford <dledford(a)redhat.com>
Date: Wed Jul 31 19:50:33 2013 -0400
Forward port rhel6.5 fixes
Signed-off-by: Doug Ledford <dledford(a)redhat.com>
libibverbs-1.1.7-arg-fixes.patch | 252 ++++++++++++++++++++++++++++++++++++++
libibverbs.spec | 7 +-
2 files changed, 258 insertions(+), 1 deletions(-)
---
diff --git a/libibverbs-1.1.7-arg-fixes.patch b/libibverbs-1.1.7-arg-fixes.patch
new file mode 100644
index 0000000..63fd828
--- /dev/null
+++ b/libibverbs-1.1.7-arg-fixes.patch
@@ -0,0 +1,252 @@
+diff -up libibverbs-1.1.7/examples/rc_pingpong.c.fixes libibverbs-1.1.7/examples/rc_pingpong.c
+--- libibverbs-1.1.7/examples/rc_pingpong.c.fixes 2013-05-06 14:50:50.000000000 -0400
++++ libibverbs-1.1.7/examples/rc_pingpong.c 2013-07-31 18:43:50.242511781 -0400
+@@ -544,12 +544,12 @@ int main(int argc, char *argv[])
+ struct timeval start, end;
+ char *ib_devname = NULL;
+ char *servername = NULL;
+- int port = 18515;
++ unsigned int port = 18515;
+ int ib_port = 1;
+- int size = 4096;
++ unsigned int size = 4096;
+ enum ibv_mtu mtu = IBV_MTU_1024;
+- int rx_depth = 500;
+- int iters = 1000;
++ unsigned int rx_depth = 500;
++ unsigned int iters = 1000;
+ int use_event = 0;
+ int routs;
+ int rcnt, scnt;
+@@ -584,8 +584,8 @@ int main(int argc, char *argv[])
+
+ switch (c) {
+ case 'p':
+- port = strtol(optarg, NULL, 0);
+- if (port < 0 || port > 65535) {
++ port = strtoul(optarg, NULL, 0);
++ if (port > 65535) {
+ usage(argv[0]);
+ return 1;
+ }
+@@ -597,14 +597,14 @@ int main(int argc, char *argv[])
+
+ case 'i':
+ ib_port = strtol(optarg, NULL, 0);
+- if (ib_port < 0) {
++ if (ib_port < 1) {
+ usage(argv[0]);
+ return 1;
+ }
+ break;
+
+ case 's':
+- size = strtol(optarg, NULL, 0);
++ size = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'm':
+@@ -616,11 +616,11 @@ int main(int argc, char *argv[])
+ break;
+
+ case 'r':
+- rx_depth = strtol(optarg, NULL, 0);
++ rx_depth = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'n':
+- iters = strtol(optarg, NULL, 0);
++ iters = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'l':
+diff -up libibverbs-1.1.7/examples/srq_pingpong.c.fixes libibverbs-1.1.7/examples/srq_pingpong.c
+--- libibverbs-1.1.7/examples/srq_pingpong.c.fixes 2013-05-06 14:50:50.000000000 -0400
++++ libibverbs-1.1.7/examples/srq_pingpong.c 2013-07-31 18:46:47.915952519 -0400
+@@ -617,13 +617,13 @@ int main(int argc, char *argv[])
+ struct timeval start, end;
+ char *ib_devname = NULL;
+ char *servername = NULL;
+- int port = 18515;
++ unsigned int port = 18515;
+ int ib_port = 1;
+- int size = 4096;
++ unsigned int size = 4096;
+ enum ibv_mtu mtu = IBV_MTU_1024;
+- int num_qp = 16;
+- int rx_depth = 500;
+- int iters = 1000;
++ unsigned int num_qp = 16;
++ unsigned int rx_depth = 500;
++ unsigned int iters = 1000;
+ int use_event = 0;
+ int routs;
+ int rcnt, scnt;
+@@ -661,8 +661,8 @@ int main(int argc, char *argv[])
+
+ switch (c) {
+ case 'p':
+- port = strtol(optarg, NULL, 0);
+- if (port < 0 || port > 65535) {
++ port = strtoul(optarg, NULL, 0);
++ if (port > 65535) {
+ usage(argv[0]);
+ return 1;
+ }
+@@ -674,14 +674,18 @@ int main(int argc, char *argv[])
+
+ case 'i':
+ ib_port = strtol(optarg, NULL, 0);
+- if (ib_port < 0) {
++ if (ib_port < 1) {
+ usage(argv[0]);
+ return 1;
+ }
+ break;
+
+ case 's':
+- size = strtol(optarg, NULL, 0);
++ size = strtoul(optarg, NULL, 0);
++ if (size < 1) {
++ usage(argv[0]);
++ return 1;
++ }
+ break;
+
+ case 'm':
+@@ -693,15 +697,15 @@ int main(int argc, char *argv[])
+ break;
+
+ case 'q':
+- num_qp = strtol(optarg, NULL, 0);
++ num_qp = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'r':
+- rx_depth = strtol(optarg, NULL, 0);
++ rx_depth = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'n':
+- iters = strtol(optarg, NULL, 0);
++ iters = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'l':
+diff -up libibverbs-1.1.7/examples/uc_pingpong.c.fixes libibverbs-1.1.7/examples/uc_pingpong.c
+--- libibverbs-1.1.7/examples/uc_pingpong.c.fixes 2013-07-31 18:49:48.611367303 -0400
++++ libibverbs-1.1.7/examples/uc_pingpong.c 2013-07-31 18:56:13.271986648 -0400
+@@ -532,12 +532,12 @@ int main(int argc, char *argv[])
+ struct timeval start, end;
+ char *ib_devname = NULL;
+ char *servername = NULL;
+- int port = 18515;
++ unsigned int port = 18515;
+ int ib_port = 1;
+- int size = 4096;
++ unsigned int size = 4096;
+ enum ibv_mtu mtu = IBV_MTU_1024;
+- int rx_depth = 500;
+- int iters = 1000;
++ unsigned int rx_depth = 500;
++ unsigned int iters = 1000;
+ int use_event = 0;
+ int routs;
+ int rcnt, scnt;
+@@ -572,8 +572,8 @@ int main(int argc, char *argv[])
+
+ switch (c) {
+ case 'p':
+- port = strtol(optarg, NULL, 0);
+- if (port < 0 || port > 65535) {
++ port = strtoul(optarg, NULL, 0);
++ if (port > 65535) {
+ usage(argv[0]);
+ return 1;
+ }
+@@ -585,14 +585,14 @@ int main(int argc, char *argv[])
+
+ case 'i':
+ ib_port = strtol(optarg, NULL, 0);
+- if (ib_port < 0) {
++ if (ib_port < 1) {
+ usage(argv[0]);
+ return 1;
+ }
+ break;
+
+ case 's':
+- size = strtol(optarg, NULL, 0);
++ size = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'm':
+@@ -604,11 +604,11 @@ int main(int argc, char *argv[])
+ break;
+
+ case 'r':
+- rx_depth = strtol(optarg, NULL, 0);
++ rx_depth = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'n':
+- iters = strtol(optarg, NULL, 0);
++ iters = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'l':
+diff -up libibverbs-1.1.7/examples/ud_pingpong.c.fixes libibverbs-1.1.7/examples/ud_pingpong.c
+--- libibverbs-1.1.7/examples/ud_pingpong.c.fixes 2013-07-31 18:49:53.987320166 -0400
++++ libibverbs-1.1.7/examples/ud_pingpong.c 2013-07-31 18:55:26.609398792 -0400
+@@ -555,11 +555,11 @@ int main(int argc, char *argv[])
+ struct timeval start, end;
+ char *ib_devname = NULL;
+ char *servername = NULL;
+- int port = 18515;
++ unsigned int port = 18515;
+ int ib_port = 1;
+- int size = 2048;
+- int rx_depth = 500;
+- int iters = 1000;
++ unsigned int size = 2048;
++ unsigned int rx_depth = 500;
++ unsigned int iters = 1000;
+ int use_event = 0;
+ int routs;
+ int rcnt, scnt;
+@@ -594,7 +594,7 @@ int main(int argc, char *argv[])
+ switch (c) {
+ case 'p':
+ port = strtol(optarg, NULL, 0);
+- if (port < 0 || port > 65535) {
++ if (port > 65535) {
+ usage(argv[0]);
+ return 1;
+ }
+@@ -606,22 +606,22 @@ int main(int argc, char *argv[])
+
+ case 'i':
+ ib_port = strtol(optarg, NULL, 0);
+- if (ib_port < 0) {
++ if (ib_port < 1) {
+ usage(argv[0]);
+ return 1;
+ }
+ break;
+
+ case 's':
+- size = strtol(optarg, NULL, 0);
++ size = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'r':
+- rx_depth = strtol(optarg, NULL, 0);
++ rx_depth = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'n':
+- iters = strtol(optarg, NULL, 0);
++ iters = strtoul(optarg, NULL, 0);
+ break;
+
+ case 'l':
diff --git a/libibverbs.spec b/libibverbs.spec
index 6bc8ca5..2617885 100644
--- a/libibverbs.spec
+++ b/libibverbs.spec
@@ -1,11 +1,12 @@
Name: libibverbs
Version: 1.1.7
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://www.openfabrics.org/
Source: http://www.openfabrics.org/downloads/verbs/libibverbs-%{version}.tar.gz
+Patch0: libibverbs-1.1.7-arg-fixes.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%ifnarch ia64 %{sparc} %{arm} aarch64
BuildRequires: valgrind-devel
@@ -52,6 +53,7 @@ displays information about RDMA devices.
%prep
%setup -q
+%patch0 -p1 -b .fixes
%build
%ifnarch ia64 %{sparc} %{arm} aarch64
@@ -98,6 +100,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
+* Wed Jul 31 2013 Doug Ledford <dledford(a)redhat.com> - 1.1.7-3
+- Misc fixes to arg processing
+
* Wed Jul 17 2013 Doug Ledford <dledford(a)redhat.com> - 1.1.7-2
- Add -fno-strict-aliasing to CFLAGS
- Fix date mismatch on old changelog entry
10Â years, 2Â months
[scsi-target-utils] Update to 1.0.38-1
by Andy Grover
commit 47023ea01d784b989b7e8c68bc46919e276d983b
Author: Andy Grover <agrover(a)redhat.com>
Date: Wed Jul 31 16:11:53 2013 -0700
Update to 1.0.38-1
Signed-off-by: Andy Grover <agrover(a)redhat.com>
.gitignore | 2 ++
scsi-target-utils-default-config.patch | 29 ++++++++++++++++-------------
scsi-target-utils.spec | 7 +++++--
sources | 2 +-
4 files changed, 24 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2b3365..63804a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@
/v1.0.29
/v1.0.30
/tgt-1.0.32.tar.gz
+/tgt-1.0.37.tar.gz
+/tgt-1.0.38.tar.gz
diff --git a/scsi-target-utils-default-config.patch b/scsi-target-utils-default-config.patch
index 2d88a10..a0f2726 100644
--- a/scsi-target-utils-default-config.patch
+++ b/scsi-target-utils-default-config.patch
@@ -1,23 +1,26 @@
-Reset the default config used with `tgt-admin --update` etc.
+commit 9ff12c926df0f01285f0fc6ba876286007611d60
+Author: Andy Grover <agrover(a)redhat.com>
+Date: Tue Jun 18 13:43:22 2013 -0700
-Ideally this should be decoupled by reading the
-/etc/sysconfig value, but for now this will do.
+ default-config
-diff -Naur tgt-1.0.32.orig/scripts/initd.sample tgt-1.0.32/scripts/initd.sample
---- tgt-1.0.32.orig/scripts/initd.sample 2012-09-30 22:39:21.000000000 +0000
-+++ tgt-1.0.32/scripts/initd.sample 2012-11-07 12:28:53.544906721 +0000
-@@ -2,7 +2,7 @@
-
- # This is an example init.d script for stopping/starting/reconfiguring tgtd.
+diff --git a/scripts/initd.sample b/scripts/initd.sample
+index 9ca86ce..7b67722 100755
+--- a/scripts/initd.sample
++++ b/scripts/initd.sample
+@@ -13,7 +13,7 @@
+ # Description: tgtd provides the SCSI and software transport target state machine daemon.
+ ### END INIT INFO
-TGTD_CONFIG=/etc/tgt/targets.conf
+TGTD_CONFIG=/etc/tgt/tgtd.conf
TASK=$1
-diff -Naur tgt-1.0.32.orig/scripts/tgt-admin tgt-1.0.32/scripts/tgt-admin
---- tgt-1.0.32.orig/scripts/tgt-admin 2012-11-07 12:26:17.549607174 +0000
-+++ tgt-1.0.32/scripts/tgt-admin 2012-11-07 12:29:31.328979226 +0000
+diff --git a/scripts/tgt-admin b/scripts/tgt-admin
+index d374172..bbae0dd 100755
+--- a/scripts/tgt-admin
++++ b/scripts/tgt-admin
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
@@ -26,7 +29,7 @@ diff -Naur tgt-1.0.32.orig/scripts/tgt-admin tgt-1.0.32/scripts/tgt-admin
#
# Author: Tomasz Chmielewski
# License: GPLv2
-@@ -11,7 +11,7 @@
+@@ -11,7 +11,7 @@ use Config::General qw(ParseConfig);
use Getopt::Long;
# Our config file
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index 0d99396..cadf200 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -4,8 +4,8 @@
%endif
Name: scsi-target-utils
-Version: 1.0.32
-Release: 6%{?dist}
+Version: 1.0.38
+Release: 1%{?dist}
Summary: The SCSI target daemon and utility programs
Group: System Environment/Daemons
@@ -112,6 +112,9 @@ fi
%changelog
+* Wed Jul 31 2013 Andy Grover <agrover(a)redhat.com> - 1.0.38-1
+- New upstream version
+
* Wed Jul 17 2013 Petr Pisar <ppisar(a)redhat.com> - 1.0.32-6
- Perl 5.18 rebuild
diff --git a/sources b/sources
index 551e798..d3abe65 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b85c40bd02b395166dcacfa7bd5ce06 tgt-1.0.32.tar.gz
+54dbad2c82613c9ec76d16d2bb2ee734 tgt-1.0.38.tar.gz
10Â years, 2Â months