From 9ebbb7629b2cbd192bc95ca635cd5b87e3e6132c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 1 Nov 2018 23:03:02 -0700 Subject: alsa-lib: Update to 1.1.7 --- pkg/alsa-lib/alsa/asoundlib.h | 2 +- pkg/alsa-lib/alsa/version.h | 4 ++-- pkg/alsa-lib/config.h | 6 +++--- pkg/alsa-lib/rev | 2 +- pkg/alsa-lib/src | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'pkg/alsa-lib') diff --git a/pkg/alsa-lib/alsa/asoundlib.h b/pkg/alsa-lib/alsa/asoundlib.h index 1c2560f2..37bb69cc 100644 --- a/pkg/alsa-lib/alsa/asoundlib.h +++ b/pkg/alsa-lib/alsa/asoundlib.h @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff --git a/pkg/alsa-lib/alsa/version.h b/pkg/alsa-lib/alsa/version.h index d7c11cbc..d640ad57 100644 --- a/pkg/alsa-lib/alsa/version.h +++ b/pkg/alsa-lib/alsa/version.h @@ -4,12 +4,12 @@ #define SND_LIB_MAJOR 1 /**< major number of library version */ #define SND_LIB_MINOR 1 /**< minor number of library version */ -#define SND_LIB_SUBMINOR 1 /**< subminor number of library version */ +#define SND_LIB_SUBMINOR 7 /**< subminor number of library version */ #define SND_LIB_EXTRAVER 1000000 /**< extra version number, used mainly for betas */ /** library version */ #define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\ (SND_LIB_MINOR<<8)|\ SND_LIB_SUBMINOR) /** library version (string) */ -#define SND_LIB_VERSION_STR "1.1.1" +#define SND_LIB_VERSION_STR "1.1.7" diff --git a/pkg/alsa-lib/config.h b/pkg/alsa-lib/config.h index 37503414..4e05a49b 100644 --- a/pkg/alsa-lib/config.h +++ b/pkg/alsa-lib/config.h @@ -46,10 +46,10 @@ #define PACKAGE "alsa-lib" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "alsa-lib" -#define PACKAGE_STRING "alsa-lib 1.1.6" +#define PACKAGE_STRING "alsa-lib 1.1.7" #define PACKAGE_TARNAME "alsa-lib" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.1.6" +#define PACKAGE_VERSION "1.1.7" #define SND_MAX_CARDS 32 #define STDC_HEADERS 1 #define SUPPORT_ALOAD "1" @@ -72,7 +72,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.1.6" +#define VERSION "1.1.7" #define VERSIONED_SYMBOLS /**/ /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ diff --git a/pkg/alsa-lib/rev b/pkg/alsa-lib/rev index 7f8f011e..45a4fb75 100644 --- a/pkg/alsa-lib/rev +++ b/pkg/alsa-lib/rev @@ -1 +1 @@ -7 +8 diff --git a/pkg/alsa-lib/src b/pkg/alsa-lib/src index 1a95a635..3ec6dce5 160000 --- a/pkg/alsa-lib/src +++ b/pkg/alsa-lib/src @@ -1 +1 @@ -Subproject commit 1a95a63524a761fbc184ffc5a82992e275702fee +Subproject commit 3ec6dce5198f100fa8dd2abfc1258fa4138ceb1a -- cgit v1.2.3