aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
AgeCommit message (Expand)Author
2017-08-03librsvg: 2.40.17 -> 2.40.18Huang Qiyu
2017-06-03librsvg: Upgrade 2.40.16 -> 2.40.17Jussi Kukkonen
2016-10-15librsvg: remove redundant assignmentRoss Burton
2016-07-20librsvg: Upgrade 2.40.15 -> 2.40.16Jussi Kukkonen
2016-05-09librsvg: Security fixes via update to 2.40.15Armin Kuster
2016-03-12recipes-gnome: fix introspection supportAlexander Kanavin
2016-01-17librsvg: upgrade to 2.40.13Jussi Kukkonen
2015-12-16meta: more removals of redunant FILES_${PN}-dbgRoss Burton
2015-12-08package_regex.inc: split entries with odd-even versioning into their own recipesAlexander Kanavin
2015-11-25librsvg: Upgrade 2.40.10 -> 2.40.11Jussi Kukkonen
2015-09-26librsvg: tell configure where gdk-pixbuf-query-loaders isRoss Burton
2015-08-24classes/gnomebase: change tarball compression to xzAlexander Kanavin
2015-08-16librsvg: Upgrade 2.40.9 -> 2.40.10Jussi Kukkonen
2015-04-27librsvg: Upgrade 0.40.6 -> 0.40.9Jussi Kukkonen
2015-01-07librsvg: upgrade to 2.40.6Ross Burton
2014-08-18librsvg: disable Bsymbolic if it is not supported on some hostsChong Lu
2014-05-11librsvg: upgrade to 2.40.2Ross Burton
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton
2013-11-27librsvg: upgrade to 2.40.1Ross Burton
2013-11-22librsvg: move gdk-pixbuf-native dependencyRoss Burton
2013-11-20librsvg: upgrade to 2.40.0Ross Burton
2013-06-11librsvg: configure needs a native gdk-pixbuf binarySaul Wold
2013-05-30librsvg: add sstate dependencies so that the SVG loader works at staging timeRoss Burton
2013-05-24librsvg: add sstate dependencies so that the SVG loader works at staging timeRoss Burton
2013-05-24librsvg: small cleanupsRoss Burton
2013-05-24librsvg: clean up native dependsRoss Burton
2013-05-24librsvg: add more PACKAGECONFIG optionsRoss Burton
2013-05-12librsvg: update gdk-pixbuf loader cache when staging native packageTomas Frydrych
2013-02-12librsvg: use the new pixbufcache classLaurentiu Palcu
2012-12-14librsvg: CVE-2011-3146Li Wang
2012-11-02recipes-gnome: replace virtclass-native(sdk) with class-native(sdk)Robert Yang
2012-09-20librsvg: make the libcroco dependency a PACKAGECONFIG optionRoss Burton
2012-09-18recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa
2012-09-14librsvg: remove spurious popt dependencyRoss Burton
2012-09-14librsvg: --disable-gnome-vfs doesn't exist anymore, removeRoss Burton
2012-07-22librsvg: cleanup thanks to new gtk-doc.bbclassRoss Burton
2012-07-17librsvg: fix build with automake 1.12.xNitin A Kamble
2012-04-24librsvg: import native support from meta-oeMartin Jansa
2012-03-14librsvg: really bump PRMartin Jansa
2012-03-13librsvg: Fix unpackaged directory warningsRichard Purdie
2012-02-21recipes: bump PR to rebuild .la files without libz.laMartin Jansa
2012-02-10zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj
2011-07-05librsvg: Clean up unpackaged filesRichard Purdie
2011-06-09librsvg 2.32.1: fix loader packaging when using gtk >2.20Koen Kooi
2011-05-12recpies: add Upstream-Status for multiple recipes' patchesDexuan Cui
2011-04-24librsvg 2.32.1: fix postinst scriptKoen Kooi
2011-01-20gdk-pixbuf: Add 2.22.1 as new recipeZhai Edwin
2011-01-06librsvg: upgrade from 2.32.0 to 2.32.1Dexuan Cui
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
2010-12-03librsvg: fix gdk-pixbuf-query-loaders not found in pathAdrian Alonso
paule/pyro-esdk-initramfs-fix-oe'>paule/pyro-esdk-initramfs-fix-oe OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-auth
blob: 460b69f19825b85e251e0fa53daa1a7f5c4d245d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# /etc/pam.d/common-auth - authentication settings common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of the authentication modules that define
# the central authentication scheme for use on the system
# (e.g., /etc/shadow, LDAP, Kerberos, etc.).  The default is to use the
# traditional Unix authentication mechanisms.

# here are the per-package modules (the "Primary" block)
auth	[success=1 default=ignore]	pam_unix.so nullok_secure
# here's the fallback if no module succeeds
auth	requisite			pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
auth	required			pam_permit.so
# and here are more per-package modules (the "Additional" block)