commit: 9ebbb7629b2cbd192bc95ca635cd5b87e3e6132c
parent 273bb81df07edc3e0bda64cb524925786ea73955
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 1 Nov 2018 23:03:02 -0700
alsa-lib: Update to 1.1.7
Diffstat:
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -1 +1 @@
-7
+8