[csw-devel] SF.net SVN: gar:[21977] csw/mgar/pkg/sasl/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Sep 21 17:36:36 CEST 2013


Revision: 21977
          http://gar.svn.sourceforge.net/gar/?rev=21977&view=rev
Author:   chninkel
Date:     2013-09-21 15:36:36 +0000 (Sat, 21 Sep 2013)
Log Message:
-----------
sasl/trunk: update package name as the soname has been bumped by upstream

Modified Paths:
--------------
    csw/mgar/pkg/sasl/trunk/Makefile
    csw/mgar/pkg/sasl/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/sasl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sasl/trunk/Makefile	2013-09-21 15:16:36 UTC (rev 21976)
+++ csw/mgar/pkg/sasl/trunk/Makefile	2013-09-21 15:36:36 UTC (rev 21977)
@@ -46,8 +46,13 @@
 SPKG_DESC_CSWsasl = Cyrus Simple Authentication and Security Layer
 RUNTIME_DEP_PKGS_CSWsasl += CSWlibssl1-0-0
 RUNTIME_DEP_PKGS_CSWsasl += CSWbdb48
-RUNTIME_DEP_PKGS_CSWsasl += CSWlibsasl2-2
+RUNTIME_DEP_PKGS_CSWsasl += CSWlibsasl2-3
+CHECKPKG_OVERRIDES_CSWsasl += surplus-dependency|CSWlibsasl2-3
 
+# The sasl package contains the sasl modules which are .so files
+# This is normal even if it's not a  developement package
+CHECKPKG_OVERRIDES_CSWsasl += shared-lib-package-contains-so-symlink
+
 PACKAGES += CSWsaslauthd
 SPKG_DESC_CSWsaslauthd = Cyrus Simple Authentication and Security Layer Authentication Daemon
 RUNTIME_DEP_PKGS_CSWsaslauthd += CSWsasl
@@ -91,20 +96,22 @@
 CHECKPKG_OVERRIDES_CSWsaslsql += catalogname-does-not-match-pkgname|pkgname=CSWsaslsql|catalogname=sasl_sql|expected-catalogname=saslsql
 PKGFILES_CSWsaslsql = $(call pkgfiles_lib,sasl2/libsql.so)
 
-PACKAGES += CSWlibsasl2-2
-SPKG_DESC_CSWlibsasl2-2 = Simple authentication and security layer library, libsasl2.so.2
-PKGFILES_CSWlibsasl2-2 += $(call pkgfiles_lib,libsasl2.so.2)
+PACKAGES += CSWlibsasl2-3
+SPKG_DESC_CSWlibsasl2-3 = Simple authentication and security layer library, libsasl2.so.2
+PKGFILES_CSWlibsasl2-3 += $(call pkgfiles_lib,libsasl2.so.3)
 
 PACKAGES += CSWsasl-dev
 SPKG_DESC_CSWsasl-dev = Development files for SASL
 PKGFILES_CSWsasl-dev += $(PKGFILES_DEVEL)
-RUNTIME_DEP_PKGS_CSWsasl-dev += CSWlibsasl2-2
+RUNTIME_DEP_PKGS_CSWsasl-dev += CSWlibsasl2-3
+RUNTIME_DEP_PKGS_CSWsasl-dev += CSWsasl
 
+
 PACKAGES += CSWsaslsample
 CATALOGNAME_CSWsaslsample = sasl_sample
 SPKG_DESC_CSWsaslsample = Cyrus Simple Authentication and Security Layer sample client/server
 RUNTIME_DEP_PKGS_CSWsaslsample = CSWsasl
-RUNTIME_DEP_PKGS_CSWsaslsample += CSWlibsasl2-2
+RUNTIME_DEP_PKGS_CSWsaslsample += CSWlibsasl2-3
 RUNTIME_DEP_PKGS_CSWsaslsample += CSWlibgssapi-krb5-2
 PKGFILES_CSWsaslsample = $(bindir)/sasl-sample-server
 PKGFILES_CSWsaslsample += $(bindir)/sasl-sample-client

Modified: csw/mgar/pkg/sasl/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/sasl/trunk/files/changelog.CSW	2013-09-21 15:16:36 UTC (rev 21976)
+++ csw/mgar/pkg/sasl/trunk/files/changelog.CSW	2013-09-21 15:36:36 UTC (rev 21977)
@@ -1,6 +1,6 @@
 sasl (2.1.26,REV=2013.09.21)
 
-  * New upstream version.
+  * New upstream version with a soname bump (libsasl.2.so.2 -> libsasl.2.so.3).
   * Removed patch check-realloc.patch that has been applied upstream.
 
  -- Yann Rouillard <yann at opencsw.org>  Sat, 21 Sep 2013 14:24:32 +0200

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list